diff --git a/.idea/.idea.Cielonos/.idea/codeStyles/codeStyleConfig.xml b/.idea/.idea.Cielonos/.idea/codeStyles/codeStyleConfig.xml new file mode 100644 index 000000000..a55e7a179 --- /dev/null +++ b/.idea/.idea.Cielonos/.idea/codeStyles/codeStyleConfig.xml @@ -0,0 +1,5 @@ + + + + \ No newline at end of file diff --git a/Assets/OtherPlugins/Feel.meta b/Assets/OtherPlugins/Feel.meta deleted file mode 100644 index 094e99fea..000000000 --- a/Assets/OtherPlugins/Feel.meta +++ /dev/null @@ -1,8 +0,0 @@ -fileFormatVersion: 2 -guid: e5594e1e7ea598d409319855db3fd1f5 -folderAsset: yes -DefaultImporter: - externalObjects: {} - userData: - assetBundleName: - assetBundleVariant: diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks.meta b/Assets/OtherPlugins/Feel/MMFeedbacks.meta deleted file mode 100644 index d9bd6d414..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks.meta +++ /dev/null @@ -1,8 +0,0 @@ -fileFormatVersion: 2 -guid: 0b22304f1aade44dc86db2bcb325574a -folderAsset: yes -DefaultImporter: - externalObjects: {} - userData: - assetBundleName: - assetBundleVariant: diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Authorizations.meta b/Assets/OtherPlugins/Feel/MMFeedbacks/Authorizations.meta deleted file mode 100644 index 510eec9ec..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Authorizations.meta +++ /dev/null @@ -1,8 +0,0 @@ -fileFormatVersion: 2 -guid: 4ad6833276c9b1b4b86f0a85803055e4 -folderAsset: yes -DefaultImporter: - externalObjects: {} - userData: - assetBundleName: - assetBundleVariant: diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Authorizations/MMFeedbacksAuthorizations.cs b/Assets/OtherPlugins/Feel/MMFeedbacks/Authorizations/MMFeedbacksAuthorizations.cs deleted file mode 100644 index b92e4235c..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Authorizations/MMFeedbacksAuthorizations.cs +++ /dev/null @@ -1,589 +0,0 @@ -using MoreMountains.FeedbacksForThirdParty; -using MoreMountains.Tools; - -namespace MoreMountains.Feedbacks -{ - /// - /// Add this class to an empty object in your scene and it will prevent any unchecked feedback in its inspector from playing - /// - public partial class MMFeedbacksAuthorizations : MMMonoBehaviour - { - [MMInspectorGroup("Animation", true, 16)] [MMInspectorButton("ToggleAnimation")] - public bool ToggleAnimationButton; - - public bool AnimationParameter = true; - public bool AnimatorSpeed = true; - - [MMInspectorGroup("Audio", true, 17)] [MMInspectorButton("ToggleAudio")] - public bool ToggleAudioButton; - - public bool AudioFilterDistortion = true; - public bool AudioFilterEcho = true; - public bool AudioFilterHighPass = true; - public bool AudioFilterLowPass = true; - public bool AudioFilterReverb = true; - public bool AudioMixerSnapshotTransition = true; - public bool AudioSource = true; - public bool AudioSourcePitch = true; - public bool AudioSourceStereoPan = true; - public bool AudioSourceVolume = true; - public bool MMPlaylist = true; - public bool MMSoundManagerAllSoundsControl = true; - public bool MMSoundManagerSaveAndLoad = true; - public bool MMSoundManagerSound = true; - public bool MMSoundManagerSoundControl = true; - public bool MMSoundManagerSoundFade = true; - public bool MMSoundManagerTrackControl = true; - public bool MMSoundManagerTrackFade = true; - public bool Sound = true; - - [MMInspectorGroup("Camera", true, 18)] [MMInspectorButton("ToggleCamera")] - public bool ToggleCameraButton; - - public bool CameraShake = true; - public bool CameraZoom = true; - #if MM_CINEMACHINE || MM_CINEMACHINE3 - public bool CinemachineImpulse = true; - public bool CinemachineImpulseClear = true; - public bool CinemachineImpulseSource = true; - public bool CinemachineTransition = true; - #endif - public bool ClippingPlanes = true; - public bool Fade = true; - public bool FieldOfView = true; - public bool Flash = true; - public bool OrthographicSize = true; - - [MMInspectorGroup("Debug", true, 19)] [MMInspectorButton("ToggleDebug")] - public bool ToggleDebugButton; - - public bool Comment = true; - public bool Log = true; - - [MMInspectorGroup("Events", true, 20)] [MMInspectorButton("ToggleEvents")] - public bool ToggleEventsButton; - - public bool MMGameEvent = true; - public bool UnityEvents = true; - - [MMInspectorGroup("GameObject", true, 47)] [MMInspectorButton("ToggleGameObject")] - public bool ToggleGameObjectButton; - - public bool Broadcast = true; - public bool Collider = true; - public bool Collider2D = true; - public bool DestroyTargetObject = true; - public bool EnableBehaviour = true; - public bool FloatController = true; - public bool InstantiateObject = true; - public bool MMRadioSignal = true; - public bool Rigidbody = true; - public bool Rigidbody2D = true; - public bool SetActive = true; - - - #if MOREMOUNTAINS_NICEVIBRATIONS_INSTALLED - [MMInspectorGroup("Haptics", true, 22)] [MMInspectorButton("ToggleHaptics")] - public bool ToggleHapticsButton; - - public bool HapticClip = true; - public bool HapticContinuous = true; - public bool HapticControl = true; - public bool HapticEmphasis = true; - public bool HapticPreset = true; - #endif - - [MMInspectorGroup("Light", true, 23)] [MMInspectorButton("ToggleLight")] - public bool ToggleLightButton; - - public bool Light = true; - - [MMInspectorGroup("Loop", true, 24)] [MMInspectorButton("ToggleLoop")] - public bool ToggleLoopButton; - - public bool Looper = true; - public bool LooperStart = true; - - [MMInspectorGroup("Particles", true, 25)] [MMInspectorButton("ToggleParticles")] - public bool ToggleParticlesButton; - - public bool ParticlesInstantiation = true; - public bool ParticlesPlay = true; - - [MMInspectorGroup("Pause", true, 26)] [MMInspectorButton("TogglePause")] - public bool TogglePauseButton; - - public bool HoldingPause = true; - public bool Pause = true; - - [MMInspectorGroup("Post Process", true, 27)] [MMInspectorButton("TogglePostProcess")] - public bool TogglePostProcessButton; - - public bool Bloom = true; - public bool ChromaticAberration = true; - public bool ColorGrading = true; - public bool DepthOfField = true; - public bool GlobalPPVolumeAutoBlend = true; - public bool LensDistortion = true; - public bool PPMovingFilter = true; - public bool Vignette = true; - - [MMInspectorGroup("Flicker", true, 28)] [MMInspectorButton("ToggleFlicker")] - public bool ToggleFlickerButton; - - public bool Flicker = true; - public bool Fog = true; - public bool Material = true; - public bool MMBlink = true; - public bool ShaderGlobal = true; - public bool ShaderController = true; - public bool Skybox = true; - public bool SpriteRenderer = true; - public bool TextureOffset = true; - public bool TextureScale = true; - - [MMInspectorGroup("Scene", true, 29)] [MMInspectorButton("ToggleScene")] - public bool ToggleSceneButton; - - public bool LoadScene = true; - public bool UnloadScene = true; - - [MMInspectorGroup("Time", true, 31)] [MMInspectorButton("ToggleTime")] - public bool ToggleTimeButton; - - public bool FreezeFrame = true; - public bool TimescaleModifier = true; - - [MMInspectorGroup("Transform", true, 32)] [MMInspectorButton("ToggleTransform")] - public bool ToggleTransformButton; - - public bool Destination = true; - public bool Position = true; - public bool PositionShake = true; - public bool RotatePositionAround = true; - public bool Rotation = true; - public bool RotationShake = true; - public bool Scale = true; - public bool ScaleShake = true; - public bool SquashAndStretch = true; - public bool Wiggle = true; - - [MMInspectorGroup("UI", true, 33)] [MMInspectorButton("ToggleUI")] - public bool ToggleUiButton; - - public bool CanvasGroup = true; - public bool CanvasGroupBlocksRaycasts = true; - public bool FloatingText = true; - public bool Graphic = true; - public bool GraphicCrossFade = true; - public bool Image = true; - public bool ImageAlpha = true; - public bool ImageFill = true; - public bool ImageRaycastTarget = true; - public bool ImageTextureOffset = true; - public bool ImageTextureScale = true; - public bool RectTransformAnchor = true; - public bool RectTransformOffset = true; - public bool RectTransformPivot = true; - public bool RectTransformSizeDelta = true; - public bool Text = true; - public bool TextColor = true; - public bool TextFontSize = true; - public bool VideoPlayer = true; - - [MMInspectorGroup("TextMesh Pro", true, 30)] [MMInspectorButton("ToggleTextMeshPro")] - public bool ToggleTextMeshProButton; - - #if MM_UGUI2 - public bool TMPAlpha = true; - public bool TMPCharacterSpacing = true; - public bool TMPColor = true; - public bool TMPCountTo = true; - public bool TMPDilate = true; - public bool TMPFontSize = true; - public bool TMPLineSpacing = true; - public bool TMPOutlineColor = true; - public bool TMPOutlineWidth = true; - public bool TMPParagraphSpacing = true; - public bool TMPSoftness = true; - public bool TMPText = true; - public bool TMPTextReveal = true; - public bool TMPWordSpacing = true; - #endif - - #region ToggleMethods - - private void ToggleAnimation() - { - AnimationParameter = !AnimationParameter; - AnimatorSpeed = !AnimatorSpeed; - } - - private void ToggleAudio() - { - AudioFilterDistortion = !AudioFilterDistortion; - AudioFilterEcho = !AudioFilterEcho; - AudioFilterHighPass = !AudioFilterHighPass; - AudioFilterLowPass = !AudioFilterLowPass; - AudioFilterReverb = !AudioFilterReverb; - AudioMixerSnapshotTransition = !AudioMixerSnapshotTransition; - AudioSource = !AudioSource; - AudioSourcePitch = !AudioSourcePitch; - AudioSourceStereoPan = !AudioSourceStereoPan; - AudioSourceVolume = !AudioSourceVolume; - MMPlaylist = !MMPlaylist; - MMSoundManagerAllSoundsControl = !MMSoundManagerAllSoundsControl; - MMSoundManagerSaveAndLoad = !MMSoundManagerSaveAndLoad; - MMSoundManagerSound = !MMSoundManagerSound; - MMSoundManagerSoundControl = !MMSoundManagerSoundControl; - MMSoundManagerSoundFade = !MMSoundManagerSoundFade; - MMSoundManagerTrackControl = !MMSoundManagerTrackControl; - MMSoundManagerTrackFade = !MMSoundManagerTrackFade; - Sound = !Sound; - } - - private void ToggleCamera() - { - CameraShake = !CameraShake; - CameraZoom = !CameraZoom; - #if MM_CINEMACHINE || MM_CINEMACHINE3 - CinemachineImpulse = !CinemachineImpulse; - CinemachineImpulseClear = !CinemachineImpulseClear; - CinemachineImpulseSource = !CinemachineImpulseSource; - CinemachineTransition = !CinemachineTransition; - #endif - ClippingPlanes = !ClippingPlanes; - Fade = !Fade; - FieldOfView = !FieldOfView; - Flash = !Flash; - OrthographicSize = !OrthographicSize; - } - - private void ToggleDebug() - { - Comment = !Comment; - Log = !Log; - } - - private void ToggleEvents() - { - MMGameEvent = !MMGameEvent; - UnityEvents = !UnityEvents; - } - - private void ToggleGameObject() - { - Broadcast = !Broadcast; - Collider = !Collider; - Collider2D = !Collider2D; - DestroyTargetObject = !DestroyTargetObject; - EnableBehaviour = !EnableBehaviour; - FloatController = !FloatController; - InstantiateObject = !InstantiateObject; - MMRadioSignal = !MMRadioSignal; - Rigidbody = !Rigidbody; - Rigidbody2D = !Rigidbody2D; - SetActive = !SetActive; - } - - #if MOREMOUNTAINS_NICEVIBRATIONS_INSTALLED - private void ToggleHaptics() - { - HapticClip = !HapticClip; - HapticContinuous = !HapticContinuous; - HapticControl = !HapticControl; - HapticEmphasis = !HapticEmphasis; - HapticPreset = !HapticPreset; - } - #endif - - private void ToggleLight() - { - Light = !Light; - } - - private void ToggleLoop() - { - Looper = !Looper; - LooperStart = !LooperStart; - } - - private void ToggleParticles() - { - ParticlesInstantiation = !ParticlesInstantiation; - ParticlesPlay = !ParticlesPlay; - } - - private void TogglePause() - { - HoldingPause = !HoldingPause; - Pause = !Pause; - } - - #if MM_POSTPROCESSING - private void TogglePostProcess() - { - Bloom = !Bloom; - ChromaticAberration = !ChromaticAberration; - ColorGrading = !ColorGrading; - DepthOfField = !DepthOfField; - GlobalPPVolumeAutoBlend = !GlobalPPVolumeAutoBlend; - LensDistortion = !LensDistortion; - PPMovingFilter = !PPMovingFilter; - Vignette = !Vignette; - } - #endif - - private void ToggleFlicker() - { - Flicker = !Flicker; - Fog = !Fog; - Material = !Material; - MMBlink = !MMBlink; - ShaderGlobal = !ShaderGlobal; - ShaderController = !ShaderController; - Skybox = !Skybox; - SpriteRenderer = !SpriteRenderer; - TextureOffset = !TextureOffset; - TextureScale = !TextureScale; - } - - private void ToggleScene() - { - LoadScene = !LoadScene; - UnloadScene = !UnloadScene; - } - - private void ToggleTime() - { - FreezeFrame = !FreezeFrame; - TimescaleModifier = !TimescaleModifier; - } - - private void ToggleTransform() - { - Destination = !Destination; - Position = !Position; - PositionShake = !PositionShake; - RotatePositionAround = !RotatePositionAround; - Rotation = !Rotation; - RotationShake = !RotationShake; - Scale = !Scale; - ScaleShake = !ScaleShake; - SquashAndStretch = !SquashAndStretch; - Wiggle = !Wiggle; - } - - private void ToggleUI() - { - CanvasGroup = !CanvasGroup; - CanvasGroupBlocksRaycasts = !CanvasGroupBlocksRaycasts; - FloatingText = !FloatingText; - Graphic = !Graphic; - GraphicCrossFade = !GraphicCrossFade; - Image = !Image; - ImageAlpha = !ImageAlpha; - ImageFill = !ImageFill; - ImageRaycastTarget = !ImageRaycastTarget; - ImageTextureOffset = !ImageTextureOffset; - ImageTextureScale = !ImageTextureScale; - RectTransformAnchor = !RectTransformAnchor; - RectTransformOffset = !RectTransformOffset; - RectTransformPivot = !RectTransformPivot; - RectTransformSizeDelta = !RectTransformSizeDelta; - Text = !Text; - TextColor = !TextColor; - TextFontSize = !TextFontSize; - VideoPlayer = !VideoPlayer; - } - - #if MM_UGUI2 - private void ToggleTextMeshPro() - { - TMPAlpha = !TMPAlpha; - TMPCharacterSpacing = !TMPCharacterSpacing; - TMPColor = !TMPColor; - TMPCountTo = !TMPCountTo; - TMPDilate = !TMPDilate; - TMPFontSize = !TMPFontSize; - TMPLineSpacing = !TMPLineSpacing; - TMPOutlineColor = !TMPOutlineColor; - TMPOutlineWidth = !TMPOutlineWidth; - TMPParagraphSpacing = !TMPParagraphSpacing; - TMPSoftness = !TMPSoftness; - TMPText = !TMPText; - TMPTextReveal = !TMPTextReveal; - TMPWordSpacing = !TMPWordSpacing; - } - #endif - - #endregion - - private void Start() - { - MMF_Animation.FeedbackTypeAuthorized = AnimationParameter; - MMF_AnimatorSpeed.FeedbackTypeAuthorized = AnimatorSpeed; - MMF_AudioFilterDistortion.FeedbackTypeAuthorized = AudioFilterDistortion; - MMF_AudioFilterEcho.FeedbackTypeAuthorized = AudioFilterEcho; - MMF_AudioFilterHighPass.FeedbackTypeAuthorized = AudioFilterHighPass; - MMF_AudioFilterLowPass.FeedbackTypeAuthorized = AudioFilterLowPass; - MMF_AudioFilterReverb.FeedbackTypeAuthorized = AudioFilterReverb; - MMF_AudioMixerSnapshotTransition.FeedbackTypeAuthorized = AudioMixerSnapshotTransition; - MMF_AudioSource.FeedbackTypeAuthorized = AudioSource; - MMF_AudioSourcePitch.FeedbackTypeAuthorized = AudioSourcePitch; - MMF_AudioSourceStereoPan.FeedbackTypeAuthorized = AudioSourceStereoPan; - MMF_AudioSourceVolume.FeedbackTypeAuthorized = AudioSourceVolume; - MMF_Playlist.FeedbackTypeAuthorized = MMPlaylist; - MMF_MMSoundManagerAllSoundsControl.FeedbackTypeAuthorized = MMSoundManagerAllSoundsControl; - MMF_MMSoundManagerSaveLoad.FeedbackTypeAuthorized = MMSoundManagerSaveAndLoad; - MMF_MMSoundManagerSound.FeedbackTypeAuthorized = MMSoundManagerSound; - MMF_MMSoundManagerSoundControl.FeedbackTypeAuthorized = MMSoundManagerSoundControl; - MMF_MMSoundManagerSoundFade.FeedbackTypeAuthorized = MMSoundManagerSoundFade; - MMF_MMSoundManagerTrackControl.FeedbackTypeAuthorized = MMSoundManagerTrackControl; - MMF_MMSoundManagerTrackFade.FeedbackTypeAuthorized = MMSoundManagerTrackFade; - MMF_Sound.FeedbackTypeAuthorized = Sound; - MMF_CameraShake.FeedbackTypeAuthorized = CameraShake; - MMF_CameraZoom.FeedbackTypeAuthorized = CameraZoom; - - #if MM_CINEMACHINE || MM_CINEMACHINE3 - MMF_CinemachineImpulse.FeedbackTypeAuthorized = CinemachineImpulse; - MMF_CinemachineImpulseClear.FeedbackTypeAuthorized = CinemachineImpulseClear; - MMF_CinemachineImpulseSource.FeedbackTypeAuthorized = CinemachineImpulseSource; - MMF_CinemachineTransition.FeedbackTypeAuthorized = CinemachineTransition; - #endif - - MMF_CameraClippingPlanes.FeedbackTypeAuthorized = ClippingPlanes; - MMF_CameraFieldOfView.FeedbackTypeAuthorized = FieldOfView; - MMF_CameraOrthographicSize.FeedbackTypeAuthorized = OrthographicSize; - MMF_DebugComment.FeedbackTypeAuthorized = Comment; - MMF_DebugLog.FeedbackTypeAuthorized = Log; - MMF_MMGameEvent.FeedbackTypeAuthorized = MMGameEvent; - MMF_Events.FeedbackTypeAuthorized = UnityEvents; - MMF_Broadcast.FeedbackTypeAuthorized = Broadcast; - MMF_Collider.FeedbackTypeAuthorized = Collider; - MMF_Destroy.FeedbackTypeAuthorized = DestroyTargetObject; - MMF_Enable.FeedbackTypeAuthorized = EnableBehaviour; - MMF_FloatController.FeedbackTypeAuthorized = FloatController; - MMF_InstantiateObject.FeedbackTypeAuthorized = InstantiateObject; - MMF_RadioSignal.FeedbackTypeAuthorized = MMRadioSignal; - MMF_Rigidbody.FeedbackTypeAuthorized = Rigidbody; - MMF_SetActive.FeedbackTypeAuthorized = SetActive; - - #if MM_PHYSICS2D - MMF_Collider2D.FeedbackTypeAuthorized = Collider2D; - MMF_Rigidbody2D.FeedbackTypeAuthorized = Rigidbody2D; - #endif - - #if MOREMOUNTAINS_NICEVIBRATIONS_INSTALLED - MMF_Haptics.FeedbackTypeAuthorized = HapticClip; - MMF_NVContinuous.FeedbackTypeAuthorized = HapticContinuous; - MMF_NVControl.FeedbackTypeAuthorized = HapticControl; - MMF_NVEmphasis.FeedbackTypeAuthorized = HapticEmphasis; - MMF_NVPreset.FeedbackTypeAuthorized = HapticPreset; - #endif - - MMF_Light.FeedbackTypeAuthorized = Light; - MMF_Looper.FeedbackTypeAuthorized = Looper; - MMF_LooperStart.FeedbackTypeAuthorized = LooperStart; - MMF_ParticlesInstantiation.FeedbackTypeAuthorized = ParticlesInstantiation; - MMF_Particles.FeedbackTypeAuthorized = ParticlesPlay; - MMF_HoldingPause.FeedbackTypeAuthorized = HoldingPause; - MMF_Pause.FeedbackTypeAuthorized = Pause; - MMF_Flicker.FeedbackTypeAuthorized = Flicker; - MMF_Fog.FeedbackTypeAuthorized = Fog; - MMF_Material.FeedbackTypeAuthorized = Material; - MMF_Blink.FeedbackTypeAuthorized = MMBlink; - MMF_ShaderGlobal.FeedbackTypeAuthorized = ShaderGlobal; - MMF_Skybox.FeedbackTypeAuthorized = Skybox; - MMF_SpriteRenderer.FeedbackTypeAuthorized = SpriteRenderer; - MMF_TextureOffset.FeedbackTypeAuthorized = TextureOffset; - MMF_TextureScale.FeedbackTypeAuthorized = TextureScale; - MMF_LoadScene.FeedbackTypeAuthorized = LoadScene; - MMF_UnloadScene.FeedbackTypeAuthorized = UnloadScene; - MMF_FreezeFrame.FeedbackTypeAuthorized = FreezeFrame; - MMF_TimescaleModifier.FeedbackTypeAuthorized = TimescaleModifier; - MMF_DestinationTransform.FeedbackTypeAuthorized = Destination; - MMF_Position.FeedbackTypeAuthorized = Position; - MMF_PositionShake.FeedbackTypeAuthorized = PositionShake; - MMF_RotatePositionAround.FeedbackTypeAuthorized = RotatePositionAround; - MMF_Rotation.FeedbackTypeAuthorized = Rotation; - MMF_RotationShake.FeedbackTypeAuthorized = RotationShake; - MMF_Scale.FeedbackTypeAuthorized = Scale; - MMF_ScaleShake.FeedbackTypeAuthorized = ScaleShake; - MMF_SquashAndStretch.FeedbackTypeAuthorized = SquashAndStretch; - MMF_Wiggle.FeedbackTypeAuthorized = Wiggle; - MMF_CanvasGroup.FeedbackTypeAuthorized = CanvasGroup; - MMF_CanvasGroupBlocksRaycasts.FeedbackTypeAuthorized = CanvasGroupBlocksRaycasts; - - MMF_FloatingText.FeedbackTypeAuthorized = FloatingText; - MMF_RectTransformAnchor.FeedbackTypeAuthorized = RectTransformAnchor; - MMF_RectTransformOffset.FeedbackTypeAuthorized = RectTransformOffset; - MMF_RectTransformPivot.FeedbackTypeAuthorized = RectTransformPivot; - MMF_RectTransformSizeDelta.FeedbackTypeAuthorized = RectTransformSizeDelta; - MMF_VideoPlayer.FeedbackTypeAuthorized = VideoPlayer; - - #if MM_UI - MMF_ShaderController.FeedbackTypeAuthorized = ShaderController; - MMF_Graphic.FeedbackTypeAuthorized = Graphic; - MMF_GraphicCrossFade.FeedbackTypeAuthorized = GraphicCrossFade; - MMF_Image.FeedbackTypeAuthorized = Image; - MMF_ImageAlpha.FeedbackTypeAuthorized = ImageAlpha; - MMF_ImageFill.FeedbackTypeAuthorized = ImageFill; - MMF_ImageRaycastTarget.FeedbackTypeAuthorized = ImageRaycastTarget; - MMF_ImageTextureOffset.FeedbackTypeAuthorized = ImageTextureOffset; - MMF_ImageTextureScale.FeedbackTypeAuthorized = ImageTextureScale; - MMF_Text.FeedbackTypeAuthorized = Text; - MMF_TextColor.FeedbackTypeAuthorized = TextColor; - MMF_TextFontSize.FeedbackTypeAuthorized = TextFontSize; - MMF_Fade.FeedbackTypeAuthorized = Fade; - MMF_Flash.FeedbackTypeAuthorized = Flash; - #endif - - #if MM_POSTPROCESSING - MMF_Bloom.FeedbackTypeAuthorized = Bloom; - MMF_ChromaticAberration.FeedbackTypeAuthorized = ChromaticAberration; - MMF_ColorGrading.FeedbackTypeAuthorized = ColorGrading; - MMF_DepthOfField.FeedbackTypeAuthorized = DepthOfField; - MMF_GlobalPPVolumeAutoBlend.FeedbackTypeAuthorized = GlobalPPVolumeAutoBlend; - MMF_LensDistortion.FeedbackTypeAuthorized = LensDistortion; - MMF_Vignette.FeedbackTypeAuthorized = Vignette; - MMF_PPMovingFilter.FeedbackTypeAuthorized = PPMovingFilter; - #endif - - #if MM_HDRP - MMF_Bloom_HDRP.FeedbackTypeAuthorized = Bloom; - MMF_ChromaticAberration_HDRP.FeedbackTypeAuthorized = ChromaticAberration; - MMF_LensDistortion_HDRP.FeedbackTypeAuthorized = LensDistortion; - MMF_ColorAdjustments_HDRP.FeedbackTypeAuthorized = ColorGrading; - MMF_LensDistortion_HDRP.FeedbackTypeAuthorized = LensDistortion; - MMF_Vignette_HDRP.FeedbackTypeAuthorized = Vignette; - #endif - - #if MM_URP - MMF_Bloom_URP.FeedbackTypeAuthorized = Bloom; - MMF_ChromaticAberration_URP.FeedbackTypeAuthorized = ChromaticAberration; - MMF_LensDistortion_URP.FeedbackTypeAuthorized = LensDistortion; - MMF_ColorAdjustments_URP.FeedbackTypeAuthorized = ColorGrading; - MMF_LensDistortion_URP.FeedbackTypeAuthorized = LensDistortion; - MMF_Vignette_URP.FeedbackTypeAuthorized = Vignette; - #endif - - #if MM_UGUI2 - MMF_TMPAlpha.FeedbackTypeAuthorized = TMPAlpha; - MMF_TMPCharacterSpacing.FeedbackTypeAuthorized = TMPCharacterSpacing; - MMF_TMPColor.FeedbackTypeAuthorized = TMPColor; - MMF_TMPCountTo.FeedbackTypeAuthorized = TMPCountTo; - MMF_TMPDilate.FeedbackTypeAuthorized = TMPDilate; - MMF_TMPFontSize.FeedbackTypeAuthorized = TMPFontSize; - MMF_TMPLineSpacing.FeedbackTypeAuthorized = TMPLineSpacing; - MMF_TMPOutlineColor.FeedbackTypeAuthorized = TMPOutlineColor; - MMF_TMPOutlineWidth.FeedbackTypeAuthorized = TMPOutlineWidth; - MMF_TMPParagraphSpacing.FeedbackTypeAuthorized = TMPParagraphSpacing; - MMF_TMPSoftness.FeedbackTypeAuthorized = TMPSoftness; - MMF_TMPText.FeedbackTypeAuthorized = TMPText; - MMF_TMPTextReveal.FeedbackTypeAuthorized = TMPTextReveal; - #endif - } - } - -} \ No newline at end of file diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Authorizations/MMFeedbacksAuthorizations.cs.meta b/Assets/OtherPlugins/Feel/MMFeedbacks/Authorizations/MMFeedbacksAuthorizations.cs.meta deleted file mode 100644 index 830c5e24e..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Authorizations/MMFeedbacksAuthorizations.cs.meta +++ /dev/null @@ -1,18 +0,0 @@ -fileFormatVersion: 2 -guid: be090172b5d6e3149b78c6da8b309d47 -MonoImporter: - externalObjects: {} - serializedVersion: 2 - defaultReferences: [] - executionOrder: 0 - icon: {instanceID: 0} - userData: - assetBundleName: - assetBundleVariant: -AssetOrigin: - serializedVersion: 1 - productId: 183370 - packageName: Feel - packageVersion: 5.8 - assetPath: Assets/Feel/MMFeedbacks/Authorizations/MMFeedbacksAuthorizations.cs - uploadId: 799856 diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Authorizations/MoreMountains.Feedbacks.Authorizations.asmref b/Assets/OtherPlugins/Feel/MMFeedbacks/Authorizations/MoreMountains.Feedbacks.Authorizations.asmref deleted file mode 100644 index c66cf0061..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Authorizations/MoreMountains.Feedbacks.Authorizations.asmref +++ /dev/null @@ -1,3 +0,0 @@ -{ - "reference": "GUID:4a1cb1490dc4df8409b2580d6b44e75e" -} \ No newline at end of file diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Authorizations/MoreMountains.Feedbacks.Authorizations.asmref.meta b/Assets/OtherPlugins/Feel/MMFeedbacks/Authorizations/MoreMountains.Feedbacks.Authorizations.asmref.meta deleted file mode 100644 index c2866c267..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Authorizations/MoreMountains.Feedbacks.Authorizations.asmref.meta +++ /dev/null @@ -1,14 +0,0 @@ -fileFormatVersion: 2 -guid: 9a55bdc9c20a8d640a83b706174628dd -AssemblyDefinitionReferenceImporter: - externalObjects: {} - userData: - assetBundleName: - assetBundleVariant: -AssetOrigin: - serializedVersion: 1 - productId: 183370 - packageName: Feel - packageVersion: 5.8 - assetPath: Assets/Feel/MMFeedbacks/Authorizations/MoreMountains.Feedbacks.Authorizations.asmref - uploadId: 799856 diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos.meta b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos.meta deleted file mode 100644 index b553476f4..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos.meta +++ /dev/null @@ -1,8 +0,0 @@ -fileFormatVersion: 2 -guid: 30930cad89ec3264db5a6dabd772ded3 -folderAsset: yes -DefaultImporter: - externalObjects: {} - userData: - assetBundleName: - assetBundleVariant: diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo.meta b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo.meta deleted file mode 100644 index 928f2b259..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo.meta +++ /dev/null @@ -1,8 +0,0 @@ -fileFormatVersion: 2 -guid: 8d5c02ebcec427547834f1bd967e790e -folderAsset: yes -DefaultImporter: - externalObjects: {} - userData: - assetBundleName: - assetBundleVariant: diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Animations.meta b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Animations.meta deleted file mode 100644 index 0e2b10767..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Animations.meta +++ /dev/null @@ -1,8 +0,0 @@ -fileFormatVersion: 2 -guid: c7e5652aafa9ac44f94be564913a8767 -folderAsset: yes -DefaultImporter: - externalObjects: {} - userData: - assetBundleName: - assetBundleVariant: diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Animations/FeedbackDemoGhostAnimator.controller b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Animations/FeedbackDemoGhostAnimator.controller deleted file mode 100644 index 81c5d4cbc..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Animations/FeedbackDemoGhostAnimator.controller +++ /dev/null @@ -1,72 +0,0 @@ -%YAML 1.1 -%TAG !u! tag:unity3d.com,2011: ---- !u!1102 &-3728387690607389260 -AnimatorState: - serializedVersion: 5 - m_ObjectHideFlags: 1 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_Name: FeedbackGhostAnimation - m_Speed: 1 - m_CycleOffset: 0 - m_Transitions: [] - m_StateMachineBehaviours: [] - m_Position: {x: 50, y: 50, z: 0} - m_IKOnFeet: 0 - m_WriteDefaultValues: 1 - m_Mirror: 0 - m_SpeedParameterActive: 0 - m_MirrorParameterActive: 0 - m_CycleOffsetParameterActive: 0 - m_TimeParameterActive: 0 - m_Motion: {fileID: 7400000, guid: 1b93837beedb1a6488f0d094070bba41, type: 2} - m_Tag: - m_SpeedParameter: - m_MirrorParameter: - m_CycleOffsetParameter: - m_TimeParameter: ---- !u!1107 &-396323275876344792 -AnimatorStateMachine: - serializedVersion: 5 - m_ObjectHideFlags: 1 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_Name: Base Layer - m_ChildStates: - - serializedVersion: 1 - m_State: {fileID: -3728387690607389260} - m_Position: {x: 200, y: 0, z: 0} - m_ChildStateMachines: [] - m_AnyStateTransitions: [] - m_EntryTransitions: [] - m_StateMachineTransitions: {} - m_StateMachineBehaviours: [] - m_AnyStatePosition: {x: 50, y: 20, z: 0} - m_EntryPosition: {x: 50, y: 120, z: 0} - m_ExitPosition: {x: 800, y: 120, z: 0} - m_ParentStateMachinePosition: {x: 800, y: 20, z: 0} - m_DefaultState: {fileID: -3728387690607389260} ---- !u!91 &9100000 -AnimatorController: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_Name: FeedbackDemoGhostAnimator - serializedVersion: 5 - m_AnimatorParameters: [] - m_AnimatorLayers: - - serializedVersion: 5 - m_Name: Base Layer - m_StateMachine: {fileID: -396323275876344792} - m_Mask: {fileID: 0} - m_Motions: [] - m_Behaviours: [] - m_BlendingMode: 0 - m_SyncedLayerIndex: -1 - m_DefaultWeight: 0 - m_IKPass: 0 - m_SyncedLayerAffectsTiming: 0 - m_Controller: {fileID: 9100000} diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Animations/FeedbackDemoGhostAnimator.controller.meta b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Animations/FeedbackDemoGhostAnimator.controller.meta deleted file mode 100644 index 76c69345d..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Animations/FeedbackDemoGhostAnimator.controller.meta +++ /dev/null @@ -1,15 +0,0 @@ -fileFormatVersion: 2 -guid: 06c82d171c672a241952a2b57940baed -NativeFormatImporter: - externalObjects: {} - mainObjectFileID: 0 - userData: - assetBundleName: - assetBundleVariant: -AssetOrigin: - serializedVersion: 1 - productId: 183370 - packageName: Feel - packageVersion: 5.8 - assetPath: Assets/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Animations/FeedbackDemoGhostAnimator.controller - uploadId: 799856 diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Animations/FeedbackGhostAnimation.anim b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Animations/FeedbackGhostAnimation.anim deleted file mode 100644 index 2dc710891..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Animations/FeedbackGhostAnimation.anim +++ /dev/null @@ -1,320 +0,0 @@ -%YAML 1.1 -%TAG !u! tag:unity3d.com,2011: ---- !u!74 &7400000 -AnimationClip: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_Name: FeedbackGhostAnimation - serializedVersion: 6 - m_Legacy: 0 - m_Compressed: 0 - m_UseHighQualityCurve: 1 - m_RotationCurves: [] - m_CompressedRotationCurves: [] - m_EulerCurves: [] - m_PositionCurves: - - curve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: {x: -3.25, y: 10.63, z: 9.42} - inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} - - serializedVersion: 3 - time: 0.33333334 - value: {x: -3.25, y: -1.25, z: 12} - inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} - - serializedVersion: 3 - time: 0.8833333 - value: {x: -1.314885, y: -0.46, z: 12} - inSlope: {x: 6.373386, y: 0, z: 0} - outSlope: {x: 6.373386, y: 0, z: 0} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} - - serializedVersion: 3 - time: 1.3666667 - value: {x: 3.335832, y: -0.58, z: 12} - inSlope: {x: 10.836352, y: 0, z: 0} - outSlope: {x: 10.836352, y: 0, z: 0} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} - - serializedVersion: 3 - time: 1.5166667 - value: {x: 5.5481377, y: 0.67, z: 12} - inSlope: {x: 13.269738, y: 3.1421053, z: 0} - outSlope: {x: 13.269738, y: 3.1421053, z: 0} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} - - serializedVersion: 3 - time: 2 - value: {x: 11.74, y: 1.41, z: 9.42} - inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - path: - m_ScaleCurves: [] - m_FloatCurves: [] - m_PPtrCurves: [] - m_SampleRate: 60 - m_WrapMode: 0 - m_Bounds: - m_Center: {x: 0, y: 0, z: 0} - m_Extent: {x: 0, y: 0, z: 0} - m_ClipBindingConstant: - genericBindings: - - serializedVersion: 2 - path: 0 - attribute: 1 - script: {fileID: 0} - typeID: 4 - customType: 0 - isPPtrCurve: 0 - pptrCurveMapping: [] - m_AnimationClipSettings: - serializedVersion: 2 - m_AdditiveReferencePoseClip: {fileID: 0} - m_AdditiveReferencePoseTime: 0 - m_StartTime: 0 - m_StopTime: 2 - m_OrientationOffsetY: 0 - m_Level: 0 - m_CycleOffset: 0 - m_HasAdditiveReferencePose: 0 - m_LoopTime: 1 - m_LoopBlend: 0 - m_LoopBlendOrientation: 0 - m_LoopBlendPositionY: 0 - m_LoopBlendPositionXZ: 0 - m_KeepOriginalOrientation: 0 - m_KeepOriginalPositionY: 1 - m_KeepOriginalPositionXZ: 0 - m_HeightFromFeet: 0 - m_Mirror: 0 - m_EditorCurves: - - curve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: -3.25 - inSlope: 0 - outSlope: 0 - tangentMode: 136 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.33333334 - value: -3.25 - inSlope: 0 - outSlope: 0 - tangentMode: 136 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.8833333 - value: -1.314885 - inSlope: 6.373386 - outSlope: 6.373386 - tangentMode: 136 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1.3666667 - value: 3.335832 - inSlope: 10.836352 - outSlope: 10.836352 - tangentMode: 136 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1.5166667 - value: 5.5481377 - inSlope: 13.269738 - outSlope: 13.269738 - tangentMode: 136 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 2 - value: 11.74 - inSlope: 0 - outSlope: 0 - tangentMode: 136 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - attribute: m_LocalPosition.x - path: - classID: 4 - script: {fileID: 0} - - curve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 10.63 - inSlope: 0 - outSlope: 0 - tangentMode: 136 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.33333334 - value: -1.25 - inSlope: 0 - outSlope: 0 - tangentMode: 136 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.8833333 - value: -0.46 - inSlope: 0 - outSlope: 0 - tangentMode: 136 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1.3666667 - value: -0.58 - inSlope: 0 - outSlope: 0 - tangentMode: 136 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1.5166667 - value: 0.67 - inSlope: 3.1421053 - outSlope: 3.1421053 - tangentMode: 136 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 2 - value: 1.41 - inSlope: 0 - outSlope: 0 - tangentMode: 136 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - attribute: m_LocalPosition.y - path: - classID: 4 - script: {fileID: 0} - - curve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 9.42 - inSlope: 0 - outSlope: 0 - tangentMode: 136 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.33333334 - value: 12 - inSlope: 0 - outSlope: 0 - tangentMode: 136 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.8833333 - value: 12 - inSlope: 0 - outSlope: 0 - tangentMode: 136 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1.3666667 - value: 12 - inSlope: 0 - outSlope: 0 - tangentMode: 136 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1.5166667 - value: 12 - inSlope: 0 - outSlope: 0 - tangentMode: 136 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 2 - value: 9.42 - inSlope: 0 - outSlope: 0 - tangentMode: 136 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - attribute: m_LocalPosition.z - path: - classID: 4 - script: {fileID: 0} - m_EulerEditorCurves: [] - m_HasGenericRootTransform: 1 - m_HasMotionFloatCurves: 0 - m_Events: - - time: 2 - functionName: OnAnimationEnd - data: - objectReferenceParameter: {fileID: 0} - floatParameter: 0 - intParameter: 0 - messageOptions: 0 diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Animations/FeedbackGhostAnimation.anim.meta b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Animations/FeedbackGhostAnimation.anim.meta deleted file mode 100644 index 5bac28174..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Animations/FeedbackGhostAnimation.anim.meta +++ /dev/null @@ -1,15 +0,0 @@ -fileFormatVersion: 2 -guid: 1b93837beedb1a6488f0d094070bba41 -NativeFormatImporter: - externalObjects: {} - mainObjectFileID: 0 - userData: - assetBundleName: - assetBundleVariant: -AssetOrigin: - serializedVersion: 1 - productId: 183370 - packageName: Feel - packageVersion: 5.8 - assetPath: Assets/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Animations/FeedbackGhostAnimation.anim - uploadId: 799856 diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Camera.meta b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Camera.meta deleted file mode 100644 index a270e7678..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Camera.meta +++ /dev/null @@ -1,8 +0,0 @@ -fileFormatVersion: 2 -guid: d39777c00c69fd24cb9468c33e2252ec -folderAsset: yes -DefaultImporter: - externalObjects: {} - userData: - assetBundleName: - assetBundleVariant: diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Camera/Gizmos.meta b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Camera/Gizmos.meta deleted file mode 100644 index e39f1abb7..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Camera/Gizmos.meta +++ /dev/null @@ -1,8 +0,0 @@ -fileFormatVersion: 2 -guid: ac447a20afa8fda4dabd61401117b166 -folderAsset: yes -DefaultImporter: - externalObjects: {} - userData: - assetBundleName: - assetBundleVariant: diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Camera/Gizmos/Cinemachine.meta b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Camera/Gizmos/Cinemachine.meta deleted file mode 100644 index ea2021879..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Camera/Gizmos/Cinemachine.meta +++ /dev/null @@ -1,8 +0,0 @@ -fileFormatVersion: 2 -guid: 2e481050f93be3043b31600400138515 -folderAsset: yes -DefaultImporter: - externalObjects: {} - userData: - assetBundleName: - assetBundleVariant: diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Camera/Gizmos/Cinemachine/cm_logo_lg.png b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Camera/Gizmos/Cinemachine/cm_logo_lg.png deleted file mode 100644 index 5ed9234d7..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Camera/Gizmos/Cinemachine/cm_logo_lg.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3841fa64b887ddf68d6f0175bc8e99dd32637df547bcb174b3e760bd3275f092 -size 66152 diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Camera/Gizmos/Cinemachine/cm_logo_lg.png.meta b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Camera/Gizmos/Cinemachine/cm_logo_lg.png.meta deleted file mode 100644 index b15ec0a56..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Camera/Gizmos/Cinemachine/cm_logo_lg.png.meta +++ /dev/null @@ -1,95 +0,0 @@ -fileFormatVersion: 2 -guid: 8d1ffe9067c85124ab7be70b32a01c50 -TextureImporter: - fileIDToRecycleName: {} - externalObjects: {} - serializedVersion: 9 - mipmaps: - mipMapMode: 0 - enableMipMap: 1 - sRGBTexture: 1 - linearTexture: 0 - fadeOut: 0 - borderMipMap: 0 - mipMapsPreserveCoverage: 0 - alphaTestReferenceValue: 0.5 - mipMapFadeDistanceStart: 1 - mipMapFadeDistanceEnd: 3 - bumpmap: - convertToNormalMap: 0 - externalNormalMap: 0 - heightScale: 0.25 - normalMapFilter: 0 - isReadable: 0 - streamingMipmaps: 0 - streamingMipmapsPriority: 0 - grayScaleToAlpha: 0 - generateCubemap: 6 - cubemapConvolution: 0 - seamlessCubemap: 0 - textureFormat: 1 - maxTextureSize: 2048 - textureSettings: - serializedVersion: 2 - filterMode: -1 - aniso: -1 - mipBias: -100 - wrapU: -1 - wrapV: -1 - wrapW: -1 - nPOTScale: 1 - lightmap: 0 - compressionQuality: 50 - spriteMode: 0 - spriteExtrude: 1 - spriteMeshType: 1 - alignment: 0 - spritePivot: {x: 0.5, y: 0.5} - spritePixelsToUnits: 100 - spriteBorder: {x: 0, y: 0, z: 0, w: 0} - spriteGenerateFallbackPhysicsShape: 1 - alphaUsage: 1 - alphaIsTransparency: 0 - spriteTessellationDetail: -1 - textureType: 0 - textureShape: 1 - singleChannelComponent: 0 - maxTextureSizeSet: 0 - compressionQualitySet: 0 - textureFormatSet: 0 - platformSettings: - - serializedVersion: 2 - buildTarget: DefaultTexturePlatform - maxTextureSize: 2048 - resizeAlgorithm: 0 - textureFormat: -1 - textureCompression: 1 - compressionQuality: 50 - crunchedCompression: 0 - allowsAlphaSplitting: 0 - overridden: 0 - androidETC2FallbackOverride: 0 - spriteSheet: - serializedVersion: 2 - sprites: [] - outline: [] - physicsShape: [] - bones: [] - spriteID: - vertices: [] - indices: - edges: [] - weights: [] - spritePackingTag: - pSDRemoveMatte: 0 - pSDShowRemoveMatteOption: 0 - userData: - assetBundleName: - assetBundleVariant: -AssetOrigin: - serializedVersion: 1 - productId: 183370 - packageName: Feel - packageVersion: 5.8 - assetPath: Assets/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Camera/Gizmos/Cinemachine/cm_logo_lg.png - uploadId: 799856 diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Camera/MMFeedbacksDemo Alt Camera Profile.asset b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Camera/MMFeedbacksDemo Alt Camera Profile.asset deleted file mode 100644 index 00e5713e7..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Camera/MMFeedbacksDemo Alt Camera Profile.asset +++ /dev/null @@ -1,1534 +0,0 @@ -%YAML 1.1 -%TAG !u! tag:unity3d.com,2011: ---- !u!114 &11400000 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 0} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 8e6292b2c06870d4495f009f912b9600, type: 3} - m_Name: MMFeedbacksDemo Alt Camera Profile - m_EditorClassIdentifier: - settings: - - {fileID: 114963278385519114} - - {fileID: 114706587822284442} - - {fileID: 114435575335560666} - - {fileID: 114152421978014758} - - {fileID: 114587509261856622} - - {fileID: 114134665704972802} - - {fileID: 114030612008527452} ---- !u!114 &114030612008527452 -MonoBehaviour: - m_ObjectHideFlags: 3 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 0} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: b94fcd11afffcb142908bfcb1e261fba, type: 3} - m_Name: MotionBlur - m_EditorClassIdentifier: - active: 1 - enabled: - overrideState: 1 - value: 1 - shutterAngle: - overrideState: 0 - value: 270 - sampleCount: - overrideState: 0 - value: 10 ---- !u!114 &114134665704972802 -MonoBehaviour: - m_ObjectHideFlags: 3 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 0} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 9b77c5407dc277943b591ade9e6b18c5, type: 3} - m_Name: LensDistortion - m_EditorClassIdentifier: - active: 1 - enabled: - overrideState: 1 - value: 1 - intensity: - overrideState: 1 - value: 40.5 - intensityX: - overrideState: 1 - value: 1 - intensityY: - overrideState: 1 - value: 1 - centerX: - overrideState: 1 - value: 0 - centerY: - overrideState: 1 - value: 0 - scale: - overrideState: 1 - value: 1 ---- !u!114 &114152421978014758 -MonoBehaviour: - m_ObjectHideFlags: 3 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 0} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: adb84e30e02715445aeb9959894e3b4d, type: 3} - m_Name: ColorGrading - m_EditorClassIdentifier: - active: 1 - enabled: - overrideState: 1 - value: 1 - gradingMode: - overrideState: 1 - value: 1 - externalLut: - overrideState: 1 - value: {fileID: 0} - defaultState: 1 - tonemapper: - overrideState: 1 - value: 0 - toneCurveToeStrength: - overrideState: 1 - value: 0 - toneCurveToeLength: - overrideState: 1 - value: 0.5 - toneCurveShoulderStrength: - overrideState: 1 - value: 0 - toneCurveShoulderLength: - overrideState: 1 - value: 0.5 - toneCurveShoulderAngle: - overrideState: 1 - value: 0 - toneCurveGamma: - overrideState: 1 - value: 1 - ldrLut: - overrideState: 1 - value: {fileID: 0} - defaultState: 4 - ldrLutContribution: - overrideState: 1 - value: 1 - temperature: - overrideState: 1 - value: 0 - tint: - overrideState: 1 - value: 0 - colorFilter: - overrideState: 1 - value: {r: 1, g: 1, b: 1, a: 1} - hueShift: - overrideState: 1 - value: -46 - saturation: - overrideState: 1 - value: -25.6 - brightness: - overrideState: 1 - value: 0 - postExposure: - overrideState: 1 - value: 0 - contrast: - overrideState: 1 - value: 22.5 - mixerRedOutRedIn: - overrideState: 1 - value: 100 - mixerRedOutGreenIn: - overrideState: 1 - value: 0 - mixerRedOutBlueIn: - overrideState: 1 - value: 0 - mixerGreenOutRedIn: - overrideState: 1 - value: 0 - mixerGreenOutGreenIn: - overrideState: 1 - value: 100 - mixerGreenOutBlueIn: - overrideState: 1 - value: 0 - mixerBlueOutRedIn: - overrideState: 1 - value: 0 - mixerBlueOutGreenIn: - overrideState: 1 - value: 0 - mixerBlueOutBlueIn: - overrideState: 1 - value: 100 - lift: - overrideState: 1 - value: {x: 1, y: 1, z: 1, w: 0} - gamma: - overrideState: 1 - value: {x: 1, y: 1, z: 1, w: 0} - gain: - overrideState: 1 - value: {x: 1, y: 1, z: 1, w: 0} - masterCurve: - overrideState: 1 - value: - curve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 1 - outSlope: 1 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 1 - outSlope: 1 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - m_Loop: 0 - m_ZeroValue: 0 - m_Range: 1 - cachedData: - - 0 - - 0.0078125 - - 0.015625 - - 0.0234375 - - 0.03125 - - 0.0390625 - - 0.046875 - - 0.0546875 - - 0.0625 - - 0.0703125 - - 0.078125 - - 0.0859375 - - 0.09375 - - 0.1015625 - - 0.109375 - - 0.1171875 - - 0.125 - - 0.1328125 - - 0.140625 - - 0.1484375 - - 0.15625 - - 0.1640625 - - 0.171875 - - 0.1796875 - - 0.1875 - - 0.1953125 - - 0.203125 - - 0.2109375 - - 0.21875 - - 0.2265625 - - 0.234375 - - 0.2421875 - - 0.25 - - 0.2578125 - - 0.265625 - - 0.2734375 - - 0.28125 - - 0.2890625 - - 0.296875 - - 0.3046875 - - 0.3125 - - 0.3203125 - - 0.328125 - - 0.3359375 - - 0.34375 - - 0.3515625 - - 0.359375 - - 0.3671875 - - 0.375 - - 0.3828125 - - 0.390625 - - 0.3984375 - - 0.40625 - - 0.4140625 - - 0.421875 - - 0.4296875 - - 0.4375 - - 0.4453125 - - 0.453125 - - 0.4609375 - - 0.46875 - - 0.4765625 - - 0.484375 - - 0.4921875 - - 0.5 - - 0.5078125 - - 0.515625 - - 0.5234375 - - 0.53125 - - 0.5390625 - - 0.546875 - - 0.5546875 - - 0.5625 - - 0.5703125 - - 0.578125 - - 0.5859375 - - 0.59375 - - 0.6015625 - - 0.609375 - - 0.6171875 - - 0.625 - - 0.6328125 - - 0.640625 - - 0.6484375 - - 0.65625 - - 0.6640625 - - 0.671875 - - 0.6796875 - - 0.6875 - - 0.6953125 - - 0.703125 - - 0.7109375 - - 0.71875 - - 0.7265625 - - 0.734375 - - 0.7421875 - - 0.75 - - 0.7578125 - - 0.765625 - - 0.7734375 - - 0.78125 - - 0.7890625 - - 0.796875 - - 0.8046875 - - 0.8125 - - 0.8203125 - - 0.828125 - - 0.8359375 - - 0.84375 - - 0.8515625 - - 0.859375 - - 0.8671875 - - 0.875 - - 0.8828125 - - 0.890625 - - 0.8984375 - - 0.90625 - - 0.9140625 - - 0.921875 - - 0.9296875 - - 0.9375 - - 0.9453125 - - 0.953125 - - 0.9609375 - - 0.96875 - - 0.9765625 - - 0.984375 - - 0.9921875 - redCurve: - overrideState: 1 - value: - curve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 1 - outSlope: 1 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 1 - outSlope: 1 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - m_Loop: 0 - m_ZeroValue: 0 - m_Range: 1 - cachedData: - - 0 - - 0.0078125 - - 0.015625 - - 0.0234375 - - 0.03125 - - 0.0390625 - - 0.046875 - - 0.0546875 - - 0.0625 - - 0.0703125 - - 0.078125 - - 0.0859375 - - 0.09375 - - 0.1015625 - - 0.109375 - - 0.1171875 - - 0.125 - - 0.1328125 - - 0.140625 - - 0.1484375 - - 0.15625 - - 0.1640625 - - 0.171875 - - 0.1796875 - - 0.1875 - - 0.1953125 - - 0.203125 - - 0.2109375 - - 0.21875 - - 0.2265625 - - 0.234375 - - 0.2421875 - - 0.25 - - 0.2578125 - - 0.265625 - - 0.2734375 - - 0.28125 - - 0.2890625 - - 0.296875 - - 0.3046875 - - 0.3125 - - 0.3203125 - - 0.328125 - - 0.3359375 - - 0.34375 - - 0.3515625 - - 0.359375 - - 0.3671875 - - 0.375 - - 0.3828125 - - 0.390625 - - 0.3984375 - - 0.40625 - - 0.4140625 - - 0.421875 - - 0.4296875 - - 0.4375 - - 0.4453125 - - 0.453125 - - 0.4609375 - - 0.46875 - - 0.4765625 - - 0.484375 - - 0.4921875 - - 0.5 - - 0.5078125 - - 0.515625 - - 0.5234375 - - 0.53125 - - 0.5390625 - - 0.546875 - - 0.5546875 - - 0.5625 - - 0.5703125 - - 0.578125 - - 0.5859375 - - 0.59375 - - 0.6015625 - - 0.609375 - - 0.6171875 - - 0.625 - - 0.6328125 - - 0.640625 - - 0.6484375 - - 0.65625 - - 0.6640625 - - 0.671875 - - 0.6796875 - - 0.6875 - - 0.6953125 - - 0.703125 - - 0.7109375 - - 0.71875 - - 0.7265625 - - 0.734375 - - 0.7421875 - - 0.75 - - 0.7578125 - - 0.765625 - - 0.7734375 - - 0.78125 - - 0.7890625 - - 0.796875 - - 0.8046875 - - 0.8125 - - 0.8203125 - - 0.828125 - - 0.8359375 - - 0.84375 - - 0.8515625 - - 0.859375 - - 0.8671875 - - 0.875 - - 0.8828125 - - 0.890625 - - 0.8984375 - - 0.90625 - - 0.9140625 - - 0.921875 - - 0.9296875 - - 0.9375 - - 0.9453125 - - 0.953125 - - 0.9609375 - - 0.96875 - - 0.9765625 - - 0.984375 - - 0.9921875 - greenCurve: - overrideState: 1 - value: - curve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 1 - outSlope: 1 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 1 - outSlope: 1 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - m_Loop: 0 - m_ZeroValue: 0 - m_Range: 1 - cachedData: - - 0 - - 0.0078125 - - 0.015625 - - 0.0234375 - - 0.03125 - - 0.0390625 - - 0.046875 - - 0.0546875 - - 0.0625 - - 0.0703125 - - 0.078125 - - 0.0859375 - - 0.09375 - - 0.1015625 - - 0.109375 - - 0.1171875 - - 0.125 - - 0.1328125 - - 0.140625 - - 0.1484375 - - 0.15625 - - 0.1640625 - - 0.171875 - - 0.1796875 - - 0.1875 - - 0.1953125 - - 0.203125 - - 0.2109375 - - 0.21875 - - 0.2265625 - - 0.234375 - - 0.2421875 - - 0.25 - - 0.2578125 - - 0.265625 - - 0.2734375 - - 0.28125 - - 0.2890625 - - 0.296875 - - 0.3046875 - - 0.3125 - - 0.3203125 - - 0.328125 - - 0.3359375 - - 0.34375 - - 0.3515625 - - 0.359375 - - 0.3671875 - - 0.375 - - 0.3828125 - - 0.390625 - - 0.3984375 - - 0.40625 - - 0.4140625 - - 0.421875 - - 0.4296875 - - 0.4375 - - 0.4453125 - - 0.453125 - - 0.4609375 - - 0.46875 - - 0.4765625 - - 0.484375 - - 0.4921875 - - 0.5 - - 0.5078125 - - 0.515625 - - 0.5234375 - - 0.53125 - - 0.5390625 - - 0.546875 - - 0.5546875 - - 0.5625 - - 0.5703125 - - 0.578125 - - 0.5859375 - - 0.59375 - - 0.6015625 - - 0.609375 - - 0.6171875 - - 0.625 - - 0.6328125 - - 0.640625 - - 0.6484375 - - 0.65625 - - 0.6640625 - - 0.671875 - - 0.6796875 - - 0.6875 - - 0.6953125 - - 0.703125 - - 0.7109375 - - 0.71875 - - 0.7265625 - - 0.734375 - - 0.7421875 - - 0.75 - - 0.7578125 - - 0.765625 - - 0.7734375 - - 0.78125 - - 0.7890625 - - 0.796875 - - 0.8046875 - - 0.8125 - - 0.8203125 - - 0.828125 - - 0.8359375 - - 0.84375 - - 0.8515625 - - 0.859375 - - 0.8671875 - - 0.875 - - 0.8828125 - - 0.890625 - - 0.8984375 - - 0.90625 - - 0.9140625 - - 0.921875 - - 0.9296875 - - 0.9375 - - 0.9453125 - - 0.953125 - - 0.9609375 - - 0.96875 - - 0.9765625 - - 0.984375 - - 0.9921875 - blueCurve: - overrideState: 1 - value: - curve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 1 - outSlope: 1 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 1 - outSlope: 1 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - m_Loop: 0 - m_ZeroValue: 0 - m_Range: 1 - cachedData: - - 0 - - 0.0078125 - - 0.015625 - - 0.0234375 - - 0.03125 - - 0.0390625 - - 0.046875 - - 0.0546875 - - 0.0625 - - 0.0703125 - - 0.078125 - - 0.0859375 - - 0.09375 - - 0.1015625 - - 0.109375 - - 0.1171875 - - 0.125 - - 0.1328125 - - 0.140625 - - 0.1484375 - - 0.15625 - - 0.1640625 - - 0.171875 - - 0.1796875 - - 0.1875 - - 0.1953125 - - 0.203125 - - 0.2109375 - - 0.21875 - - 0.2265625 - - 0.234375 - - 0.2421875 - - 0.25 - - 0.2578125 - - 0.265625 - - 0.2734375 - - 0.28125 - - 0.2890625 - - 0.296875 - - 0.3046875 - - 0.3125 - - 0.3203125 - - 0.328125 - - 0.3359375 - - 0.34375 - - 0.3515625 - - 0.359375 - - 0.3671875 - - 0.375 - - 0.3828125 - - 0.390625 - - 0.3984375 - - 0.40625 - - 0.4140625 - - 0.421875 - - 0.4296875 - - 0.4375 - - 0.4453125 - - 0.453125 - - 0.4609375 - - 0.46875 - - 0.4765625 - - 0.484375 - - 0.4921875 - - 0.5 - - 0.5078125 - - 0.515625 - - 0.5234375 - - 0.53125 - - 0.5390625 - - 0.546875 - - 0.5546875 - - 0.5625 - - 0.5703125 - - 0.578125 - - 0.5859375 - - 0.59375 - - 0.6015625 - - 0.609375 - - 0.6171875 - - 0.625 - - 0.6328125 - - 0.640625 - - 0.6484375 - - 0.65625 - - 0.6640625 - - 0.671875 - - 0.6796875 - - 0.6875 - - 0.6953125 - - 0.703125 - - 0.7109375 - - 0.71875 - - 0.7265625 - - 0.734375 - - 0.7421875 - - 0.75 - - 0.7578125 - - 0.765625 - - 0.7734375 - - 0.78125 - - 0.7890625 - - 0.796875 - - 0.8046875 - - 0.8125 - - 0.8203125 - - 0.828125 - - 0.8359375 - - 0.84375 - - 0.8515625 - - 0.859375 - - 0.8671875 - - 0.875 - - 0.8828125 - - 0.890625 - - 0.8984375 - - 0.90625 - - 0.9140625 - - 0.921875 - - 0.9296875 - - 0.9375 - - 0.9453125 - - 0.953125 - - 0.9609375 - - 0.96875 - - 0.9765625 - - 0.984375 - - 0.9921875 - hueVsHueCurve: - overrideState: 1 - value: - curve: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - m_Loop: 1 - m_ZeroValue: 0.5 - m_Range: 1 - cachedData: - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - hueVsSatCurve: - overrideState: 1 - value: - curve: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - m_Loop: 1 - m_ZeroValue: 0.5 - m_Range: 1 - cachedData: - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - satVsSatCurve: - overrideState: 1 - value: - curve: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - m_Loop: 0 - m_ZeroValue: 0.5 - m_Range: 1 - cachedData: - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - lumVsSatCurve: - overrideState: 1 - value: - curve: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - m_Loop: 0 - m_ZeroValue: 0.5 - m_Range: 1 - cachedData: - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 ---- !u!114 &114435575335560666 -MonoBehaviour: - m_ObjectHideFlags: 3 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 0} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 6050e2d5de785ce4d931e4dbdbf2d755, type: 3} - m_Name: ChromaticAberration - m_EditorClassIdentifier: - active: 1 - enabled: - overrideState: 1 - value: 1 - spectralLut: - overrideState: 1 - value: {fileID: 0} - defaultState: 1 - intensity: - overrideState: 1 - value: 0 - fastMode: - overrideState: 1 - value: 0 ---- !u!114 &114587509261856622 -MonoBehaviour: - m_ObjectHideFlags: 3 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 0} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 556797029e73b2347956b6579e77e05b, type: 3} - m_Name: DepthOfField - m_EditorClassIdentifier: - active: 1 - enabled: - overrideState: 1 - value: 1 - focusDistance: - overrideState: 1 - value: 5.37 - aperture: - overrideState: 1 - value: 2.5 - focalLength: - overrideState: 1 - value: 78 - kernelSize: - overrideState: 1 - value: 1 ---- !u!114 &114706587822284442 -MonoBehaviour: - m_ObjectHideFlags: 3 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 0} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 48a79b01ea5641d4aa6daa2e23605641, type: 3} - m_Name: Bloom - m_EditorClassIdentifier: - active: 1 - enabled: - overrideState: 1 - value: 1 - intensity: - overrideState: 1 - value: 3.68 - threshold: - overrideState: 1 - value: 1 - softKnee: - overrideState: 1 - value: 0.458 - clamp: - overrideState: 1 - value: 65471.57 - diffusion: - overrideState: 1 - value: 7.8 - anamorphicRatio: - overrideState: 1 - value: 0.215 - color: - overrideState: 1 - value: {r: 1, g: 1, b: 1, a: 1} - fastMode: - overrideState: 1 - value: 0 - dirtTexture: - overrideState: 1 - value: {fileID: 0} - defaultState: 1 - dirtIntensity: - overrideState: 1 - value: 0 ---- !u!114 &114963278385519114 -MonoBehaviour: - m_ObjectHideFlags: 3 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 0} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 40b924e2dad56384a8df2a1e111bb675, type: 3} - m_Name: Vignette - m_EditorClassIdentifier: - active: 1 - enabled: - overrideState: 1 - value: 1 - mode: - overrideState: 1 - value: 0 - color: - overrideState: 1 - value: {r: 0, g: 0, b: 0, a: 1} - center: - overrideState: 1 - value: {x: 0.5, y: 0.5} - intensity: - overrideState: 1 - value: 0.373 - smoothness: - overrideState: 1 - value: 0.2 - roundness: - overrideState: 1 - value: 1 - rounded: - overrideState: 1 - value: 0 - mask: - overrideState: 1 - value: {fileID: 0} - defaultState: 1 - opacity: - overrideState: 1 - value: 1 diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Camera/MMFeedbacksDemo Alt Camera Profile.asset.meta b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Camera/MMFeedbacksDemo Alt Camera Profile.asset.meta deleted file mode 100644 index f0dec9cd7..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Camera/MMFeedbacksDemo Alt Camera Profile.asset.meta +++ /dev/null @@ -1,16 +0,0 @@ -fileFormatVersion: 2 -guid: 9c0dc5f873bf5f0408db5b316cac722c -NativeFormatImporter: - externalObjects: {} - mainObjectFileID: 11400000 - userData: - assetBundleName: - assetBundleVariant: -AssetOrigin: - serializedVersion: 1 - productId: 183370 - packageName: Feel - packageVersion: 5.8 - assetPath: Assets/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Camera/MMFeedbacksDemo - Alt Camera Profile.asset - uploadId: 799856 diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Camera/MMFeedbacksDemo Filter Camera Profile.asset b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Camera/MMFeedbacksDemo Filter Camera Profile.asset deleted file mode 100644 index d97774c55..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Camera/MMFeedbacksDemo Filter Camera Profile.asset +++ /dev/null @@ -1,1534 +0,0 @@ -%YAML 1.1 -%TAG !u! tag:unity3d.com,2011: ---- !u!114 &11400000 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 0} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 8e6292b2c06870d4495f009f912b9600, type: 3} - m_Name: MMFeedbacksDemo Filter Camera Profile - m_EditorClassIdentifier: - settings: - - {fileID: 114963278385519114} - - {fileID: 114706587822284442} - - {fileID: 114435575335560666} - - {fileID: 114152421978014758} - - {fileID: 114587509261856622} - - {fileID: 114134665704972802} - - {fileID: 114030612008527452} ---- !u!114 &114030612008527452 -MonoBehaviour: - m_ObjectHideFlags: 3 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 0} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: b94fcd11afffcb142908bfcb1e261fba, type: 3} - m_Name: MotionBlur - m_EditorClassIdentifier: - active: 1 - enabled: - overrideState: 1 - value: 1 - shutterAngle: - overrideState: 0 - value: 270 - sampleCount: - overrideState: 0 - value: 10 ---- !u!114 &114134665704972802 -MonoBehaviour: - m_ObjectHideFlags: 3 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 0} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 9b77c5407dc277943b591ade9e6b18c5, type: 3} - m_Name: LensDistortion - m_EditorClassIdentifier: - active: 1 - enabled: - overrideState: 1 - value: 1 - intensity: - overrideState: 1 - value: 21.2 - intensityX: - overrideState: 1 - value: 1 - intensityY: - overrideState: 1 - value: 1 - centerX: - overrideState: 1 - value: 0 - centerY: - overrideState: 1 - value: 0 - scale: - overrideState: 1 - value: 1 ---- !u!114 &114152421978014758 -MonoBehaviour: - m_ObjectHideFlags: 3 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 0} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: adb84e30e02715445aeb9959894e3b4d, type: 3} - m_Name: ColorGrading - m_EditorClassIdentifier: - active: 1 - enabled: - overrideState: 1 - value: 1 - gradingMode: - overrideState: 1 - value: 1 - externalLut: - overrideState: 1 - value: {fileID: 0} - defaultState: 1 - tonemapper: - overrideState: 1 - value: 0 - toneCurveToeStrength: - overrideState: 1 - value: 0 - toneCurveToeLength: - overrideState: 1 - value: 0.5 - toneCurveShoulderStrength: - overrideState: 1 - value: 0 - toneCurveShoulderLength: - overrideState: 1 - value: 0.5 - toneCurveShoulderAngle: - overrideState: 1 - value: 0 - toneCurveGamma: - overrideState: 1 - value: 1 - ldrLut: - overrideState: 1 - value: {fileID: 0} - defaultState: 4 - ldrLutContribution: - overrideState: 1 - value: 1 - temperature: - overrideState: 1 - value: 0 - tint: - overrideState: 1 - value: 0 - colorFilter: - overrideState: 1 - value: {r: 1, g: 1, b: 1, a: 1} - hueShift: - overrideState: 1 - value: 0 - saturation: - overrideState: 1 - value: -100 - brightness: - overrideState: 1 - value: 0 - postExposure: - overrideState: 1 - value: -0.5 - contrast: - overrideState: 1 - value: 100 - mixerRedOutRedIn: - overrideState: 1 - value: 100 - mixerRedOutGreenIn: - overrideState: 1 - value: 0 - mixerRedOutBlueIn: - overrideState: 1 - value: 0 - mixerGreenOutRedIn: - overrideState: 1 - value: 0 - mixerGreenOutGreenIn: - overrideState: 1 - value: 100 - mixerGreenOutBlueIn: - overrideState: 1 - value: 0 - mixerBlueOutRedIn: - overrideState: 1 - value: 0 - mixerBlueOutGreenIn: - overrideState: 1 - value: 0 - mixerBlueOutBlueIn: - overrideState: 1 - value: 100 - lift: - overrideState: 1 - value: {x: 1, y: 1, z: 1, w: 0} - gamma: - overrideState: 1 - value: {x: 1, y: 1, z: 1, w: 0} - gain: - overrideState: 1 - value: {x: 1, y: 1, z: 1, w: 0} - masterCurve: - overrideState: 1 - value: - curve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 1 - outSlope: 1 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 1 - outSlope: 1 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - m_Loop: 0 - m_ZeroValue: 0 - m_Range: 1 - cachedData: - - 0 - - 0.0078125 - - 0.015625 - - 0.0234375 - - 0.03125 - - 0.0390625 - - 0.046875 - - 0.0546875 - - 0.0625 - - 0.0703125 - - 0.078125 - - 0.0859375 - - 0.09375 - - 0.1015625 - - 0.109375 - - 0.1171875 - - 0.125 - - 0.1328125 - - 0.140625 - - 0.1484375 - - 0.15625 - - 0.1640625 - - 0.171875 - - 0.1796875 - - 0.1875 - - 0.1953125 - - 0.203125 - - 0.2109375 - - 0.21875 - - 0.2265625 - - 0.234375 - - 0.2421875 - - 0.25 - - 0.2578125 - - 0.265625 - - 0.2734375 - - 0.28125 - - 0.2890625 - - 0.296875 - - 0.3046875 - - 0.3125 - - 0.3203125 - - 0.328125 - - 0.3359375 - - 0.34375 - - 0.3515625 - - 0.359375 - - 0.3671875 - - 0.375 - - 0.3828125 - - 0.390625 - - 0.3984375 - - 0.40625 - - 0.4140625 - - 0.421875 - - 0.4296875 - - 0.4375 - - 0.4453125 - - 0.453125 - - 0.4609375 - - 0.46875 - - 0.4765625 - - 0.484375 - - 0.4921875 - - 0.5 - - 0.5078125 - - 0.515625 - - 0.5234375 - - 0.53125 - - 0.5390625 - - 0.546875 - - 0.5546875 - - 0.5625 - - 0.5703125 - - 0.578125 - - 0.5859375 - - 0.59375 - - 0.6015625 - - 0.609375 - - 0.6171875 - - 0.625 - - 0.6328125 - - 0.640625 - - 0.6484375 - - 0.65625 - - 0.6640625 - - 0.671875 - - 0.6796875 - - 0.6875 - - 0.6953125 - - 0.703125 - - 0.7109375 - - 0.71875 - - 0.7265625 - - 0.734375 - - 0.7421875 - - 0.75 - - 0.7578125 - - 0.765625 - - 0.7734375 - - 0.78125 - - 0.7890625 - - 0.796875 - - 0.8046875 - - 0.8125 - - 0.8203125 - - 0.828125 - - 0.8359375 - - 0.84375 - - 0.8515625 - - 0.859375 - - 0.8671875 - - 0.875 - - 0.8828125 - - 0.890625 - - 0.8984375 - - 0.90625 - - 0.9140625 - - 0.921875 - - 0.9296875 - - 0.9375 - - 0.9453125 - - 0.953125 - - 0.9609375 - - 0.96875 - - 0.9765625 - - 0.984375 - - 0.9921875 - redCurve: - overrideState: 1 - value: - curve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 1 - outSlope: 1 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 1 - outSlope: 1 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - m_Loop: 0 - m_ZeroValue: 0 - m_Range: 1 - cachedData: - - 0 - - 0.0078125 - - 0.015625 - - 0.0234375 - - 0.03125 - - 0.0390625 - - 0.046875 - - 0.0546875 - - 0.0625 - - 0.0703125 - - 0.078125 - - 0.0859375 - - 0.09375 - - 0.1015625 - - 0.109375 - - 0.1171875 - - 0.125 - - 0.1328125 - - 0.140625 - - 0.1484375 - - 0.15625 - - 0.1640625 - - 0.171875 - - 0.1796875 - - 0.1875 - - 0.1953125 - - 0.203125 - - 0.2109375 - - 0.21875 - - 0.2265625 - - 0.234375 - - 0.2421875 - - 0.25 - - 0.2578125 - - 0.265625 - - 0.2734375 - - 0.28125 - - 0.2890625 - - 0.296875 - - 0.3046875 - - 0.3125 - - 0.3203125 - - 0.328125 - - 0.3359375 - - 0.34375 - - 0.3515625 - - 0.359375 - - 0.3671875 - - 0.375 - - 0.3828125 - - 0.390625 - - 0.3984375 - - 0.40625 - - 0.4140625 - - 0.421875 - - 0.4296875 - - 0.4375 - - 0.4453125 - - 0.453125 - - 0.4609375 - - 0.46875 - - 0.4765625 - - 0.484375 - - 0.4921875 - - 0.5 - - 0.5078125 - - 0.515625 - - 0.5234375 - - 0.53125 - - 0.5390625 - - 0.546875 - - 0.5546875 - - 0.5625 - - 0.5703125 - - 0.578125 - - 0.5859375 - - 0.59375 - - 0.6015625 - - 0.609375 - - 0.6171875 - - 0.625 - - 0.6328125 - - 0.640625 - - 0.6484375 - - 0.65625 - - 0.6640625 - - 0.671875 - - 0.6796875 - - 0.6875 - - 0.6953125 - - 0.703125 - - 0.7109375 - - 0.71875 - - 0.7265625 - - 0.734375 - - 0.7421875 - - 0.75 - - 0.7578125 - - 0.765625 - - 0.7734375 - - 0.78125 - - 0.7890625 - - 0.796875 - - 0.8046875 - - 0.8125 - - 0.8203125 - - 0.828125 - - 0.8359375 - - 0.84375 - - 0.8515625 - - 0.859375 - - 0.8671875 - - 0.875 - - 0.8828125 - - 0.890625 - - 0.8984375 - - 0.90625 - - 0.9140625 - - 0.921875 - - 0.9296875 - - 0.9375 - - 0.9453125 - - 0.953125 - - 0.9609375 - - 0.96875 - - 0.9765625 - - 0.984375 - - 0.9921875 - greenCurve: - overrideState: 1 - value: - curve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 1 - outSlope: 1 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 1 - outSlope: 1 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - m_Loop: 0 - m_ZeroValue: 0 - m_Range: 1 - cachedData: - - 0 - - 0.0078125 - - 0.015625 - - 0.0234375 - - 0.03125 - - 0.0390625 - - 0.046875 - - 0.0546875 - - 0.0625 - - 0.0703125 - - 0.078125 - - 0.0859375 - - 0.09375 - - 0.1015625 - - 0.109375 - - 0.1171875 - - 0.125 - - 0.1328125 - - 0.140625 - - 0.1484375 - - 0.15625 - - 0.1640625 - - 0.171875 - - 0.1796875 - - 0.1875 - - 0.1953125 - - 0.203125 - - 0.2109375 - - 0.21875 - - 0.2265625 - - 0.234375 - - 0.2421875 - - 0.25 - - 0.2578125 - - 0.265625 - - 0.2734375 - - 0.28125 - - 0.2890625 - - 0.296875 - - 0.3046875 - - 0.3125 - - 0.3203125 - - 0.328125 - - 0.3359375 - - 0.34375 - - 0.3515625 - - 0.359375 - - 0.3671875 - - 0.375 - - 0.3828125 - - 0.390625 - - 0.3984375 - - 0.40625 - - 0.4140625 - - 0.421875 - - 0.4296875 - - 0.4375 - - 0.4453125 - - 0.453125 - - 0.4609375 - - 0.46875 - - 0.4765625 - - 0.484375 - - 0.4921875 - - 0.5 - - 0.5078125 - - 0.515625 - - 0.5234375 - - 0.53125 - - 0.5390625 - - 0.546875 - - 0.5546875 - - 0.5625 - - 0.5703125 - - 0.578125 - - 0.5859375 - - 0.59375 - - 0.6015625 - - 0.609375 - - 0.6171875 - - 0.625 - - 0.6328125 - - 0.640625 - - 0.6484375 - - 0.65625 - - 0.6640625 - - 0.671875 - - 0.6796875 - - 0.6875 - - 0.6953125 - - 0.703125 - - 0.7109375 - - 0.71875 - - 0.7265625 - - 0.734375 - - 0.7421875 - - 0.75 - - 0.7578125 - - 0.765625 - - 0.7734375 - - 0.78125 - - 0.7890625 - - 0.796875 - - 0.8046875 - - 0.8125 - - 0.8203125 - - 0.828125 - - 0.8359375 - - 0.84375 - - 0.8515625 - - 0.859375 - - 0.8671875 - - 0.875 - - 0.8828125 - - 0.890625 - - 0.8984375 - - 0.90625 - - 0.9140625 - - 0.921875 - - 0.9296875 - - 0.9375 - - 0.9453125 - - 0.953125 - - 0.9609375 - - 0.96875 - - 0.9765625 - - 0.984375 - - 0.9921875 - blueCurve: - overrideState: 1 - value: - curve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 1 - outSlope: 1 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 1 - outSlope: 1 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - m_Loop: 0 - m_ZeroValue: 0 - m_Range: 1 - cachedData: - - 0 - - 0.0078125 - - 0.015625 - - 0.0234375 - - 0.03125 - - 0.0390625 - - 0.046875 - - 0.0546875 - - 0.0625 - - 0.0703125 - - 0.078125 - - 0.0859375 - - 0.09375 - - 0.1015625 - - 0.109375 - - 0.1171875 - - 0.125 - - 0.1328125 - - 0.140625 - - 0.1484375 - - 0.15625 - - 0.1640625 - - 0.171875 - - 0.1796875 - - 0.1875 - - 0.1953125 - - 0.203125 - - 0.2109375 - - 0.21875 - - 0.2265625 - - 0.234375 - - 0.2421875 - - 0.25 - - 0.2578125 - - 0.265625 - - 0.2734375 - - 0.28125 - - 0.2890625 - - 0.296875 - - 0.3046875 - - 0.3125 - - 0.3203125 - - 0.328125 - - 0.3359375 - - 0.34375 - - 0.3515625 - - 0.359375 - - 0.3671875 - - 0.375 - - 0.3828125 - - 0.390625 - - 0.3984375 - - 0.40625 - - 0.4140625 - - 0.421875 - - 0.4296875 - - 0.4375 - - 0.4453125 - - 0.453125 - - 0.4609375 - - 0.46875 - - 0.4765625 - - 0.484375 - - 0.4921875 - - 0.5 - - 0.5078125 - - 0.515625 - - 0.5234375 - - 0.53125 - - 0.5390625 - - 0.546875 - - 0.5546875 - - 0.5625 - - 0.5703125 - - 0.578125 - - 0.5859375 - - 0.59375 - - 0.6015625 - - 0.609375 - - 0.6171875 - - 0.625 - - 0.6328125 - - 0.640625 - - 0.6484375 - - 0.65625 - - 0.6640625 - - 0.671875 - - 0.6796875 - - 0.6875 - - 0.6953125 - - 0.703125 - - 0.7109375 - - 0.71875 - - 0.7265625 - - 0.734375 - - 0.7421875 - - 0.75 - - 0.7578125 - - 0.765625 - - 0.7734375 - - 0.78125 - - 0.7890625 - - 0.796875 - - 0.8046875 - - 0.8125 - - 0.8203125 - - 0.828125 - - 0.8359375 - - 0.84375 - - 0.8515625 - - 0.859375 - - 0.8671875 - - 0.875 - - 0.8828125 - - 0.890625 - - 0.8984375 - - 0.90625 - - 0.9140625 - - 0.921875 - - 0.9296875 - - 0.9375 - - 0.9453125 - - 0.953125 - - 0.9609375 - - 0.96875 - - 0.9765625 - - 0.984375 - - 0.9921875 - hueVsHueCurve: - overrideState: 1 - value: - curve: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - m_Loop: 1 - m_ZeroValue: 0.5 - m_Range: 1 - cachedData: - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - hueVsSatCurve: - overrideState: 1 - value: - curve: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - m_Loop: 1 - m_ZeroValue: 0.5 - m_Range: 1 - cachedData: - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - satVsSatCurve: - overrideState: 1 - value: - curve: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - m_Loop: 0 - m_ZeroValue: 0.5 - m_Range: 1 - cachedData: - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - lumVsSatCurve: - overrideState: 1 - value: - curve: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - m_Loop: 0 - m_ZeroValue: 0.5 - m_Range: 1 - cachedData: - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 ---- !u!114 &114435575335560666 -MonoBehaviour: - m_ObjectHideFlags: 3 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 0} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 6050e2d5de785ce4d931e4dbdbf2d755, type: 3} - m_Name: ChromaticAberration - m_EditorClassIdentifier: - active: 1 - enabled: - overrideState: 1 - value: 1 - spectralLut: - overrideState: 1 - value: {fileID: 0} - defaultState: 1 - intensity: - overrideState: 1 - value: 0 - fastMode: - overrideState: 1 - value: 0 ---- !u!114 &114587509261856622 -MonoBehaviour: - m_ObjectHideFlags: 3 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 0} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 556797029e73b2347956b6579e77e05b, type: 3} - m_Name: DepthOfField - m_EditorClassIdentifier: - active: 1 - enabled: - overrideState: 1 - value: 1 - focusDistance: - overrideState: 1 - value: 5.37 - aperture: - overrideState: 1 - value: 2.5 - focalLength: - overrideState: 1 - value: 78 - kernelSize: - overrideState: 1 - value: 1 ---- !u!114 &114706587822284442 -MonoBehaviour: - m_ObjectHideFlags: 3 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 0} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 48a79b01ea5641d4aa6daa2e23605641, type: 3} - m_Name: Bloom - m_EditorClassIdentifier: - active: 1 - enabled: - overrideState: 1 - value: 1 - intensity: - overrideState: 1 - value: 3.2 - threshold: - overrideState: 1 - value: 1 - softKnee: - overrideState: 1 - value: 0.458 - clamp: - overrideState: 1 - value: 65471.57 - diffusion: - overrideState: 1 - value: 7.8 - anamorphicRatio: - overrideState: 1 - value: 0.215 - color: - overrideState: 1 - value: {r: 1, g: 1, b: 1, a: 1} - fastMode: - overrideState: 1 - value: 0 - dirtTexture: - overrideState: 1 - value: {fileID: 0} - defaultState: 1 - dirtIntensity: - overrideState: 1 - value: 0 ---- !u!114 &114963278385519114 -MonoBehaviour: - m_ObjectHideFlags: 3 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 0} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 40b924e2dad56384a8df2a1e111bb675, type: 3} - m_Name: Vignette - m_EditorClassIdentifier: - active: 1 - enabled: - overrideState: 1 - value: 1 - mode: - overrideState: 1 - value: 0 - color: - overrideState: 1 - value: {r: 0, g: 0, b: 0, a: 1} - center: - overrideState: 1 - value: {x: 0.5, y: 0.5} - intensity: - overrideState: 1 - value: 0.457 - smoothness: - overrideState: 1 - value: 0.2 - roundness: - overrideState: 1 - value: 1 - rounded: - overrideState: 1 - value: 0 - mask: - overrideState: 1 - value: {fileID: 0} - defaultState: 1 - opacity: - overrideState: 1 - value: 1 diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Camera/MMFeedbacksDemo Filter Camera Profile.asset.meta b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Camera/MMFeedbacksDemo Filter Camera Profile.asset.meta deleted file mode 100644 index 3d14a5da9..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Camera/MMFeedbacksDemo Filter Camera Profile.asset.meta +++ /dev/null @@ -1,16 +0,0 @@ -fileFormatVersion: 2 -guid: 4cd05aacfb949444182ef66d63efdbdf -NativeFormatImporter: - externalObjects: {} - mainObjectFileID: 11400000 - userData: - assetBundleName: - assetBundleVariant: -AssetOrigin: - serializedVersion: 1 - productId: 183370 - packageName: Feel - packageVersion: 5.8 - assetPath: Assets/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Camera/MMFeedbacksDemo - Filter Camera Profile.asset - uploadId: 799856 diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Camera/MMFeedbacksDemo Main Camera Profile.asset b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Camera/MMFeedbacksDemo Main Camera Profile.asset deleted file mode 100644 index 7daf522ca..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Camera/MMFeedbacksDemo Main Camera Profile.asset +++ /dev/null @@ -1,1534 +0,0 @@ -%YAML 1.1 -%TAG !u! tag:unity3d.com,2011: ---- !u!114 &11400000 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 0} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 8e6292b2c06870d4495f009f912b9600, type: 3} - m_Name: MMFeedbacksDemo Main Camera Profile - m_EditorClassIdentifier: - settings: - - {fileID: 114963278385519114} - - {fileID: 114706587822284442} - - {fileID: 114435575335560666} - - {fileID: 114152421978014758} - - {fileID: 114587509261856622} - - {fileID: 114134665704972802} - - {fileID: 114030612008527452} ---- !u!114 &114030612008527452 -MonoBehaviour: - m_ObjectHideFlags: 3 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 0} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: b94fcd11afffcb142908bfcb1e261fba, type: 3} - m_Name: MotionBlur - m_EditorClassIdentifier: - active: 1 - enabled: - overrideState: 1 - value: 1 - shutterAngle: - overrideState: 1 - value: 270 - sampleCount: - overrideState: 1 - value: 10 ---- !u!114 &114134665704972802 -MonoBehaviour: - m_ObjectHideFlags: 3 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 0} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 9b77c5407dc277943b591ade9e6b18c5, type: 3} - m_Name: LensDistortion - m_EditorClassIdentifier: - active: 1 - enabled: - overrideState: 1 - value: 1 - intensity: - overrideState: 1 - value: 0 - intensityX: - overrideState: 1 - value: 1 - intensityY: - overrideState: 1 - value: 1 - centerX: - overrideState: 1 - value: 0 - centerY: - overrideState: 1 - value: 0 - scale: - overrideState: 1 - value: 1 ---- !u!114 &114152421978014758 -MonoBehaviour: - m_ObjectHideFlags: 3 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 0} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: adb84e30e02715445aeb9959894e3b4d, type: 3} - m_Name: ColorGrading - m_EditorClassIdentifier: - active: 1 - enabled: - overrideState: 1 - value: 1 - gradingMode: - overrideState: 1 - value: 1 - externalLut: - overrideState: 1 - value: {fileID: 0} - defaultState: 1 - tonemapper: - overrideState: 1 - value: 0 - toneCurveToeStrength: - overrideState: 1 - value: 0 - toneCurveToeLength: - overrideState: 1 - value: 0.5 - toneCurveShoulderStrength: - overrideState: 1 - value: 0 - toneCurveShoulderLength: - overrideState: 1 - value: 0.5 - toneCurveShoulderAngle: - overrideState: 1 - value: 0 - toneCurveGamma: - overrideState: 1 - value: 1 - ldrLut: - overrideState: 1 - value: {fileID: 0} - defaultState: 4 - ldrLutContribution: - overrideState: 1 - value: 1 - temperature: - overrideState: 1 - value: 0 - tint: - overrideState: 1 - value: 0 - colorFilter: - overrideState: 1 - value: {r: 1, g: 1, b: 1, a: 1} - hueShift: - overrideState: 1 - value: 0 - saturation: - overrideState: 1 - value: 0 - brightness: - overrideState: 1 - value: 0 - postExposure: - overrideState: 1 - value: 0 - contrast: - overrideState: 1 - value: 10 - mixerRedOutRedIn: - overrideState: 1 - value: 100 - mixerRedOutGreenIn: - overrideState: 1 - value: 0 - mixerRedOutBlueIn: - overrideState: 1 - value: 0 - mixerGreenOutRedIn: - overrideState: 1 - value: 0 - mixerGreenOutGreenIn: - overrideState: 1 - value: 100 - mixerGreenOutBlueIn: - overrideState: 1 - value: 0 - mixerBlueOutRedIn: - overrideState: 1 - value: 0 - mixerBlueOutGreenIn: - overrideState: 1 - value: 0 - mixerBlueOutBlueIn: - overrideState: 1 - value: 100 - lift: - overrideState: 1 - value: {x: 1, y: 1, z: 1, w: 0} - gamma: - overrideState: 1 - value: {x: 1, y: 1, z: 1, w: 0} - gain: - overrideState: 1 - value: {x: 1, y: 1, z: 1, w: 0} - masterCurve: - overrideState: 1 - value: - curve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 1 - outSlope: 1 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 1 - outSlope: 1 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - m_Loop: 0 - m_ZeroValue: 0 - m_Range: 1 - cachedData: - - 0 - - 0.0078125 - - 0.015625 - - 0.0234375 - - 0.03125 - - 0.0390625 - - 0.046875 - - 0.0546875 - - 0.0625 - - 0.0703125 - - 0.078125 - - 0.0859375 - - 0.09375 - - 0.1015625 - - 0.109375 - - 0.1171875 - - 0.125 - - 0.1328125 - - 0.140625 - - 0.1484375 - - 0.15625 - - 0.1640625 - - 0.171875 - - 0.1796875 - - 0.1875 - - 0.1953125 - - 0.203125 - - 0.2109375 - - 0.21875 - - 0.2265625 - - 0.234375 - - 0.2421875 - - 0.25 - - 0.2578125 - - 0.265625 - - 0.2734375 - - 0.28125 - - 0.2890625 - - 0.296875 - - 0.3046875 - - 0.3125 - - 0.3203125 - - 0.328125 - - 0.3359375 - - 0.34375 - - 0.3515625 - - 0.359375 - - 0.3671875 - - 0.375 - - 0.3828125 - - 0.390625 - - 0.3984375 - - 0.40625 - - 0.4140625 - - 0.421875 - - 0.4296875 - - 0.4375 - - 0.4453125 - - 0.453125 - - 0.4609375 - - 0.46875 - - 0.4765625 - - 0.484375 - - 0.4921875 - - 0.5 - - 0.5078125 - - 0.515625 - - 0.5234375 - - 0.53125 - - 0.5390625 - - 0.546875 - - 0.5546875 - - 0.5625 - - 0.5703125 - - 0.578125 - - 0.5859375 - - 0.59375 - - 0.6015625 - - 0.609375 - - 0.6171875 - - 0.625 - - 0.6328125 - - 0.640625 - - 0.6484375 - - 0.65625 - - 0.6640625 - - 0.671875 - - 0.6796875 - - 0.6875 - - 0.6953125 - - 0.703125 - - 0.7109375 - - 0.71875 - - 0.7265625 - - 0.734375 - - 0.7421875 - - 0.75 - - 0.7578125 - - 0.765625 - - 0.7734375 - - 0.78125 - - 0.7890625 - - 0.796875 - - 0.8046875 - - 0.8125 - - 0.8203125 - - 0.828125 - - 0.8359375 - - 0.84375 - - 0.8515625 - - 0.859375 - - 0.8671875 - - 0.875 - - 0.8828125 - - 0.890625 - - 0.8984375 - - 0.90625 - - 0.9140625 - - 0.921875 - - 0.9296875 - - 0.9375 - - 0.9453125 - - 0.953125 - - 0.9609375 - - 0.96875 - - 0.9765625 - - 0.984375 - - 0.9921875 - redCurve: - overrideState: 1 - value: - curve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 1 - outSlope: 1 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 1 - outSlope: 1 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - m_Loop: 0 - m_ZeroValue: 0 - m_Range: 1 - cachedData: - - 0 - - 0.0078125 - - 0.015625 - - 0.0234375 - - 0.03125 - - 0.0390625 - - 0.046875 - - 0.0546875 - - 0.0625 - - 0.0703125 - - 0.078125 - - 0.0859375 - - 0.09375 - - 0.1015625 - - 0.109375 - - 0.1171875 - - 0.125 - - 0.1328125 - - 0.140625 - - 0.1484375 - - 0.15625 - - 0.1640625 - - 0.171875 - - 0.1796875 - - 0.1875 - - 0.1953125 - - 0.203125 - - 0.2109375 - - 0.21875 - - 0.2265625 - - 0.234375 - - 0.2421875 - - 0.25 - - 0.2578125 - - 0.265625 - - 0.2734375 - - 0.28125 - - 0.2890625 - - 0.296875 - - 0.3046875 - - 0.3125 - - 0.3203125 - - 0.328125 - - 0.3359375 - - 0.34375 - - 0.3515625 - - 0.359375 - - 0.3671875 - - 0.375 - - 0.3828125 - - 0.390625 - - 0.3984375 - - 0.40625 - - 0.4140625 - - 0.421875 - - 0.4296875 - - 0.4375 - - 0.4453125 - - 0.453125 - - 0.4609375 - - 0.46875 - - 0.4765625 - - 0.484375 - - 0.4921875 - - 0.5 - - 0.5078125 - - 0.515625 - - 0.5234375 - - 0.53125 - - 0.5390625 - - 0.546875 - - 0.5546875 - - 0.5625 - - 0.5703125 - - 0.578125 - - 0.5859375 - - 0.59375 - - 0.6015625 - - 0.609375 - - 0.6171875 - - 0.625 - - 0.6328125 - - 0.640625 - - 0.6484375 - - 0.65625 - - 0.6640625 - - 0.671875 - - 0.6796875 - - 0.6875 - - 0.6953125 - - 0.703125 - - 0.7109375 - - 0.71875 - - 0.7265625 - - 0.734375 - - 0.7421875 - - 0.75 - - 0.7578125 - - 0.765625 - - 0.7734375 - - 0.78125 - - 0.7890625 - - 0.796875 - - 0.8046875 - - 0.8125 - - 0.8203125 - - 0.828125 - - 0.8359375 - - 0.84375 - - 0.8515625 - - 0.859375 - - 0.8671875 - - 0.875 - - 0.8828125 - - 0.890625 - - 0.8984375 - - 0.90625 - - 0.9140625 - - 0.921875 - - 0.9296875 - - 0.9375 - - 0.9453125 - - 0.953125 - - 0.9609375 - - 0.96875 - - 0.9765625 - - 0.984375 - - 0.9921875 - greenCurve: - overrideState: 1 - value: - curve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 1 - outSlope: 1 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 1 - outSlope: 1 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - m_Loop: 0 - m_ZeroValue: 0 - m_Range: 1 - cachedData: - - 0 - - 0.0078125 - - 0.015625 - - 0.0234375 - - 0.03125 - - 0.0390625 - - 0.046875 - - 0.0546875 - - 0.0625 - - 0.0703125 - - 0.078125 - - 0.0859375 - - 0.09375 - - 0.1015625 - - 0.109375 - - 0.1171875 - - 0.125 - - 0.1328125 - - 0.140625 - - 0.1484375 - - 0.15625 - - 0.1640625 - - 0.171875 - - 0.1796875 - - 0.1875 - - 0.1953125 - - 0.203125 - - 0.2109375 - - 0.21875 - - 0.2265625 - - 0.234375 - - 0.2421875 - - 0.25 - - 0.2578125 - - 0.265625 - - 0.2734375 - - 0.28125 - - 0.2890625 - - 0.296875 - - 0.3046875 - - 0.3125 - - 0.3203125 - - 0.328125 - - 0.3359375 - - 0.34375 - - 0.3515625 - - 0.359375 - - 0.3671875 - - 0.375 - - 0.3828125 - - 0.390625 - - 0.3984375 - - 0.40625 - - 0.4140625 - - 0.421875 - - 0.4296875 - - 0.4375 - - 0.4453125 - - 0.453125 - - 0.4609375 - - 0.46875 - - 0.4765625 - - 0.484375 - - 0.4921875 - - 0.5 - - 0.5078125 - - 0.515625 - - 0.5234375 - - 0.53125 - - 0.5390625 - - 0.546875 - - 0.5546875 - - 0.5625 - - 0.5703125 - - 0.578125 - - 0.5859375 - - 0.59375 - - 0.6015625 - - 0.609375 - - 0.6171875 - - 0.625 - - 0.6328125 - - 0.640625 - - 0.6484375 - - 0.65625 - - 0.6640625 - - 0.671875 - - 0.6796875 - - 0.6875 - - 0.6953125 - - 0.703125 - - 0.7109375 - - 0.71875 - - 0.7265625 - - 0.734375 - - 0.7421875 - - 0.75 - - 0.7578125 - - 0.765625 - - 0.7734375 - - 0.78125 - - 0.7890625 - - 0.796875 - - 0.8046875 - - 0.8125 - - 0.8203125 - - 0.828125 - - 0.8359375 - - 0.84375 - - 0.8515625 - - 0.859375 - - 0.8671875 - - 0.875 - - 0.8828125 - - 0.890625 - - 0.8984375 - - 0.90625 - - 0.9140625 - - 0.921875 - - 0.9296875 - - 0.9375 - - 0.9453125 - - 0.953125 - - 0.9609375 - - 0.96875 - - 0.9765625 - - 0.984375 - - 0.9921875 - blueCurve: - overrideState: 1 - value: - curve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 1 - outSlope: 1 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 1 - outSlope: 1 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - m_Loop: 0 - m_ZeroValue: 0 - m_Range: 1 - cachedData: - - 0 - - 0.0078125 - - 0.015625 - - 0.0234375 - - 0.03125 - - 0.0390625 - - 0.046875 - - 0.0546875 - - 0.0625 - - 0.0703125 - - 0.078125 - - 0.0859375 - - 0.09375 - - 0.1015625 - - 0.109375 - - 0.1171875 - - 0.125 - - 0.1328125 - - 0.140625 - - 0.1484375 - - 0.15625 - - 0.1640625 - - 0.171875 - - 0.1796875 - - 0.1875 - - 0.1953125 - - 0.203125 - - 0.2109375 - - 0.21875 - - 0.2265625 - - 0.234375 - - 0.2421875 - - 0.25 - - 0.2578125 - - 0.265625 - - 0.2734375 - - 0.28125 - - 0.2890625 - - 0.296875 - - 0.3046875 - - 0.3125 - - 0.3203125 - - 0.328125 - - 0.3359375 - - 0.34375 - - 0.3515625 - - 0.359375 - - 0.3671875 - - 0.375 - - 0.3828125 - - 0.390625 - - 0.3984375 - - 0.40625 - - 0.4140625 - - 0.421875 - - 0.4296875 - - 0.4375 - - 0.4453125 - - 0.453125 - - 0.4609375 - - 0.46875 - - 0.4765625 - - 0.484375 - - 0.4921875 - - 0.5 - - 0.5078125 - - 0.515625 - - 0.5234375 - - 0.53125 - - 0.5390625 - - 0.546875 - - 0.5546875 - - 0.5625 - - 0.5703125 - - 0.578125 - - 0.5859375 - - 0.59375 - - 0.6015625 - - 0.609375 - - 0.6171875 - - 0.625 - - 0.6328125 - - 0.640625 - - 0.6484375 - - 0.65625 - - 0.6640625 - - 0.671875 - - 0.6796875 - - 0.6875 - - 0.6953125 - - 0.703125 - - 0.7109375 - - 0.71875 - - 0.7265625 - - 0.734375 - - 0.7421875 - - 0.75 - - 0.7578125 - - 0.765625 - - 0.7734375 - - 0.78125 - - 0.7890625 - - 0.796875 - - 0.8046875 - - 0.8125 - - 0.8203125 - - 0.828125 - - 0.8359375 - - 0.84375 - - 0.8515625 - - 0.859375 - - 0.8671875 - - 0.875 - - 0.8828125 - - 0.890625 - - 0.8984375 - - 0.90625 - - 0.9140625 - - 0.921875 - - 0.9296875 - - 0.9375 - - 0.9453125 - - 0.953125 - - 0.9609375 - - 0.96875 - - 0.9765625 - - 0.984375 - - 0.9921875 - hueVsHueCurve: - overrideState: 1 - value: - curve: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - m_Loop: 1 - m_ZeroValue: 0.5 - m_Range: 1 - cachedData: - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - hueVsSatCurve: - overrideState: 1 - value: - curve: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - m_Loop: 1 - m_ZeroValue: 0.5 - m_Range: 1 - cachedData: - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - satVsSatCurve: - overrideState: 1 - value: - curve: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - m_Loop: 0 - m_ZeroValue: 0.5 - m_Range: 1 - cachedData: - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - lumVsSatCurve: - overrideState: 1 - value: - curve: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - m_Loop: 0 - m_ZeroValue: 0.5 - m_Range: 1 - cachedData: - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 ---- !u!114 &114435575335560666 -MonoBehaviour: - m_ObjectHideFlags: 3 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 0} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 6050e2d5de785ce4d931e4dbdbf2d755, type: 3} - m_Name: ChromaticAberration - m_EditorClassIdentifier: - active: 1 - enabled: - overrideState: 1 - value: 1 - spectralLut: - overrideState: 1 - value: {fileID: 0} - defaultState: 1 - intensity: - overrideState: 1 - value: 0 - fastMode: - overrideState: 1 - value: 0 ---- !u!114 &114587509261856622 -MonoBehaviour: - m_ObjectHideFlags: 3 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 0} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 556797029e73b2347956b6579e77e05b, type: 3} - m_Name: DepthOfField - m_EditorClassIdentifier: - active: 1 - enabled: - overrideState: 1 - value: 1 - focusDistance: - overrideState: 1 - value: 4 - aperture: - overrideState: 1 - value: 0.6 - focalLength: - overrideState: 1 - value: 27.5 - kernelSize: - overrideState: 1 - value: 1 ---- !u!114 &114706587822284442 -MonoBehaviour: - m_ObjectHideFlags: 3 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 0} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 48a79b01ea5641d4aa6daa2e23605641, type: 3} - m_Name: Bloom - m_EditorClassIdentifier: - active: 1 - enabled: - overrideState: 1 - value: 1 - intensity: - overrideState: 1 - value: 3.2 - threshold: - overrideState: 1 - value: 1 - softKnee: - overrideState: 1 - value: 0.458 - clamp: - overrideState: 1 - value: 65471.57 - diffusion: - overrideState: 1 - value: 7.8 - anamorphicRatio: - overrideState: 1 - value: 0.215 - color: - overrideState: 1 - value: {r: 1, g: 1, b: 1, a: 1} - fastMode: - overrideState: 1 - value: 0 - dirtTexture: - overrideState: 1 - value: {fileID: 0} - defaultState: 1 - dirtIntensity: - overrideState: 1 - value: 0 ---- !u!114 &114963278385519114 -MonoBehaviour: - m_ObjectHideFlags: 3 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 0} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 40b924e2dad56384a8df2a1e111bb675, type: 3} - m_Name: Vignette - m_EditorClassIdentifier: - active: 1 - enabled: - overrideState: 1 - value: 1 - mode: - overrideState: 1 - value: 0 - color: - overrideState: 1 - value: {r: 0, g: 0, b: 0, a: 1} - center: - overrideState: 1 - value: {x: 0.5, y: 0.5} - intensity: - overrideState: 1 - value: 0.268 - smoothness: - overrideState: 1 - value: 0.2 - roundness: - overrideState: 1 - value: 1 - rounded: - overrideState: 1 - value: 0 - mask: - overrideState: 1 - value: {fileID: 0} - defaultState: 1 - opacity: - overrideState: 1 - value: 1 diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Camera/MMFeedbacksDemo Main Camera Profile.asset.meta b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Camera/MMFeedbacksDemo Main Camera Profile.asset.meta deleted file mode 100644 index c28a5ffa9..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Camera/MMFeedbacksDemo Main Camera Profile.asset.meta +++ /dev/null @@ -1,16 +0,0 @@ -fileFormatVersion: 2 -guid: 3df5c6d6c97a31e469c12a71aa1834ac -NativeFormatImporter: - externalObjects: {} - mainObjectFileID: 11400000 - userData: - assetBundleName: - assetBundleVariant: -AssetOrigin: - serializedVersion: 1 - productId: 183370 - packageName: Feel - packageVersion: 5.8 - assetPath: Assets/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Camera/MMFeedbacksDemo - Main Camera Profile.asset - uploadId: 799856 diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Lighting.meta b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Lighting.meta deleted file mode 100644 index 876b19cf0..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Lighting.meta +++ /dev/null @@ -1,8 +0,0 @@ -fileFormatVersion: 2 -guid: f9eedcd605a60d14a9480d544aef7293 -folderAsset: yes -DefaultImporter: - externalObjects: {} - userData: - assetBundleName: - assetBundleVariant: diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Lighting/LightingData.asset b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Lighting/LightingData.asset deleted file mode 100644 index d6afb9fbb..000000000 Binary files a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Lighting/LightingData.asset and /dev/null differ diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Lighting/LightingData.asset.meta b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Lighting/LightingData.asset.meta deleted file mode 100644 index d74d28001..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Lighting/LightingData.asset.meta +++ /dev/null @@ -1,15 +0,0 @@ -fileFormatVersion: 2 -guid: 22e7c4573f862d7499a532eaa58d6136 -NativeFormatImporter: - externalObjects: {} - mainObjectFileID: 112000000 - userData: - assetBundleName: - assetBundleVariant: -AssetOrigin: - serializedVersion: 1 - productId: 183370 - packageName: Feel - packageVersion: 5.8 - assetPath: Assets/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Lighting/LightingData.asset - uploadId: 799856 diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Lighting/ReflectionProbe-0.exr b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Lighting/ReflectionProbe-0.exr deleted file mode 100644 index 3a3f5e689..000000000 Binary files a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Lighting/ReflectionProbe-0.exr and /dev/null differ diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Lighting/ReflectionProbe-0.exr.meta b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Lighting/ReflectionProbe-0.exr.meta deleted file mode 100644 index 7e9ea56fb..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Lighting/ReflectionProbe-0.exr.meta +++ /dev/null @@ -1,124 +0,0 @@ -fileFormatVersion: 2 -guid: a3216307bd8ac5442b178c78ea978e2f -TextureImporter: - internalIDToNameTable: [] - externalObjects: {} - serializedVersion: 13 - mipmaps: - mipMapMode: 0 - enableMipMap: 1 - sRGBTexture: 1 - linearTexture: 0 - fadeOut: 0 - borderMipMap: 0 - mipMapsPreserveCoverage: 0 - alphaTestReferenceValue: 0.5 - mipMapFadeDistanceStart: 1 - mipMapFadeDistanceEnd: 3 - bumpmap: - convertToNormalMap: 0 - externalNormalMap: 0 - heightScale: 0.25 - normalMapFilter: 0 - flipGreenChannel: 0 - isReadable: 0 - streamingMipmaps: 0 - streamingMipmapsPriority: 0 - vTOnly: 0 - ignoreMipmapLimit: 0 - grayScaleToAlpha: 0 - generateCubemap: 6 - cubemapConvolution: 1 - seamlessCubemap: 1 - textureFormat: 1 - maxTextureSize: 2048 - textureSettings: - serializedVersion: 2 - filterMode: 2 - aniso: 0 - mipBias: 0 - wrapU: 1 - wrapV: 1 - wrapW: 1 - nPOTScale: 1 - lightmap: 0 - compressionQuality: 50 - spriteMode: 0 - spriteExtrude: 1 - spriteMeshType: 1 - alignment: 0 - spritePivot: {x: 0.5, y: 0.5} - spritePixelsToUnits: 100 - spriteBorder: {x: 0, y: 0, z: 0, w: 0} - spriteGenerateFallbackPhysicsShape: 1 - alphaUsage: 1 - alphaIsTransparency: 0 - spriteTessellationDetail: -1 - textureType: 0 - textureShape: 2 - singleChannelComponent: 0 - flipbookRows: 1 - flipbookColumns: 1 - maxTextureSizeSet: 0 - compressionQualitySet: 0 - textureFormatSet: 0 - ignorePngGamma: 0 - applyGammaDecoding: 0 - swizzle: 50462976 - cookieLightType: 0 - platformSettings: - - serializedVersion: 4 - buildTarget: DefaultTexturePlatform - maxTextureSize: 2048 - resizeAlgorithm: 0 - textureFormat: -1 - textureCompression: 1 - compressionQuality: 100 - crunchedCompression: 0 - allowsAlphaSplitting: 0 - overridden: 0 - ignorePlatformSupport: 0 - androidETC2FallbackOverride: 0 - forceMaximumCompressionQuality_BC6H_BC7: 0 - - serializedVersion: 4 - buildTarget: Standalone - maxTextureSize: 2048 - resizeAlgorithm: 0 - textureFormat: -1 - textureCompression: 1 - compressionQuality: 50 - crunchedCompression: 0 - allowsAlphaSplitting: 0 - overridden: 0 - ignorePlatformSupport: 0 - androidETC2FallbackOverride: 0 - forceMaximumCompressionQuality_BC6H_BC7: 0 - spriteSheet: - serializedVersion: 2 - sprites: [] - outline: [] - customData: - physicsShape: [] - bones: [] - spriteID: - internalID: 0 - vertices: [] - indices: - edges: [] - weights: [] - secondaryTextures: [] - spriteCustomMetadata: - entries: [] - nameFileIdTable: {} - mipmapLimitGroupName: - pSDRemoveMatte: 0 - userData: - assetBundleName: - assetBundleVariant: -AssetOrigin: - serializedVersion: 1 - productId: 183370 - packageName: Feel - packageVersion: 5.8 - assetPath: Assets/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Lighting/ReflectionProbe-0.exr - uploadId: 799856 diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/MMF_PlayerDemo.unity b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/MMF_PlayerDemo.unity deleted file mode 100644 index 5c86c1062..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/MMF_PlayerDemo.unity +++ /dev/null @@ -1,282961 +0,0 @@ -%YAML 1.1 -%TAG !u! tag:unity3d.com,2011: ---- !u!29 &1 -OcclusionCullingSettings: - m_ObjectHideFlags: 0 - serializedVersion: 2 - m_OcclusionBakeSettings: - smallestOccluder: 5 - smallestHole: 0.25 - backfaceThreshold: 100 - m_SceneGUID: 00000000000000000000000000000000 - m_OcclusionCullingData: {fileID: 0} ---- !u!104 &2 -RenderSettings: - m_ObjectHideFlags: 0 - serializedVersion: 10 - m_Fog: 1 - m_FogColor: {r: 0.8773585, g: 0.622937, b: 0.28555536, a: 1} - m_FogMode: 3 - m_FogDensity: 0 - m_LinearFogStart: 0 - m_LinearFogEnd: 300 - m_AmbientSkyColor: {r: 0.212, g: 0.227, b: 0.259, a: 1} - m_AmbientEquatorColor: {r: 0.114, g: 0.125, b: 0.133, a: 1} - m_AmbientGroundColor: {r: 0.047, g: 0.043, b: 0.035, a: 1} - m_AmbientIntensity: 1 - m_AmbientMode: 0 - m_SubtractiveShadowColor: {r: 0.42, g: 0.478, b: 0.627, a: 1} - m_SkyboxMaterial: {fileID: 2100000, guid: 2459024c3a4db5043be35787edddf1eb, type: 2} - m_HaloStrength: 0.5 - m_FlareStrength: 1 - m_FlareFadeSpeed: 3 - m_HaloTexture: {fileID: 0} - m_SpotCookie: {fileID: 10001, guid: 0000000000000000e000000000000000, type: 0} - m_DefaultReflectionMode: 0 - m_DefaultReflectionResolution: 128 - m_ReflectionBounces: 1 - m_ReflectionIntensity: 1 - m_CustomReflection: {fileID: 0} - m_Sun: {fileID: 0} - m_UseRadianceAmbientProbe: 0 ---- !u!157 &3 -LightmapSettings: - m_ObjectHideFlags: 0 - serializedVersion: 13 - m_BakeOnSceneLoad: 0 - m_GISettings: - serializedVersion: 2 - m_BounceScale: 1 - m_IndirectOutputScale: 1 - m_AlbedoBoost: 1 - m_EnvironmentLightingMode: 0 - m_EnableBakedLightmaps: 1 - m_EnableRealtimeLightmaps: 1 - m_LightmapEditorSettings: - serializedVersion: 12 - m_Resolution: 2 - m_BakeResolution: 40 - m_AtlasSize: 1024 - m_AO: 0 - m_AOMaxDistance: 1 - m_CompAOExponent: 1 - m_CompAOExponentDirect: 0 - m_ExtractAmbientOcclusion: 0 - m_Padding: 2 - m_LightmapParameters: {fileID: 0} - m_LightmapsBakeMode: 1 - m_TextureCompression: 1 - m_ReflectionCompression: 2 - m_MixedBakeMode: 2 - m_BakeBackend: 1 - m_PVRSampling: 1 - m_PVRDirectSampleCount: 32 - m_PVRSampleCount: 500 - m_PVRBounces: 2 - m_PVREnvironmentSampleCount: 500 - m_PVREnvironmentReferencePointCount: 2048 - m_PVRFilteringMode: 2 - m_PVRDenoiserTypeDirect: 0 - m_PVRDenoiserTypeIndirect: 0 - m_PVRDenoiserTypeAO: 0 - m_PVRFilterTypeDirect: 0 - m_PVRFilterTypeIndirect: 0 - m_PVRFilterTypeAO: 0 - m_PVREnvironmentMIS: 0 - m_PVRCulling: 1 - m_PVRFilteringGaussRadiusDirect: 1 - m_PVRFilteringGaussRadiusIndirect: 5 - m_PVRFilteringGaussRadiusAO: 2 - m_PVRFilteringAtrousPositionSigmaDirect: 0.5 - m_PVRFilteringAtrousPositionSigmaIndirect: 2 - m_PVRFilteringAtrousPositionSigmaAO: 1 - m_ExportTrainingData: 0 - m_TrainingDataDestination: TrainingData - m_LightProbeSampleCountMultiplier: 4 - m_LightingDataAsset: {fileID: 112000000, guid: 22e7c4573f862d7499a532eaa58d6136, - type: 2} - m_LightingSettings: {fileID: 1063045300} ---- !u!196 &4 -NavMeshSettings: - serializedVersion: 2 - m_ObjectHideFlags: 0 - m_BuildSettings: - serializedVersion: 3 - agentTypeID: 0 - agentRadius: 0.5 - agentHeight: 2 - agentSlope: 45 - agentClimb: 0.4 - ledgeDropHeight: 0 - maxJumpAcrossDistance: 0 - minRegionArea: 2 - manualCellSize: 0 - cellSize: 0.16666667 - manualTileSize: 0 - tileSize: 256 - buildHeightMesh: 0 - maxJobWorkers: 0 - preserveTilesOutsideBounds: 0 - debug: - m_Flags: 0 - m_NavMeshData: {fileID: 0} ---- !u!224 &9986352 stripped -RectTransform: - m_CorrespondingSourceObject: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - m_PrefabInstance: {fileID: 1050685600} - m_PrefabAsset: {fileID: 0} ---- !u!1 &11352143 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 11352144} - - component: {fileID: 11352145} - m_Layer: 0 - m_Name: HoldingPause - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &11352144 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 11352143} - serializedVersion: 2 - m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: 0} - m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 - m_Children: [] - m_Father: {fileID: 1177831177} - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!114 &11352145 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 11352143} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 6da43522623d4704e979466dc7650b65, type: 3} - m_Name: - m_EditorClassIdentifier: - Feedbacks: [] - InitializationMode: 2 - AutoInitialization: 1 - SafeMode: 3 - Direction: 0 - AutoChangeDirectionOnEnd: 0 - AutoPlayOnStart: 0 - AutoPlayOnEnable: 0 - ForceTimescaleMode: 0 - ForcedTimescaleMode: 1 - DurationMultiplier: 1 - TimescaleMultiplier: 1 - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 1.5} - DisplayFullDurationDetails: 0 - PlayerTimescaleMode: 1 - OnlyPlayIfWithinRange: 0 - RangeCenter: {fileID: 0} - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - IgnoreRangeEvents: 0 - CooldownDuration: 0 - InitialDelay: 0 - CanPlay: 1 - CanPlayWhileAlreadyPlaying: 1 - ChanceToPlay: 100 - FeedbacksIntensity: 1 - Events: - TriggerMMFeedbacksEvents: 0 - TriggerUnityEvents: 1 - OnPlay: - m_PersistentCalls: - m_Calls: [] - OnPause: - m_PersistentCalls: - m_Calls: [] - OnStop: - m_PersistentCalls: - m_Calls: [] - OnResume: - m_PersistentCalls: - m_Calls: [] - OnChangeDirection: - m_PersistentCalls: - m_Calls: [] - OnComplete: - m_PersistentCalls: - m_Calls: [] - OnRestoreInitialValues: - m_PersistentCalls: - m_Calls: [] - OnSkipToTheEnd: - m_PersistentCalls: - m_Calls: [] - OnInitializationComplete: - m_PersistentCalls: - m_Calls: [] - OnEnable: - m_PersistentCalls: - m_Calls: [] - OnDisable: - m_PersistentCalls: - m_Calls: [] - DebugActive: 0 - InScriptDrivenPause: 0 - FeedbacksList: - - rid: 0 - - rid: 1 - - rid: 2 - - rid: 3 - - rid: 4 - - rid: 5 - - rid: 6 - - rid: 7 - KeepPlayModeChanges: 0 - PerformanceMode: 0 - RestoreInitialValuesOnDisable: 0 - StopFeedbacksOnDisable: 0 - PlayCount: 0 - references: - version: 2 - RefIds: - - rid: 0 - type: {class: MMF_AudioSource, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: 1673375960 - Label: AudioSource - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 11352145} - DebugActive: 0 - TargetAudioSource: {fileID: 478010195} - Mode: 0 - RandomSfx: [] - MinVolume: 1 - MaxVolume: 1 - MinPitch: 1 - MaxPitch: 1 - SfxAudioMixerGroup: {fileID: 0} - - rid: 1 - type: {class: MMF_Scale, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: 163359516 - Label: Scale - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 11352145} - DebugActive: 0 - Mode: 0 - AnimateScaleTarget: {fileID: 2076029460} - MovementMode: 0 - AnimateScaleDuration: 0.3 - AnimatePositionSpeed: 1 - RemapCurveZero: 0 - RemapCurveOne: 1 - Offset: 0 - AnimateX: 1 - AnimateScaleTweenX: - MMTweenDefinitionType: 1 - MMTweenCurve: 4 - Curve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.3 - value: 1.05 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - Initialized: 1 - ConditionPropertyName: AnimateX - EnumConditionPropertyName: - EnumConditions: 0000000000000000000000000000000000000000000000000000000000000000 - AnimateY: 1 - AnimateScaleTweenY: - MMTweenDefinitionType: 1 - MMTweenCurve: 4 - Curve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.3 - value: 2 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - Initialized: 1 - ConditionPropertyName: AnimateY - EnumConditionPropertyName: - EnumConditions: 0000000000000000000000000000000000000000000000000000000000000000 - AnimateZ: 1 - AnimateScaleTweenZ: - MMTweenDefinitionType: 1 - MMTweenCurve: 4 - Curve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.3 - value: 1.05 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - Initialized: 1 - ConditionPropertyName: AnimateZ - EnumConditionPropertyName: - EnumConditions: 0000000000000000000000000000000000000000000000000000000000000000 - UniformScaling: 0 - AllowAdditivePlays: 0 - DetermineScaleOnPlay: 0 - DestinationScale: {x: 0.5, y: 0.5, z: 0.5} - AnimateScaleX: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.3 - value: 1.05 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - AnimateScaleY: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.3 - value: 2 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - AnimateScaleZ: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.3 - value: 1.05 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - - rid: 2 - type: {class: MMF_Position, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: -1997093922 - Label: Position - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 11352145} - DebugActive: 0 - AnimatePositionTarget: {fileID: 699640084} - Mode: 1 - Space: 0 - RandomizeRemap: 0 - MovementMode: 0 - AnimatePositionDuration: 2 - AnimatePositionSpeed: 1 - AnimatePositionTween: - MMTweenDefinitionType: 1 - MMTweenCurve: 4 - Curve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.1 - value: 0.05 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.9 - value: 0.95 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - Initialized: 1 - ConditionPropertyName: - EnumConditionPropertyName: Mode - EnumConditions: 0100010000000000000000000000000000000000000000000000000000000000 - RemapCurveZero: 0 - RemapCurveZeroAlt: 0 - RemapCurveOne: 0.5 - RemapCurveOneAlt: 0 - AnimateX: 0 - AnimatePositionTweenX: - MMTweenDefinitionType: 1 - MMTweenCurve: 4 - Curve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.3 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.6 - value: -1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - Initialized: 1 - ConditionPropertyName: AnimateX - EnumConditionPropertyName: - EnumConditions: 0000000000000000000000000000000000000000000000000000000000000000 - AnimateY: 1 - AnimatePositionTweenY: - MMTweenDefinitionType: 1 - MMTweenCurve: 4 - Curve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.17963868 - value: 1.0138397 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.45559084 - value: -0.9584961 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.7308886 - value: 0.48429334 - inSlope: 2.5939753 - outSlope: 2.5939753 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - Initialized: 1 - ConditionPropertyName: AnimateY - EnumConditionPropertyName: - EnumConditions: 0000000000000000000000000000000000000000000000000000000000000000 - AnimateZ: 0 - AnimatePositionTweenZ: - MMTweenDefinitionType: 1 - MMTweenCurve: 4 - Curve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.3 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.6 - value: -1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - Initialized: 1 - ConditionPropertyName: AnimateZ - EnumConditionPropertyName: - EnumConditions: 0000000000000000000000000000000000000000000000000000000000000000 - AllowAdditivePlays: 0 - RelativePosition: 1 - DeterminePositionsOnPlay: 0 - InitialPosition: {x: 0, y: 0, z: 0} - DestinationPosition: {x: 0, y: 0, z: 0} - InitialPositionTransform: {fileID: 0} - DestinationPositionTransform: {fileID: 0} - AnimatePositionCurveX: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.3 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.6 - value: -1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - AnimatePositionCurveY: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.17963868 - value: 1.0138397 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.45559084 - value: -0.9584961 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.7308886 - value: 0.48429334 - inSlope: 2.5939753 - outSlope: 2.5939753 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - AnimatePositionCurveZ: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.3 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.6 - value: -1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - AnimatePositionCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.1 - value: 0.05 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.9 - value: 0.95 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - - rid: 3 - type: {class: MMF_Scale, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: -399888783 - Label: Scale - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 11352145} - DebugActive: 0 - Mode: 0 - AnimateScaleTarget: {fileID: 1579498608} - MovementMode: 0 - AnimateScaleDuration: 2 - AnimatePositionSpeed: 1 - RemapCurveZero: 0 - RemapCurveOne: 1 - Offset: 0 - AnimateX: 1 - AnimateScaleTweenX: - MMTweenDefinitionType: 1 - MMTweenCurve: 4 - Curve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.3 - value: 3 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - Initialized: 1 - ConditionPropertyName: AnimateX - EnumConditionPropertyName: - EnumConditions: 0000000000000000000000000000000000000000000000000000000000000000 - AnimateY: 1 - AnimateScaleTweenY: - MMTweenDefinitionType: 1 - MMTweenCurve: 4 - Curve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.3 - value: 3 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - Initialized: 1 - ConditionPropertyName: AnimateY - EnumConditionPropertyName: - EnumConditions: 0000000000000000000000000000000000000000000000000000000000000000 - AnimateZ: 1 - AnimateScaleTweenZ: - MMTweenDefinitionType: 1 - MMTweenCurve: 4 - Curve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.3 - value: 3 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - Initialized: 1 - ConditionPropertyName: AnimateZ - EnumConditionPropertyName: - EnumConditions: 0000000000000000000000000000000000000000000000000000000000000000 - UniformScaling: 0 - AllowAdditivePlays: 0 - DetermineScaleOnPlay: 0 - DestinationScale: {x: 0.5, y: 0.5, z: 0.5} - AnimateScaleX: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.3 - value: 3 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - AnimateScaleY: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.3 - value: 3 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - AnimateScaleZ: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.3 - value: 3 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - - rid: 4 - type: {class: MMF_ShaderController, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: -281659535 - Label: ShaderController - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 11352145} - DebugActive: 0 - Mode: 0 - TargetShaderController: {fileID: 749648100} - TargetShaderControllerList: [] - RevertToInitialValueAfterEnd: 0 - GetInitialValueOnOneTime: 0 - OneTimeDuration: 2 - OneTimeAmplitude: 1 - OneTimeRemapMin: 0 - OneTimeRemapMax: 5 - OneTimeCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.5 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - ToDestinationValue: 1 - ToDestinationDuration: 1 - ToDestinationColor: {r: 1, g: 0, b: 0, a: 1} - ToDestinationCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.5 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - - rid: 5 - type: {class: MMF_HoldingPause, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: 721623837 - Label: Holding Pause - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 11352145} - DebugActive: 0 - PauseDuration: 0.25 - RandomizePauseDuration: 0 - MinPauseDuration: 1 - MaxPauseDuration: 3 - RandomizeOnEachPlay: 1 - ScriptDriven: 0 - AutoResume: 0 - AutoResumeAfter: 0.25 - - rid: 6 - type: {class: MMF_Sound, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: -461627645 - Label: Sound - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: Automatic Shaker Setup - Owner: {fileID: 11352145} - DebugActive: 0 - Sfx: {fileID: 8300000, guid: 4472d2e695631bd4598e0aac24be9798, type: 3} - RandomSfx: [] - TestPlayButton: - ButtonText: Debug Play Sound - TestStopButton: - ButtonText: Debug Stop Sound - PlayMethod: 2 - PoolSize: 10 - UseLegacyEventsMode: 0 - StopSoundOnFeedbackStop: 1 - MinVolume: 1 - MaxVolume: 1 - MinPitch: 1 - MaxPitch: 1 - SfxAudioMixerGroup: {fileID: 0} - Priority: 128 - PanStereo: 0 - SpatialBlend: 0 - DopplerLevel: 1 - Spread: 0 - RolloffMode: 0 - MinDistance: 1 - MaxDistance: 500 - UseCustomRolloffCurve: 0 - CustomRolloffCurve: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - UseSpatialBlendCurve: 0 - SpatialBlendCurve: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - UseReverbZoneMixCurve: 0 - ReverbZoneMixCurve: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - UseSpreadCurve: 0 - SpreadCurve: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - - rid: 7 - type: {class: MMF_Scale, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: -185589928 - Label: Scale - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 11352145} - DebugActive: 0 - Mode: 0 - AnimateScaleTarget: {fileID: 2076029460} - MovementMode: 0 - AnimateScaleDuration: 0.5 - AnimatePositionSpeed: 1 - RemapCurveZero: 0 - RemapCurveOne: 1 - Offset: 0 - AnimateX: 1 - AnimateScaleTweenX: - MMTweenDefinitionType: 1 - MMTweenCurve: 4 - Curve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.3 - value: 2 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - Initialized: 1 - ConditionPropertyName: AnimateX - EnumConditionPropertyName: - EnumConditions: 0000000000000000000000000000000000000000000000000000000000000000 - AnimateY: 1 - AnimateScaleTweenY: - MMTweenDefinitionType: 1 - MMTweenCurve: 4 - Curve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.3 - value: 2 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - Initialized: 1 - ConditionPropertyName: AnimateY - EnumConditionPropertyName: - EnumConditions: 0000000000000000000000000000000000000000000000000000000000000000 - AnimateZ: 1 - AnimateScaleTweenZ: - MMTweenDefinitionType: 1 - MMTweenCurve: 4 - Curve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.3 - value: 2 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - Initialized: 1 - ConditionPropertyName: AnimateZ - EnumConditionPropertyName: - EnumConditions: 0000000000000000000000000000000000000000000000000000000000000000 - UniformScaling: 0 - AllowAdditivePlays: 0 - DetermineScaleOnPlay: 0 - DestinationScale: {x: 0.5, y: 0.5, z: 0.5} - AnimateScaleX: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.3 - value: 2 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - AnimateScaleY: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.3 - value: 2 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - AnimateScaleZ: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.3 - value: 2 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 ---- !u!224 &12492436 stripped -RectTransform: - m_CorrespondingSourceObject: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - m_PrefabInstance: {fileID: 1208765573} - m_PrefabAsset: {fileID: 0} ---- !u!1001 &13665195 -PrefabInstance: - m_ObjectHideFlags: 0 - serializedVersion: 2 - m_Modification: - serializedVersion: 3 - m_TransformParent: {fileID: 1557570896} - m_Modifications: - - target: {fileID: 4994452109645884045, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_Name - value: Spacer - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_Pivot.x - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_Pivot.y - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_RootOrder - value: 86 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_AnchorMax.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_AnchorMax.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_AnchorMin.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_AnchorMin.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_SizeDelta.x - value: 236.1 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_SizeDelta.y - value: 30 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_LocalPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_LocalPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_LocalPosition.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_LocalRotation.w - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_LocalRotation.x - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_LocalRotation.y - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_LocalRotation.z - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_AnchoredPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_AnchoredPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_LocalEulerAnglesHint.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_LocalEulerAnglesHint.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_LocalEulerAnglesHint.z - value: 0 - objectReference: {fileID: 0} - m_RemovedComponents: [] - m_RemovedGameObjects: [] - m_AddedGameObjects: [] - m_AddedComponents: [] - m_SourcePrefab: {fileID: 100100000, guid: b4ba93cf48b1c6b468135361158be27d, type: 3} ---- !u!224 &15656833 stripped -RectTransform: - m_CorrespondingSourceObject: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - m_PrefabInstance: {fileID: 888144511} - m_PrefabAsset: {fileID: 0} ---- !u!1 &22723147 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 22723148} - - component: {fileID: 22723149} - - component: {fileID: 22723150} - m_Layer: 0 - m_Name: CameraShake - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &22723148 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 22723147} - serializedVersion: 2 - m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: 0.023957789, y: 4.7921257, z: 1.0697918} - m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 - m_Children: [] - m_Father: {fileID: 438603709} - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!114 &22723149 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 22723147} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 6da43522623d4704e979466dc7650b65, type: 3} - m_Name: - m_EditorClassIdentifier: - Feedbacks: [] - InitializationMode: 2 - AutoInitialization: 1 - SafeMode: 3 - Direction: 0 - AutoChangeDirectionOnEnd: 0 - AutoPlayOnStart: 0 - AutoPlayOnEnable: 0 - ForceTimescaleMode: 0 - ForcedTimescaleMode: 1 - DurationMultiplier: 1 - TimescaleMultiplier: 1 - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 1.5} - DisplayFullDurationDetails: 0 - PlayerTimescaleMode: 1 - OnlyPlayIfWithinRange: 0 - RangeCenter: {fileID: 0} - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - IgnoreRangeEvents: 0 - CooldownDuration: 0 - InitialDelay: 0 - CanPlay: 1 - CanPlayWhileAlreadyPlaying: 1 - ChanceToPlay: 100 - FeedbacksIntensity: 1 - Events: - TriggerMMFeedbacksEvents: 0 - TriggerUnityEvents: 1 - OnPlay: - m_PersistentCalls: - m_Calls: [] - OnPause: - m_PersistentCalls: - m_Calls: [] - OnStop: - m_PersistentCalls: - m_Calls: [] - OnResume: - m_PersistentCalls: - m_Calls: [] - OnChangeDirection: - m_PersistentCalls: - m_Calls: [] - OnComplete: - m_PersistentCalls: - m_Calls: [] - OnRestoreInitialValues: - m_PersistentCalls: - m_Calls: [] - OnSkipToTheEnd: - m_PersistentCalls: - m_Calls: [] - OnInitializationComplete: - m_PersistentCalls: - m_Calls: [] - OnEnable: - m_PersistentCalls: - m_Calls: [] - OnDisable: - m_PersistentCalls: - m_Calls: [] - DebugActive: 0 - InScriptDrivenPause: 0 - FeedbacksList: - - rid: 0 - - rid: 1 - KeepPlayModeChanges: 0 - PerformanceMode: 0 - RestoreInitialValuesOnDisable: 0 - StopFeedbacksOnDisable: 0 - PlayCount: 0 - references: - version: 2 - RefIds: - - rid: 0 - type: {class: MMF_CameraShake, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: -1126814142 - Label: Camera Shake - OriginalLabel: Camera Shake - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: Automatic Shaker Setup - Owner: {fileID: 22723149} - DebugActive: 0 - RepeatUntilStopped: 0 - CameraShakeProperties: - Duration: 0.1 - Amplitude: 0.2 - Frequency: 40 - AmplitudeX: 0 - AmplitudeY: 0 - AmplitudeZ: 0 - - rid: 1 - type: {class: MMF_AudioSource, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: 1252609607 - Label: AudioSource - OriginalLabel: AudioSource - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 22723149} - DebugActive: 0 - TargetAudioSource: {fileID: 478010195} - Mode: 0 - RandomSfx: [] - MinVolume: 1 - MaxVolume: 1 - MinPitch: 1 - MaxPitch: 1 - SfxAudioMixerGroup: {fileID: 0} ---- !u!114 &22723150 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 22723147} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: bf25723e7c003d74399d0f62f1098637, type: 3} - m_Name: - m_EditorClassIdentifier: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - ShakeDuration: 0.01 - PlayOnAwake: 0 - PermanentShake: 0 - Interruptible: 1 - AlwaysResetTargetValuesAfterShake: 0 - OnlyUseShakerValues: 0 - CooldownBetweenShakes: 0 - Shaking: 0 - ForwardDirection: 1 - TimescaleMode: 0 ---- !u!224 &26493820 stripped -RectTransform: - m_CorrespondingSourceObject: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - m_PrefabInstance: {fileID: 1856284881} - m_PrefabAsset: {fileID: 0} ---- !u!1 &27798844 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 27798845} - m_Layer: 0 - m_Name: Feedbacks - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &27798845 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 27798844} - serializedVersion: 2 - m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: 0} - m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 - m_Children: - - {fileID: 1141783800} - - {fileID: 205946787} - - {fileID: 1829328388} - m_Father: {fileID: 999639631} - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!1 &35386167 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 35386169} - - component: {fileID: 35386168} - m_Layer: 0 - m_Name: AnimatorPlayState - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!114 &35386168 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 35386167} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 6da43522623d4704e979466dc7650b65, type: 3} - m_Name: - m_EditorClassIdentifier: - Feedbacks: [] - InitializationMode: 2 - AutoInitialization: 1 - SafeMode: 3 - Direction: 0 - AutoChangeDirectionOnEnd: 0 - AutoPlayOnStart: 0 - AutoPlayOnEnable: 0 - ForceTimescaleMode: 0 - ForcedTimescaleMode: 1 - DurationMultiplier: 1 - TimescaleMultiplier: 1 - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 1.5} - DisplayFullDurationDetails: 0 - PlayerTimescaleMode: 1 - OnlyPlayIfWithinRange: 0 - RangeCenter: {fileID: 0} - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - IgnoreRangeEvents: 0 - CooldownDuration: 0 - InitialDelay: 0 - CanPlay: 1 - CanPlayWhileAlreadyPlaying: 1 - ChanceToPlay: 100 - FeedbacksIntensity: 1 - Events: - TriggerMMFeedbacksEvents: 0 - TriggerUnityEvents: 1 - OnPlay: - m_PersistentCalls: - m_Calls: [] - OnPause: - m_PersistentCalls: - m_Calls: [] - OnStop: - m_PersistentCalls: - m_Calls: [] - OnResume: - m_PersistentCalls: - m_Calls: [] - OnChangeDirection: - m_PersistentCalls: - m_Calls: [] - OnComplete: - m_PersistentCalls: - m_Calls: [] - OnRestoreInitialValues: - m_PersistentCalls: - m_Calls: [] - OnSkipToTheEnd: - m_PersistentCalls: - m_Calls: [] - OnInitializationComplete: - m_PersistentCalls: - m_Calls: [] - OnEnable: - m_PersistentCalls: - m_Calls: [] - OnDisable: - m_PersistentCalls: - m_Calls: [] - DebugActive: 0 - InScriptDrivenPause: 0 - FeedbacksList: - - rid: 1 - - rid: 1597473871758622992 - KeepPlayModeChanges: 0 - PerformanceMode: 0 - RestoreInitialValuesOnDisable: 0 - StopFeedbacksOnDisable: 0 - PlayCount: 0 - references: - version: 2 - RefIds: - - rid: 1 - type: {class: MMF_AudioSource, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: 916692377 - Label: AudioSource - OriginalLabel: AudioSource - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 35386168} - DebugActive: 0 - TargetAudioSource: {fileID: 478010195} - Mode: 0 - RandomSfx: [] - MinVolume: 1 - MaxVolume: 1 - MinPitch: 1 - MaxPitch: 1 - SfxAudioMixerGroup: {fileID: 0} - - rid: 1597473871758622992 - type: {class: MMF_AnimatorPlayState, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: 31378350 - Label: Animator Play State - OriginalLabel: Animator Play State - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0.8, y: 1} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 35386168} - DebugActive: 0 - BoundAnimator: {fileID: 2066439668} - ExtraBoundAnimators: [] - DeclaredDuration: 0 - StateName: Standing Jump - Mode: 0 - NormalizedTime: 0.5 - FixedTime: 0 - LayerIndex: -1 - LayerName: - SetLayerWeight: 0 - TargetLayerIndex: 1 - NewWeight: 0.5 ---- !u!4 &35386169 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 35386167} - serializedVersion: 2 - m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: 0} - m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 - m_Children: [] - m_Father: {fileID: 562921500} - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!224 &35522146 stripped -RectTransform: - m_CorrespondingSourceObject: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - m_PrefabInstance: {fileID: 1537550069} - m_PrefabAsset: {fileID: 0} ---- !u!224 &39641650 stripped -RectTransform: - m_CorrespondingSourceObject: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - m_PrefabInstance: {fileID: 984504755} - m_PrefabAsset: {fileID: 0} ---- !u!1001 &40409074 -PrefabInstance: - m_ObjectHideFlags: 0 - serializedVersion: 2 - m_Modification: - serializedVersion: 3 - m_TransformParent: {fileID: 1557570896} - m_Modifications: - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: Feedbacks.Array.size - value: 7 - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[0]' - value: - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[1]' - value: - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[2]' - value: - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[3]' - value: - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[4]' - value: - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[5]' - value: - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[6]' - value: - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Pivot.x - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Pivot.y - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_RootOrder - value: 114 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMax.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMax.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMin.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMin.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_SizeDelta.x - value: 256.1 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_SizeDelta.y - value: 30 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalPosition.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.w - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.x - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.y - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.z - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchoredPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchoredPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalEulerAnglesHint.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalEulerAnglesHint.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalEulerAnglesHint.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604939, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_OnClick.m_PersistentCalls.m_Calls.Array.data[0].m_Target - value: - objectReference: {fileID: 1955127142} - - target: {fileID: 2903879014986604939, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_OnClick.m_PersistentCalls.m_Calls.Array.data[0].m_MethodName - value: PlayFeedbacks - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604939, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_OnClick.m_PersistentCalls.m_Calls.Array.data[0].m_Arguments.m_ObjectArgumentAssemblyTypeName - value: UnityEngine.Object, UnityEngine - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604941, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Name - value: Button - Font Size - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Text - value: TMP Font Size - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Color.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Color.b - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Color.g - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Color.r - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 4258887795993319071, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: NotSupportedInWebGL - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.size - value: 7 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[0]' - value: MoreMountains.Feedbacks MoreMountains.Feedbacks.MMF_AudioSource - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[1]' - value: MoreMountains.Feedbacks MoreMountains.Feedbacks.MMF_SetActive - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[2]' - value: MoreMountains.Feedbacks.TextMeshPro MoreMountains.Feedbacks.MMF_TMPText - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[3]' - value: MoreMountains.Feedbacks MoreMountains.Feedbacks.MMF_Pause - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[4]' - value: MoreMountains.Feedbacks.TextMeshPro MoreMountains.Feedbacks.MMF_TMPFontSize - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[5]' - value: MoreMountains.Feedbacks MoreMountains.Feedbacks.MMF_HoldingPause - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[6]' - value: MoreMountains.Feedbacks MoreMountains.Feedbacks.MMF_SetActive - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Mode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Mode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Label - value: AudioSource - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Label - value: Set Active - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Label - value: TMP Text - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Label - value: Pause - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Label - value: TMP Font Size - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Label - value: Holding Pause - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Label - value: Set Inactive - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].NewText - value: 'This text - - will get bigger.' - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].MaxPitch - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].MinPitch - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].UniqueID - value: -1685914574 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].UniqueID - value: -1933264350 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].UniqueID - value: 654224738 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].UniqueID - value: 1765925257 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Duration - value: 0.8 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].RemapOne - value: 50 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].UniqueID - value: 912301827 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].UniqueID - value: -1048042555 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].UniqueID - value: -144135641 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].MaxVolume - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].MinVolume - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].RemapZero - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].StartsOff - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AutoResume - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].AutoResume - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].StateOnInit - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].StateOnPlay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].StateOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].StateOnInit - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].StateOnPlay - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].StateOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].StateOnReset - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].ScriptDriven - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].ScriptDriven - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].StateOnReset - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].TargetTMPText - value: - objectReference: {fileID: 500670851} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].PauseDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].DisableOnStop - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].TargetTMPText - value: - objectReference: {fileID: 500670851} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].PauseDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].SetStateOnInit - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].SetStateOnPlay - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].SetStateOnStop - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].RelativeValues - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].SetStateOnInit - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].SetStateOnPlay - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].SetStateOnStop - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].SetStateOnReset - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AutoResumeAfter - value: 0.25 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].InstantFontSize - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].AutoResumeAfter - value: 0.25 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].SetStateOnReset - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].TargetGameObject - value: - objectReference: {fileID: 731678809} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].MaxPauseDuration - value: 3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].MinPauseDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].MaxPauseDuration - value: 3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].MinPauseDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].TargetGameObject - value: - objectReference: {fileID: 731678809} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].TargetAudioSource - value: - objectReference: {fileID: 478010195} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].SfxAudioMixerGroup - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AllowAdditivePlays - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].RandomizeOnEachPlay - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].RandomizeOnEachPlay - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].RandomSfx.Array.size - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].RandomizePauseDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].RandomizePauseDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].FontSizeCurve.MMTweenCurve - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].FontSizeCurve.Curve.m_PreInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].FontSizeCurve.Curve.m_PostInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].FontSizeCurve.Curve.m_RotationOrder - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].FontSizeCurve.MMTweenDefinitionType - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].FontSizeCurve.Curve.m_Curve.Array.size - value: 3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].FontSizeCurve.Curve.m_Curve.Array.data[0].time - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].FontSizeCurve.Curve.m_Curve.Array.data[1].time - value: 0.3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].FontSizeCurve.Curve.m_Curve.Array.data[2].time - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].FontSizeCurve.Curve.m_Curve.Array.data[0].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].FontSizeCurve.Curve.m_Curve.Array.data[1].value - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].FontSizeCurve.Curve.m_Curve.Array.data[2].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].FontSizeCurve.Curve.m_Curve.Array.data[0].inSlope - value: 10.710103 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].FontSizeCurve.Curve.m_Curve.Array.data[1].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].FontSizeCurve.Curve.m_Curve.Array.data[2].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].FontSizeCurve.Curve.m_Curve.Array.data[0].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].FontSizeCurve.Curve.m_Curve.Array.data[0].outSlope - value: 10.710103 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].FontSizeCurve.Curve.m_Curve.Array.data[1].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].FontSizeCurve.Curve.m_Curve.Array.data[1].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].FontSizeCurve.Curve.m_Curve.Array.data[2].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].FontSizeCurve.Curve.m_Curve.Array.data[2].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].FontSizeCurve.Curve.m_Curve.Array.data[0].outWeight - value: 0.023364484 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].FontSizeCurve.Curve.m_Curve.Array.data[1].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].FontSizeCurve.Curve.m_Curve.Array.data[2].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].FontSizeCurve.Curve.m_Curve.Array.data[0].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].FontSizeCurve.Curve.m_Curve.Array.data[1].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].FontSizeCurve.Curve.m_Curve.Array.data[2].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].FontSizeCurve.Curve.m_Curve.Array.data[0].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].FontSizeCurve.Curve.m_Curve.Array.data[1].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].FontSizeCurve.Curve.m_Curve.Array.data[2].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 9167406172343059487, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_IsActive - value: 0 - objectReference: {fileID: 0} - m_RemovedComponents: - - {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, type: 3} - m_RemovedGameObjects: [] - m_AddedGameObjects: [] - m_AddedComponents: [] - m_SourcePrefab: {fileID: 100100000, guid: a16c33a1240b8ce4f930161a7c85fae6, type: 3} ---- !u!224 &41169091 stripped -RectTransform: - m_CorrespondingSourceObject: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - m_PrefabInstance: {fileID: 1746983989} - m_PrefabAsset: {fileID: 0} ---- !u!224 &46647163 stripped -RectTransform: - m_CorrespondingSourceObject: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - m_PrefabInstance: {fileID: 2083270761} - m_PrefabAsset: {fileID: 0} ---- !u!224 &55742595 stripped -RectTransform: - m_CorrespondingSourceObject: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - m_PrefabInstance: {fileID: 69261044} - m_PrefabAsset: {fileID: 0} ---- !u!1 &59516055 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 59516056} - - component: {fileID: 59516057} - m_Layer: 0 - m_Name: TMPCharacterSpacing - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &59516056 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 59516055} - serializedVersion: 2 - m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: 0} - m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 - m_Children: [] - m_Father: {fileID: 1860154325} - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!114 &59516057 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 59516055} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 6da43522623d4704e979466dc7650b65, type: 3} - m_Name: - m_EditorClassIdentifier: - Feedbacks: [] - InitializationMode: 2 - AutoInitialization: 1 - SafeMode: 3 - Direction: 0 - AutoChangeDirectionOnEnd: 0 - AutoPlayOnStart: 0 - AutoPlayOnEnable: 0 - ForceTimescaleMode: 0 - ForcedTimescaleMode: 1 - DurationMultiplier: 1 - TimescaleMultiplier: 1 - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 1.5} - DisplayFullDurationDetails: 0 - PlayerTimescaleMode: 1 - OnlyPlayIfWithinRange: 0 - RangeCenter: {fileID: 0} - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - IgnoreRangeEvents: 0 - CooldownDuration: 0 - InitialDelay: 0 - CanPlay: 1 - CanPlayWhileAlreadyPlaying: 1 - ChanceToPlay: 100 - FeedbacksIntensity: 1 - Events: - TriggerMMFeedbacksEvents: 0 - TriggerUnityEvents: 1 - OnPlay: - m_PersistentCalls: - m_Calls: [] - OnPause: - m_PersistentCalls: - m_Calls: [] - OnStop: - m_PersistentCalls: - m_Calls: [] - OnResume: - m_PersistentCalls: - m_Calls: [] - OnChangeDirection: - m_PersistentCalls: - m_Calls: [] - OnComplete: - m_PersistentCalls: - m_Calls: [] - OnRestoreInitialValues: - m_PersistentCalls: - m_Calls: [] - OnSkipToTheEnd: - m_PersistentCalls: - m_Calls: [] - OnInitializationComplete: - m_PersistentCalls: - m_Calls: [] - OnEnable: - m_PersistentCalls: - m_Calls: [] - OnDisable: - m_PersistentCalls: - m_Calls: [] - DebugActive: 0 - InScriptDrivenPause: 0 - FeedbacksList: - - rid: 0 - - rid: 1 - - rid: 2 - - rid: 3 - - rid: 4 - - rid: 5 - - rid: 6 - KeepPlayModeChanges: 0 - PerformanceMode: 0 - RestoreInitialValuesOnDisable: 0 - StopFeedbacksOnDisable: 0 - PlayCount: 0 - references: - version: 2 - RefIds: - - rid: 0 - type: {class: MMF_AudioSource, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: 1454396729 - Label: AudioSource - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 59516057} - DebugActive: 0 - TargetAudioSource: {fileID: 478010195} - Mode: 0 - RandomSfx: [] - MinVolume: 1 - MaxVolume: 1 - MinPitch: 1 - MaxPitch: 1 - SfxAudioMixerGroup: {fileID: 0} - - rid: 1 - type: {class: MMF_SetActive, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: -553249105 - Label: Set Active - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 59516057} - DebugActive: 0 - TargetGameObject: {fileID: 731678809} - ExtraTargetGameObjects: [] - IgnorePlayDirection: 0 - SetStateOnInit: 0 - StateOnInit: 1 - SetStateOnPlay: 1 - StateOnPlay: 0 - SetStateOnStop: 0 - StateOnStop: 1 - SetStateOnReset: 0 - StateOnReset: 1 - SetStateOnSkip: 0 - StateOnSkip: 0 - SetStateOnPlayerComplete: 0 - StateOnPlayerComplete: 1 - - rid: 2 - type: {class: MMF_TMPText, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: 1829420493 - Label: TMP Text - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 59516057} - DebugActive: 0 - TargetTMPText: {fileID: 500670851} - NewText: 'Let''s space - - these characters' - - rid: 3 - type: {class: MMF_Pause, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: -1764251505 - Label: Pause - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 59516057} - DebugActive: 0 - PauseDuration: 1 - RandomizePauseDuration: 0 - MinPauseDuration: 1 - MaxPauseDuration: 3 - RandomizeOnEachPlay: 1 - ScriptDriven: 0 - AutoResume: 0 - AutoResumeAfter: 0.25 - - rid: 4 - type: {class: MMF_TMPCharacterSpacing, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: -517076451 - Label: TMP Character Spacing - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 59516057} - DebugActive: 0 - Mode: 0 - Duration: 1 - StartsOff: 0 - EndsOff: 0 - RelativeValues: 1 - AllowAdditivePlays: 0 - DisableOnStop: 0 - OnlyPlayIfTargetIsActive: 0 - TargetTMPText: {fileID: 500670851} - CharacterSpacingCurve: - MMTweenDefinitionType: 1 - MMTweenCurve: 4 - Curve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.3 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - Initialized: 0 - ConditionPropertyName: - EnumConditionPropertyName: - EnumConditions: 0000000000000000000000000000000000000000000000000000000000000000 - RemapZero: 0 - RemapOne: 12 - InstantSpacing: 0 - DestinationSpacing: 0 - - rid: 5 - type: {class: MMF_HoldingPause, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: 1802893693 - Label: Holding Pause - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 59516057} - DebugActive: 0 - PauseDuration: 1 - RandomizePauseDuration: 0 - MinPauseDuration: 1 - MaxPauseDuration: 3 - RandomizeOnEachPlay: 1 - ScriptDriven: 0 - AutoResume: 0 - AutoResumeAfter: 0.25 - - rid: 6 - type: {class: MMF_SetActive, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: -874762088 - Label: Set Inactive - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 59516057} - DebugActive: 0 - TargetGameObject: {fileID: 731678809} - ExtraTargetGameObjects: [] - IgnorePlayDirection: 0 - SetStateOnInit: 0 - StateOnInit: 1 - SetStateOnPlay: 1 - StateOnPlay: 1 - SetStateOnStop: 0 - StateOnStop: 1 - SetStateOnReset: 0 - StateOnReset: 1 - SetStateOnSkip: 0 - StateOnSkip: 0 - SetStateOnPlayerComplete: 0 - StateOnPlayerComplete: 1 ---- !u!1 &63926506 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 63926507} - m_Layer: 0 - m_Name: Cameras & Lights ----------------------- - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &63926507 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 63926506} - serializedVersion: 2 - m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} - m_LocalPosition: {x: -0.27076912, y: 2.6249886, z: -2.0969918} - m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 - m_Children: - - {fileID: 568451406} - - {fileID: 654255414} - - {fileID: 1841711012} - - {fileID: 222395231} - - {fileID: 1210353987} - - {fileID: 185880663} - - {fileID: 1474560677} - - {fileID: 870108987} - m_Father: {fileID: 0} - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!224 &65210591 stripped -RectTransform: - m_CorrespondingSourceObject: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - m_PrefabInstance: {fileID: 158474521} - m_PrefabAsset: {fileID: 0} ---- !u!1001 &69261044 -PrefabInstance: - m_ObjectHideFlags: 0 - serializedVersion: 2 - m_Modification: - serializedVersion: 3 - m_TransformParent: {fileID: 1557570896} - m_Modifications: - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: Feedbacks.Array.size - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[0]' - value: - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[1]' - value: - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Pivot.x - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Pivot.y - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_RootOrder - value: 93 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMax.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMax.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMin.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMin.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_SizeDelta.x - value: 256.1 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_SizeDelta.y - value: 30 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalPosition.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.w - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.x - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.y - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.z - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchoredPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchoredPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalEulerAnglesHint.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalEulerAnglesHint.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalEulerAnglesHint.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604939, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_OnClick.m_PersistentCalls.m_Calls.Array.data[0].m_Target - value: - objectReference: {fileID: 1146722115} - - target: {fileID: 2903879014986604939, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_OnClick.m_PersistentCalls.m_Calls.Array.data[0].m_MethodName - value: PlayFeedbacks - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604939, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_OnClick.m_PersistentCalls.m_Calls.Array.data[0].m_Arguments.m_ObjectArgumentAssemblyTypeName - value: UnityEngine.Object, UnityEngine - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604941, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Name - value: Button - Light - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Text - value: Light - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Color.b - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Color.g - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Color.r - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.size - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[0]' - value: MoreMountains.Feedbacks MoreMountains.Feedbacks.MMF_Light - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[1]' - value: MoreMountains.Feedbacks MoreMountains.Feedbacks.MMF_AudioSource - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Mode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Mode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Label - value: Light - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Label - value: AudioSource - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Duration - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].UniqueID - value: 844178220 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].UseRange - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].MaxPitch - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].MinPitch - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].UniqueID - value: -639993397 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].StartsOff - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].MaxVolume - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].MinVolume - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].BoundLight - value: - objectReference: {fileID: 654255416} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].EventRange - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ModifyColor - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].InstantRange - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisableOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].RemapRangeOne - value: 10 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].InstantColor.a - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].InstantColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].InstantColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].InstantColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].RelativeValues - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].RemapRangeZero - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].InstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].RemapIntensityOne - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].TargetAudioSource - value: - objectReference: {fileID: 478010195} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AllowAdditivePlays - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].RemapIntensityZero - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].SfxAudioMixerGroup - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ColorOverTime.atime0 - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ColorOverTime.atime1 - value: 65535 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ColorOverTime.atime2 - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ColorOverTime.atime3 - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ColorOverTime.atime4 - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ColorOverTime.atime5 - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ColorOverTime.atime6 - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ColorOverTime.atime7 - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ColorOverTime.ctime0 - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ColorOverTime.ctime1 - value: 27949 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ColorOverTime.ctime2 - value: 65535 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ColorOverTime.ctime3 - value: 65535 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ColorOverTime.ctime4 - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ColorOverTime.ctime5 - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ColorOverTime.ctime6 - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ColorOverTime.ctime7 - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ColorOverTime.key0.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ColorOverTime.key0.b - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ColorOverTime.key0.g - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ColorOverTime.key0.r - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ColorOverTime.key1.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ColorOverTime.key1.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ColorOverTime.key1.g - value: 0.85398763 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ColorOverTime.key1.r - value: 0.972549 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ColorOverTime.key2.a - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ColorOverTime.key2.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ColorOverTime.key2.g - value: 0.93725497 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ColorOverTime.key2.r - value: 0.5294118 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ColorOverTime.key3.a - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ColorOverTime.key3.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ColorOverTime.key3.g - value: 0.93725497 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ColorOverTime.key3.r - value: 0.5294118 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ColorOverTime.key4.a - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ColorOverTime.key4.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ColorOverTime.key4.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ColorOverTime.key4.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ColorOverTime.key5.a - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ColorOverTime.key5.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ColorOverTime.key5.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ColorOverTime.key5.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ColorOverTime.key6.a - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ColorOverTime.key6.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ColorOverTime.key6.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ColorOverTime.key6.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ColorOverTime.key7.a - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ColorOverTime.key7.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ColorOverTime.key7.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ColorOverTime.key7.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ColorOverTime.m_Mode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].EventOriginTransform - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].RandomSfx.Array.size - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].InstantShadowStrength - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].RemapShadowStrengthOne - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].RemapShadowStrengthZero - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].RangeCurve.m_PreInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].RangeCurve.m_PostInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].RangeCurve.m_RotationOrder - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ResetShakerValuesAfterShake - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ResetTargetValuesAfterShake - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ColorOverTime.m_NumAlphaKeys - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ColorOverTime.m_NumColorKeys - value: 3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].IntensityCurve.m_PreInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].IntensityCurve.m_PostInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].RangeCurve.m_Curve.Array.size - value: 3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].IntensityCurve.m_RotationOrder - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].IntensityCurve.m_Curve.Array.size - value: 3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ShadowStrengthCurve.m_PreInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ShadowStrengthCurve.m_PostInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ShadowStrengthCurve.m_RotationOrder - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].RangeCurve.m_Curve.Array.data[0].time - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].RangeCurve.m_Curve.Array.data[1].time - value: 0.3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].RangeCurve.m_Curve.Array.data[2].time - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].RangeCurve.m_Curve.Array.data[0].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].RangeCurve.m_Curve.Array.data[1].value - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].RangeCurve.m_Curve.Array.data[2].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ShadowStrengthCurve.m_Curve.Array.size - value: 3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].RangeCurve.m_Curve.Array.data[0].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].RangeCurve.m_Curve.Array.data[1].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].RangeCurve.m_Curve.Array.data[2].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].IntensityCurve.m_Curve.Array.data[0].time - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].IntensityCurve.m_Curve.Array.data[1].time - value: 0.3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].IntensityCurve.m_Curve.Array.data[2].time - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].RangeCurve.m_Curve.Array.data[0].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].RangeCurve.m_Curve.Array.data[0].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].RangeCurve.m_Curve.Array.data[1].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].RangeCurve.m_Curve.Array.data[1].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].RangeCurve.m_Curve.Array.data[2].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].RangeCurve.m_Curve.Array.data[2].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].IntensityCurve.m_Curve.Array.data[0].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].IntensityCurve.m_Curve.Array.data[1].value - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].IntensityCurve.m_Curve.Array.data[2].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].RangeCurve.m_Curve.Array.data[0].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].RangeCurve.m_Curve.Array.data[1].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].RangeCurve.m_Curve.Array.data[2].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].IntensityCurve.m_Curve.Array.data[0].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].IntensityCurve.m_Curve.Array.data[1].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].IntensityCurve.m_Curve.Array.data[2].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].RangeCurve.m_Curve.Array.data[0].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].RangeCurve.m_Curve.Array.data[1].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].RangeCurve.m_Curve.Array.data[2].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].IntensityCurve.m_Curve.Array.data[0].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].IntensityCurve.m_Curve.Array.data[0].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].IntensityCurve.m_Curve.Array.data[1].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].IntensityCurve.m_Curve.Array.data[1].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].IntensityCurve.m_Curve.Array.data[2].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].IntensityCurve.m_Curve.Array.data[2].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].RangeCurve.m_Curve.Array.data[0].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].RangeCurve.m_Curve.Array.data[1].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].RangeCurve.m_Curve.Array.data[2].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].IntensityCurve.m_Curve.Array.data[0].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].IntensityCurve.m_Curve.Array.data[1].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].IntensityCurve.m_Curve.Array.data[2].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ShadowStrengthCurve.m_Curve.Array.data[0].time - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ShadowStrengthCurve.m_Curve.Array.data[1].time - value: 0.3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ShadowStrengthCurve.m_Curve.Array.data[2].time - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ShadowStrengthCurve.m_Curve.Array.data[0].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ShadowStrengthCurve.m_Curve.Array.data[1].value - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ShadowStrengthCurve.m_Curve.Array.data[2].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].IntensityCurve.m_Curve.Array.data[0].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].IntensityCurve.m_Curve.Array.data[1].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].IntensityCurve.m_Curve.Array.data[2].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].IntensityCurve.m_Curve.Array.data[0].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].IntensityCurve.m_Curve.Array.data[1].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].IntensityCurve.m_Curve.Array.data[2].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ShadowStrengthCurve.m_Curve.Array.data[0].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ShadowStrengthCurve.m_Curve.Array.data[1].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ShadowStrengthCurve.m_Curve.Array.data[2].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ShadowStrengthCurve.m_Curve.Array.data[0].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ShadowStrengthCurve.m_Curve.Array.data[0].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ShadowStrengthCurve.m_Curve.Array.data[1].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ShadowStrengthCurve.m_Curve.Array.data[1].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ShadowStrengthCurve.m_Curve.Array.data[2].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ShadowStrengthCurve.m_Curve.Array.data[2].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ShadowStrengthCurve.m_Curve.Array.data[0].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ShadowStrengthCurve.m_Curve.Array.data[1].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ShadowStrengthCurve.m_Curve.Array.data[2].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ShadowStrengthCurve.m_Curve.Array.data[0].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ShadowStrengthCurve.m_Curve.Array.data[1].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ShadowStrengthCurve.m_Curve.Array.data[2].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ShadowStrengthCurve.m_Curve.Array.data[0].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ShadowStrengthCurve.m_Curve.Array.data[1].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ShadowStrengthCurve.m_Curve.Array.data[2].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 9167406172343059487, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_IsActive - value: 0 - objectReference: {fileID: 0} - m_RemovedComponents: - - {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, type: 3} - m_RemovedGameObjects: [] - m_AddedGameObjects: [] - m_AddedComponents: [] - m_SourcePrefab: {fileID: 100100000, guid: a16c33a1240b8ce4f930161a7c85fae6, type: 3} ---- !u!1 &69722008 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 69722009} - - component: {fileID: 69722011} - - component: {fileID: 69722010} - m_Layer: 5 - m_Name: 'TMP SubMeshUI [Lato SDF Material + Lato-Bold SDF Atlas]' - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!224 &69722009 -RectTransform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 69722008} - m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: 0} - m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 - m_Children: [] - m_Father: {fileID: 500670850} - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} - m_AnchorMin: {x: 0, y: 0} - m_AnchorMax: {x: 1, y: 1} - m_AnchoredPosition: {x: 0, y: 0} - m_SizeDelta: {x: 0, y: 0} - m_Pivot: {x: 0.5, y: 0.5} ---- !u!114 &69722010 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 69722008} - m_Enabled: 0 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 058cba836c1846c3aa1c5fd2e28aea77, type: 3} - m_Name: - m_EditorClassIdentifier: - m_Material: {fileID: 0} - m_Color: {r: 1, g: 1, b: 1, a: 1} - m_RaycastTarget: 1 - m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0} - m_Maskable: 1 - m_OnCullStateChanged: - m_PersistentCalls: - m_Calls: [] - m_fontAsset: {fileID: 11400000, guid: 693430919429cff4d9e10f1225ca56c8, type: 2} - m_spriteAsset: {fileID: 0} - m_material: {fileID: 0} - m_sharedMaterial: {fileID: 0} - m_isDefaultMaterial: 0 - m_padding: 0 - m_TextComponent: {fileID: 500670851} - m_materialReferenceIndex: 1 ---- !u!222 &69722011 -CanvasRenderer: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 69722008} - m_CullTransparentMesh: 0 ---- !u!1001 &72799405 -PrefabInstance: - m_ObjectHideFlags: 0 - serializedVersion: 2 - m_Modification: - serializedVersion: 3 - m_TransformParent: {fileID: 1557570896} - m_Modifications: - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: Feedbacks.Array.size - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[0]' - value: - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Pivot.x - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Pivot.y - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_RootOrder - value: 75 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMax.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMax.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMin.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMin.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_SizeDelta.x - value: 256.1 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_SizeDelta.y - value: 30 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalPosition.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.w - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.x - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.y - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.z - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchoredPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchoredPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalEulerAnglesHint.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalEulerAnglesHint.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalEulerAnglesHint.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604939, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_OnClick.m_PersistentCalls.m_Calls.Array.data[0].m_Target - value: - objectReference: {fileID: 1391701033} - - target: {fileID: 2903879014986604939, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_OnClick.m_PersistentCalls.m_Calls.Array.data[0].m_MethodName - value: PlayFeedbacks - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604939, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_OnClick.m_PersistentCalls.m_Calls.Array.data[0].m_Arguments.m_ObjectArgumentAssemblyTypeName - value: UnityEngine.Object, UnityEngine - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604941, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Name - value: Button - HapticEmphasis - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Text - value: Haptic Emphasis - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Color.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Color.b - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Color.g - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Color.r - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 4258887795993319071, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: NotSupportedInWebGL - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.size - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[0]' - value: MoreMountains.Feedbacks MoreMountains.Feedbacks.MMF_AudioSource - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[1]' - value: MoreMountains.Feedbacks.NiceVibrations MoreMountains.FeedbacksForThirdParty.MMF_NVEmphasis - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Mode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Label - value: AudioSource - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Label - value: Haptic Emphasis - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].MaxPitch - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].MinPitch - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].UniqueID - value: 1426918906 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].UniqueID - value: -1561955687 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].MaxVolume - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].MinVolume - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].MaxAmplitude - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].MaxFrequency - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].MinAmplitude - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].MinFrequency - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].TargetAudioSource - value: - objectReference: {fileID: 478010195} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].SfxAudioMixerGroup - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].RandomSfx.Array.size - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].HapticSettings.GamepadID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].HapticSettings.ForceGamepadID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].HapticSettings.OnlyPlayIfHapticsSupported - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].HapticSettings.OnlyPlayIfAdvancedRequirementsMet - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].HapticSettings.OnlyPlayIfAmplitudeModulationSupported - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].HapticSettings.OnlyPlayIfFrequencyModulationSupported - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 9167406172343059487, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_IsActive - value: 0 - objectReference: {fileID: 0} - m_RemovedComponents: - - {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, type: 3} - m_RemovedGameObjects: [] - m_AddedGameObjects: [] - m_AddedComponents: [] - m_SourcePrefab: {fileID: 100100000, guid: a16c33a1240b8ce4f930161a7c85fae6, type: 3} ---- !u!1 &75450700 stripped -GameObject: - m_CorrespondingSourceObject: {fileID: -927199367670048503, guid: d84a1570448aba14ea2b1badb79fb4b3, - type: 3} - m_PrefabInstance: {fileID: 1937403698} - m_PrefabAsset: {fileID: 0} ---- !u!114 &75450703 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 75450700} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 83dcb4ea8c2204a43adf98a01a3bc0d1, type: 3} - m_Name: - m_EditorClassIdentifier: - Receiver: - TargetObject: {fileID: 75450700} - TargetComponent: {fileID: 367079506} - TargetScriptableObject: {fileID: 0} - TargetPropertyName: position - ShouldModifyValue: 1 - RelativeValue: 1 - ModifyX: 0 - ModifyY: 1 - ModifyZ: 0 - ModifyW: 1 - Threshold: 0.5 - BoolRemapZero: 0 - BoolRemapOne: 1 - StringRemapZero: Zero - StringRemapOne: One - IntRemapZero: 0 - IntRemapOne: 1 - FloatRemapZero: 0 - FloatRemapOne: 1 - Vector2RemapZero: {x: 0, y: 0} - Vector2RemapOne: {x: 1, y: 1} - Vector3RemapZero: {x: 0, y: 0, z: 0} - Vector3RemapOne: {x: 1, y: 0.75, z: 1} - Vector4RemapZero: {x: 0, y: 0, z: 0, w: 0} - Vector4RemapOne: {x: 1, y: 1, z: 1, w: 1} - QuaternionRemapZero: {x: 0, y: 0, z: 0} - QuaternionRemapOne: {x: 180, y: 180, z: 180} - ColorRemapZero: {r: 1, g: 1, b: 1, a: 1} - ColorRemapOne: {r: 0, g: 0, b: 0, a: 1} - Level: 0 - CanListen: 1 - Channel: 0 - RandomizeLevel: 0 - MinRandomLevelMultiplier: 0 - MaxRandomLevelMultiplier: 1 ---- !u!1001 &78816795 -PrefabInstance: - m_ObjectHideFlags: 0 - serializedVersion: 2 - m_Modification: - serializedVersion: 3 - m_TransformParent: {fileID: 1557570896} - m_Modifications: - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: Feedbacks.Array.size - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[0]' - value: - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[1]' - value: - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Pivot.x - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Pivot.y - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_RootOrder - value: 48 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMax.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMax.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMin.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMin.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_SizeDelta.x - value: 256.1 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_SizeDelta.y - value: 30 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalPosition.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.w - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.x - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.y - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.z - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchoredPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchoredPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalEulerAnglesHint.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalEulerAnglesHint.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalEulerAnglesHint.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604939, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_OnClick.m_PersistentCalls.m_Calls.Array.data[0].m_Target - value: - objectReference: {fileID: 871711029} - - target: {fileID: 2903879014986604939, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_OnClick.m_PersistentCalls.m_Calls.Array.data[0].m_MethodName - value: PlayFeedbacks - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604939, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_OnClick.m_PersistentCalls.m_Calls.Array.data[0].m_Arguments.m_ObjectArgumentAssemblyTypeName - value: UnityEngine.Object, UnityEngine - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604941, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Name - value: Button - Material - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Text - value: Material - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Color.b - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Color.g - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Color.r - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.size - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[0]' - value: MoreMountains.Feedbacks MoreMountains.Feedbacks.MMF_Material - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[1]' - value: MoreMountains.Feedbacks MoreMountains.Feedbacks.MMF_AudioSource - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Loop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Mode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Label - value: Material - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Label - value: AudioSource - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Method - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].UniqueID - value: 1829299568 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].MaxPitch - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].MinPitch - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].UniqueID - value: -1692348310 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].MaxVolume - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].MinVolume - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].InitialIndex - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].TargetRenderer - value: - objectReference: {fileID: 2000030618} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AlwaysNewMaterial - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].TargetAudioSource - value: - objectReference: {fileID: 478010195} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].TransitionDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].SfxAudioMixerGroup - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Materials.Array.size - value: 5 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].RandomSfx.Array.size - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].InterpolateTransition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[0].Materials.Array.data[0]' - value: - objectReference: {fileID: 2100000, guid: f713b23437ee7ce4e91d79c7ebf7deb9, type: 2} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[0].Materials.Array.data[1]' - value: - objectReference: {fileID: 2100000, guid: 05fa953830786f34fa5fd7523273f72c, type: 2} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[0].Materials.Array.data[2]' - value: - objectReference: {fileID: 2100000, guid: e69503b16837c6d4fb7e7c787b6bbd80, type: 2} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[0].Materials.Array.data[3]' - value: - objectReference: {fileID: 2100000, guid: 60b87f7fd5cd21f4797f2d0dac2b7782, type: 2} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[0].Materials.Array.data[4]' - value: - objectReference: {fileID: 2100000, guid: 859110124559f53448796d58be533933, type: 2} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].TransitionCurve.m_PreInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].TransitionCurve.m_PostInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].TransitionCurve.m_RotationOrder - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].RendererMaterialIndexes.Array.size - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].TransitionCurve.m_Curve.Array.size - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].TransitionCurve.m_Curve.Array.data[0].time - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].TransitionCurve.m_Curve.Array.data[1].time - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].TransitionCurve.m_Curve.Array.data[0].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].TransitionCurve.m_Curve.Array.data[1].value - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].TransitionCurve.m_Curve.Array.data[0].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].TransitionCurve.m_Curve.Array.data[1].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].TransitionCurve.m_Curve.Array.data[0].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].TransitionCurve.m_Curve.Array.data[0].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].TransitionCurve.m_Curve.Array.data[1].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].TransitionCurve.m_Curve.Array.data[1].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].TransitionCurve.m_Curve.Array.data[0].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].TransitionCurve.m_Curve.Array.data[1].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].TransitionCurve.m_Curve.Array.data[0].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].TransitionCurve.m_Curve.Array.data[1].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].TransitionCurve.m_Curve.Array.data[0].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].TransitionCurve.m_Curve.Array.data[1].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 9167406172343059487, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_IsActive - value: 0 - objectReference: {fileID: 0} - m_RemovedComponents: - - {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, type: 3} - m_RemovedGameObjects: [] - m_AddedGameObjects: [] - m_AddedComponents: [] - m_SourcePrefab: {fileID: 100100000, guid: a16c33a1240b8ce4f930161a7c85fae6, type: 3} ---- !u!1 &80339204 stripped -GameObject: - m_CorrespondingSourceObject: {fileID: 4610476634640326944, guid: 9c99ec9330979f94aa6e33f0bec7752f, - type: 3} - m_PrefabInstance: {fileID: 1056187192} - m_PrefabAsset: {fileID: 0} ---- !u!114 &80339205 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 80339204} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 0cb29398a27cf104bb97fac0554c9457, type: 3} - m_Name: - m_EditorClassIdentifier: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - ShakeDuration: 0.5 - PlayOnAwake: 0 - PermanentShake: 0 - Interruptible: 1 - AlwaysResetTargetValuesAfterShake: 0 - OnlyUseShakerValues: 0 - CooldownBetweenShakes: 0 - Shaking: 0 - ForwardDirection: 1 - TimescaleMode: 0 - Mode: 0 - TargetTransform: {fileID: 0} - TargetRectTransform: {fileID: 0} - ShakeSpeed: 20 - ShakeRange: 50 - ShakeMainDirection: {x: 0, y: 1, z: 0} - RandomizeDirection: 0 - ShakeAltDirection: {x: 0, y: 1, z: 0} - RandomizeDirectionOnPlay: 0 - AddDirectionalNoise: 1 - DirectionalNoiseStrengthMin: {x: 0.25, y: 0.25, z: 0.25} - DirectionalNoiseStrengthMax: {x: 0.25, y: 0.25, z: 0.25} - RandomnessSeed: {x: 0, y: 0, z: 0} - RandomizeSeedOnShake: 1 - UseAttenuation: 1 - AttenuationCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.5 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - StartShakingButton: 0 ---- !u!4 &80339207 stripped -Transform: - m_CorrespondingSourceObject: {fileID: 4610476634640326949, guid: 9c99ec9330979f94aa6e33f0bec7752f, - type: 3} - m_PrefabInstance: {fileID: 1056187192} - m_PrefabAsset: {fileID: 0} ---- !u!1 &83246279 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 83246280} - - component: {fileID: 83246281} - m_Layer: 0 - m_Name: FaderRound - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &83246280 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 83246279} - serializedVersion: 2 - m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: 0.023957789, y: 4.7921257, z: 1.0697918} - m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 - m_Children: [] - m_Father: {fileID: 438603709} - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!114 &83246281 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 83246279} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 6da43522623d4704e979466dc7650b65, type: 3} - m_Name: - m_EditorClassIdentifier: - Feedbacks: [] - InitializationMode: 2 - AutoInitialization: 1 - SafeMode: 3 - Direction: 0 - AutoChangeDirectionOnEnd: 0 - AutoPlayOnStart: 0 - AutoPlayOnEnable: 0 - ForceTimescaleMode: 0 - ForcedTimescaleMode: 1 - DurationMultiplier: 1 - TimescaleMultiplier: 1 - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 1.5} - DisplayFullDurationDetails: 0 - PlayerTimescaleMode: 1 - OnlyPlayIfWithinRange: 0 - RangeCenter: {fileID: 0} - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - IgnoreRangeEvents: 0 - CooldownDuration: 0 - InitialDelay: 0 - CanPlay: 1 - CanPlayWhileAlreadyPlaying: 1 - ChanceToPlay: 100 - FeedbacksIntensity: 1 - Events: - TriggerMMFeedbacksEvents: 0 - TriggerUnityEvents: 1 - OnPlay: - m_PersistentCalls: - m_Calls: [] - OnPause: - m_PersistentCalls: - m_Calls: [] - OnStop: - m_PersistentCalls: - m_Calls: [] - OnResume: - m_PersistentCalls: - m_Calls: [] - OnChangeDirection: - m_PersistentCalls: - m_Calls: [] - OnComplete: - m_PersistentCalls: - m_Calls: [] - OnRestoreInitialValues: - m_PersistentCalls: - m_Calls: [] - OnSkipToTheEnd: - m_PersistentCalls: - m_Calls: [] - OnInitializationComplete: - m_PersistentCalls: - m_Calls: [] - OnEnable: - m_PersistentCalls: - m_Calls: [] - OnDisable: - m_PersistentCalls: - m_Calls: [] - DebugActive: 0 - InScriptDrivenPause: 0 - FeedbacksList: - - rid: 0 - - rid: 1 - - rid: 2 - - rid: 3 - KeepPlayModeChanges: 0 - PerformanceMode: 0 - RestoreInitialValuesOnDisable: 0 - StopFeedbacksOnDisable: 0 - PlayCount: 0 - references: - version: 2 - RefIds: - - rid: 0 - type: {class: MMF_AudioSource, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: 934173975 - Label: AudioSource - OriginalLabel: AudioSource - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 83246281} - DebugActive: 0 - TargetAudioSource: {fileID: 478010195} - Mode: 0 - RandomSfx: [] - MinVolume: 1 - MaxVolume: 1 - MinPitch: 1 - MaxPitch: 1 - SfxAudioMixerGroup: {fileID: 0} - - rid: 1 - type: {class: MMF_Fade, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: 170156799 - Label: Fade - OriginalLabel: Fade - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: Automatic Shaker Setup - Owner: {fileID: 83246281} - DebugActive: 0 - FadeType: 0 - ID: 1 - Duration: 1 - Curve: - MMTweenDefinitionType: 0 - MMTweenCurve: 5 - Curve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - Initialized: 0 - ConditionPropertyName: - EnumConditionPropertyName: - EnumConditions: 0000000000000000000000000000000000000000000000000000000000000000 - IgnoreTimeScale: 1 - TargetAlpha: 0 - PositionMode: 1 - TargetTransform: {fileID: 2076029460} - TargetPosition: {x: 0, y: 0, z: 0} - PositionOffset: {x: 0, y: 1.6, z: 0} - TargetFader: {fileID: 0} - - rid: 2 - type: {class: MMF_HoldingPause, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: 2012922176 - Label: Holding Pause - OriginalLabel: Holding Pause - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 83246281} - DebugActive: 0 - PauseDuration: 0.5 - RandomizePauseDuration: 0 - MinPauseDuration: 1 - MaxPauseDuration: 3 - RandomizeOnEachPlay: 1 - ScriptDriven: 0 - AutoResume: 0 - AutoResumeAfter: 0.25 - - rid: 3 - type: {class: MMF_Fade, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: 1061511192 - Label: Fade - OriginalLabel: Fade - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: Automatic Shaker Setup - Owner: {fileID: 83246281} - DebugActive: 0 - FadeType: 1 - ID: 1 - Duration: 1 - Curve: - MMTweenDefinitionType: 0 - MMTweenCurve: 4 - Curve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - Initialized: 0 - ConditionPropertyName: - EnumConditionPropertyName: - EnumConditions: 0000000000000000000000000000000000000000000000000000000000000000 - IgnoreTimeScale: 1 - TargetAlpha: 0 - PositionMode: 1 - TargetTransform: {fileID: 2076029460} - TargetPosition: {x: 0, y: 0, z: 0} - PositionOffset: {x: 0, y: 1.6, z: 0} - TargetFader: {fileID: 0} ---- !u!1001 &92095507 -PrefabInstance: - m_ObjectHideFlags: 0 - serializedVersion: 2 - m_Modification: - serializedVersion: 3 - m_TransformParent: {fileID: 1562927123} - m_Modifications: - - target: {fileID: 4610476634640326944, guid: 9c99ec9330979f94aa6e33f0bec7752f, - type: 3} - propertyPath: m_Name - value: FeedbackDemoBackgroundCube (6) - objectReference: {fileID: 0} - - target: {fileID: 4610476634640326949, guid: 9c99ec9330979f94aa6e33f0bec7752f, - type: 3} - propertyPath: m_RootOrder - value: 6 - objectReference: {fileID: 0} - - target: {fileID: 4610476634640326949, guid: 9c99ec9330979f94aa6e33f0bec7752f, - type: 3} - propertyPath: m_LocalScale.x - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 4610476634640326949, guid: 9c99ec9330979f94aa6e33f0bec7752f, - type: 3} - propertyPath: m_LocalScale.y - value: 100.00004 - objectReference: {fileID: 0} - - target: {fileID: 4610476634640326949, guid: 9c99ec9330979f94aa6e33f0bec7752f, - type: 3} - propertyPath: m_LocalScale.z - value: 100.00004 - objectReference: {fileID: 0} - - target: {fileID: 4610476634640326949, guid: 9c99ec9330979f94aa6e33f0bec7752f, - type: 3} - propertyPath: m_LocalPosition.x - value: -0.24923086 - objectReference: {fileID: 0} - - target: {fileID: 4610476634640326949, guid: 9c99ec9330979f94aa6e33f0bec7752f, - type: 3} - propertyPath: m_LocalPosition.y - value: 0.33501148 - objectReference: {fileID: 0} - - target: {fileID: 4610476634640326949, guid: 9c99ec9330979f94aa6e33f0bec7752f, - type: 3} - propertyPath: m_LocalPosition.z - value: 12.276992 - objectReference: {fileID: 0} - - target: {fileID: 4610476634640326949, guid: 9c99ec9330979f94aa6e33f0bec7752f, - type: 3} - propertyPath: m_LocalRotation.w - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 4610476634640326949, guid: 9c99ec9330979f94aa6e33f0bec7752f, - type: 3} - propertyPath: m_LocalRotation.x - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 4610476634640326949, guid: 9c99ec9330979f94aa6e33f0bec7752f, - type: 3} - propertyPath: m_LocalRotation.y - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 4610476634640326949, guid: 9c99ec9330979f94aa6e33f0bec7752f, - type: 3} - propertyPath: m_LocalRotation.z - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 4610476634640326949, guid: 9c99ec9330979f94aa6e33f0bec7752f, - type: 3} - propertyPath: m_LocalEulerAnglesHint.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 4610476634640326949, guid: 9c99ec9330979f94aa6e33f0bec7752f, - type: 3} - propertyPath: m_LocalEulerAnglesHint.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 4610476634640326949, guid: 9c99ec9330979f94aa6e33f0bec7752f, - type: 3} - propertyPath: m_LocalEulerAnglesHint.z - value: 0 - objectReference: {fileID: 0} - m_RemovedComponents: [] - m_RemovedGameObjects: [] - m_AddedGameObjects: [] - m_AddedComponents: - - targetCorrespondingSourceObject: {fileID: 4610476634640326944, guid: 9c99ec9330979f94aa6e33f0bec7752f, - type: 3} - insertIndex: -1 - addedObject: {fileID: 392459238} - m_SourcePrefab: {fileID: 100100000, guid: 9c99ec9330979f94aa6e33f0bec7752f, type: 3} ---- !u!224 &92360760 stripped -RectTransform: - m_CorrespondingSourceObject: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - m_PrefabInstance: {fileID: 904712638} - m_PrefabAsset: {fileID: 0} ---- !u!1 &94170741 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 94170742} - - component: {fileID: 94170743} - m_Layer: 0 - m_Name: TextFontSize - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &94170742 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 94170741} - serializedVersion: 2 - m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: 0} - m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 - m_Children: [] - m_Father: {fileID: 1282069688} - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!114 &94170743 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 94170741} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 6da43522623d4704e979466dc7650b65, type: 3} - m_Name: - m_EditorClassIdentifier: - Feedbacks: [] - InitializationMode: 2 - AutoInitialization: 1 - SafeMode: 3 - Direction: 0 - AutoChangeDirectionOnEnd: 0 - AutoPlayOnStart: 0 - AutoPlayOnEnable: 0 - ForceTimescaleMode: 0 - ForcedTimescaleMode: 1 - DurationMultiplier: 1 - TimescaleMultiplier: 1 - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 1.5} - DisplayFullDurationDetails: 0 - PlayerTimescaleMode: 1 - OnlyPlayIfWithinRange: 0 - RangeCenter: {fileID: 0} - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - IgnoreRangeEvents: 0 - CooldownDuration: 0 - InitialDelay: 0 - CanPlay: 1 - CanPlayWhileAlreadyPlaying: 1 - ChanceToPlay: 100 - FeedbacksIntensity: 1 - Events: - TriggerMMFeedbacksEvents: 0 - TriggerUnityEvents: 1 - OnPlay: - m_PersistentCalls: - m_Calls: [] - OnPause: - m_PersistentCalls: - m_Calls: [] - OnStop: - m_PersistentCalls: - m_Calls: [] - OnResume: - m_PersistentCalls: - m_Calls: [] - OnChangeDirection: - m_PersistentCalls: - m_Calls: [] - OnComplete: - m_PersistentCalls: - m_Calls: [] - OnRestoreInitialValues: - m_PersistentCalls: - m_Calls: [] - OnSkipToTheEnd: - m_PersistentCalls: - m_Calls: [] - OnInitializationComplete: - m_PersistentCalls: - m_Calls: [] - OnEnable: - m_PersistentCalls: - m_Calls: [] - OnDisable: - m_PersistentCalls: - m_Calls: [] - DebugActive: 0 - InScriptDrivenPause: 0 - FeedbacksList: - - rid: 0 - - rid: 1 - - rid: 2 - - rid: 3 - - rid: 4 - - rid: 5 - - rid: 6 - KeepPlayModeChanges: 0 - PerformanceMode: 0 - RestoreInitialValuesOnDisable: 0 - StopFeedbacksOnDisable: 0 - PlayCount: 0 - references: - version: 2 - RefIds: - - rid: 0 - type: {class: MMF_AudioSource, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: 2012777719 - Label: AudioSource - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 94170743} - DebugActive: 0 - TargetAudioSource: {fileID: 478010195} - Mode: 0 - RandomSfx: [] - MinVolume: 1 - MaxVolume: 1 - MinPitch: 1 - MaxPitch: 1 - SfxAudioMixerGroup: {fileID: 0} - - rid: 1 - type: {class: MMF_SetActive, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: -649422137 - Label: Set Container Active - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 94170743} - DebugActive: 0 - TargetGameObject: {fileID: 1855939571} - ExtraTargetGameObjects: [] - IgnorePlayDirection: 0 - SetStateOnInit: 0 - StateOnInit: 1 - SetStateOnPlay: 1 - StateOnPlay: 0 - SetStateOnStop: 0 - StateOnStop: 1 - SetStateOnReset: 0 - StateOnReset: 1 - SetStateOnSkip: 0 - StateOnSkip: 0 - SetStateOnPlayerComplete: 0 - StateOnPlayerComplete: 1 - - rid: 2 - type: {class: MMF_Text, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: -1857150463 - Label: Text - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 94170743} - DebugActive: 0 - TargetText: {fileID: 1213889022} - NewText: "This feedback lets you \nchange the font size of a Text \nover - time." - - rid: 3 - type: {class: MMF_Pause, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: -883999891 - Label: Pause - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 94170743} - DebugActive: 0 - PauseDuration: 1 - RandomizePauseDuration: 0 - MinPauseDuration: 1 - MaxPauseDuration: 3 - RandomizeOnEachPlay: 1 - ScriptDriven: 0 - AutoResume: 0 - AutoResumeAfter: 0.25 - - rid: 4 - type: {class: MMF_TextFontSize, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: -1874590464 - Label: Text Font Size - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 94170743} - DebugActive: 0 - Mode: 0 - Duration: 1 - StartsOff: 0 - EndsOff: 0 - RelativeValues: 1 - AllowAdditivePlays: 0 - DisableOnStop: 0 - OnlyPlayIfTargetIsActive: 0 - TargetText: {fileID: 1213889022} - FontSizeCurve: - MMTweenDefinitionType: 1 - MMTweenCurve: 4 - Curve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.3 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.50701714 - value: -0.04055196 - inSlope: -1.6574749 - outSlope: -1.6574749 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.7101653 - value: 0.81779426 - inSlope: 0.65075946 - outSlope: 0.65075946 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - Initialized: 0 - ConditionPropertyName: - EnumConditionPropertyName: - EnumConditions: 0000000000000000000000000000000000000000000000000000000000000000 - RemapZero: 0 - RemapOne: 10 - InstantFontSize: 0 - DestinationFontSize: 0 - - rid: 5 - type: {class: MMF_HoldingPause, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: -261872510 - Label: Holding Pause - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 94170743} - DebugActive: 0 - PauseDuration: 1 - RandomizePauseDuration: 0 - MinPauseDuration: 1 - MaxPauseDuration: 3 - RandomizeOnEachPlay: 1 - ScriptDriven: 0 - AutoResume: 0 - AutoResumeAfter: 0.25 - - rid: 6 - type: {class: MMF_SetActive, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: -1242909111 - Label: Set Container Inactive - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 94170743} - DebugActive: 0 - TargetGameObject: {fileID: 1855939571} - ExtraTargetGameObjects: [] - IgnorePlayDirection: 0 - SetStateOnInit: 0 - StateOnInit: 1 - SetStateOnPlay: 1 - StateOnPlay: 1 - SetStateOnStop: 0 - StateOnStop: 1 - SetStateOnReset: 0 - StateOnReset: 1 - SetStateOnSkip: 0 - StateOnSkip: 0 - SetStateOnPlayerComplete: 0 - StateOnPlayerComplete: 1 ---- !u!224 &95600557 stripped -RectTransform: - m_CorrespondingSourceObject: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - m_PrefabInstance: {fileID: 2082246517} - m_PrefabAsset: {fileID: 0} ---- !u!1 &97759298 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 97759299} - - component: {fileID: 97759300} - m_Layer: 0 - m_Name: CinemachineTransition - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &97759299 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 97759298} - serializedVersion: 2 - m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: 0.023957789, y: 4.7921257, z: 1.0697918} - m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 - m_Children: [] - m_Father: {fileID: 438603709} - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!114 &97759300 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 97759298} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 6da43522623d4704e979466dc7650b65, type: 3} - m_Name: - m_EditorClassIdentifier: - Feedbacks: [] - InitializationMode: 2 - AutoInitialization: 1 - SafeMode: 3 - Direction: 0 - AutoChangeDirectionOnEnd: 0 - AutoPlayOnStart: 0 - AutoPlayOnEnable: 0 - ForceTimescaleMode: 0 - ForcedTimescaleMode: 1 - DurationMultiplier: 1 - TimescaleMultiplier: 1 - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 1.5} - DisplayFullDurationDetails: 0 - PlayerTimescaleMode: 1 - OnlyPlayIfWithinRange: 0 - RangeCenter: {fileID: 0} - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - IgnoreRangeEvents: 0 - CooldownDuration: 0 - InitialDelay: 0 - CanPlay: 1 - CanPlayWhileAlreadyPlaying: 1 - ChanceToPlay: 100 - FeedbacksIntensity: 1 - Events: - TriggerMMFeedbacksEvents: 0 - TriggerUnityEvents: 1 - OnPlay: - m_PersistentCalls: - m_Calls: [] - OnPause: - m_PersistentCalls: - m_Calls: [] - OnStop: - m_PersistentCalls: - m_Calls: [] - OnResume: - m_PersistentCalls: - m_Calls: [] - OnChangeDirection: - m_PersistentCalls: - m_Calls: [] - OnComplete: - m_PersistentCalls: - m_Calls: [] - OnRestoreInitialValues: - m_PersistentCalls: - m_Calls: [] - OnSkipToTheEnd: - m_PersistentCalls: - m_Calls: [] - OnInitializationComplete: - m_PersistentCalls: - m_Calls: [] - OnEnable: - m_PersistentCalls: - m_Calls: [] - OnDisable: - m_PersistentCalls: - m_Calls: [] - DebugActive: 0 - InScriptDrivenPause: 0 - FeedbacksList: - - rid: 0 - - rid: 1 - - rid: 2 - - rid: 3 - KeepPlayModeChanges: 0 - PerformanceMode: 0 - RestoreInitialValuesOnDisable: 0 - StopFeedbacksOnDisable: 0 - PlayCount: 0 - references: - version: 2 - RefIds: - - rid: 0 - type: {class: MMF_AudioSource, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: -606190380 - Label: AudioSource - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 97759300} - DebugActive: 0 - TargetAudioSource: {fileID: 478010195} - Mode: 0 - RandomSfx: [] - MinVolume: 1 - MaxVolume: 1 - MinPitch: 1 - MaxPitch: 1 - SfxAudioMixerGroup: {fileID: 0} - - rid: 1 - type: {class: MMF_CinemachineTransition, ns: MoreMountains.FeedbacksForThirdParty, - asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: -2040816665 - Label: Cinemachine Transition - OriginalLabel: - ChannelMode: 0 - Channel: 2 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 97759300} - DebugActive: 0 - Mode: 0 - TargetCinemachineCamera: {fileID: 0} - ResetValuesAfterTransition: 1 - NewPriority: 10 - ForceMaxPriority: 1 - ForceTransition: 1 - BlendDefintion: - Style: 5 - Time: 0.5 - CustomCurve: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - - rid: 2 - type: {class: MMF_HoldingPause, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: 674720459 - Label: Holding Pause - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 97759300} - DebugActive: 0 - PauseDuration: 1 - RandomizePauseDuration: 0 - MinPauseDuration: 1 - MaxPauseDuration: 3 - RandomizeOnEachPlay: 1 - ScriptDriven: 0 - AutoResume: 0 - AutoResumeAfter: 0.25 - - rid: 3 - type: {class: MMF_CinemachineTransition, ns: MoreMountains.FeedbacksForThirdParty, - asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: 2027844176 - Label: Cinemachine Transition - OriginalLabel: - ChannelMode: 0 - Channel: 1 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 97759300} - DebugActive: 0 - Mode: 0 - TargetCinemachineCamera: {fileID: 0} - ResetValuesAfterTransition: 1 - NewPriority: 10 - ForceMaxPriority: 1 - ForceTransition: 1 - BlendDefintion: - Style: 5 - Time: 0.5 - CustomCurve: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 ---- !u!1 &107200602 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 107200603} - - component: {fileID: 107200604} - m_Layer: 0 - m_Name: RectTransformOffset - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &107200603 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 107200602} - serializedVersion: 2 - m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: 0} - m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 - m_Children: [] - m_Father: {fileID: 1282069688} - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!114 &107200604 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 107200602} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 6da43522623d4704e979466dc7650b65, type: 3} - m_Name: - m_EditorClassIdentifier: - Feedbacks: [] - InitializationMode: 2 - AutoInitialization: 1 - SafeMode: 3 - Direction: 0 - AutoChangeDirectionOnEnd: 0 - AutoPlayOnStart: 0 - AutoPlayOnEnable: 0 - ForceTimescaleMode: 0 - ForcedTimescaleMode: 1 - DurationMultiplier: 1 - TimescaleMultiplier: 1 - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 1.5} - DisplayFullDurationDetails: 0 - PlayerTimescaleMode: 1 - OnlyPlayIfWithinRange: 0 - RangeCenter: {fileID: 0} - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - IgnoreRangeEvents: 0 - CooldownDuration: 0 - InitialDelay: 0 - CanPlay: 1 - CanPlayWhileAlreadyPlaying: 1 - ChanceToPlay: 100 - FeedbacksIntensity: 1 - Events: - TriggerMMFeedbacksEvents: 0 - TriggerUnityEvents: 1 - OnPlay: - m_PersistentCalls: - m_Calls: [] - OnPause: - m_PersistentCalls: - m_Calls: [] - OnStop: - m_PersistentCalls: - m_Calls: [] - OnResume: - m_PersistentCalls: - m_Calls: [] - OnChangeDirection: - m_PersistentCalls: - m_Calls: [] - OnComplete: - m_PersistentCalls: - m_Calls: [] - OnRestoreInitialValues: - m_PersistentCalls: - m_Calls: [] - OnSkipToTheEnd: - m_PersistentCalls: - m_Calls: [] - OnInitializationComplete: - m_PersistentCalls: - m_Calls: [] - OnEnable: - m_PersistentCalls: - m_Calls: [] - OnDisable: - m_PersistentCalls: - m_Calls: [] - DebugActive: 0 - InScriptDrivenPause: 0 - FeedbacksList: - - rid: 0 - - rid: 1 - - rid: 2 - - rid: 3 - - rid: 4 - - rid: 5 - KeepPlayModeChanges: 0 - PerformanceMode: 0 - RestoreInitialValuesOnDisable: 0 - StopFeedbacksOnDisable: 0 - PlayCount: 0 - references: - version: 2 - RefIds: - - rid: 0 - type: {class: MMF_AudioSource, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: 250195554 - Label: AudioSource - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 107200604} - DebugActive: 0 - TargetAudioSource: {fileID: 478010195} - Mode: 0 - RandomSfx: [] - MinVolume: 1 - MaxVolume: 1 - MinPitch: 1 - MaxPitch: 1 - SfxAudioMixerGroup: {fileID: 0} - - rid: 1 - type: {class: MMF_SetActive, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: 217382623 - Label: Set Active - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 107200604} - DebugActive: 0 - TargetGameObject: {fileID: 366288791} - ExtraTargetGameObjects: [] - IgnorePlayDirection: 0 - SetStateOnInit: 0 - StateOnInit: 1 - SetStateOnPlay: 1 - StateOnPlay: 0 - SetStateOnStop: 0 - StateOnStop: 1 - SetStateOnReset: 0 - StateOnReset: 1 - SetStateOnSkip: 0 - StateOnSkip: 0 - SetStateOnPlayerComplete: 0 - StateOnPlayerComplete: 1 - - rid: 2 - type: {class: MMF_Pause, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: 1932805394 - Label: Pause - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 107200604} - DebugActive: 0 - PauseDuration: 0.5 - RandomizePauseDuration: 0 - MinPauseDuration: 1 - MaxPauseDuration: 3 - RandomizeOnEachPlay: 1 - ScriptDriven: 0 - AutoResume: 0 - AutoResumeAfter: 0.25 - - rid: 3 - type: {class: MMF_RectTransformOffset, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: 1384313073 - Label: RectTransform Offset - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 107200604} - DebugActive: 0 - Mode: 0 - Duration: 0.2 - StartsOff: 0 - EndsOff: 0 - RelativeValues: 1 - AllowAdditivePlays: 0 - DisableOnStop: 0 - OnlyPlayIfTargetIsActive: 0 - TargetRectTransform: {fileID: 366288792} - ModifyOffsetMin: 1 - OffsetMinCurve: - MMTweenDefinitionType: 1 - MMTweenCurve: 4 - Curve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.25 - value: 1 - inSlope: -0.64006793 - outSlope: -0.64006793 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - Initialized: 0 - ConditionPropertyName: - EnumConditionPropertyName: - EnumConditions: 0000000000000000000000000000000000000000000000000000000000000000 - OffsetMinRemapZero: {x: 0, y: 0} - OffsetMinRemapOne: {x: 100, y: 100} - ModifyOffsetMax: 0 - OffsetMaxCurve: - MMTweenDefinitionType: 1 - MMTweenCurve: 4 - Curve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.25 - value: 1 - inSlope: -0.64006793 - outSlope: -0.64006793 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - Initialized: 0 - ConditionPropertyName: - EnumConditionPropertyName: - EnumConditions: 0000000000000000000000000000000000000000000000000000000000000000 - OffsetMaxRemapZero: {x: 0, y: 0} - OffsetMaxRemapOne: {x: 100, y: 100} - - rid: 4 - type: {class: MMF_HoldingPause, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: 1858621672 - Label: Holding Pause - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 107200604} - DebugActive: 0 - PauseDuration: 1 - RandomizePauseDuration: 0 - MinPauseDuration: 1 - MaxPauseDuration: 3 - RandomizeOnEachPlay: 1 - ScriptDriven: 0 - AutoResume: 0 - AutoResumeAfter: 0.25 - - rid: 5 - type: {class: MMF_SetActive, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: -1730880429 - Label: Set Active - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 107200604} - DebugActive: 0 - TargetGameObject: {fileID: 366288791} - ExtraTargetGameObjects: [] - IgnorePlayDirection: 0 - SetStateOnInit: 0 - StateOnInit: 1 - SetStateOnPlay: 1 - StateOnPlay: 1 - SetStateOnStop: 0 - StateOnStop: 1 - SetStateOnReset: 0 - StateOnReset: 1 - SetStateOnSkip: 0 - StateOnSkip: 0 - SetStateOnPlayerComplete: 0 - StateOnPlayerComplete: 1 ---- !u!1001 &115454325 -PrefabInstance: - m_ObjectHideFlags: 0 - serializedVersion: 2 - m_Modification: - serializedVersion: 3 - m_TransformParent: {fileID: 1557570896} - m_Modifications: - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: Feedbacks.Array.size - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[0]' - value: - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[1]' - value: - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Pivot.x - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Pivot.y - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_RootOrder - value: 48 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMax.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMax.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMin.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMin.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_SizeDelta.x - value: 256.1 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_SizeDelta.y - value: 30 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalPosition.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.w - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.x - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.y - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.z - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchoredPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchoredPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalEulerAnglesHint.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalEulerAnglesHint.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalEulerAnglesHint.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604939, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_OnClick.m_PersistentCalls.m_Calls.Array.data[0].m_Target - value: - objectReference: {fileID: 2104425430} - - target: {fileID: 2903879014986604939, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_OnClick.m_PersistentCalls.m_Calls.Array.data[0].m_MethodName - value: PlayFeedbacks - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604939, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_OnClick.m_PersistentCalls.m_Calls.Array.data[0].m_Arguments.m_ObjectArgumentAssemblyTypeName - value: UnityEngine.Object, UnityEngine - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604941, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Name - value: Button - MaterialSetProperty - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Text - value: Material Set Property - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Color.b - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Color.g - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Color.r - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.size - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[0]' - value: MoreMountains.Feedbacks MoreMountains.Feedbacks.MMF_Material - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[1]' - value: MoreMountains.Feedbacks MoreMountains.Feedbacks.MMF_AudioSource - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Loop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Mode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Label - value: Material - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Label - value: AudioSource - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Method - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].UniqueID - value: 1829299568 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].MaxPitch - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].MinPitch - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].UniqueID - value: -1692348310 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].MaxVolume - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].MinVolume - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].InitialIndex - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].TargetRenderer - value: - objectReference: {fileID: 2000030618} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AlwaysNewMaterial - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].TargetAudioSource - value: - objectReference: {fileID: 478010195} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].TransitionDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].SfxAudioMixerGroup - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Materials.Array.size - value: 5 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].RandomSfx.Array.size - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].InterpolateTransition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[0].Materials.Array.data[0]' - value: - objectReference: {fileID: 2100000, guid: f713b23437ee7ce4e91d79c7ebf7deb9, type: 2} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[0].Materials.Array.data[1]' - value: - objectReference: {fileID: 2100000, guid: 05fa953830786f34fa5fd7523273f72c, type: 2} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[0].Materials.Array.data[2]' - value: - objectReference: {fileID: 2100000, guid: e69503b16837c6d4fb7e7c787b6bbd80, type: 2} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[0].Materials.Array.data[3]' - value: - objectReference: {fileID: 2100000, guid: 60b87f7fd5cd21f4797f2d0dac2b7782, type: 2} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[0].Materials.Array.data[4]' - value: - objectReference: {fileID: 2100000, guid: 859110124559f53448796d58be533933, type: 2} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].TransitionCurve.m_PreInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].TransitionCurve.m_PostInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].TransitionCurve.m_RotationOrder - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].RendererMaterialIndexes.Array.size - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].TransitionCurve.m_Curve.Array.size - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].TransitionCurve.m_Curve.Array.data[0].time - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].TransitionCurve.m_Curve.Array.data[1].time - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].TransitionCurve.m_Curve.Array.data[0].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].TransitionCurve.m_Curve.Array.data[1].value - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].TransitionCurve.m_Curve.Array.data[0].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].TransitionCurve.m_Curve.Array.data[1].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].TransitionCurve.m_Curve.Array.data[0].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].TransitionCurve.m_Curve.Array.data[0].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].TransitionCurve.m_Curve.Array.data[1].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].TransitionCurve.m_Curve.Array.data[1].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].TransitionCurve.m_Curve.Array.data[0].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].TransitionCurve.m_Curve.Array.data[1].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].TransitionCurve.m_Curve.Array.data[0].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].TransitionCurve.m_Curve.Array.data[1].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].TransitionCurve.m_Curve.Array.data[0].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].TransitionCurve.m_Curve.Array.data[1].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 9167406172343059487, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_IsActive - value: 0 - objectReference: {fileID: 0} - m_RemovedComponents: - - {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, type: 3} - m_RemovedGameObjects: [] - m_AddedGameObjects: [] - m_AddedComponents: [] - m_SourcePrefab: {fileID: 100100000, guid: a16c33a1240b8ce4f930161a7c85fae6, type: 3} ---- !u!224 &115454326 stripped -RectTransform: - m_CorrespondingSourceObject: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - m_PrefabInstance: {fileID: 115454325} - m_PrefabAsset: {fileID: 0} ---- !u!224 &139935527 stripped -RectTransform: - m_CorrespondingSourceObject: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - m_PrefabInstance: {fileID: 1369831589} - m_PrefabAsset: {fileID: 0} ---- !u!1001 &144164914 -PrefabInstance: - m_ObjectHideFlags: 0 - serializedVersion: 2 - m_Modification: - serializedVersion: 3 - m_TransformParent: {fileID: 1557570896} - m_Modifications: - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: Feedbacks.Array.size - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[0]' - value: - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[1]' - value: - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Pivot.x - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Pivot.y - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_RootOrder - value: 41 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMax.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMax.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMin.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMin.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_SizeDelta.x - value: 256.1 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_SizeDelta.y - value: 30 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalPosition.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.w - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.x - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.y - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.z - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchoredPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchoredPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalEulerAnglesHint.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalEulerAnglesHint.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalEulerAnglesHint.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604939, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_OnClick.m_PersistentCalls.m_Calls.Array.data[0].m_Target - value: - objectReference: {fileID: 725236701} - - target: {fileID: 2903879014986604939, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_OnClick.m_PersistentCalls.m_Calls.Array.data[0].m_MethodName - value: PlayFeedbacks - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604939, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_OnClick.m_PersistentCalls.m_Calls.Array.data[0].m_Arguments.m_ObjectArgumentAssemblyTypeName - value: UnityEngine.Object, UnityEngine - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604941, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Name - value: Button - Lens Distortion - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Text - value: Lens Distortion - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Color.b - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Color.g - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Color.r - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.size - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[0]' - value: MoreMountains.Feedbacks.PostProcessing MoreMountains.FeedbacksForThirdParty.MMF_LensDistortion - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[1]' - value: MoreMountains.Feedbacks MoreMountains.Feedbacks.MMF_AudioSource - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Mode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Label - value: Lens Distortion - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Label - value: AudioSource - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Duration - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].UniqueID - value: -980440865 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].MaxPitch - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].MinPitch - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].UniqueID - value: -191339659 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].MaxVolume - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].MinVolume - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].RelativeIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].RemapIntensityOne - value: 50 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].TargetAudioSource - value: - objectReference: {fileID: 478010195} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].RemapIntensityZero - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].SfxAudioMixerGroup - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].RandomSfx.Array.size - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Intensity.m_PreInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Intensity.m_PostInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Intensity.m_RotationOrder - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ResetShakerValuesAfterShake - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ResetTargetValuesAfterShake - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Intensity.m_Curve.Array.size - value: 10 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Intensity.m_Curve.Array.data[0].time - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Intensity.m_Curve.Array.data[1].time - value: 0.2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Intensity.m_Curve.Array.data[2].time - value: 0.25 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Intensity.m_Curve.Array.data[3].time - value: 0.35 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Intensity.m_Curve.Array.data[4].time - value: 0.4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Intensity.m_Curve.Array.data[5].time - value: 0.6 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Intensity.m_Curve.Array.data[6].time - value: 0.65 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Intensity.m_Curve.Array.data[7].time - value: 0.8 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Intensity.m_Curve.Array.data[8].time - value: 0.85 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Intensity.m_Curve.Array.data[9].time - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Intensity.m_Curve.Array.data[0].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Intensity.m_Curve.Array.data[1].value - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Intensity.m_Curve.Array.data[2].value - value: -1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Intensity.m_Curve.Array.data[3].value - value: 0.7 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Intensity.m_Curve.Array.data[4].value - value: -0.7 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Intensity.m_Curve.Array.data[5].value - value: 0.3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Intensity.m_Curve.Array.data[6].value - value: -0.3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Intensity.m_Curve.Array.data[7].value - value: 0.1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Intensity.m_Curve.Array.data[8].value - value: -0.1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Intensity.m_Curve.Array.data[9].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Intensity.m_Curve.Array.data[0].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Intensity.m_Curve.Array.data[1].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Intensity.m_Curve.Array.data[2].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Intensity.m_Curve.Array.data[3].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Intensity.m_Curve.Array.data[4].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Intensity.m_Curve.Array.data[5].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Intensity.m_Curve.Array.data[6].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Intensity.m_Curve.Array.data[7].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Intensity.m_Curve.Array.data[8].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Intensity.m_Curve.Array.data[9].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Intensity.m_Curve.Array.data[0].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Intensity.m_Curve.Array.data[0].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Intensity.m_Curve.Array.data[1].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Intensity.m_Curve.Array.data[1].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Intensity.m_Curve.Array.data[2].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Intensity.m_Curve.Array.data[2].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Intensity.m_Curve.Array.data[3].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Intensity.m_Curve.Array.data[3].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Intensity.m_Curve.Array.data[4].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Intensity.m_Curve.Array.data[4].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Intensity.m_Curve.Array.data[5].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Intensity.m_Curve.Array.data[5].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Intensity.m_Curve.Array.data[6].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Intensity.m_Curve.Array.data[6].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Intensity.m_Curve.Array.data[7].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Intensity.m_Curve.Array.data[7].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Intensity.m_Curve.Array.data[8].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Intensity.m_Curve.Array.data[8].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Intensity.m_Curve.Array.data[9].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Intensity.m_Curve.Array.data[9].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Intensity.m_Curve.Array.data[0].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Intensity.m_Curve.Array.data[1].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Intensity.m_Curve.Array.data[2].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Intensity.m_Curve.Array.data[3].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Intensity.m_Curve.Array.data[4].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Intensity.m_Curve.Array.data[5].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Intensity.m_Curve.Array.data[6].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Intensity.m_Curve.Array.data[7].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Intensity.m_Curve.Array.data[8].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Intensity.m_Curve.Array.data[9].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Intensity.m_Curve.Array.data[0].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Intensity.m_Curve.Array.data[1].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Intensity.m_Curve.Array.data[2].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Intensity.m_Curve.Array.data[3].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Intensity.m_Curve.Array.data[4].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Intensity.m_Curve.Array.data[5].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Intensity.m_Curve.Array.data[6].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Intensity.m_Curve.Array.data[7].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Intensity.m_Curve.Array.data[8].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Intensity.m_Curve.Array.data[9].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Intensity.m_Curve.Array.data[0].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Intensity.m_Curve.Array.data[1].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Intensity.m_Curve.Array.data[2].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Intensity.m_Curve.Array.data[3].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Intensity.m_Curve.Array.data[4].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Intensity.m_Curve.Array.data[5].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Intensity.m_Curve.Array.data[6].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Intensity.m_Curve.Array.data[7].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Intensity.m_Curve.Array.data[8].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Intensity.m_Curve.Array.data[9].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 9167406172343059487, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_IsActive - value: 0 - objectReference: {fileID: 0} - m_RemovedComponents: - - {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, type: 3} - m_RemovedGameObjects: [] - m_AddedGameObjects: [] - m_AddedComponents: [] - m_SourcePrefab: {fileID: 100100000, guid: a16c33a1240b8ce4f930161a7c85fae6, type: 3} ---- !u!1001 &158474521 -PrefabInstance: - m_ObjectHideFlags: 0 - serializedVersion: 2 - m_Modification: - serializedVersion: 3 - m_TransformParent: {fileID: 1557570896} - m_Modifications: - - target: {fileID: 4994452109645884045, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_Name - value: Spacer - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_Pivot.x - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_Pivot.y - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_RootOrder - value: 149 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_AnchorMax.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_AnchorMax.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_AnchorMin.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_AnchorMin.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_SizeDelta.x - value: 236.1 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_SizeDelta.y - value: 30 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_LocalPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_LocalPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_LocalPosition.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_LocalRotation.w - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_LocalRotation.x - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_LocalRotation.y - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_LocalRotation.z - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_AnchoredPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_AnchoredPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_LocalEulerAnglesHint.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_LocalEulerAnglesHint.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_LocalEulerAnglesHint.z - value: 0 - objectReference: {fileID: 0} - m_RemovedComponents: [] - m_RemovedGameObjects: [] - m_AddedGameObjects: [] - m_AddedComponents: [] - m_SourcePrefab: {fileID: 100100000, guid: b4ba93cf48b1c6b468135361158be27d, type: 3} ---- !u!1 &161331535 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 161331536} - m_Layer: 0 - m_Name: Transform - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &161331536 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 161331535} - serializedVersion: 2 - m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: 0} - m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 - m_Children: - - {fileID: 1578471200} - - {fileID: 2002956731} - - {fileID: 702262481} - - {fileID: 1969358489} - - {fileID: 586259417} - - {fileID: 820355853} - - {fileID: 1397874600} - - {fileID: 993993079} - - {fileID: 1347166075} - - {fileID: 1049831027} - - {fileID: 893760011} - - {fileID: 1607333074} - - {fileID: 2028785054} - - {fileID: 176364708} - - {fileID: 765479734} - m_Father: {fileID: 999639631} - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!1 &166071374 stripped -GameObject: - m_CorrespondingSourceObject: {fileID: 4610476634640326944, guid: 9c99ec9330979f94aa6e33f0bec7752f, - type: 3} - m_PrefabInstance: {fileID: 1879553499} - m_PrefabAsset: {fileID: 0} ---- !u!114 &166071375 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 166071374} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 9b821aa41cbf734458af19d8c6507e92, type: 3} - m_Name: - m_EditorClassIdentifier: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - ShakeDuration: 0.5 - PlayOnAwake: 0 - PermanentShake: 0 - Interruptible: 1 - AlwaysResetTargetValuesAfterShake: 0 - OnlyUseShakerValues: 0 - CooldownBetweenShakes: 0 - Shaking: 0 - ForwardDirection: 1 - TimescaleMode: 0 - Mode: 0 - TargetTransform: {fileID: 0} - TargetRectTransform: {fileID: 0} - ShakeSpeed: 20 - ShakeRange: 50 - ShakeMainDirection: {x: 0, y: 1, z: 0} - RandomizeDirection: 0 - ShakeAltDirection: {x: 0, y: 1, z: 0} - RandomizeDirectionOnPlay: 0 - AddDirectionalNoise: 1 - DirectionalNoiseStrengthMin: {x: 0.25, y: 0.25, z: 0.25} - DirectionalNoiseStrengthMax: {x: 0.25, y: 0.25, z: 0.25} - RandomnessSeed: {x: 0, y: 0, z: 0} - RandomizeSeedOnShake: 1 - UseAttenuation: 1 - AttenuationCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.5 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - StartShakingButton: 0 ---- !u!4 &166071377 stripped -Transform: - m_CorrespondingSourceObject: {fileID: 4610476634640326949, guid: 9c99ec9330979f94aa6e33f0bec7752f, - type: 3} - m_PrefabInstance: {fileID: 1879553499} - m_PrefabAsset: {fileID: 0} ---- !u!1 &168975946 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 168975947} - m_Layer: 0 - m_Name: PostProcessing - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &168975947 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 168975946} - serializedVersion: 2 - m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: -0.023957789, y: -4.7921257, z: -1.0697918} - m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 - m_Children: - - {fileID: 707492326} - - {fileID: 1324904712} - - {fileID: 1153712734} - - {fileID: 1809638025} - - {fileID: 232922631} - - {fileID: 725236700} - - {fileID: 1389365163} - - {fileID: 481958501} - m_Father: {fileID: 999639631} - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!1 &176364707 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 176364708} - - component: {fileID: 176364709} - m_Layer: 0 - m_Name: RotatePositionAround - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &176364708 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 176364707} - serializedVersion: 2 - m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: 0} - m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 - m_Children: [] - m_Father: {fileID: 161331536} - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!114 &176364709 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 176364707} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 6da43522623d4704e979466dc7650b65, type: 3} - m_Name: - m_EditorClassIdentifier: - Feedbacks: [] - InitializationMode: 2 - AutoInitialization: 1 - SafeMode: 3 - Direction: 0 - AutoChangeDirectionOnEnd: 0 - AutoPlayOnStart: 0 - AutoPlayOnEnable: 0 - ForceTimescaleMode: 0 - ForcedTimescaleMode: 1 - DurationMultiplier: 1 - TimescaleMultiplier: 1 - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 1.5} - DisplayFullDurationDetails: 0 - PlayerTimescaleMode: 1 - OnlyPlayIfWithinRange: 0 - RangeCenter: {fileID: 0} - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - IgnoreRangeEvents: 0 - CooldownDuration: 0 - InitialDelay: 0 - CanPlay: 1 - CanPlayWhileAlreadyPlaying: 1 - ChanceToPlay: 100 - FeedbacksIntensity: 1 - Events: - TriggerMMFeedbacksEvents: 0 - TriggerUnityEvents: 1 - OnPlay: - m_PersistentCalls: - m_Calls: [] - OnPause: - m_PersistentCalls: - m_Calls: [] - OnStop: - m_PersistentCalls: - m_Calls: [] - OnResume: - m_PersistentCalls: - m_Calls: [] - OnChangeDirection: - m_PersistentCalls: - m_Calls: [] - OnComplete: - m_PersistentCalls: - m_Calls: [] - OnRestoreInitialValues: - m_PersistentCalls: - m_Calls: [] - OnSkipToTheEnd: - m_PersistentCalls: - m_Calls: [] - OnInitializationComplete: - m_PersistentCalls: - m_Calls: [] - OnEnable: - m_PersistentCalls: - m_Calls: [] - OnDisable: - m_PersistentCalls: - m_Calls: [] - DebugActive: 0 - InScriptDrivenPause: 0 - FeedbacksList: - - rid: 0 - - rid: 1 - KeepPlayModeChanges: 0 - PerformanceMode: 0 - RestoreInitialValuesOnDisable: 0 - StopFeedbacksOnDisable: 0 - PlayCount: 0 - references: - version: 2 - RefIds: - - rid: 0 - type: {class: MMF_AudioSource, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: 735614452 - Label: AudioSource - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 176364709} - DebugActive: 0 - TargetAudioSource: {fileID: 478010195} - Mode: 0 - RandomSfx: [] - MinVolume: 1 - MaxVolume: 1 - MinPitch: 1 - MaxPitch: 1 - SfxAudioMixerGroup: {fileID: 0} - - rid: 1 - type: {class: MMF_RotatePositionAround, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: 319335876 - Label: Rotate Position Around - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0.8, y: 1} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 176364709} - DebugActive: 0 - AnimateRotationTarget: {fileID: 699640085} - AnimateRotationCenter: {fileID: 611302157} - AnimateRotationDuration: 1 - RemapCurveZero: 0 - RemapCurveOne: -180 - AnimateX: 0 - AnimateRotationX: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.3 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - AnimateY: 1 - AnimateRotationY: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.3 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - AnimateZ: 0 - AnimateRotationZ: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.3 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - AllowAdditivePlays: 0 - DetermineRotationOnPlay: 0 ---- !u!1 &179183101 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 179183102} - - component: {fileID: 179183103} - - component: {fileID: 179183104} - m_Layer: 0 - m_Name: CinemachineImpulseSource - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &179183102 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 179183101} - serializedVersion: 2 - m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: 0.023957789, y: 4.7921257, z: 1.0697918} - m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 - m_Children: [] - m_Father: {fileID: 438603709} - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!114 &179183103 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 179183101} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 6da43522623d4704e979466dc7650b65, type: 3} - m_Name: - m_EditorClassIdentifier: - Feedbacks: [] - InitializationMode: 2 - AutoInitialization: 1 - SafeMode: 3 - Direction: 0 - AutoChangeDirectionOnEnd: 0 - AutoPlayOnStart: 0 - AutoPlayOnEnable: 0 - ForceTimescaleMode: 0 - ForcedTimescaleMode: 1 - DurationMultiplier: 1 - TimescaleMultiplier: 1 - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 1.5} - DisplayFullDurationDetails: 0 - PlayerTimescaleMode: 1 - OnlyPlayIfWithinRange: 0 - RangeCenter: {fileID: 0} - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - IgnoreRangeEvents: 0 - CooldownDuration: 0 - InitialDelay: 0 - CanPlay: 1 - CanPlayWhileAlreadyPlaying: 1 - ChanceToPlay: 100 - FeedbacksIntensity: 1 - Events: - TriggerMMFeedbacksEvents: 0 - TriggerUnityEvents: 1 - OnPlay: - m_PersistentCalls: - m_Calls: [] - OnPause: - m_PersistentCalls: - m_Calls: [] - OnStop: - m_PersistentCalls: - m_Calls: [] - OnResume: - m_PersistentCalls: - m_Calls: [] - OnChangeDirection: - m_PersistentCalls: - m_Calls: [] - OnComplete: - m_PersistentCalls: - m_Calls: [] - OnRestoreInitialValues: - m_PersistentCalls: - m_Calls: [] - OnSkipToTheEnd: - m_PersistentCalls: - m_Calls: [] - OnInitializationComplete: - m_PersistentCalls: - m_Calls: [] - OnEnable: - m_PersistentCalls: - m_Calls: [] - OnDisable: - m_PersistentCalls: - m_Calls: [] - DebugActive: 0 - InScriptDrivenPause: 0 - FeedbacksList: - - rid: 0 - - rid: 1 - KeepPlayModeChanges: 0 - PerformanceMode: 0 - RestoreInitialValuesOnDisable: 0 - StopFeedbacksOnDisable: 0 - PlayCount: 0 - references: - version: 2 - RefIds: - - rid: 0 - type: {class: MMF_AudioSource, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: 1550955445 - Label: AudioSource - OriginalLabel: AudioSource - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 179183103} - DebugActive: 0 - TargetAudioSource: {fileID: 478010195} - Mode: 0 - RandomSfx: [] - MinVolume: 1 - MaxVolume: 1 - MinPitch: 1 - MaxPitch: 1 - SfxAudioMixerGroup: {fileID: 0} - - rid: 1 - type: {class: MMF_CinemachineImpulseSource, ns: MoreMountains.FeedbacksForThirdParty, - asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: 841883762 - Label: Cinemachine Impulse Source - OriginalLabel: Cinemachine Impulse Source - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 179183103} - DebugActive: 0 - Velocity: {x: 1, y: 1, z: 1} - ImpulseSource: {fileID: 179183104} - ClearImpulseOnStop: 0 ---- !u!114 &179183104 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 179183101} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 180ecf9b41d478f468eb3e9083753217, type: 3} - m_Name: - m_EditorClassIdentifier: - ImpulseDefinition: - ImpulseChannel: 1 - ImpulseShape: 0 - CustomImpulseShape: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - ImpulseDuration: 0.2 - ImpulseType: 3 - DissipationRate: 0 - RawSignal: {fileID: 11400000, guid: 69ce8388f6785dd4c8c39915efece2f4, type: 2} - AmplitudeGain: 1 - FrequencyGain: 1 - RepeatMode: 0 - Randomize: 1 - TimeEnvelope: - AttackShape: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - DecayShape: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - AttackTime: 0 - SustainTime: 0.2 - DecayTime: 0.7 - ScaleWithImpact: 1 - HoldForever: 0 - ImpactRadius: 100 - DirectionMode: 0 - DissipationMode: 2 - DissipationDistance: 1000 - PropagationSpeed: 10000 - DefaultVelocity: {x: 0, y: -1, z: 0} ---- !u!224 &180013011 stripped -RectTransform: - m_CorrespondingSourceObject: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - m_PrefabInstance: {fileID: 837878795} - m_PrefabAsset: {fileID: 0} ---- !u!1 &184949459 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 184949460} - m_Layer: 0 - m_Name: Loop - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &184949460 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 184949459} - serializedVersion: 2 - m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: 0} - m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 - m_Children: - - {fileID: 205868870} - - {fileID: 1609791297} - m_Father: {fileID: 999639631} - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!1 &185880662 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 185880663} - - component: {fileID: 185880671} - - component: {fileID: 185880670} - - component: {fileID: 185880669} - - component: {fileID: 185880668} - - component: {fileID: 185880667} - - component: {fileID: 185880666} - - component: {fileID: 185880665} - - component: {fileID: 185880664} - m_Layer: 0 - m_Name: AltVolume - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &185880663 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 185880662} - serializedVersion: 2 - m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: 0} - m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 - m_Children: [] - m_Father: {fileID: 63926507} - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!114 &185880664 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 185880662} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 2d073f09c04a999428a9149986800bfb, type: 3} - m_Name: - m_EditorClassIdentifier: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - BlendTriggerMode: 1 - BlendDuration: 1 - Curve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - InitialWeight: 0 - FinalWeight: 1 - TimeScale: 1 - DisableVolumeOnZeroWeight: 1 - DisableSelfAfterEnd: 1 - Interruptable: 1 - StartFromCurrentValue: 1 - ResetToInitialValueOnEnd: 0 - TestBlend: 0 - TestBlendBackwards: 0 ---- !u!114 &185880665 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 185880662} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 81cf12de3b3c98d489779a3382046725, type: 3} - m_Name: - m_EditorClassIdentifier: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - ShakeDuration: 0.2 - PlayOnAwake: 0 - PermanentShake: 0 - Interruptible: 1 - AlwaysResetTargetValuesAfterShake: 0 - OnlyUseShakerValues: 0 - CooldownBetweenShakes: 0 - Shaking: 0 - ForwardDirection: 1 - TimescaleMode: 0 - RelativeIntensity: 0 - ShakeIntensity: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.5 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapIntensityZero: 0 - RemapIntensityOne: 1 - InterpolateColor: 0 - ColorCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.05 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.95 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapColorZero: 0 - RemapColorOne: 1 - TargetColor: {r: 1, g: 0, b: 0, a: 1} ---- !u!114 &185880666 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 185880662} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 7efc6a4a233d87b4fbc72cda82ca4a31, type: 3} - m_Name: - m_EditorClassIdentifier: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - ShakeDuration: 0.8 - PlayOnAwake: 0 - PermanentShake: 0 - Interruptible: 1 - AlwaysResetTargetValuesAfterShake: 0 - OnlyUseShakerValues: 0 - CooldownBetweenShakes: 0 - Shaking: 0 - ForwardDirection: 1 - TimescaleMode: 0 - RelativeIntensity: 0 - ShakeIntensity: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.2 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.25 - value: -1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.35 - value: 0.7 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.4 - value: -0.7 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.6 - value: 0.3 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.65 - value: -0.3 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.8 - value: 0.1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.85 - value: -0.1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapIntensityZero: 0 - RemapIntensityOne: 50 ---- !u!114 &185880667 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 185880662} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 4792d6bb2cfe7644da1e6972d3da260d, type: 3} - m_Name: - m_EditorClassIdentifier: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - ShakeDuration: 0.2 - PlayOnAwake: 0 - PermanentShake: 0 - Interruptible: 1 - AlwaysResetTargetValuesAfterShake: 0 - OnlyUseShakerValues: 0 - CooldownBetweenShakes: 0 - Shaking: 0 - ForwardDirection: 1 - TimescaleMode: 0 - RelativeValues: 1 - ShakeFocusDistance: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.5 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapFocusDistanceZero: 0 - RemapFocusDistanceOne: 1 - ShakeAperture: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.5 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapApertureZero: 0.1 - RemapApertureOne: 32 - ShakeFocalLength: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.5 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapFocalLengthZero: 1 - RemapFocalLengthOne: 300 ---- !u!114 &185880668 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 185880662} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 416f266b197306a49975dadec6e05526, type: 3} - m_Name: - m_EditorClassIdentifier: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - ShakeDuration: 1 - PlayOnAwake: 0 - PermanentShake: 0 - Interruptible: 1 - AlwaysResetTargetValuesAfterShake: 0 - OnlyUseShakerValues: 0 - CooldownBetweenShakes: 0 - Shaking: 0 - ForwardDirection: 1 - TimescaleMode: 0 - RelativeValues: 1 - ShakePostExposure: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.5 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapPostExposureZero: 0 - RemapPostExposureOne: 1 - ShakeHueShift: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.5 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapHueShiftZero: 0 - RemapHueShiftOne: 180 - ShakeSaturation: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.5 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapSaturationZero: 0 - RemapSaturationOne: 100 - ShakeContrast: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.5 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapContrastZero: 0 - RemapContrastOne: 100 - ShakeColorFilter: 0 - ColorFilterGradient: - serializedVersion: 2 - key0: {r: 1, g: 1, b: 1, a: 1} - key1: {r: 1, g: 1, b: 1, a: 1} - key2: {r: 0, g: 0, b: 0, a: 0} - key3: {r: 0, g: 0, b: 0, a: 0} - key4: {r: 0, g: 0, b: 0, a: 0} - key5: {r: 0, g: 0, b: 0, a: 0} - key6: {r: 0, g: 0, b: 0, a: 0} - key7: {r: 0, g: 0, b: 0, a: 0} - ctime0: 0 - ctime1: 65535 - ctime2: 0 - ctime3: 0 - ctime4: 0 - ctime5: 0 - ctime6: 0 - ctime7: 0 - atime0: 0 - atime1: 65535 - atime2: 0 - atime3: 0 - atime4: 0 - atime5: 0 - atime6: 0 - atime7: 0 - m_Mode: 0 - m_ColorSpace: -1 - m_NumColorKeys: 2 - m_NumAlphaKeys: 2 ---- !u!114 &185880669 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 185880662} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 1297b688774526f418895a2f09176619, type: 3} - m_Name: - m_EditorClassIdentifier: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - ShakeDuration: 0.2 - PlayOnAwake: 0 - PermanentShake: 0 - Interruptible: 1 - AlwaysResetTargetValuesAfterShake: 0 - OnlyUseShakerValues: 0 - CooldownBetweenShakes: 0 - Shaking: 0 - ForwardDirection: 1 - TimescaleMode: 0 - RelativeIntensity: 0 - ShakeIntensity: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.5 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapIntensityZero: 0 - RemapIntensityOne: 1 ---- !u!114 &185880670 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 185880662} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 04189ce672fd8c349b61eb900b1dc0ec, type: 3} - m_Name: - m_EditorClassIdentifier: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - ShakeDuration: 0.2 - PlayOnAwake: 0 - PermanentShake: 0 - Interruptible: 1 - AlwaysResetTargetValuesAfterShake: 0 - OnlyUseShakerValues: 0 - CooldownBetweenShakes: 0 - Shaking: 0 - ForwardDirection: 1 - TimescaleMode: 0 - RelativeValues: 1 - ShakeIntensity: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.5 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapIntensityZero: 0 - RemapIntensityOne: 1 - ShakeThreshold: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.5 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapThresholdZero: 0 - RemapThresholdOne: 0 ---- !u!114 &185880671 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 185880662} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 8b9a305e18de0c04dbd257a21cd47087, type: 3} - m_Name: - m_EditorClassIdentifier: - sharedProfile: {fileID: 11400000, guid: 9c0dc5f873bf5f0408db5b316cac722c, type: 2} - isGlobal: 1 - blendDistance: 0 - weight: 0 - priority: 1 ---- !u!1001 &186334752 -PrefabInstance: - m_ObjectHideFlags: 0 - serializedVersion: 2 - m_Modification: - serializedVersion: 3 - m_TransformParent: {fileID: 1557570896} - m_Modifications: - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: Feedbacks.Array.size - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[0]' - value: - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[1]' - value: - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Pivot.x - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Pivot.y - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_RootOrder - value: 38 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMax.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMax.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMin.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMin.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_SizeDelta.x - value: 256.1 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_SizeDelta.y - value: 30 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalPosition.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.w - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.x - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.y - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.z - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchoredPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchoredPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalEulerAnglesHint.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalEulerAnglesHint.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalEulerAnglesHint.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604939, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_OnClick.m_PersistentCalls.m_Calls.Array.data[0].m_Target - value: - objectReference: {fileID: 1153712735} - - target: {fileID: 2903879014986604939, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_OnClick.m_PersistentCalls.m_Calls.Array.data[0].m_MethodName - value: PlayFeedbacks - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604939, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_OnClick.m_PersistentCalls.m_Calls.Array.data[0].m_Arguments.m_ObjectArgumentAssemblyTypeName - value: UnityEngine.Object, UnityEngine - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604941, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Name - value: Button - Color Grading - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Text - value: Color Grading - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Color.b - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Color.g - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Color.r - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.size - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[0]' - value: MoreMountains.Feedbacks.PostProcessing MoreMountains.FeedbacksForThirdParty.MMF_ColorGrading - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[1]' - value: MoreMountains.Feedbacks MoreMountains.Feedbacks.MMF_AudioSource - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Mode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Label - value: Color Grading - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Label - value: AudioSource - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].UniqueID - value: 360743949 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].MaxPitch - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].MinPitch - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].UniqueID - value: 1894339630 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].MaxVolume - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].MinVolume - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ShakeDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].RemapContrastOne - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].RemapHueShiftOne - value: 90 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].RelativeIntensity - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].RemapContrastZero - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].RemapHueShiftZero - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].TargetAudioSource - value: - objectReference: {fileID: 478010195} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].RemapSaturationOne - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].SfxAudioMixerGroup - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].RemapSaturationZero - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].RemapPostExposureOne - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].RandomSfx.Array.size - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].RemapPostExposureZero - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ResetShakerValuesAfterShake - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ResetTargetValuesAfterShake - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ShakeContrast.m_PreInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ShakeHueShift.m_PreInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ShakeContrast.m_PostInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ShakeHueShift.m_PostInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ShakeContrast.m_RotationOrder - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ShakeHueShift.m_RotationOrder - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ShakeSaturation.m_PreInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ShakeSaturation.m_PostInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ShakePostExposure.m_PreInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ShakeSaturation.m_RotationOrder - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ShakeContrast.m_Curve.Array.size - value: 3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ShakeHueShift.m_Curve.Array.size - value: 3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ShakePostExposure.m_PostInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ShakePostExposure.m_RotationOrder - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ShakeSaturation.m_Curve.Array.size - value: 3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ShakePostExposure.m_Curve.Array.size - value: 3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ShakeContrast.m_Curve.Array.data[0].time - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ShakeContrast.m_Curve.Array.data[1].time - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ShakeContrast.m_Curve.Array.data[2].time - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ShakeHueShift.m_Curve.Array.data[0].time - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ShakeHueShift.m_Curve.Array.data[1].time - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ShakeHueShift.m_Curve.Array.data[2].time - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ShakeContrast.m_Curve.Array.data[0].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ShakeContrast.m_Curve.Array.data[1].value - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ShakeContrast.m_Curve.Array.data[2].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ShakeHueShift.m_Curve.Array.data[0].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ShakeHueShift.m_Curve.Array.data[1].value - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ShakeHueShift.m_Curve.Array.data[2].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ShakeSaturation.m_Curve.Array.data[0].time - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ShakeSaturation.m_Curve.Array.data[1].time - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ShakeSaturation.m_Curve.Array.data[2].time - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ShakeContrast.m_Curve.Array.data[0].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ShakeContrast.m_Curve.Array.data[1].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ShakeContrast.m_Curve.Array.data[2].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ShakeHueShift.m_Curve.Array.data[0].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ShakeHueShift.m_Curve.Array.data[1].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ShakeHueShift.m_Curve.Array.data[2].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ShakeSaturation.m_Curve.Array.data[0].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ShakeSaturation.m_Curve.Array.data[1].value - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ShakeSaturation.m_Curve.Array.data[2].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ShakeContrast.m_Curve.Array.data[0].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ShakeContrast.m_Curve.Array.data[0].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ShakeContrast.m_Curve.Array.data[1].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ShakeContrast.m_Curve.Array.data[1].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ShakeContrast.m_Curve.Array.data[2].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ShakeContrast.m_Curve.Array.data[2].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ShakeHueShift.m_Curve.Array.data[0].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ShakeHueShift.m_Curve.Array.data[0].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ShakeHueShift.m_Curve.Array.data[1].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ShakeHueShift.m_Curve.Array.data[1].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ShakeHueShift.m_Curve.Array.data[2].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ShakeHueShift.m_Curve.Array.data[2].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ShakePostExposure.m_Curve.Array.data[0].time - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ShakePostExposure.m_Curve.Array.data[1].time - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ShakePostExposure.m_Curve.Array.data[2].time - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ShakeContrast.m_Curve.Array.data[0].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ShakeContrast.m_Curve.Array.data[1].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ShakeContrast.m_Curve.Array.data[2].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ShakeHueShift.m_Curve.Array.data[0].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ShakeHueShift.m_Curve.Array.data[1].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ShakeHueShift.m_Curve.Array.data[2].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ShakePostExposure.m_Curve.Array.data[0].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ShakePostExposure.m_Curve.Array.data[1].value - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ShakePostExposure.m_Curve.Array.data[2].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ShakeSaturation.m_Curve.Array.data[0].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ShakeSaturation.m_Curve.Array.data[1].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ShakeSaturation.m_Curve.Array.data[2].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ShakeSaturation.m_Curve.Array.data[0].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ShakeSaturation.m_Curve.Array.data[0].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ShakeSaturation.m_Curve.Array.data[1].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ShakeSaturation.m_Curve.Array.data[1].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ShakeSaturation.m_Curve.Array.data[2].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ShakeSaturation.m_Curve.Array.data[2].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ShakeContrast.m_Curve.Array.data[0].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ShakeContrast.m_Curve.Array.data[1].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ShakeContrast.m_Curve.Array.data[2].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ShakeHueShift.m_Curve.Array.data[0].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ShakeHueShift.m_Curve.Array.data[1].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ShakeHueShift.m_Curve.Array.data[2].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ShakePostExposure.m_Curve.Array.data[0].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ShakePostExposure.m_Curve.Array.data[1].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ShakePostExposure.m_Curve.Array.data[2].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ShakeSaturation.m_Curve.Array.data[0].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ShakeSaturation.m_Curve.Array.data[1].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ShakeSaturation.m_Curve.Array.data[2].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ShakeContrast.m_Curve.Array.data[0].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ShakeContrast.m_Curve.Array.data[1].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ShakeContrast.m_Curve.Array.data[2].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ShakeHueShift.m_Curve.Array.data[0].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ShakeHueShift.m_Curve.Array.data[1].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ShakeHueShift.m_Curve.Array.data[2].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ShakePostExposure.m_Curve.Array.data[0].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ShakePostExposure.m_Curve.Array.data[0].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ShakePostExposure.m_Curve.Array.data[1].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ShakePostExposure.m_Curve.Array.data[1].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ShakePostExposure.m_Curve.Array.data[2].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ShakePostExposure.m_Curve.Array.data[2].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ShakePostExposure.m_Curve.Array.data[0].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ShakePostExposure.m_Curve.Array.data[1].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ShakePostExposure.m_Curve.Array.data[2].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ShakeSaturation.m_Curve.Array.data[0].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ShakeSaturation.m_Curve.Array.data[1].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ShakeSaturation.m_Curve.Array.data[2].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ShakeSaturation.m_Curve.Array.data[0].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ShakeSaturation.m_Curve.Array.data[1].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ShakeSaturation.m_Curve.Array.data[2].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ShakePostExposure.m_Curve.Array.data[0].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ShakePostExposure.m_Curve.Array.data[1].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ShakePostExposure.m_Curve.Array.data[2].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ShakePostExposure.m_Curve.Array.data[0].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ShakePostExposure.m_Curve.Array.data[1].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ShakePostExposure.m_Curve.Array.data[2].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 9167406172343059487, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_IsActive - value: 0 - objectReference: {fileID: 0} - m_RemovedComponents: - - {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, type: 3} - m_RemovedGameObjects: [] - m_AddedGameObjects: [] - m_AddedComponents: [] - m_SourcePrefab: {fileID: 100100000, guid: a16c33a1240b8ce4f930161a7c85fae6, type: 3} ---- !u!1001 &191969767 -PrefabInstance: - m_ObjectHideFlags: 0 - serializedVersion: 2 - m_Modification: - serializedVersion: 3 - m_TransformParent: {fileID: 1557570896} - m_Modifications: - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: Feedbacks.Array.size - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[0]' - value: - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Pivot.x - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Pivot.y - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_RootOrder - value: 76 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMax.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMax.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMin.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMin.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_SizeDelta.x - value: 256.1 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_SizeDelta.y - value: 30 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalPosition.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.w - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.x - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.y - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.z - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchoredPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchoredPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalEulerAnglesHint.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalEulerAnglesHint.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalEulerAnglesHint.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604939, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_OnClick.m_PersistentCalls.m_Calls.Array.data[0].m_Target - value: - objectReference: {fileID: 1056074798} - - target: {fileID: 2903879014986604939, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_OnClick.m_PersistentCalls.m_Calls.Array.data[0].m_MethodName - value: PlayFeedbacks - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604939, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_OnClick.m_PersistentCalls.m_Calls.Array.data[0].m_Arguments.m_ObjectArgumentAssemblyTypeName - value: UnityEngine.Object, UnityEngine - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604941, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Name - value: Button - HapticContinuous - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Text - value: Haptic Continuous - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Color.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Color.b - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Color.g - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Color.r - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 4258887795993319071, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: NotSupportedInWebGL - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.size - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[0]' - value: MoreMountains.Feedbacks MoreMountains.Feedbacks.MMF_AudioSource - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[1]' - value: MoreMountains.Feedbacks.NiceVibrations MoreMountains.FeedbacksForThirdParty.MMF_NVContinuous - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Mode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Label - value: AudioSource - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Label - value: Haptic Continuous - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].MaxPitch - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].MinPitch - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].UniqueID - value: 723680098 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].UniqueID - value: -1715413717 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].MaxVolume - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].MinVolume - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].MaxDuration - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].MinDuration - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].MaxAmplitude - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].MaxFrequency - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].MinAmplitude - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].MinFrequency - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].TargetAudioSource - value: - objectReference: {fileID: 478010195} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].SfxAudioMixerGroup - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].RandomSfx.Array.size - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].UseRealTimeModulation - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].HapticSettings.GamepadID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ShiftFrequency.m_PreInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].HapticSettings.ForceGamepadID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ShiftFrequency.m_PostInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ShiftFrequency.m_RotationOrder - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ShiftFrequency.m_Curve.Array.size - value: 3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AmplitudeMultiplication.m_PreInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AmplitudeMultiplication.m_PostInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AmplitudeMultiplication.m_RotationOrder - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].HapticSettings.OnlyPlayIfHapticsSupported - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ShiftFrequency.m_Curve.Array.data[0].time - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ShiftFrequency.m_Curve.Array.data[1].time - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ShiftFrequency.m_Curve.Array.data[2].time - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AmplitudeMultiplication.m_Curve.Array.size - value: 3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ShiftFrequency.m_Curve.Array.data[0].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ShiftFrequency.m_Curve.Array.data[1].value - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ShiftFrequency.m_Curve.Array.data[2].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ShiftFrequency.m_Curve.Array.data[0].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ShiftFrequency.m_Curve.Array.data[1].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ShiftFrequency.m_Curve.Array.data[2].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ShiftFrequency.m_Curve.Array.data[0].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ShiftFrequency.m_Curve.Array.data[0].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ShiftFrequency.m_Curve.Array.data[1].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ShiftFrequency.m_Curve.Array.data[1].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ShiftFrequency.m_Curve.Array.data[2].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ShiftFrequency.m_Curve.Array.data[2].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ShiftFrequency.m_Curve.Array.data[0].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ShiftFrequency.m_Curve.Array.data[1].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ShiftFrequency.m_Curve.Array.data[2].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].HapticSettings.OnlyPlayIfAdvancedRequirementsMet - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ShiftFrequency.m_Curve.Array.data[0].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ShiftFrequency.m_Curve.Array.data[1].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ShiftFrequency.m_Curve.Array.data[2].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ShiftFrequency.m_Curve.Array.data[0].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ShiftFrequency.m_Curve.Array.data[1].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ShiftFrequency.m_Curve.Array.data[2].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AmplitudeMultiplication.m_Curve.Array.data[0].time - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AmplitudeMultiplication.m_Curve.Array.data[1].time - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AmplitudeMultiplication.m_Curve.Array.data[2].time - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AmplitudeMultiplication.m_Curve.Array.data[0].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AmplitudeMultiplication.m_Curve.Array.data[1].value - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AmplitudeMultiplication.m_Curve.Array.data[2].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AmplitudeMultiplication.m_Curve.Array.data[0].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AmplitudeMultiplication.m_Curve.Array.data[1].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AmplitudeMultiplication.m_Curve.Array.data[2].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].HapticSettings.OnlyPlayIfAmplitudeModulationSupported - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].HapticSettings.OnlyPlayIfFrequencyModulationSupported - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AmplitudeMultiplication.m_Curve.Array.data[0].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AmplitudeMultiplication.m_Curve.Array.data[0].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AmplitudeMultiplication.m_Curve.Array.data[1].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AmplitudeMultiplication.m_Curve.Array.data[1].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AmplitudeMultiplication.m_Curve.Array.data[2].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AmplitudeMultiplication.m_Curve.Array.data[2].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AmplitudeMultiplication.m_Curve.Array.data[0].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AmplitudeMultiplication.m_Curve.Array.data[1].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AmplitudeMultiplication.m_Curve.Array.data[2].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AmplitudeMultiplication.m_Curve.Array.data[0].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AmplitudeMultiplication.m_Curve.Array.data[1].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AmplitudeMultiplication.m_Curve.Array.data[2].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AmplitudeMultiplication.m_Curve.Array.data[0].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AmplitudeMultiplication.m_Curve.Array.data[1].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AmplitudeMultiplication.m_Curve.Array.data[2].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 9167406172343059487, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_IsActive - value: 0 - objectReference: {fileID: 0} - m_RemovedComponents: - - {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, type: 3} - m_RemovedGameObjects: [] - m_AddedGameObjects: [] - m_AddedComponents: [] - m_SourcePrefab: {fileID: 100100000, guid: a16c33a1240b8ce4f930161a7c85fae6, type: 3} ---- !u!1 &192465718 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 192465719} - - component: {fileID: 192465720} - m_Layer: 0 - m_Name: Wiggle - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &192465719 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 192465718} - serializedVersion: 2 - m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} - m_LocalPosition: {x: -0, y: 0, z: 0} - m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 - m_Children: - - {fileID: 1846927898} - m_Father: {fileID: 699640085} - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!114 &192465720 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 192465718} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 347013242dca7c44fb5001793033ea59, type: 3} - m_Name: - m_EditorClassIdentifier: - UpdateMode: 0 - PositionActive: 1 - RotationActive: 1 - ScaleActive: 0 - PositionWiggleProperties: - WigglePermitted: 1 - WiggleType: 2 - UseUnscaledTime: 0 - TimeMultiplier: 1 - StartWigglingAutomatically: 1 - SmoothPingPong: 1 - UseSpeedCurve: 1 - SpeedCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - FrequencyMin: 1 - FrequencyMax: 1 - AmplitudeMin: {x: 0, y: 0, z: 0} - AmplitudeMax: {x: 0, y: 0.5, z: 0} - RelativeAmplitude: 1 - UniformValues: 0 - ForceVectorLength: 0 - ForcedVectorLength: 1 - Curve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 1 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 1 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapCurveZeroMin: {x: 0, y: 0, z: 0} - RemapCurveZeroMax: {x: 0, y: 0, z: 0} - RemapCurveOneMin: {x: 1, y: 1, z: 1} - RemapCurveOneMax: {x: 1, y: 1, z: 1} - RelativeCurveAmplitude: 1 - CurvePingPong: 0 - PauseMin: 0 - PauseMax: 0 - LimitedTime: 0 - LimitedTimeTotal: 0 - LimitedTimeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - LimitedTimeResetValue: 1 - LimitedTimeLeft: 0 - NoiseFrequencyMin: {x: 0, y: 0, z: 0} - NoiseFrequencyMax: {x: 1, y: 1, z: 1} - NoiseShiftMin: {x: 0, y: 0, z: 0} - NoiseShiftMax: {x: 0, y: 0, z: 0} - RotationWiggleProperties: - WigglePermitted: 1 - WiggleType: 2 - UseUnscaledTime: 0 - TimeMultiplier: 1 - StartWigglingAutomatically: 1 - SmoothPingPong: 1 - UseSpeedCurve: 1 - SpeedCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - FrequencyMin: 2 - FrequencyMax: 2 - AmplitudeMin: {x: 0, y: 0, z: 0} - AmplitudeMax: {x: 0, y: 360, z: 0} - RelativeAmplitude: 1 - UniformValues: 0 - ForceVectorLength: 0 - ForcedVectorLength: 1 - Curve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 1 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 1 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapCurveZeroMin: {x: 0, y: 0, z: 0} - RemapCurveZeroMax: {x: 0, y: 0, z: 0} - RemapCurveOneMin: {x: 1, y: 1, z: 1} - RemapCurveOneMax: {x: 1, y: 1, z: 1} - RelativeCurveAmplitude: 1 - CurvePingPong: 0 - PauseMin: 0 - PauseMax: 0 - LimitedTime: 0 - LimitedTimeTotal: 0 - LimitedTimeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - LimitedTimeResetValue: 1 - LimitedTimeLeft: 0 - NoiseFrequencyMin: {x: 0, y: 0, z: 0} - NoiseFrequencyMax: {x: 1, y: 1, z: 1} - NoiseShiftMin: {x: 0, y: 0, z: 0} - NoiseShiftMax: {x: 0, y: 0, z: 0} - ScaleWiggleProperties: - WigglePermitted: 1 - WiggleType: 1 - UseUnscaledTime: 0 - TimeMultiplier: 1 - StartWigglingAutomatically: 1 - SmoothPingPong: 1 - UseSpeedCurve: 0 - SpeedCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 1 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 1 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - FrequencyMin: 0 - FrequencyMax: 1 - AmplitudeMin: {x: 0, y: 0, z: 0} - AmplitudeMax: {x: 1, y: 1, z: 1} - RelativeAmplitude: 1 - UniformValues: 0 - ForceVectorLength: 0 - ForcedVectorLength: 1 - Curve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 1 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 1 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapCurveZeroMin: {x: 0, y: 0, z: 0} - RemapCurveZeroMax: {x: 0, y: 0, z: 0} - RemapCurveOneMin: {x: 1, y: 1, z: 1} - RemapCurveOneMax: {x: 1, y: 1, z: 1} - RelativeCurveAmplitude: 1 - CurvePingPong: 0 - PauseMin: 0 - PauseMax: 0 - LimitedTime: 0 - LimitedTimeTotal: 0 - LimitedTimeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - LimitedTimeResetValue: 1 - LimitedTimeLeft: 0 - NoiseFrequencyMin: {x: 0, y: 0, z: 0} - NoiseFrequencyMax: {x: 1, y: 1, z: 1} - NoiseShiftMin: {x: 0, y: 0, z: 0} - NoiseShiftMax: {x: 0, y: 0, z: 0} - DebugWiggleDuration: 2 ---- !u!1 &195450218 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 195450219} - - component: {fileID: 195450220} - m_Layer: 0 - m_Name: AnimatorSpeed - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &195450219 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 195450218} - serializedVersion: 2 - m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: 0} - m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 - m_Children: [] - m_Father: {fileID: 562921500} - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!114 &195450220 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 195450218} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 6da43522623d4704e979466dc7650b65, type: 3} - m_Name: - m_EditorClassIdentifier: - Feedbacks: [] - InitializationMode: 2 - AutoInitialization: 1 - SafeMode: 3 - Direction: 0 - AutoChangeDirectionOnEnd: 0 - AutoPlayOnStart: 0 - AutoPlayOnEnable: 0 - ForceTimescaleMode: 0 - ForcedTimescaleMode: 1 - DurationMultiplier: 1 - TimescaleMultiplier: 1 - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 1.5} - DisplayFullDurationDetails: 0 - PlayerTimescaleMode: 1 - OnlyPlayIfWithinRange: 0 - RangeCenter: {fileID: 0} - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - IgnoreRangeEvents: 0 - CooldownDuration: 0 - InitialDelay: 0 - CanPlay: 1 - CanPlayWhileAlreadyPlaying: 1 - ChanceToPlay: 100 - FeedbacksIntensity: 1 - Events: - TriggerMMFeedbacksEvents: 0 - TriggerUnityEvents: 1 - OnPlay: - m_PersistentCalls: - m_Calls: [] - OnPause: - m_PersistentCalls: - m_Calls: [] - OnStop: - m_PersistentCalls: - m_Calls: [] - OnResume: - m_PersistentCalls: - m_Calls: [] - OnChangeDirection: - m_PersistentCalls: - m_Calls: [] - OnComplete: - m_PersistentCalls: - m_Calls: [] - OnRestoreInitialValues: - m_PersistentCalls: - m_Calls: [] - OnSkipToTheEnd: - m_PersistentCalls: - m_Calls: [] - OnInitializationComplete: - m_PersistentCalls: - m_Calls: [] - OnEnable: - m_PersistentCalls: - m_Calls: [] - OnDisable: - m_PersistentCalls: - m_Calls: [] - DebugActive: 0 - InScriptDrivenPause: 0 - FeedbacksList: - - rid: 0 - - rid: 1 - KeepPlayModeChanges: 0 - PerformanceMode: 0 - RestoreInitialValuesOnDisable: 0 - StopFeedbacksOnDisable: 0 - PlayCount: 0 - references: - version: 2 - RefIds: - - rid: 0 - type: {class: MMF_AnimatorSpeed, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: 1958994563 - Label: Animator Speed - OriginalLabel: Animator Speed - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 195450220} - DebugActive: 0 - BoundAnimator: {fileID: 2066439668} - Mode: 2 - NewSpeedMin: 0 - NewSpeedMax: 0 - Duration: 1 - Curve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 5.542454 - outSlope: 5.542454 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0.042553183 - - serializedVersion: 3 - time: 0.5 - value: 1 - inSlope: -0.0149459895 - outSlope: -0.0149459895 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0.31560254 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: -4.821867 - outSlope: -4.821867 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.028369188 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - - rid: 1 - type: {class: MMF_AudioSource, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: -1449333605 - Label: AudioSource - OriginalLabel: AudioSource - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 195450220} - DebugActive: 0 - TargetAudioSource: {fileID: 478010195} - Mode: 0 - RandomSfx: [] - MinVolume: 1 - MaxVolume: 1 - MinPitch: 1 - MaxPitch: 1 - SfxAudioMixerGroup: {fileID: 0} ---- !u!224 &197085176 stripped -RectTransform: - m_CorrespondingSourceObject: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - m_PrefabInstance: {fileID: 1208283300} - m_PrefabAsset: {fileID: 0} ---- !u!1 &198591139 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 198591140} - - component: {fileID: 198591141} - m_Layer: 0 - m_Name: TMPSoftness - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &198591140 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 198591139} - serializedVersion: 2 - m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: 0} - m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 - m_Children: [] - m_Father: {fileID: 1860154325} - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!114 &198591141 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 198591139} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 6da43522623d4704e979466dc7650b65, type: 3} - m_Name: - m_EditorClassIdentifier: - Feedbacks: [] - InitializationMode: 2 - AutoInitialization: 1 - SafeMode: 3 - Direction: 0 - AutoChangeDirectionOnEnd: 0 - AutoPlayOnStart: 0 - AutoPlayOnEnable: 0 - ForceTimescaleMode: 0 - ForcedTimescaleMode: 1 - DurationMultiplier: 1 - TimescaleMultiplier: 1 - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 1.5} - DisplayFullDurationDetails: 0 - PlayerTimescaleMode: 1 - OnlyPlayIfWithinRange: 0 - RangeCenter: {fileID: 0} - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - IgnoreRangeEvents: 0 - CooldownDuration: 0 - InitialDelay: 0 - CanPlay: 1 - CanPlayWhileAlreadyPlaying: 1 - ChanceToPlay: 100 - FeedbacksIntensity: 1 - Events: - TriggerMMFeedbacksEvents: 0 - TriggerUnityEvents: 1 - OnPlay: - m_PersistentCalls: - m_Calls: [] - OnPause: - m_PersistentCalls: - m_Calls: [] - OnStop: - m_PersistentCalls: - m_Calls: [] - OnResume: - m_PersistentCalls: - m_Calls: [] - OnChangeDirection: - m_PersistentCalls: - m_Calls: [] - OnComplete: - m_PersistentCalls: - m_Calls: [] - OnRestoreInitialValues: - m_PersistentCalls: - m_Calls: [] - OnSkipToTheEnd: - m_PersistentCalls: - m_Calls: [] - OnInitializationComplete: - m_PersistentCalls: - m_Calls: [] - OnEnable: - m_PersistentCalls: - m_Calls: [] - OnDisable: - m_PersistentCalls: - m_Calls: [] - DebugActive: 0 - InScriptDrivenPause: 0 - FeedbacksList: - - rid: 0 - - rid: 1 - - rid: 2 - - rid: 3 - - rid: 4 - - rid: 5 - - rid: 6 - KeepPlayModeChanges: 0 - PerformanceMode: 0 - RestoreInitialValuesOnDisable: 0 - StopFeedbacksOnDisable: 0 - PlayCount: 0 - references: - version: 2 - RefIds: - - rid: 0 - type: {class: MMF_AudioSource, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: 1464198802 - Label: AudioSource - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 198591141} - DebugActive: 0 - TargetAudioSource: {fileID: 478010195} - Mode: 0 - RandomSfx: [] - MinVolume: 1 - MaxVolume: 1 - MinPitch: 1 - MaxPitch: 1 - SfxAudioMixerGroup: {fileID: 0} - - rid: 1 - type: {class: MMF_SetActive, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: 1162289994 - Label: Set Active - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 198591141} - DebugActive: 0 - TargetGameObject: {fileID: 930333314} - ExtraTargetGameObjects: [] - IgnorePlayDirection: 0 - SetStateOnInit: 0 - StateOnInit: 1 - SetStateOnPlay: 1 - StateOnPlay: 0 - SetStateOnStop: 0 - StateOnStop: 1 - SetStateOnReset: 0 - StateOnReset: 1 - SetStateOnSkip: 0 - StateOnSkip: 0 - SetStateOnPlayerComplete: 0 - StateOnPlayerComplete: 1 - - rid: 2 - type: {class: MMF_TMPText, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: 463849845 - Label: TMP Text - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 198591141} - DebugActive: 0 - TargetTMPText: {fileID: 1996559228} - NewText: 'You can also - - control the softness - - of a target - text.' - - rid: 3 - type: {class: MMF_Pause, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: -63645780 - Label: Pause - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 198591141} - DebugActive: 0 - PauseDuration: 1 - RandomizePauseDuration: 0 - MinPauseDuration: 1 - MaxPauseDuration: 3 - RandomizeOnEachPlay: 1 - ScriptDriven: 0 - AutoResume: 0 - AutoResumeAfter: 0.25 - - rid: 4 - type: {class: MMF_TMPSoftness, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: 1357382407 - Label: TMP Softness - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 198591141} - DebugActive: 0 - TargetTMPText: {fileID: 1996559228} - RelativeValues: 1 - Mode: 0 - Duration: 2 - SoftnessCurve: - MMTweenDefinitionType: 1 - MMTweenCurve: 4 - Curve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.3 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - Initialized: 0 - ConditionPropertyName: - EnumConditionPropertyName: Mode - EnumConditions: 0100000000000000000000000000000000000000000000000000000000000000 - RemapZero: 0 - RemapOne: 1 - InstantSoftness: 0 - AllowAdditivePlays: 0 - - rid: 5 - type: {class: MMF_HoldingPause, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: -487595332 - Label: Holding Pause - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 198591141} - DebugActive: 0 - PauseDuration: 1 - RandomizePauseDuration: 0 - MinPauseDuration: 1 - MaxPauseDuration: 3 - RandomizeOnEachPlay: 1 - ScriptDriven: 0 - AutoResume: 0 - AutoResumeAfter: 0.25 - - rid: 6 - type: {class: MMF_SetActive, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: 1032414241 - Label: Set Inactive - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 198591141} - DebugActive: 0 - TargetGameObject: {fileID: 930333314} - ExtraTargetGameObjects: [] - IgnorePlayDirection: 0 - SetStateOnInit: 0 - StateOnInit: 1 - SetStateOnPlay: 1 - StateOnPlay: 1 - SetStateOnStop: 0 - StateOnStop: 1 - SetStateOnReset: 0 - StateOnReset: 1 - SetStateOnSkip: 0 - StateOnSkip: 0 - SetStateOnPlayerComplete: 0 - StateOnPlayerComplete: 1 ---- !u!1 &199427128 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 199427129} - - component: {fileID: 199427130} - m_Layer: 0 - m_Name: RectTransformPivot - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &199427129 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 199427128} - serializedVersion: 2 - m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: 0} - m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 - m_Children: [] - m_Father: {fileID: 1282069688} - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!114 &199427130 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 199427128} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 6da43522623d4704e979466dc7650b65, type: 3} - m_Name: - m_EditorClassIdentifier: - Feedbacks: [] - InitializationMode: 2 - AutoInitialization: 1 - SafeMode: 3 - Direction: 0 - AutoChangeDirectionOnEnd: 0 - AutoPlayOnStart: 0 - AutoPlayOnEnable: 0 - ForceTimescaleMode: 0 - ForcedTimescaleMode: 1 - DurationMultiplier: 1 - TimescaleMultiplier: 1 - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 1.5} - DisplayFullDurationDetails: 0 - PlayerTimescaleMode: 1 - OnlyPlayIfWithinRange: 0 - RangeCenter: {fileID: 0} - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - IgnoreRangeEvents: 0 - CooldownDuration: 0 - InitialDelay: 0 - CanPlay: 1 - CanPlayWhileAlreadyPlaying: 1 - ChanceToPlay: 100 - FeedbacksIntensity: 1 - Events: - TriggerMMFeedbacksEvents: 0 - TriggerUnityEvents: 1 - OnPlay: - m_PersistentCalls: - m_Calls: [] - OnPause: - m_PersistentCalls: - m_Calls: [] - OnStop: - m_PersistentCalls: - m_Calls: [] - OnResume: - m_PersistentCalls: - m_Calls: [] - OnChangeDirection: - m_PersistentCalls: - m_Calls: [] - OnComplete: - m_PersistentCalls: - m_Calls: [] - OnRestoreInitialValues: - m_PersistentCalls: - m_Calls: [] - OnSkipToTheEnd: - m_PersistentCalls: - m_Calls: [] - OnInitializationComplete: - m_PersistentCalls: - m_Calls: [] - OnEnable: - m_PersistentCalls: - m_Calls: [] - OnDisable: - m_PersistentCalls: - m_Calls: [] - DebugActive: 0 - InScriptDrivenPause: 0 - FeedbacksList: - - rid: 0 - - rid: 1 - - rid: 2 - - rid: 3 - - rid: 4 - - rid: 5 - KeepPlayModeChanges: 0 - PerformanceMode: 0 - RestoreInitialValuesOnDisable: 0 - StopFeedbacksOnDisable: 0 - PlayCount: 0 - references: - version: 2 - RefIds: - - rid: 0 - type: {class: MMF_AudioSource, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: 1904483108 - Label: AudioSource - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 199427130} - DebugActive: 0 - TargetAudioSource: {fileID: 478010195} - Mode: 0 - RandomSfx: [] - MinVolume: 1 - MaxVolume: 1 - MinPitch: 1 - MaxPitch: 1 - SfxAudioMixerGroup: {fileID: 0} - - rid: 1 - type: {class: MMF_SetActive, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: -1047194706 - Label: Set Active - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 199427130} - DebugActive: 0 - TargetGameObject: {fileID: 366288791} - ExtraTargetGameObjects: [] - IgnorePlayDirection: 0 - SetStateOnInit: 0 - StateOnInit: 1 - SetStateOnPlay: 1 - StateOnPlay: 0 - SetStateOnStop: 0 - StateOnStop: 1 - SetStateOnReset: 0 - StateOnReset: 1 - SetStateOnSkip: 0 - StateOnSkip: 0 - SetStateOnPlayerComplete: 0 - StateOnPlayerComplete: 1 - - rid: 2 - type: {class: MMF_Pause, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: 140630874 - Label: Pause - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 199427130} - DebugActive: 0 - PauseDuration: 0.5 - RandomizePauseDuration: 0 - MinPauseDuration: 1 - MaxPauseDuration: 3 - RandomizeOnEachPlay: 1 - ScriptDriven: 0 - AutoResume: 0 - AutoResumeAfter: 0.25 - - rid: 3 - type: {class: MMF_RectTransformPivot, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: 1526541861 - Label: RectTransform Pivot - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 199427130} - DebugActive: 0 - Mode: 0 - Duration: 0.2 - StartsOff: 0 - EndsOff: 0 - RelativeValues: 1 - AllowAdditivePlays: 0 - DisableOnStop: 0 - OnlyPlayIfTargetIsActive: 0 - TargetRectTransform: {fileID: 366288792} - SpeedCurve: - MMTweenDefinitionType: 1 - MMTweenCurve: 4 - Curve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.25 - value: 1 - inSlope: -0.64006793 - outSlope: -0.64006793 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - Initialized: 0 - ConditionPropertyName: - EnumConditionPropertyName: - EnumConditions: 0000000000000000000000000000000000000000000000000000000000000000 - RemapZero: {x: 0, y: 0} - RemapOne: {x: 1, y: 1} - - rid: 4 - type: {class: MMF_HoldingPause, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: 920384517 - Label: Holding Pause - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 199427130} - DebugActive: 0 - PauseDuration: 1 - RandomizePauseDuration: 0 - MinPauseDuration: 1 - MaxPauseDuration: 3 - RandomizeOnEachPlay: 1 - ScriptDriven: 0 - AutoResume: 0 - AutoResumeAfter: 0.25 - - rid: 5 - type: {class: MMF_SetActive, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: -1916733732 - Label: Set Active - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 199427130} - DebugActive: 0 - TargetGameObject: {fileID: 366288791} - ExtraTargetGameObjects: [] - IgnorePlayDirection: 0 - SetStateOnInit: 0 - StateOnInit: 1 - SetStateOnPlay: 1 - StateOnPlay: 1 - SetStateOnStop: 0 - StateOnStop: 1 - SetStateOnReset: 0 - StateOnReset: 1 - SetStateOnSkip: 0 - StateOnSkip: 0 - SetStateOnPlayerComplete: 0 - StateOnPlayerComplete: 1 ---- !u!224 &201008513 stripped -RectTransform: - m_CorrespondingSourceObject: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - m_PrefabInstance: {fileID: 996626770} - m_PrefabAsset: {fileID: 0} ---- !u!1 &205868869 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 205868870} - - component: {fileID: 205868871} - m_Layer: 0 - m_Name: Looper - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &205868870 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 205868869} - serializedVersion: 2 - m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: 0} - m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 - m_Children: [] - m_Father: {fileID: 184949460} - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!114 &205868871 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 205868869} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 6da43522623d4704e979466dc7650b65, type: 3} - m_Name: - m_EditorClassIdentifier: - Feedbacks: [] - InitializationMode: 2 - AutoInitialization: 1 - SafeMode: 3 - Direction: 0 - AutoChangeDirectionOnEnd: 0 - AutoPlayOnStart: 0 - AutoPlayOnEnable: 0 - ForceTimescaleMode: 0 - ForcedTimescaleMode: 1 - DurationMultiplier: 1 - TimescaleMultiplier: 1 - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 1.5} - DisplayFullDurationDetails: 0 - PlayerTimescaleMode: 1 - OnlyPlayIfWithinRange: 0 - RangeCenter: {fileID: 0} - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - IgnoreRangeEvents: 0 - CooldownDuration: 0 - InitialDelay: 0 - CanPlay: 1 - CanPlayWhileAlreadyPlaying: 1 - ChanceToPlay: 100 - FeedbacksIntensity: 1 - Events: - TriggerMMFeedbacksEvents: 0 - TriggerUnityEvents: 1 - OnPlay: - m_PersistentCalls: - m_Calls: [] - OnPause: - m_PersistentCalls: - m_Calls: [] - OnStop: - m_PersistentCalls: - m_Calls: [] - OnResume: - m_PersistentCalls: - m_Calls: [] - OnChangeDirection: - m_PersistentCalls: - m_Calls: [] - OnComplete: - m_PersistentCalls: - m_Calls: [] - OnRestoreInitialValues: - m_PersistentCalls: - m_Calls: [] - OnSkipToTheEnd: - m_PersistentCalls: - m_Calls: [] - OnInitializationComplete: - m_PersistentCalls: - m_Calls: [] - OnEnable: - m_PersistentCalls: - m_Calls: [] - OnDisable: - m_PersistentCalls: - m_Calls: [] - DebugActive: 0 - InScriptDrivenPause: 0 - FeedbacksList: - - rid: 0 - - rid: 1 - - rid: 2 - - rid: 3 - - rid: 4 - - rid: 5 - - rid: 6 - KeepPlayModeChanges: 0 - PerformanceMode: 0 - RestoreInitialValuesOnDisable: 0 - StopFeedbacksOnDisable: 0 - PlayCount: 0 - references: - version: 2 - RefIds: - - rid: 0 - type: {class: MMF_AudioSource, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: 1287755413 - Label: AudioSource - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 205868871} - DebugActive: 0 - TargetAudioSource: {fileID: 478010195} - Mode: 0 - RandomSfx: [] - MinVolume: 1 - MaxVolume: 1 - MinPitch: 1 - MaxPitch: 1 - SfxAudioMixerGroup: {fileID: 0} - - rid: 1 - type: {class: MMF_Scale, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: 203804194 - Label: Scale - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 205868871} - DebugActive: 0 - Mode: 0 - AnimateScaleTarget: {fileID: 2076029460} - MovementMode: 0 - AnimateScaleDuration: 0.3 - AnimatePositionSpeed: 1 - RemapCurveZero: 0 - RemapCurveOne: 1 - Offset: 0 - AnimateX: 1 - AnimateScaleTweenX: - MMTweenDefinitionType: 1 - MMTweenCurve: 4 - Curve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.3 - value: 1.05 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - Initialized: 1 - ConditionPropertyName: AnimateX - EnumConditionPropertyName: - EnumConditions: 0000000000000000000000000000000000000000000000000000000000000000 - AnimateY: 1 - AnimateScaleTweenY: - MMTweenDefinitionType: 1 - MMTweenCurve: 4 - Curve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.3 - value: 2 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - Initialized: 1 - ConditionPropertyName: AnimateY - EnumConditionPropertyName: - EnumConditions: 0000000000000000000000000000000000000000000000000000000000000000 - AnimateZ: 1 - AnimateScaleTweenZ: - MMTweenDefinitionType: 1 - MMTweenCurve: 4 - Curve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.3 - value: 1.05 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - Initialized: 1 - ConditionPropertyName: AnimateZ - EnumConditionPropertyName: - EnumConditions: 0000000000000000000000000000000000000000000000000000000000000000 - UniformScaling: 0 - AllowAdditivePlays: 0 - DetermineScaleOnPlay: 0 - DestinationScale: {x: 0.5, y: 0.5, z: 0.5} - AnimateScaleX: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.3 - value: 1.05 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - AnimateScaleY: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.3 - value: 2 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - AnimateScaleZ: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.3 - value: 1.05 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - - rid: 2 - type: {class: MMF_Pause, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: 1178692151 - Label: Pause - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 205868871} - DebugActive: 0 - PauseDuration: 0.5 - RandomizePauseDuration: 0 - MinPauseDuration: 1 - MaxPauseDuration: 3 - RandomizeOnEachPlay: 1 - ScriptDriven: 0 - AutoResume: 0 - AutoResumeAfter: 0.25 - - rid: 3 - type: {class: MMF_Sound, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: 208603634 - Label: Sound - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: Automatic Shaker Setup - Owner: {fileID: 205868871} - DebugActive: 0 - Sfx: {fileID: 8300000, guid: 54440253e69f3dc40971707d9e51d7da, type: 3} - RandomSfx: [] - TestPlayButton: - ButtonText: Debug Play Sound - TestStopButton: - ButtonText: Debug Stop Sound - PlayMethod: 1 - PoolSize: 10 - UseLegacyEventsMode: 0 - StopSoundOnFeedbackStop: 1 - MinVolume: 1 - MaxVolume: 1 - MinPitch: 1 - MaxPitch: 1 - SfxAudioMixerGroup: {fileID: 0} - Priority: 128 - PanStereo: 0 - SpatialBlend: 0 - DopplerLevel: 1 - Spread: 0 - RolloffMode: 0 - MinDistance: 1 - MaxDistance: 500 - UseCustomRolloffCurve: 0 - CustomRolloffCurve: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - UseSpatialBlendCurve: 0 - SpatialBlendCurve: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - UseReverbZoneMixCurve: 0 - ReverbZoneMixCurve: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - UseSpreadCurve: 0 - SpreadCurve: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - - rid: 4 - type: {class: MMF_Position, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: -2021361391 - Label: Position - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 205868871} - DebugActive: 0 - AnimatePositionTarget: {fileID: 699640084} - Mode: 1 - Space: 0 - RandomizeRemap: 0 - MovementMode: 0 - AnimatePositionDuration: 0.2 - AnimatePositionSpeed: 1 - AnimatePositionTween: - MMTweenDefinitionType: 1 - MMTweenCurve: 4 - Curve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.1 - value: 0.05 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.9 - value: 0.95 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - Initialized: 1 - ConditionPropertyName: - EnumConditionPropertyName: Mode - EnumConditions: 0100010000000000000000000000000000000000000000000000000000000000 - RemapCurveZero: 0 - RemapCurveZeroAlt: 0 - RemapCurveOne: 0.5 - RemapCurveOneAlt: 0 - AnimateX: 0 - AnimatePositionTweenX: - MMTweenDefinitionType: 1 - MMTweenCurve: 4 - Curve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.3 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.6 - value: -1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - Initialized: 1 - ConditionPropertyName: AnimateX - EnumConditionPropertyName: - EnumConditions: 0000000000000000000000000000000000000000000000000000000000000000 - AnimateY: 1 - AnimatePositionTweenY: - MMTweenDefinitionType: 1 - MMTweenCurve: 4 - Curve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.3 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.6 - value: -1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - Initialized: 1 - ConditionPropertyName: AnimateY - EnumConditionPropertyName: - EnumConditions: 0000000000000000000000000000000000000000000000000000000000000000 - AnimateZ: 0 - AnimatePositionTweenZ: - MMTweenDefinitionType: 1 - MMTweenCurve: 4 - Curve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.3 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.6 - value: -1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - Initialized: 1 - ConditionPropertyName: AnimateZ - EnumConditionPropertyName: - EnumConditions: 0000000000000000000000000000000000000000000000000000000000000000 - AllowAdditivePlays: 0 - RelativePosition: 1 - DeterminePositionsOnPlay: 0 - InitialPosition: {x: 0, y: 0, z: 0} - DestinationPosition: {x: 0, y: 0, z: 0} - InitialPositionTransform: {fileID: 0} - DestinationPositionTransform: {fileID: 0} - AnimatePositionCurveX: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.3 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.6 - value: -1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - AnimatePositionCurveY: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.3 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.6 - value: -1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - AnimatePositionCurveZ: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.3 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.6 - value: -1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - AnimatePositionCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.1 - value: 0.05 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.9 - value: 0.95 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - - rid: 5 - type: {class: MMF_Scale, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: -513689600 - Label: Scale - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 205868871} - DebugActive: 0 - Mode: 1 - AnimateScaleTarget: {fileID: 1579498608} - MovementMode: 0 - AnimateScaleDuration: 0.2 - AnimatePositionSpeed: 1 - RemapCurveZero: 0 - RemapCurveOne: 0.75 - Offset: 0 - AnimateX: 1 - AnimateScaleTweenX: - MMTweenDefinitionType: 1 - MMTweenCurve: 4 - Curve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.3 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - Initialized: 1 - ConditionPropertyName: AnimateX - EnumConditionPropertyName: - EnumConditions: 0000000000000000000000000000000000000000000000000000000000000000 - AnimateY: 1 - AnimateScaleTweenY: - MMTweenDefinitionType: 1 - MMTweenCurve: 4 - Curve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.3 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - Initialized: 1 - ConditionPropertyName: AnimateY - EnumConditionPropertyName: - EnumConditions: 0000000000000000000000000000000000000000000000000000000000000000 - AnimateZ: 1 - AnimateScaleTweenZ: - MMTweenDefinitionType: 1 - MMTweenCurve: 4 - Curve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.3 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - Initialized: 1 - ConditionPropertyName: AnimateZ - EnumConditionPropertyName: - EnumConditions: 0000000000000000000000000000000000000000000000000000000000000000 - UniformScaling: 0 - AllowAdditivePlays: 0 - DetermineScaleOnPlay: 0 - DestinationScale: {x: 0.5, y: 0.5, z: 0.5} - AnimateScaleX: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.3 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - AnimateScaleY: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.3 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - AnimateScaleZ: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.3 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - - rid: 6 - type: {class: MMF_Looper, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: -1447083238 - Label: Looper - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 205868871} - DebugActive: 0 - PauseDuration: 0.25 - RandomizePauseDuration: 0 - MinPauseDuration: 1 - MaxPauseDuration: 3 - RandomizeOnEachPlay: 1 - ScriptDriven: 0 - AutoResume: 0 - AutoResumeAfter: 0.25 - LoopAtLastPause: 1 - LoopAtLastLoopStart: 1 - InfiniteLoop: 0 - NumberOfLoops: 2 - NumberOfLoopsLeft: 1 - InInfiniteLoop: 0 - TriggerMMFeedbacksEvents: 1 - OnLoop: - m_PersistentCalls: - m_Calls: [] ---- !u!1 &205946785 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 205946787} - - component: {fileID: 205946786} - m_Layer: 0 - m_Name: Player Chain - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!114 &205946786 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 205946785} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 6da43522623d4704e979466dc7650b65, type: 3} - m_Name: - m_EditorClassIdentifier: - Feedbacks: [] - InitializationMode: 2 - AutoInitialization: 1 - SafeMode: 3 - Direction: 0 - AutoChangeDirectionOnEnd: 0 - AutoPlayOnStart: 0 - AutoPlayOnEnable: 0 - ForceTimescaleMode: 0 - ForcedTimescaleMode: 1 - DurationMultiplier: 1 - TimescaleMultiplier: 1 - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 1.5} - DisplayFullDurationDetails: 0 - PlayerTimescaleMode: 1 - OnlyPlayIfWithinRange: 0 - RangeCenter: {fileID: 0} - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - IgnoreRangeEvents: 0 - CooldownDuration: 0 - InitialDelay: 0 - CanPlay: 1 - CanPlayWhileAlreadyPlaying: 1 - ChanceToPlay: 100 - FeedbacksIntensity: 1 - Events: - TriggerMMFeedbacksEvents: 0 - TriggerUnityEvents: 1 - OnPlay: - m_PersistentCalls: - m_Calls: [] - OnPause: - m_PersistentCalls: - m_Calls: [] - OnStop: - m_PersistentCalls: - m_Calls: [] - OnResume: - m_PersistentCalls: - m_Calls: [] - OnChangeDirection: - m_PersistentCalls: - m_Calls: [] - OnComplete: - m_PersistentCalls: - m_Calls: [] - OnRestoreInitialValues: - m_PersistentCalls: - m_Calls: [] - OnSkipToTheEnd: - m_PersistentCalls: - m_Calls: [] - OnInitializationComplete: - m_PersistentCalls: - m_Calls: [] - OnEnable: - m_PersistentCalls: - m_Calls: [] - OnDisable: - m_PersistentCalls: - m_Calls: [] - DebugActive: 0 - InScriptDrivenPause: 0 - FeedbacksList: - - rid: 0 - KeepPlayModeChanges: 0 - PerformanceMode: 0 - RestoreInitialValuesOnDisable: 0 - StopFeedbacksOnDisable: 0 - PlayCount: 0 - references: - version: 2 - RefIds: - - rid: 0 - type: {class: MMF_PlayerChain, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: 1296203415 - Label: MMF Player Chain - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0.8, y: 1} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 205946786} - DebugActive: 0 - Players: - - TargetPlayer: {fileID: 1578471201} - Delay: {x: 0, y: 0} - Inactive: 0 - WaitUntilComplete: 1 - - TargetPlayer: {fileID: 586259418} - Delay: {x: 0, y: 0} - Inactive: 0 - WaitUntilComplete: 1 - - TargetPlayer: {fileID: 702262482} - Delay: {x: 0, y: 0} - Inactive: 0 - WaitUntilComplete: 1 ---- !u!4 &205946787 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 205946785} - serializedVersion: 2 - m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: 0} - m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 - m_Children: [] - m_Father: {fileID: 27798845} - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!1 &210010983 stripped -GameObject: - m_CorrespondingSourceObject: {fileID: -927199367670048503, guid: e7b8d3e8e58ffc24984b81ddbd5f9c29, - type: 3} - m_PrefabInstance: {fileID: 1528929323} - m_PrefabAsset: {fileID: 0} ---- !u!114 &210010986 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 210010983} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 83dcb4ea8c2204a43adf98a01a3bc0d1, type: 3} - m_Name: - m_EditorClassIdentifier: - Receiver: - TargetObject: {fileID: 210010983} - TargetComponent: {fileID: 1456461956} - TargetScriptableObject: {fileID: 0} - TargetPropertyName: position - ShouldModifyValue: 1 - RelativeValue: 1 - ModifyX: 0 - ModifyY: 1 - ModifyZ: 0 - ModifyW: 1 - Threshold: 0.5 - BoolRemapZero: 0 - BoolRemapOne: 1 - StringRemapZero: Zero - StringRemapOne: One - IntRemapZero: 0 - IntRemapOne: 1 - FloatRemapZero: 0 - FloatRemapOne: 1 - Vector2RemapZero: {x: 0, y: 0} - Vector2RemapOne: {x: 1, y: 1} - Vector3RemapZero: {x: 0, y: 0, z: 0} - Vector3RemapOne: {x: 1, y: 0.75, z: 1} - Vector4RemapZero: {x: 0, y: 0, z: 0, w: 0} - Vector4RemapOne: {x: 1, y: 1, z: 1, w: 1} - QuaternionRemapZero: {x: 0, y: 0, z: 0} - QuaternionRemapOne: {x: 180, y: 180, z: 180} - ColorRemapZero: {r: 1, g: 1, b: 1, a: 1} - ColorRemapOne: {r: 0, g: 0, b: 0, a: 1} - Level: 0 - CanListen: 1 - Channel: 0 - RandomizeLevel: 0 - MinRandomLevelMultiplier: 0 - MaxRandomLevelMultiplier: 1 ---- !u!1 &212498968 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 212498969} - m_Layer: 0 - m_Name: Debug - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &212498969 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 212498968} - serializedVersion: 2 - m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: 0} - m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 - m_Children: - - {fileID: 1347206797} - m_Father: {fileID: 999639631} - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!224 &213566627 stripped -RectTransform: - m_CorrespondingSourceObject: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - m_PrefabInstance: {fileID: 448003911} - m_PrefabAsset: {fileID: 0} ---- !u!224 &217388578 stripped -RectTransform: - m_CorrespondingSourceObject: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - m_PrefabInstance: {fileID: 1102725706} - m_PrefabAsset: {fileID: 0} ---- !u!1001 &220151087 -PrefabInstance: - m_ObjectHideFlags: 0 - serializedVersion: 2 - m_Modification: - serializedVersion: 3 - m_TransformParent: {fileID: 1557570896} - m_Modifications: - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_Pivot.x - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_Pivot.y - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_RootOrder - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_AnchorMax.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_AnchorMax.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_AnchorMin.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_AnchorMin.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_SizeDelta.x - value: 256.1 - objectReference: {fileID: 0} - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_SizeDelta.y - value: 30 - objectReference: {fileID: 0} - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_LocalPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_LocalPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_LocalPosition.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_LocalRotation.w - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_LocalRotation.x - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_LocalRotation.y - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_LocalRotation.z - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_AnchoredPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_AnchoredPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_LocalEulerAnglesHint.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_LocalEulerAnglesHint.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_LocalEulerAnglesHint.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2251616714236910816, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_Text - value: COMBOS - objectReference: {fileID: 0} - - target: {fileID: 2251616714236910816, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_Color.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2251616714236910816, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_Color.g - value: 0.9780377 - objectReference: {fileID: 0} - - target: {fileID: 2251616714236910816, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_Color.r - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 3358702390296254852, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_Name - value: Title - Combos - objectReference: {fileID: 0} - m_RemovedComponents: [] - m_RemovedGameObjects: [] - m_AddedGameObjects: [] - m_AddedComponents: [] - m_SourcePrefab: {fileID: 100100000, guid: d0c10e574f6f1af43b3af7996a878151, type: 3} ---- !u!1 &222395230 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 222395231} - m_Layer: 0 - m_Name: ShakingCameraRig - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 0 ---- !u!4 &222395231 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 222395230} - serializedVersion: 2 - m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: 0.27076912, y: -1.1249886, z: 4.5969915} - m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 - m_Children: - - {fileID: 1801033052} - m_Father: {fileID: 63926507} - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!1 &224207890 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 224207891} - - component: {fileID: 224207892} - m_Layer: 0 - m_Name: InstantiateObject - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &224207891 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 224207890} - serializedVersion: 2 - m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: 0} - m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 - m_Children: [] - m_Father: {fileID: 1582576612} - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!114 &224207892 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 224207890} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 6da43522623d4704e979466dc7650b65, type: 3} - m_Name: - m_EditorClassIdentifier: - Feedbacks: [] - InitializationMode: 2 - AutoInitialization: 1 - SafeMode: 3 - Direction: 0 - AutoChangeDirectionOnEnd: 0 - AutoPlayOnStart: 0 - AutoPlayOnEnable: 0 - ForceTimescaleMode: 0 - ForcedTimescaleMode: 1 - DurationMultiplier: 1 - TimescaleMultiplier: 1 - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 1.5} - DisplayFullDurationDetails: 0 - PlayerTimescaleMode: 1 - OnlyPlayIfWithinRange: 0 - RangeCenter: {fileID: 0} - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - IgnoreRangeEvents: 0 - CooldownDuration: 0 - InitialDelay: 0 - CanPlay: 1 - CanPlayWhileAlreadyPlaying: 1 - ChanceToPlay: 100 - FeedbacksIntensity: 1 - Events: - TriggerMMFeedbacksEvents: 0 - TriggerUnityEvents: 1 - OnPlay: - m_PersistentCalls: - m_Calls: [] - OnPause: - m_PersistentCalls: - m_Calls: [] - OnStop: - m_PersistentCalls: - m_Calls: [] - OnResume: - m_PersistentCalls: - m_Calls: [] - OnChangeDirection: - m_PersistentCalls: - m_Calls: [] - OnComplete: - m_PersistentCalls: - m_Calls: [] - OnRestoreInitialValues: - m_PersistentCalls: - m_Calls: [] - OnSkipToTheEnd: - m_PersistentCalls: - m_Calls: [] - OnInitializationComplete: - m_PersistentCalls: - m_Calls: [] - OnEnable: - m_PersistentCalls: - m_Calls: [] - OnDisable: - m_PersistentCalls: - m_Calls: [] - DebugActive: 0 - InScriptDrivenPause: 0 - FeedbacksList: - - rid: 0 - - rid: 1 - KeepPlayModeChanges: 0 - PerformanceMode: 0 - RestoreInitialValuesOnDisable: 0 - StopFeedbacksOnDisable: 0 - PlayCount: 0 - references: - version: 2 - RefIds: - - rid: 0 - type: {class: MMF_InstantiateObject, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: -1344773389 - Label: Instantiate Object - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 224207892} - DebugActive: 0 - GameObjectToInstantiate: {fileID: 67927128625321388, guid: 1ae56196f5de043419e106824d0fa51d, - type: 3} - PositionMode: 1 - AlsoApplyRotation: 0 - AlsoApplyScale: 0 - TargetTransform: {fileID: 699640085} - TargetPosition: {x: 0, y: 0, z: 0} - PositionOffset: {x: 0, y: 5, z: 0} - RandomizePosition: 0 - RandomizedPositionMin: {x: 0, y: 0, z: 0} - RandomizedPositionMax: {x: 0, y: 0, z: 0} - ParentTransform: {fileID: 0} - CreateObjectPool: 1 - ObjectPoolSize: 5 - MutualizePools: 1 - PoolParentTransform: {fileID: 0} - - rid: 1 - type: {class: MMF_AudioSource, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: -372207552 - Label: AudioSource - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 224207892} - DebugActive: 0 - TargetAudioSource: {fileID: 478010195} - Mode: 0 - RandomSfx: [] - MinVolume: 1 - MaxVolume: 1 - MinPitch: 1 - MaxPitch: 1 - SfxAudioMixerGroup: {fileID: 0} ---- !u!224 &224332053 stripped -RectTransform: - m_CorrespondingSourceObject: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - m_PrefabInstance: {fileID: 951013881} - m_PrefabAsset: {fileID: 0} ---- !u!1001 &227411376 -PrefabInstance: - m_ObjectHideFlags: 0 - serializedVersion: 2 - m_Modification: - serializedVersion: 3 - m_TransformParent: {fileID: 1557570896} - m_Modifications: - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: Feedbacks.Array.size - value: 5 - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[0]' - value: - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[1]' - value: - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[2]' - value: - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[3]' - value: - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[4]' - value: - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Pivot.x - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Pivot.y - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_RootOrder - value: 141 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMax.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMax.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMin.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMin.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_SizeDelta.x - value: 256.1 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_SizeDelta.y - value: 30 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalPosition.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.w - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.x - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.y - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.z - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchoredPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchoredPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalEulerAnglesHint.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalEulerAnglesHint.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalEulerAnglesHint.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604939, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_OnClick.m_PersistentCalls.m_Calls.Array.data[0].m_Target - value: - objectReference: {fileID: 1709701248} - - target: {fileID: 2903879014986604939, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_OnClick.m_PersistentCalls.m_Calls.Array.data[0].m_MethodName - value: PlayFeedbacks - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604939, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_OnClick.m_PersistentCalls.m_Calls.Array.data[0].m_Arguments.m_ObjectArgumentAssemblyTypeName - value: UnityEngine.Object, UnityEngine - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604941, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Name - value: Button - Low Pass - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Text - value: Low Pass Filter - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Color.b - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Color.g - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Color.r - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 4258887795993319071, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: NotSupportedInWebGL - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.size - value: 5 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[0]' - value: MoreMountains.Feedbacks MoreMountains.Feedbacks.MMF_AudioSource - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[1]' - value: MoreMountains.Feedbacks MoreMountains.Feedbacks.MMF_Pause - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[2]' - value: MoreMountains.Feedbacks MoreMountains.Feedbacks.MMF_AudioFilterLowPass - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[3]' - value: MoreMountains.Feedbacks MoreMountains.Feedbacks.MMF_HoldingPause - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[4]' - value: MoreMountains.Feedbacks MoreMountains.Feedbacks.MMF_AudioSource - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Mode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Mode - value: 3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Label - value: AudioSource - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Label - value: Pause - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Label - value: Audio Filter Low Pass - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Label - value: Holding Pause - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Label - value: AudioSource - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].MaxPitch - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].MinPitch - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].UniqueID - value: 644532954 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].UniqueID - value: -1257889372 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Duration - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].UniqueID - value: 1058211013 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].UniqueID - value: 174950460 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].MaxPitch - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].MinPitch - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].UniqueID - value: -219376792 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].MaxVolume - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].MinVolume - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].MaxVolume - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].MinVolume - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AutoResume - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AutoResume - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ScriptDriven - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].ScriptDriven - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].PauseDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].PauseDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AutoResumeAfter - value: 0.25 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].RelativeLowPass - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].RemapLowPassOne - value: 10000 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AutoResumeAfter - value: 0.25 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].MaxPauseDuration - value: 3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].MinPauseDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].RemapLowPassZero - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].MaxPauseDuration - value: 3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].MinPauseDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].TargetAudioSource - value: - objectReference: {fileID: 1467162775} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].TargetAudioSource - value: - objectReference: {fileID: 1467162775} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].SfxAudioMixerGroup - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].SfxAudioMixerGroup - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].RandomizeOnEachPlay - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].RandomizeOnEachPlay - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].RandomSfx.Array.size - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].RandomSfx.Array.size - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].RandomizePauseDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].RandomizePauseDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].ShakeLowPass.m_PreInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].ResetShakerValuesAfterShake - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].ResetTargetValuesAfterShake - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].ShakeLowPass.m_PostInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].ShakeLowPass.m_RotationOrder - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].ShakeLowPass.m_Curve.Array.size - value: 3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].ShakeLowPass.m_Curve.Array.data[0].time - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].ShakeLowPass.m_Curve.Array.data[1].time - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].ShakeLowPass.m_Curve.Array.data[2].time - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].ShakeLowPass.m_Curve.Array.data[0].value - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].ShakeLowPass.m_Curve.Array.data[1].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].ShakeLowPass.m_Curve.Array.data[2].value - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].ShakeLowPass.m_Curve.Array.data[0].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].ShakeLowPass.m_Curve.Array.data[1].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].ShakeLowPass.m_Curve.Array.data[2].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].ShakeLowPass.m_Curve.Array.data[0].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].ShakeLowPass.m_Curve.Array.data[0].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].ShakeLowPass.m_Curve.Array.data[1].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].ShakeLowPass.m_Curve.Array.data[1].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].ShakeLowPass.m_Curve.Array.data[2].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].ShakeLowPass.m_Curve.Array.data[2].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].ShakeLowPass.m_Curve.Array.data[0].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].ShakeLowPass.m_Curve.Array.data[1].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].ShakeLowPass.m_Curve.Array.data[2].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].ShakeLowPass.m_Curve.Array.data[0].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].ShakeLowPass.m_Curve.Array.data[1].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].ShakeLowPass.m_Curve.Array.data[2].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].ShakeLowPass.m_Curve.Array.data[0].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].ShakeLowPass.m_Curve.Array.data[1].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].ShakeLowPass.m_Curve.Array.data[2].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 9167406172343059487, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_IsActive - value: 0 - objectReference: {fileID: 0} - m_RemovedComponents: - - {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, type: 3} - m_RemovedGameObjects: [] - m_AddedGameObjects: [] - m_AddedComponents: [] - m_SourcePrefab: {fileID: 100100000, guid: a16c33a1240b8ce4f930161a7c85fae6, type: 3} ---- !u!224 &231437315 stripped -RectTransform: - m_CorrespondingSourceObject: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - m_PrefabInstance: {fileID: 917610530} - m_PrefabAsset: {fileID: 0} ---- !u!1 &232922630 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 232922631} - - component: {fileID: 232922632} - m_Layer: 0 - m_Name: GlobalVolumeBlend - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &232922631 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 232922630} - serializedVersion: 2 - m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: 0.023957789, y: 4.7921257, z: 1.0697918} - m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 - m_Children: [] - m_Father: {fileID: 168975947} - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!114 &232922632 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 232922630} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 6da43522623d4704e979466dc7650b65, type: 3} - m_Name: - m_EditorClassIdentifier: - Feedbacks: [] - InitializationMode: 2 - AutoInitialization: 1 - SafeMode: 3 - Direction: 0 - AutoChangeDirectionOnEnd: 0 - AutoPlayOnStart: 0 - AutoPlayOnEnable: 0 - ForceTimescaleMode: 0 - ForcedTimescaleMode: 1 - DurationMultiplier: 1 - TimescaleMultiplier: 1 - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 1.5} - DisplayFullDurationDetails: 0 - PlayerTimescaleMode: 1 - OnlyPlayIfWithinRange: 0 - RangeCenter: {fileID: 0} - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - IgnoreRangeEvents: 0 - CooldownDuration: 0 - InitialDelay: 0 - CanPlay: 1 - CanPlayWhileAlreadyPlaying: 1 - ChanceToPlay: 100 - FeedbacksIntensity: 1 - Events: - TriggerMMFeedbacksEvents: 0 - TriggerUnityEvents: 1 - OnPlay: - m_PersistentCalls: - m_Calls: [] - OnPause: - m_PersistentCalls: - m_Calls: [] - OnStop: - m_PersistentCalls: - m_Calls: [] - OnResume: - m_PersistentCalls: - m_Calls: [] - OnChangeDirection: - m_PersistentCalls: - m_Calls: [] - OnComplete: - m_PersistentCalls: - m_Calls: [] - OnRestoreInitialValues: - m_PersistentCalls: - m_Calls: [] - OnSkipToTheEnd: - m_PersistentCalls: - m_Calls: [] - OnInitializationComplete: - m_PersistentCalls: - m_Calls: [] - OnEnable: - m_PersistentCalls: - m_Calls: [] - OnDisable: - m_PersistentCalls: - m_Calls: [] - DebugActive: 0 - InScriptDrivenPause: 0 - FeedbacksList: - - rid: 0 - - rid: 1 - KeepPlayModeChanges: 0 - PerformanceMode: 0 - RestoreInitialValuesOnDisable: 0 - StopFeedbacksOnDisable: 0 - PlayCount: 0 - references: - version: 2 - RefIds: - - rid: 0 - type: {class: MMF_GlobalPPVolumeAutoBlend, ns: MoreMountains.FeedbacksForThirdParty, - asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: 104615949 - Label: Global PP Volume Auto Blend - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 232922632} - DebugActive: 0 - TargetAutoBlend: {fileID: 185880664} - Mode: 1 - BlendAction: 0 - BlendDuration: 2 - BlendCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 10.730351 - outSlope: 10.730351 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0.07758096 - - serializedVersion: 3 - time: 0.19743615 - value: 1.0006299 - inSlope: 1.4653659 - outSlope: 1.4653659 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - InitialWeight: 0 - FinalWeight: 1 - ResetToInitialValueOnEnd: 1 - - rid: 1 - type: {class: MMF_AudioSource, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: 550758633 - Label: AudioSource - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 232922632} - DebugActive: 0 - TargetAudioSource: {fileID: 478010195} - Mode: 0 - RandomSfx: [] - MinVolume: 1 - MaxVolume: 1 - MinPitch: 1 - MaxPitch: 1 - SfxAudioMixerGroup: {fileID: 0} ---- !u!224 &238600044 stripped -RectTransform: - m_CorrespondingSourceObject: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - m_PrefabInstance: {fileID: 1395512226} - m_PrefabAsset: {fileID: 0} ---- !u!224 &245413243 stripped -RectTransform: - m_CorrespondingSourceObject: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - m_PrefabInstance: {fileID: 476057428} - m_PrefabAsset: {fileID: 0} ---- !u!224 &245769432 stripped -RectTransform: - m_CorrespondingSourceObject: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - m_PrefabInstance: {fileID: 369914617} - m_PrefabAsset: {fileID: 0} ---- !u!1 &252591335 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 252591336} - - component: {fileID: 252591337} - m_Layer: 0 - m_Name: Flash - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &252591336 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 252591335} - serializedVersion: 2 - m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: 0.023957789, y: 4.7921257, z: 1.0697918} - m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 - m_Children: [] - m_Father: {fileID: 438603709} - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!114 &252591337 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 252591335} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 6da43522623d4704e979466dc7650b65, type: 3} - m_Name: - m_EditorClassIdentifier: - Feedbacks: [] - InitializationMode: 2 - AutoInitialization: 1 - SafeMode: 3 - Direction: 0 - AutoChangeDirectionOnEnd: 0 - AutoPlayOnStart: 0 - AutoPlayOnEnable: 0 - ForceTimescaleMode: 0 - ForcedTimescaleMode: 1 - DurationMultiplier: 1 - TimescaleMultiplier: 1 - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 1.5} - DisplayFullDurationDetails: 0 - PlayerTimescaleMode: 1 - OnlyPlayIfWithinRange: 0 - RangeCenter: {fileID: 0} - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - IgnoreRangeEvents: 0 - CooldownDuration: 0 - InitialDelay: 0 - CanPlay: 1 - CanPlayWhileAlreadyPlaying: 1 - ChanceToPlay: 100 - FeedbacksIntensity: 1 - Events: - TriggerMMFeedbacksEvents: 0 - TriggerUnityEvents: 1 - OnPlay: - m_PersistentCalls: - m_Calls: [] - OnPause: - m_PersistentCalls: - m_Calls: [] - OnStop: - m_PersistentCalls: - m_Calls: [] - OnResume: - m_PersistentCalls: - m_Calls: [] - OnChangeDirection: - m_PersistentCalls: - m_Calls: [] - OnComplete: - m_PersistentCalls: - m_Calls: [] - OnRestoreInitialValues: - m_PersistentCalls: - m_Calls: [] - OnSkipToTheEnd: - m_PersistentCalls: - m_Calls: [] - OnInitializationComplete: - m_PersistentCalls: - m_Calls: [] - OnEnable: - m_PersistentCalls: - m_Calls: [] - OnDisable: - m_PersistentCalls: - m_Calls: [] - DebugActive: 0 - InScriptDrivenPause: 0 - FeedbacksList: - - rid: 0 - - rid: 1 - KeepPlayModeChanges: 0 - PerformanceMode: 0 - RestoreInitialValuesOnDisable: 0 - StopFeedbacksOnDisable: 0 - PlayCount: 0 - references: - version: 2 - RefIds: - - rid: 0 - type: {class: MMF_Flash, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: 1285327561 - Label: Flash - OriginalLabel: Flash - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: Automatic Shaker Setup - Owner: {fileID: 252591337} - DebugActive: 0 - FlashColor: {r: 1, g: 1, b: 1, a: 1} - FlashDuration: 0.15 - FlashAlpha: 1 - FlashID: 0 - TargetFlash: {fileID: 0} - - rid: 1 - type: {class: MMF_AudioSource, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: -2129196375 - Label: AudioSource - OriginalLabel: AudioSource - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 252591337} - DebugActive: 0 - TargetAudioSource: {fileID: 478010195} - Mode: 0 - RandomSfx: [] - MinVolume: 1 - MaxVolume: 1 - MinPitch: 1 - MaxPitch: 1 - SfxAudioMixerGroup: {fileID: 0} ---- !u!1001 &255299606 -PrefabInstance: - m_ObjectHideFlags: 0 - serializedVersion: 2 - m_Modification: - serializedVersion: 3 - m_TransformParent: {fileID: 1557570896} - m_Modifications: - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: Feedbacks.Array.size - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[0]' - value: - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[1]' - value: - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Pivot.x - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Pivot.y - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_RootOrder - value: 46 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMax.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMax.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMin.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMin.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_SizeDelta.x - value: 256.1 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_SizeDelta.y - value: 30 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalPosition.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.w - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.x - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.y - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.z - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchoredPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchoredPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalEulerAnglesHint.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalEulerAnglesHint.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalEulerAnglesHint.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604939, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_OnClick.m_PersistentCalls.m_Calls.Array.data[0].m_Target - value: - objectReference: {fileID: 505933542} - - target: {fileID: 2903879014986604939, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_OnClick.m_PersistentCalls.m_Calls.Array.data[0].m_MethodName - value: PlayFeedbacks - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604939, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_OnClick.m_PersistentCalls.m_Calls.Array.data[0].m_Arguments.m_ObjectArgumentAssemblyTypeName - value: UnityEngine.Object, UnityEngine - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604941, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Name - value: Button - Flicker - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Text - value: Flicker - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Color.b - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Color.g - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Color.r - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.size - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[0]' - value: MoreMountains.Feedbacks MoreMountains.Feedbacks.MMF_Flicker - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[1]' - value: MoreMountains.Feedbacks MoreMountains.Feedbacks.MMF_AudioSource - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Mode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Mode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Label - value: Flicker - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Label - value: AudioSource - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].UniqueID - value: 2041502676 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].MaxPitch - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].MinPitch - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].UniqueID - value: 170369407 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].MaxVolume - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].MinVolume - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].PropertyName - value: _EmissionForce - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].BoundRenderer - value: - objectReference: {fileID: 1352294454} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].FlickerOctave - value: 0.04 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].FlickerColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].FlickerColor.b - value: 0.078431375 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].FlickerColor.g - value: 0.078431375 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].FlickerColor.r - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].FlickerDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].TargetAudioSource - value: - objectReference: {fileID: 478010195} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].SfxAudioMixerGroup - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].RandomSfx.Array.size - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].UseMaterialPropertyBlocks - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].MaterialIndexes.Array.size - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 9167406172343059487, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_IsActive - value: 0 - objectReference: {fileID: 0} - m_RemovedComponents: - - {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, type: 3} - m_RemovedGameObjects: [] - m_AddedGameObjects: [] - m_AddedComponents: [] - m_SourcePrefab: {fileID: 100100000, guid: a16c33a1240b8ce4f930161a7c85fae6, type: 3} ---- !u!224 &256874639 stripped -RectTransform: - m_CorrespondingSourceObject: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - m_PrefabInstance: {fileID: 191969767} - m_PrefabAsset: {fileID: 0} ---- !u!1001 &257015188 -PrefabInstance: - m_ObjectHideFlags: 0 - serializedVersion: 2 - m_Modification: - serializedVersion: 3 - m_TransformParent: {fileID: 192465719} - m_Modifications: - - target: {fileID: -5606990521282170981, guid: 10f1060b18f7ba34f92053a256e89d10, - type: 3} - propertyPath: 'm_Materials.Array.data[0]' - value: - objectReference: {fileID: 2100000, guid: 37bbdd2870294554b9997eae9fc844e9, type: 2} - - target: {fileID: -4256461313380952696, guid: 10f1060b18f7ba34f92053a256e89d10, - type: 3} - propertyPath: 'm_Materials.Array.data[0]' - value: - objectReference: {fileID: 2100000, guid: 73fdd485fdb1ba44fabd9bc27dfbb268, type: 2} - - target: {fileID: -4216859302048453862, guid: 10f1060b18f7ba34f92053a256e89d10, - type: 3} - propertyPath: m_RootOrder - value: 0 - objectReference: {fileID: 0} - - target: {fileID: -4216859302048453862, guid: 10f1060b18f7ba34f92053a256e89d10, - type: 3} - propertyPath: m_LocalScale.x - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: -4216859302048453862, guid: 10f1060b18f7ba34f92053a256e89d10, - type: 3} - propertyPath: m_LocalScale.y - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: -4216859302048453862, guid: 10f1060b18f7ba34f92053a256e89d10, - type: 3} - propertyPath: m_LocalScale.z - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: -4216859302048453862, guid: 10f1060b18f7ba34f92053a256e89d10, - type: 3} - propertyPath: m_LocalPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: -4216859302048453862, guid: 10f1060b18f7ba34f92053a256e89d10, - type: 3} - propertyPath: m_LocalPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: -4216859302048453862, guid: 10f1060b18f7ba34f92053a256e89d10, - type: 3} - propertyPath: m_LocalPosition.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: -4216859302048453862, guid: 10f1060b18f7ba34f92053a256e89d10, - type: 3} - propertyPath: m_LocalRotation.w - value: -0.2476428 - objectReference: {fileID: 0} - - target: {fileID: -4216859302048453862, guid: 10f1060b18f7ba34f92053a256e89d10, - type: 3} - propertyPath: m_LocalRotation.x - value: -0.038602725 - objectReference: {fileID: 0} - - target: {fileID: -4216859302048453862, guid: 10f1060b18f7ba34f92053a256e89d10, - type: 3} - propertyPath: m_LocalRotation.y - value: 0.95653063 - objectReference: {fileID: 0} - - target: {fileID: -4216859302048453862, guid: 10f1060b18f7ba34f92053a256e89d10, - type: 3} - propertyPath: m_LocalRotation.z - value: -0.14910462 - objectReference: {fileID: 0} - - target: {fileID: -4216859302048453862, guid: 10f1060b18f7ba34f92053a256e89d10, - type: 3} - propertyPath: m_LocalEulerAnglesHint.x - value: 17.72 - objectReference: {fileID: 0} - - target: {fileID: -4216859302048453862, guid: 10f1060b18f7ba34f92053a256e89d10, - type: 3} - propertyPath: m_LocalEulerAnglesHint.y - value: 209.03 - objectReference: {fileID: 0} - - target: {fileID: -4216859302048453862, guid: 10f1060b18f7ba34f92053a256e89d10, - type: 3} - propertyPath: m_LocalEulerAnglesHint.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: -927199367670048503, guid: 10f1060b18f7ba34f92053a256e89d10, - type: 3} - propertyPath: m_Name - value: MMBurger - objectReference: {fileID: 0} - - target: {fileID: 395114155107240018, guid: 10f1060b18f7ba34f92053a256e89d10, - type: 3} - propertyPath: 'm_Materials.Array.data[0]' - value: - objectReference: {fileID: 2100000, guid: 73fdd485fdb1ba44fabd9bc27dfbb268, type: 2} - - target: {fileID: 485524790300691315, guid: 10f1060b18f7ba34f92053a256e89d10, - type: 3} - propertyPath: 'm_Materials.Array.data[0]' - value: - objectReference: {fileID: 2100000, guid: 6e044c899ad224c49a365cf038dc3dd0, type: 2} - - target: {fileID: 2580429468781135138, guid: 10f1060b18f7ba34f92053a256e89d10, - type: 3} - propertyPath: 'm_Materials.Array.data[0]' - value: - objectReference: {fileID: 2100000, guid: 73fdd485fdb1ba44fabd9bc27dfbb268, type: 2} - - target: {fileID: 3774721190161061483, guid: 10f1060b18f7ba34f92053a256e89d10, - type: 3} - propertyPath: 'm_Materials.Array.data[0]' - value: - objectReference: {fileID: 2100000, guid: f713b23437ee7ce4e91d79c7ebf7deb9, type: 2} - - target: {fileID: 5204594586754481614, guid: 10f1060b18f7ba34f92053a256e89d10, - type: 3} - propertyPath: 'm_Materials.Array.data[0]' - value: - objectReference: {fileID: 2100000, guid: 6f9a3feda45015847997d62c4695715a, type: 2} - - target: {fileID: 5414994426148217877, guid: 10f1060b18f7ba34f92053a256e89d10, - type: 3} - propertyPath: 'm_Materials.Array.data[0]' - value: - objectReference: {fileID: 2100000, guid: 6e044c899ad224c49a365cf038dc3dd0, type: 2} - - target: {fileID: 5567091477107860091, guid: 10f1060b18f7ba34f92053a256e89d10, - type: 3} - propertyPath: 'm_Materials.Array.data[0]' - value: - objectReference: {fileID: 2100000, guid: 6f9a3feda45015847997d62c4695715a, type: 2} - - target: {fileID: 9179173197375413451, guid: 10f1060b18f7ba34f92053a256e89d10, - type: 3} - propertyPath: 'm_Materials.Array.data[0]' - value: - objectReference: {fileID: 2100000, guid: 37bbdd2870294554b9997eae9fc844e9, type: 2} - m_RemovedComponents: [] - m_RemovedGameObjects: [] - m_AddedGameObjects: [] - m_AddedComponents: - - targetCorrespondingSourceObject: {fileID: -3188056036005796964, guid: 10f1060b18f7ba34f92053a256e89d10, - type: 3} - insertIndex: -1 - addedObject: {fileID: 749648100} - - targetCorrespondingSourceObject: {fileID: -2410711166800595649, guid: 10f1060b18f7ba34f92053a256e89d10, - type: 3} - insertIndex: -1 - addedObject: {fileID: 594467932} - - targetCorrespondingSourceObject: {fileID: -2410711166800595649, guid: 10f1060b18f7ba34f92053a256e89d10, - type: 3} - insertIndex: -1 - addedObject: {fileID: 594467931} - m_SourcePrefab: {fileID: 100100000, guid: 10f1060b18f7ba34f92053a256e89d10, type: 3} ---- !u!224 &261408395 stripped -RectTransform: - m_CorrespondingSourceObject: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - m_PrefabInstance: {fileID: 1143351718} - m_PrefabAsset: {fileID: 0} ---- !u!224 &272652439 stripped -RectTransform: - m_CorrespondingSourceObject: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - m_PrefabInstance: {fileID: 1895061595} - m_PrefabAsset: {fileID: 0} ---- !u!224 &273759754 stripped -RectTransform: - m_CorrespondingSourceObject: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - m_PrefabInstance: {fileID: 1615625726} - m_PrefabAsset: {fileID: 0} ---- !u!224 &279276975 stripped -RectTransform: - m_CorrespondingSourceObject: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - m_PrefabInstance: {fileID: 925488180} - m_PrefabAsset: {fileID: 0} ---- !u!1 &283429836 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 283429837} - - component: {fileID: 283429838} - m_Layer: 0 - m_Name: AudioSource - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &283429837 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 283429836} - serializedVersion: 2 - m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: 0} - m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 - m_Children: - - {fileID: 1849645478} - m_Father: {fileID: 1408360770} - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!114 &283429838 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 283429836} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 6da43522623d4704e979466dc7650b65, type: 3} - m_Name: - m_EditorClassIdentifier: - Feedbacks: [] - InitializationMode: 2 - AutoInitialization: 1 - SafeMode: 3 - Direction: 0 - AutoChangeDirectionOnEnd: 0 - AutoPlayOnStart: 0 - AutoPlayOnEnable: 0 - ForceTimescaleMode: 0 - ForcedTimescaleMode: 1 - DurationMultiplier: 1 - TimescaleMultiplier: 1 - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 1.5} - DisplayFullDurationDetails: 0 - PlayerTimescaleMode: 1 - OnlyPlayIfWithinRange: 0 - RangeCenter: {fileID: 0} - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - IgnoreRangeEvents: 0 - CooldownDuration: 0 - InitialDelay: 0 - CanPlay: 1 - CanPlayWhileAlreadyPlaying: 1 - ChanceToPlay: 100 - FeedbacksIntensity: 1 - Events: - TriggerMMFeedbacksEvents: 0 - TriggerUnityEvents: 1 - OnPlay: - m_PersistentCalls: - m_Calls: [] - OnPause: - m_PersistentCalls: - m_Calls: [] - OnStop: - m_PersistentCalls: - m_Calls: [] - OnResume: - m_PersistentCalls: - m_Calls: [] - OnChangeDirection: - m_PersistentCalls: - m_Calls: [] - OnComplete: - m_PersistentCalls: - m_Calls: [] - OnRestoreInitialValues: - m_PersistentCalls: - m_Calls: [] - OnSkipToTheEnd: - m_PersistentCalls: - m_Calls: [] - OnInitializationComplete: - m_PersistentCalls: - m_Calls: [] - OnEnable: - m_PersistentCalls: - m_Calls: [] - OnDisable: - m_PersistentCalls: - m_Calls: [] - DebugActive: 0 - InScriptDrivenPause: 0 - FeedbacksList: - - rid: 0 - KeepPlayModeChanges: 0 - PerformanceMode: 0 - RestoreInitialValuesOnDisable: 0 - StopFeedbacksOnDisable: 0 - PlayCount: 0 - references: - version: 2 - RefIds: - - rid: 0 - type: {class: MMF_AudioSource, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: 1089461840 - Label: AudioSource - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 283429838} - DebugActive: 0 - TargetAudioSource: {fileID: 1849645479} - Mode: 0 - RandomSfx: [] - MinVolume: 1 - MaxVolume: 1 - MinPitch: 0.8 - MaxPitch: 1 - SfxAudioMixerGroup: {fileID: 0} ---- !u!224 &292740000 stripped -RectTransform: - m_CorrespondingSourceObject: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - m_PrefabInstance: {fileID: 144164914} - m_PrefabAsset: {fileID: 0} ---- !u!224 &293018815 stripped -RectTransform: - m_CorrespondingSourceObject: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - m_PrefabInstance: {fileID: 1040884805} - m_PrefabAsset: {fileID: 0} ---- !u!1001 &301352614 -PrefabInstance: - m_ObjectHideFlags: 0 - serializedVersion: 2 - m_Modification: - serializedVersion: 3 - m_TransformParent: {fileID: 1557570896} - m_Modifications: - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: Feedbacks.Array.size - value: 7 - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[0]' - value: - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[1]' - value: - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[2]' - value: - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[3]' - value: - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[4]' - value: - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[5]' - value: - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[6]' - value: - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Pivot.x - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Pivot.y - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_RootOrder - value: 109 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMax.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMax.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMin.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMin.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_SizeDelta.x - value: 256.1 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_SizeDelta.y - value: 30 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalPosition.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.w - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.x - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.y - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.z - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchoredPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchoredPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalEulerAnglesHint.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalEulerAnglesHint.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalEulerAnglesHint.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604939, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_OnClick.m_PersistentCalls.m_Calls.Array.data[0].m_Target - value: - objectReference: {fileID: 94170743} - - target: {fileID: 2903879014986604939, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_OnClick.m_PersistentCalls.m_Calls.Array.data[0].m_MethodName - value: PlayFeedbacks - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604939, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_OnClick.m_PersistentCalls.m_Calls.Array.data[0].m_Arguments.m_ObjectArgumentAssemblyTypeName - value: UnityEngine.Object, UnityEngine - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604941, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Name - value: Button - Text Font Size - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Text - value: Text Font Size - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Color.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Color.b - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Color.g - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Color.r - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 4258887795993319071, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: NotSupportedInWebGL - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.size - value: 7 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[0]' - value: MoreMountains.Feedbacks MoreMountains.Feedbacks.MMF_AudioSource - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[1]' - value: MoreMountains.Feedbacks MoreMountains.Feedbacks.MMF_SetActive - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[2]' - value: MoreMountains.Feedbacks MoreMountains.Feedbacks.MMF_Text - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[3]' - value: MoreMountains.Feedbacks MoreMountains.Feedbacks.MMF_Pause - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[4]' - value: MoreMountains.Feedbacks.MMTools MoreMountains.Feedbacks.MMF_TextFontSize - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[5]' - value: MoreMountains.Feedbacks MoreMountains.Feedbacks.MMF_HoldingPause - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[6]' - value: MoreMountains.Feedbacks MoreMountains.Feedbacks.MMF_SetActive - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Mode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Mode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Label - value: AudioSource - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Label - value: Set Container Active - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Label - value: Text - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Label - value: Pause - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Label - value: Text Font Size - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Label - value: Holding Pause - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Label - value: Set Container Inactive - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].NewText - value: "This feedback lets you \nchange the font size of a Text \nover time." - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].MaxPitch - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].MinPitch - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].UniqueID - value: -820519910 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].UniqueID - value: 1260240715 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].UniqueID - value: -1729615998 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].UniqueID - value: 399884592 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Duration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].RemapOne - value: 10 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].UniqueID - value: 1024326588 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].UniqueID - value: 2092682481 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].UniqueID - value: 1809586826 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].MaxVolume - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].MinVolume - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].RemapZero - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].StartsOff - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].TargetText - value: - objectReference: {fileID: 1213889022} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AutoResume - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].TargetText - value: - objectReference: {fileID: 1213889022} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].AutoResume - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].StateOnInit - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].StateOnPlay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].StateOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].StateOnInit - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].StateOnPlay - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].StateOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].StateOnReset - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].ScriptDriven - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].ScriptDriven - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].StateOnReset - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].PauseDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].DisableOnStop - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].PauseDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].SetStateOnInit - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].SetStateOnPlay - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].SetStateOnStop - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].RelativeValues - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].SetStateOnInit - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].SetStateOnPlay - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].SetStateOnStop - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].SetStateOnReset - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AutoResumeAfter - value: 0.25 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].InstantFontSize - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].AutoResumeAfter - value: 0.25 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].SetStateOnReset - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].TargetGameObject - value: - objectReference: {fileID: 1855939571} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].MaxPauseDuration - value: 3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].MinPauseDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].MaxPauseDuration - value: 3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].MinPauseDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].TargetGameObject - value: - objectReference: {fileID: 1855939571} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].TargetAudioSource - value: - objectReference: {fileID: 478010195} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].SfxAudioMixerGroup - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AllowAdditivePlays - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].RandomizeOnEachPlay - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].RandomizeOnEachPlay - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].RandomSfx.Array.size - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].RandomizePauseDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].RandomizePauseDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].FontSizeCurve.MMTweenCurve - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].FontSizeCurve.Curve.m_PreInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].FontSizeCurve.Curve.m_PostInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].FontSizeCurve.Curve.m_RotationOrder - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].FontSizeCurve.MMTweenDefinitionType - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].FontSizeCurve.Curve.m_Curve.Array.size - value: 5 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].FontSizeCurve.Curve.m_Curve.Array.data[0].time - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].FontSizeCurve.Curve.m_Curve.Array.data[1].time - value: 0.3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].FontSizeCurve.Curve.m_Curve.Array.data[2].time - value: 0.50701714 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].FontSizeCurve.Curve.m_Curve.Array.data[3].time - value: 0.7101653 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].FontSizeCurve.Curve.m_Curve.Array.data[4].time - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].FontSizeCurve.Curve.m_Curve.Array.data[0].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].FontSizeCurve.Curve.m_Curve.Array.data[1].value - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].FontSizeCurve.Curve.m_Curve.Array.data[2].value - value: -0.04055196 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].FontSizeCurve.Curve.m_Curve.Array.data[3].value - value: 0.81779426 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].FontSizeCurve.Curve.m_Curve.Array.data[4].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].FontSizeCurve.Curve.m_Curve.Array.data[0].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].FontSizeCurve.Curve.m_Curve.Array.data[1].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].FontSizeCurve.Curve.m_Curve.Array.data[2].inSlope - value: -1.6574749 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].FontSizeCurve.Curve.m_Curve.Array.data[3].inSlope - value: 0.65075946 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].FontSizeCurve.Curve.m_Curve.Array.data[4].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].FontSizeCurve.Curve.m_Curve.Array.data[0].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].FontSizeCurve.Curve.m_Curve.Array.data[0].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].FontSizeCurve.Curve.m_Curve.Array.data[1].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].FontSizeCurve.Curve.m_Curve.Array.data[1].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].FontSizeCurve.Curve.m_Curve.Array.data[2].inWeight - value: 0.33333334 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].FontSizeCurve.Curve.m_Curve.Array.data[2].outSlope - value: -1.6574749 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].FontSizeCurve.Curve.m_Curve.Array.data[3].inWeight - value: 0.33333334 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].FontSizeCurve.Curve.m_Curve.Array.data[3].outSlope - value: 0.65075946 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].FontSizeCurve.Curve.m_Curve.Array.data[4].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].FontSizeCurve.Curve.m_Curve.Array.data[4].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].FontSizeCurve.Curve.m_Curve.Array.data[0].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].FontSizeCurve.Curve.m_Curve.Array.data[1].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].FontSizeCurve.Curve.m_Curve.Array.data[2].outWeight - value: 0.33333334 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].FontSizeCurve.Curve.m_Curve.Array.data[3].outWeight - value: 0.33333334 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].FontSizeCurve.Curve.m_Curve.Array.data[4].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].FontSizeCurve.Curve.m_Curve.Array.data[0].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].FontSizeCurve.Curve.m_Curve.Array.data[1].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].FontSizeCurve.Curve.m_Curve.Array.data[2].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].FontSizeCurve.Curve.m_Curve.Array.data[3].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].FontSizeCurve.Curve.m_Curve.Array.data[4].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].FontSizeCurve.Curve.m_Curve.Array.data[0].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].FontSizeCurve.Curve.m_Curve.Array.data[1].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].FontSizeCurve.Curve.m_Curve.Array.data[2].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].FontSizeCurve.Curve.m_Curve.Array.data[3].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].FontSizeCurve.Curve.m_Curve.Array.data[4].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 9167406172343059487, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_IsActive - value: 0 - objectReference: {fileID: 0} - m_RemovedComponents: - - {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, type: 3} - m_RemovedGameObjects: [] - m_AddedGameObjects: [] - m_AddedComponents: [] - m_SourcePrefab: {fileID: 100100000, guid: a16c33a1240b8ce4f930161a7c85fae6, type: 3} ---- !u!1 &305986966 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 305986967} - - component: {fileID: 305986968} - m_Layer: 0 - m_Name: Pitch - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &305986967 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 305986966} - serializedVersion: 2 - m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: 0} - m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 - m_Children: [] - m_Father: {fileID: 1408360770} - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!114 &305986968 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 305986966} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 6da43522623d4704e979466dc7650b65, type: 3} - m_Name: - m_EditorClassIdentifier: - Feedbacks: [] - InitializationMode: 2 - AutoInitialization: 1 - SafeMode: 3 - Direction: 0 - AutoChangeDirectionOnEnd: 0 - AutoPlayOnStart: 0 - AutoPlayOnEnable: 0 - ForceTimescaleMode: 0 - ForcedTimescaleMode: 1 - DurationMultiplier: 1 - TimescaleMultiplier: 1 - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 1.5} - DisplayFullDurationDetails: 0 - PlayerTimescaleMode: 1 - OnlyPlayIfWithinRange: 0 - RangeCenter: {fileID: 0} - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - IgnoreRangeEvents: 0 - CooldownDuration: 0 - InitialDelay: 0 - CanPlay: 1 - CanPlayWhileAlreadyPlaying: 1 - ChanceToPlay: 100 - FeedbacksIntensity: 1 - Events: - TriggerMMFeedbacksEvents: 0 - TriggerUnityEvents: 1 - OnPlay: - m_PersistentCalls: - m_Calls: [] - OnPause: - m_PersistentCalls: - m_Calls: [] - OnStop: - m_PersistentCalls: - m_Calls: [] - OnResume: - m_PersistentCalls: - m_Calls: [] - OnChangeDirection: - m_PersistentCalls: - m_Calls: [] - OnComplete: - m_PersistentCalls: - m_Calls: [] - OnRestoreInitialValues: - m_PersistentCalls: - m_Calls: [] - OnSkipToTheEnd: - m_PersistentCalls: - m_Calls: [] - OnInitializationComplete: - m_PersistentCalls: - m_Calls: [] - OnEnable: - m_PersistentCalls: - m_Calls: [] - OnDisable: - m_PersistentCalls: - m_Calls: [] - DebugActive: 0 - InScriptDrivenPause: 0 - FeedbacksList: - - rid: 0 - - rid: 1 - - rid: 2 - - rid: 3 - - rid: 4 - KeepPlayModeChanges: 0 - PerformanceMode: 0 - RestoreInitialValuesOnDisable: 0 - StopFeedbacksOnDisable: 0 - PlayCount: 0 - references: - version: 2 - RefIds: - - rid: 0 - type: {class: MMF_AudioSource, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: -544563533 - Label: AudioSource - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 305986968} - DebugActive: 0 - TargetAudioSource: {fileID: 1467162775} - Mode: 0 - RandomSfx: [] - MinVolume: 1 - MaxVolume: 1 - MinPitch: 1 - MaxPitch: 1 - SfxAudioMixerGroup: {fileID: 0} - - rid: 1 - type: {class: MMF_Pause, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: 1243583037 - Label: Pause - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 305986968} - DebugActive: 0 - PauseDuration: 1 - RandomizePauseDuration: 0 - MinPauseDuration: 1 - MaxPauseDuration: 3 - RandomizeOnEachPlay: 1 - ScriptDriven: 0 - AutoResume: 0 - AutoResumeAfter: 0.25 - - rid: 2 - type: {class: MMF_AudioSourcePitch, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: -1986192921 - Label: AudioSource Pitch - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 305986968} - DebugActive: 0 - Duration: 2 - ResetShakerValuesAfterShake: 1 - ResetTargetValuesAfterShake: 1 - RelativePitch: 0 - PitchTween: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.5 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapPitchZero: 0 - RemapPitchOne: 1 - - rid: 3 - type: {class: MMF_HoldingPause, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: -624545372 - Label: Holding Pause - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 305986968} - DebugActive: 0 - PauseDuration: 1 - RandomizePauseDuration: 0 - MinPauseDuration: 1 - MaxPauseDuration: 3 - RandomizeOnEachPlay: 1 - ScriptDriven: 0 - AutoResume: 0 - AutoResumeAfter: 0.25 - - rid: 4 - type: {class: MMF_AudioSource, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: -1255018089 - Label: AudioSource - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 305986968} - DebugActive: 0 - TargetAudioSource: {fileID: 1467162775} - Mode: 3 - RandomSfx: [] - MinVolume: 1 - MaxVolume: 1 - MinPitch: 1 - MaxPitch: 1 - SfxAudioMixerGroup: {fileID: 0} ---- !u!1 &306481846 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 306481847} - - component: {fileID: 306481848} - m_Layer: 0 - m_Name: SpringVignette - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &306481847 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 306481846} - serializedVersion: 2 - m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: 0} - m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 - m_Children: [] - m_Father: {fileID: 490988081} - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!114 &306481848 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 306481846} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 6da43522623d4704e979466dc7650b65, type: 3} - m_Name: - m_EditorClassIdentifier: - Feedbacks: [] - InitializationMode: 2 - AutoInitialization: 1 - SafeMode: 3 - Direction: 0 - AutoChangeDirectionOnEnd: 0 - AutoPlayOnStart: 0 - AutoPlayOnEnable: 0 - ForceTimescaleMode: 0 - ForcedTimescaleMode: 1 - DurationMultiplier: 1 - TimescaleMultiplier: 1 - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 1.5} - DisplayFullDurationDetails: 0 - PlayerTimescaleMode: 1 - OnlyPlayIfWithinRange: 0 - RangeCenter: {fileID: 0} - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - IgnoreRangeEvents: 0 - CooldownDuration: 0 - InitialDelay: 0 - CanPlay: 1 - CanPlayWhileAlreadyPlaying: 1 - ChanceToPlay: 100 - FeedbacksIntensity: 1 - Events: - TriggerMMFeedbacksEvents: 0 - TriggerUnityEvents: 1 - OnPlay: - m_PersistentCalls: - m_Calls: [] - OnPause: - m_PersistentCalls: - m_Calls: [] - OnStop: - m_PersistentCalls: - m_Calls: [] - OnResume: - m_PersistentCalls: - m_Calls: [] - OnChangeDirection: - m_PersistentCalls: - m_Calls: [] - OnComplete: - m_PersistentCalls: - m_Calls: [] - OnRestoreInitialValues: - m_PersistentCalls: - m_Calls: [] - OnSkipToTheEnd: - m_PersistentCalls: - m_Calls: [] - OnInitializationComplete: - m_PersistentCalls: - m_Calls: [] - OnEnable: - m_PersistentCalls: - m_Calls: [] - OnDisable: - m_PersistentCalls: - m_Calls: [] - DebugActive: 0 - InScriptDrivenPause: 0 - FeedbacksList: - - rid: 1 - - rid: 1779414934241935500 - KeepPlayModeChanges: 0 - PerformanceMode: 0 - RestoreInitialValuesOnDisable: 0 - StopFeedbacksOnDisable: 0 - PlayCount: 0 - references: - version: 2 - RefIds: - - rid: 1 - type: {class: MMF_AudioSource, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: -1449225785 - Label: AudioSource - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 306481848} - DebugActive: 0 - TargetAudioSource: {fileID: 478010195} - Mode: 0 - RandomSfx: [] - MinVolume: 1 - MaxVolume: 1 - MinPitch: 1 - MaxPitch: 1 - SfxAudioMixerGroup: {fileID: 0} - - rid: 1779414934241935500 - type: {class: MMF_SpringFloat, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: 78925892 - Label: Spring Float - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0.8, y: 1} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 306481848} - DebugActive: 0 - TargetSpring: {fileID: 1210353995} - DeclaredDuration: 0 - Command: 5 - MoveToValue: 2 - BumpAmount: 10 - MoveToRandomValue: {x: -2, y: 2} - BumpAmountRandomValue: {x: -50, y: 50} - OverrideDamping: 0 - NewDamping: 0.8 - OverrideFrequency: 0 - NewFrequency: 5 ---- !u!1 &306533485 stripped -GameObject: - m_CorrespondingSourceObject: {fileID: -927199367670048503, guid: 01dfcbf4ce9664c41ab1cf3609c59ee6, - type: 3} - m_PrefabInstance: {fileID: 505541626} - m_PrefabAsset: {fileID: 0} ---- !u!4 &306533486 stripped -Transform: - m_CorrespondingSourceObject: {fileID: -4216859302048453862, guid: 01dfcbf4ce9664c41ab1cf3609c59ee6, - type: 3} - m_PrefabInstance: {fileID: 505541626} - m_PrefabAsset: {fileID: 0} ---- !u!114 &306533487 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 306533485} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 83dcb4ea8c2204a43adf98a01a3bc0d1, type: 3} - m_Name: - m_EditorClassIdentifier: - Receiver: - TargetObject: {fileID: 306533485} - TargetComponent: {fileID: 306533486} - TargetScriptableObject: {fileID: 0} - TargetPropertyName: position - ShouldModifyValue: 1 - RelativeValue: 1 - ModifyX: 0 - ModifyY: 1 - ModifyZ: 0 - ModifyW: 1 - Threshold: 0.5 - BoolRemapZero: 0 - BoolRemapOne: 1 - StringRemapZero: Zero - StringRemapOne: One - IntRemapZero: 0 - IntRemapOne: 1 - FloatRemapZero: 0 - FloatRemapOne: 1 - Vector2RemapZero: {x: 0, y: 0} - Vector2RemapOne: {x: 1, y: 1} - Vector3RemapZero: {x: 0, y: 0, z: 0} - Vector3RemapOne: {x: 1, y: 0.75, z: 1} - Vector4RemapZero: {x: 0, y: 0, z: 0, w: 0} - Vector4RemapOne: {x: 1, y: 1, z: 1, w: 1} - QuaternionRemapZero: {x: 0, y: 0, z: 0} - QuaternionRemapOne: {x: 180, y: 180, z: 180} - ColorRemapZero: {r: 1, g: 1, b: 1, a: 1} - ColorRemapOne: {r: 0, g: 0, b: 0, a: 1} - Level: 0 - CanListen: 1 - Channel: 0 - RandomizeLevel: 0 - MinRandomLevelMultiplier: 0 - MaxRandomLevelMultiplier: 1 ---- !u!1001 &306877658 -PrefabInstance: - m_ObjectHideFlags: 0 - serializedVersion: 2 - m_Modification: - serializedVersion: 3 - m_TransformParent: {fileID: 1557570896} - m_Modifications: - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: Feedbacks.Array.size - value: 7 - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[0]' - value: - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[1]' - value: - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[2]' - value: - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[3]' - value: - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[4]' - value: - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[5]' - value: - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[6]' - value: - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[7]' - value: - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Pivot.x - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Pivot.y - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_RootOrder - value: 115 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMax.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMax.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMin.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMin.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_SizeDelta.x - value: 256.1 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_SizeDelta.y - value: 30 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalPosition.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.w - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.x - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.y - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.z - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchoredPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchoredPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalEulerAnglesHint.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalEulerAnglesHint.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalEulerAnglesHint.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604939, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_OnClick.m_PersistentCalls.m_Calls.Array.data[0].m_Target - value: - objectReference: {fileID: 59516057} - - target: {fileID: 2903879014986604939, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_OnClick.m_PersistentCalls.m_Calls.Array.data[0].m_MethodName - value: PlayFeedbacks - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604939, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_OnClick.m_PersistentCalls.m_Calls.Array.data[0].m_Arguments.m_ObjectArgumentAssemblyTypeName - value: UnityEngine.Object, UnityEngine - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604941, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Name - value: Button - Character Spacing - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Text - value: TMP Character Spacing - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Color.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Color.b - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Color.g - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Color.r - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 4258887795993319071, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: NotSupportedInWebGL - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.size - value: 7 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[0]' - value: MoreMountains.Feedbacks MoreMountains.Feedbacks.MMF_AudioSource - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[1]' - value: MoreMountains.Feedbacks MoreMountains.Feedbacks.MMF_SetActive - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[2]' - value: MoreMountains.Feedbacks.TextMeshPro MoreMountains.Feedbacks.MMF_TMPText - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[3]' - value: MoreMountains.Feedbacks MoreMountains.Feedbacks.MMF_Pause - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[4]' - value: MoreMountains.Feedbacks.TextMeshPro MoreMountains.Feedbacks.MMF_TMPCharacterSpacing - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[5]' - value: MoreMountains.Feedbacks MoreMountains.Feedbacks.MMF_HoldingPause - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[6]' - value: MoreMountains.Feedbacks MoreMountains.Feedbacks.MMF_SetActive - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Mode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Mode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Label - value: AudioSource - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Label - value: Set Active - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Label - value: TMP Text - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Label - value: Pause - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Label - value: TMP Character Spacing - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Label - value: Holding Pause - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Label - value: Set Inactive - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].NewText - value: 'Let''s space - - these characters' - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].MaxPitch - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].MinPitch - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].UniqueID - value: -998036189 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].UniqueID - value: -82209681 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].UniqueID - value: 429833692 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].UniqueID - value: 176723009 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Duration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].RemapOne - value: 12 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].UniqueID - value: -672838055 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].UniqueID - value: 1623983280 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].UniqueID - value: -438852220 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].MaxVolume - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].MinVolume - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].RemapZero - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].StartsOff - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AutoResume - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].AutoResume - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].StateOnInit - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].StateOnPlay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].StateOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].StateOnInit - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].StateOnPlay - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].StateOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].StateOnReset - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].ScriptDriven - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].ScriptDriven - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].StateOnReset - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].TargetTMPText - value: - objectReference: {fileID: 500670851} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].PauseDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].DisableOnStop - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].TargetTMPText - value: - objectReference: {fileID: 500670851} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].PauseDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].SetStateOnInit - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].SetStateOnPlay - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].SetStateOnStop - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].RelativeValues - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].SetStateOnInit - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].SetStateOnPlay - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].SetStateOnStop - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].SetStateOnReset - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AutoResumeAfter - value: 0.25 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].InstantFontSize - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].AutoResumeAfter - value: 0.25 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].SetStateOnReset - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].TargetGameObject - value: - objectReference: {fileID: 731678809} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].MaxPauseDuration - value: 3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].MinPauseDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].MaxPauseDuration - value: 3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].MinPauseDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].TargetGameObject - value: - objectReference: {fileID: 731678809} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].TargetAudioSource - value: - objectReference: {fileID: 478010195} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].SfxAudioMixerGroup - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AllowAdditivePlays - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].RandomizeOnEachPlay - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].RandomizeOnEachPlay - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].RandomSfx.Array.size - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].RandomizePauseDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].RandomizePauseDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].CharacterSpacingCurve.MMTweenCurve - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].CharacterSpacingCurve.Curve.m_PreInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].CharacterSpacingCurve.Curve.m_PostInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].CharacterSpacingCurve.Curve.m_RotationOrder - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].CharacterSpacingCurve.MMTweenDefinitionType - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].CharacterSpacingCurve.Curve.m_Curve.Array.size - value: 3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].CharacterSpacingCurve.Curve.m_Curve.Array.data[0].time - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].CharacterSpacingCurve.Curve.m_Curve.Array.data[1].time - value: 0.3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].CharacterSpacingCurve.Curve.m_Curve.Array.data[2].time - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].CharacterSpacingCurve.Curve.m_Curve.Array.data[0].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].CharacterSpacingCurve.Curve.m_Curve.Array.data[1].value - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].CharacterSpacingCurve.Curve.m_Curve.Array.data[2].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].CharacterSpacingCurve.Curve.m_Curve.Array.data[0].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].CharacterSpacingCurve.Curve.m_Curve.Array.data[1].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].CharacterSpacingCurve.Curve.m_Curve.Array.data[2].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].CharacterSpacingCurve.Curve.m_Curve.Array.data[0].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].CharacterSpacingCurve.Curve.m_Curve.Array.data[0].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].CharacterSpacingCurve.Curve.m_Curve.Array.data[1].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].CharacterSpacingCurve.Curve.m_Curve.Array.data[1].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].CharacterSpacingCurve.Curve.m_Curve.Array.data[2].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].CharacterSpacingCurve.Curve.m_Curve.Array.data[2].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].CharacterSpacingCurve.Curve.m_Curve.Array.data[0].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].CharacterSpacingCurve.Curve.m_Curve.Array.data[1].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].CharacterSpacingCurve.Curve.m_Curve.Array.data[2].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].CharacterSpacingCurve.Curve.m_Curve.Array.data[0].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].CharacterSpacingCurve.Curve.m_Curve.Array.data[1].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].CharacterSpacingCurve.Curve.m_Curve.Array.data[2].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].CharacterSpacingCurve.Curve.m_Curve.Array.data[0].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].CharacterSpacingCurve.Curve.m_Curve.Array.data[1].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].CharacterSpacingCurve.Curve.m_Curve.Array.data[2].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 9167406172343059487, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_IsActive - value: 0 - objectReference: {fileID: 0} - m_RemovedComponents: - - {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, type: 3} - m_RemovedGameObjects: [] - m_AddedGameObjects: [] - m_AddedComponents: [] - m_SourcePrefab: {fileID: 100100000, guid: a16c33a1240b8ce4f930161a7c85fae6, type: 3} ---- !u!1 &311682027 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 311682028} - m_Layer: 0 - m_Name: DudeOrbit - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &311682028 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 311682027} - serializedVersion: 2 - m_LocalRotation: {x: -0, y: 1, z: -0, w: 0} - m_LocalPosition: {x: 0.3407691, y: -2.6249886, z: 9.269008} - m_LocalScale: {x: 40, y: 40, z: 40} - m_ConstrainProportionsScale: 0 - m_Children: [] - m_Father: {fileID: 950021599} - m_LocalEulerAnglesHint: {x: 0, y: 180, z: 0} ---- !u!1 &319203424 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 319203425} - - component: {fileID: 319203426} - - component: {fileID: 319203427} - m_Layer: 0 - m_Name: Logo - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &319203425 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 319203424} - serializedVersion: 2 - m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: 1.897, y: -2.53, z: 8.44} - m_LocalScale: {x: 0.25, y: 0.25, z: 0.25} - m_ConstrainProportionsScale: 0 - m_Children: - - {fileID: 1352294453} - m_Father: {fileID: 950021599} - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!60 &319203426 -PolygonCollider2D: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 319203424} - m_Enabled: 1 - serializedVersion: 3 - m_Density: 1 - m_Material: {fileID: 0} - m_IncludeLayers: - serializedVersion: 2 - m_Bits: 0 - m_ExcludeLayers: - serializedVersion: 2 - m_Bits: 0 - m_LayerOverridePriority: 0 - m_ForceSendLayers: - serializedVersion: 2 - m_Bits: 4294967295 - m_ForceReceiveLayers: - serializedVersion: 2 - m_Bits: 4294967295 - m_ContactCaptureLayers: - serializedVersion: 2 - m_Bits: 4294967295 - m_CallbackLayers: - serializedVersion: 2 - m_Bits: 4294967295 - m_IsTrigger: 0 - m_UsedByEffector: 0 - m_CompositeOperation: 0 - m_CompositeOrder: 0 - m_Offset: {x: 0, y: 0} - m_SpriteTilingProperty: - border: {x: 0, y: 0, z: 0, w: 0} - pivot: {x: 0, y: 0} - oldSize: {x: 0, y: 0} - newSize: {x: 0, y: 0} - adaptiveTilingThreshold: 0 - drawMode: 0 - adaptiveTiling: 0 - m_AutoTiling: 0 - m_Points: - m_Paths: - - - {x: 0.12059593, y: 0.3548293} - - {x: -0.24062562, y: 0.11750984} - - {x: -0.47040987, y: -0.35187054} - - {x: 0.4704094, y: -0.35804844} - m_UseDelaunayMesh: 0 ---- !u!50 &319203427 -Rigidbody2D: - serializedVersion: 5 - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 319203424} - m_BodyType: 0 - m_Simulated: 1 - m_UseFullKinematicContacts: 0 - m_UseAutoMass: 0 - m_Mass: 1 - m_LinearDamping: 0 - m_AngularDamping: 0.05 - m_GravityScale: 1 - m_Material: {fileID: 0} - m_IncludeLayers: - serializedVersion: 2 - m_Bits: 0 - m_ExcludeLayers: - serializedVersion: 2 - m_Bits: 0 - m_Interpolate: 0 - m_SleepingMode: 1 - m_CollisionDetection: 0 - m_Constraints: 0 ---- !u!1001 &320141164 -PrefabInstance: - m_ObjectHideFlags: 0 - serializedVersion: 2 - m_Modification: - serializedVersion: 3 - m_TransformParent: {fileID: 1096839754} - m_Modifications: - - target: {fileID: -4216859302048453862, guid: 01dfcbf4ce9664c41ab1cf3609c59ee6, - type: 3} - propertyPath: m_RootOrder - value: 4 - objectReference: {fileID: 0} - - target: {fileID: -4216859302048453862, guid: 01dfcbf4ce9664c41ab1cf3609c59ee6, - type: 3} - propertyPath: m_LocalScale.x - value: 0.005 - objectReference: {fileID: 0} - - target: {fileID: -4216859302048453862, guid: 01dfcbf4ce9664c41ab1cf3609c59ee6, - type: 3} - propertyPath: m_LocalScale.y - value: 0.005 - objectReference: {fileID: 0} - - target: {fileID: -4216859302048453862, guid: 01dfcbf4ce9664c41ab1cf3609c59ee6, - type: 3} - propertyPath: m_LocalScale.z - value: 0.005 - objectReference: {fileID: 0} - - target: {fileID: -4216859302048453862, guid: 01dfcbf4ce9664c41ab1cf3609c59ee6, - type: 3} - propertyPath: m_LocalPosition.x - value: 1.434 - objectReference: {fileID: 0} - - target: {fileID: -4216859302048453862, guid: 01dfcbf4ce9664c41ab1cf3609c59ee6, - type: 3} - propertyPath: m_LocalPosition.y - value: -0.013 - objectReference: {fileID: 0} - - target: {fileID: -4216859302048453862, guid: 01dfcbf4ce9664c41ab1cf3609c59ee6, - type: 3} - propertyPath: m_LocalPosition.z - value: 9.162 - objectReference: {fileID: 0} - - target: {fileID: -4216859302048453862, guid: 01dfcbf4ce9664c41ab1cf3609c59ee6, - type: 3} - propertyPath: m_LocalRotation.w - value: 0.9401396 - objectReference: {fileID: 0} - - target: {fileID: -4216859302048453862, guid: 01dfcbf4ce9664c41ab1cf3609c59ee6, - type: 3} - propertyPath: m_LocalRotation.x - value: -0 - objectReference: {fileID: 0} - - target: {fileID: -4216859302048453862, guid: 01dfcbf4ce9664c41ab1cf3609c59ee6, - type: 3} - propertyPath: m_LocalRotation.y - value: 0.34078977 - objectReference: {fileID: 0} - - target: {fileID: -4216859302048453862, guid: 01dfcbf4ce9664c41ab1cf3609c59ee6, - type: 3} - propertyPath: m_LocalRotation.z - value: -0 - objectReference: {fileID: 0} - - target: {fileID: -4216859302048453862, guid: 01dfcbf4ce9664c41ab1cf3609c59ee6, - type: 3} - propertyPath: m_LocalEulerAnglesHint.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: -4216859302048453862, guid: 01dfcbf4ce9664c41ab1cf3609c59ee6, - type: 3} - propertyPath: m_LocalEulerAnglesHint.y - value: 39.85 - objectReference: {fileID: 0} - - target: {fileID: -4216859302048453862, guid: 01dfcbf4ce9664c41ab1cf3609c59ee6, - type: 3} - propertyPath: m_LocalEulerAnglesHint.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: -1504981713932161579, guid: 01dfcbf4ce9664c41ab1cf3609c59ee6, - type: 3} - propertyPath: 'm_Materials.Array.data[0]' - value: - objectReference: {fileID: 2100000, guid: 8b80d96aef31b7b42927634a8a768ed6, type: 2} - - target: {fileID: -927199367670048503, guid: 01dfcbf4ce9664c41ab1cf3609c59ee6, - type: 3} - propertyPath: m_Name - value: LP_S-Rock_01 (1) - objectReference: {fileID: 0} - m_RemovedComponents: [] - m_RemovedGameObjects: [] - m_AddedGameObjects: [] - m_AddedComponents: - - targetCorrespondingSourceObject: {fileID: -927199367670048503, guid: 01dfcbf4ce9664c41ab1cf3609c59ee6, - type: 3} - insertIndex: -1 - addedObject: {fileID: 2108368968} - m_SourcePrefab: {fileID: 100100000, guid: 01dfcbf4ce9664c41ab1cf3609c59ee6, type: 3} ---- !u!1 &325868083 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 325868084} - - component: {fileID: 325868085} - m_Layer: 0 - m_Name: HapticClip - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &325868084 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 325868083} - serializedVersion: 2 - m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: 0} - m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 - m_Children: [] - m_Father: {fileID: 569166822} - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!114 &325868085 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 325868083} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 6da43522623d4704e979466dc7650b65, type: 3} - m_Name: - m_EditorClassIdentifier: - Feedbacks: [] - InitializationMode: 2 - AutoInitialization: 1 - SafeMode: 3 - Direction: 0 - AutoChangeDirectionOnEnd: 0 - AutoPlayOnStart: 0 - AutoPlayOnEnable: 0 - ForceTimescaleMode: 0 - ForcedTimescaleMode: 1 - DurationMultiplier: 1 - TimescaleMultiplier: 1 - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 1.5} - DisplayFullDurationDetails: 0 - PlayerTimescaleMode: 1 - OnlyPlayIfWithinRange: 0 - RangeCenter: {fileID: 0} - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - IgnoreRangeEvents: 0 - CooldownDuration: 0 - InitialDelay: 0 - CanPlay: 1 - CanPlayWhileAlreadyPlaying: 1 - ChanceToPlay: 100 - FeedbacksIntensity: 1 - Events: - TriggerMMFeedbacksEvents: 0 - TriggerUnityEvents: 1 - OnPlay: - m_PersistentCalls: - m_Calls: [] - OnPause: - m_PersistentCalls: - m_Calls: [] - OnStop: - m_PersistentCalls: - m_Calls: [] - OnResume: - m_PersistentCalls: - m_Calls: [] - OnChangeDirection: - m_PersistentCalls: - m_Calls: [] - OnComplete: - m_PersistentCalls: - m_Calls: [] - OnRestoreInitialValues: - m_PersistentCalls: - m_Calls: [] - OnSkipToTheEnd: - m_PersistentCalls: - m_Calls: [] - OnInitializationComplete: - m_PersistentCalls: - m_Calls: [] - OnEnable: - m_PersistentCalls: - m_Calls: [] - OnDisable: - m_PersistentCalls: - m_Calls: [] - DebugActive: 0 - InScriptDrivenPause: 0 - FeedbacksList: - - rid: 0 - - rid: 1 - KeepPlayModeChanges: 0 - PerformanceMode: 0 - RestoreInitialValuesOnDisable: 0 - StopFeedbacksOnDisable: 0 - PlayCount: 0 - references: - version: 2 - RefIds: - - rid: 0 - type: {class: MMF_AudioSource, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: 503469918 - Label: AudioSource - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 325868085} - DebugActive: 0 - TargetAudioSource: {fileID: 478010195} - Mode: 0 - RandomSfx: [] - MinVolume: 1 - MaxVolume: 1 - MinPitch: 1 - MaxPitch: 1 - SfxAudioMixerGroup: {fileID: 0} - - rid: 1 - type: {class: MMF_NVClip, ns: MoreMountains.FeedbacksForThirdParty, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: -1013700552 - Label: Haptic Clip - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 325868085} - DebugActive: 0 - Clip: {fileID: -8404250095460277587, guid: 6ba7f34892e4048be87810ea8621b3df, - type: 3} - FallbackPreset: 4 - Loop: 0 - SeekTime: 0 - MinLevel: 1 - MaxLevel: 1 - MinFrequencyShift: 0 - MaxFrequencyShift: 0 - HapticSettings: - ForceGamepadID: 0 - GamepadID: 0 - OnlyPlayIfHapticsSupported: 1 - OnlyPlayIfAdvancedRequirementsMet: 0 - OnlyPlayIfAmplitudeModulationSupported: 0 - OnlyPlayIfFrequencyModulationSupported: 0 ---- !u!1 &337185751 stripped -GameObject: - m_CorrespondingSourceObject: {fileID: 8265520595526061170, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - m_PrefabInstance: {fileID: 1802690113} - m_PrefabAsset: {fileID: 0} ---- !u!114 &337185753 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 337185751} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 180ecf9b41d478f468eb3e9083753217, type: 3} - m_Name: - m_EditorClassIdentifier: - ImpulseDefinition: - ImpulseChannel: 1 - ImpulseShape: 0 - CustomImpulseShape: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - ImpulseDuration: 0.2 - ImpulseType: 3 - DissipationRate: 0 - RawSignal: {fileID: 11400000, guid: 69ce8388f6785dd4c8c39915efece2f4, type: 2} - AmplitudeGain: 1 - FrequencyGain: 1 - RepeatMode: 0 - Randomize: 1 - TimeEnvelope: - AttackShape: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - DecayShape: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - AttackTime: 0 - SustainTime: 0.2 - DecayTime: 0.7 - ScaleWithImpact: 1 - HoldForever: 0 - ImpactRadius: 100 - DirectionMode: 0 - DissipationMode: 2 - DissipationDistance: 1000 - PropagationSpeed: 10000 - DefaultVelocity: {x: 0, y: -1, z: 0} ---- !u!1 &338423882 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 338423883} - - component: {fileID: 338423884} - m_Layer: 0 - m_Name: Reverb - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &338423883 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 338423882} - serializedVersion: 2 - m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: 0} - m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 - m_Children: [] - m_Father: {fileID: 1408360770} - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!114 &338423884 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 338423882} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 6da43522623d4704e979466dc7650b65, type: 3} - m_Name: - m_EditorClassIdentifier: - Feedbacks: [] - InitializationMode: 2 - AutoInitialization: 1 - SafeMode: 3 - Direction: 0 - AutoChangeDirectionOnEnd: 0 - AutoPlayOnStart: 0 - AutoPlayOnEnable: 0 - ForceTimescaleMode: 0 - ForcedTimescaleMode: 1 - DurationMultiplier: 1 - TimescaleMultiplier: 1 - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 1.5} - DisplayFullDurationDetails: 0 - PlayerTimescaleMode: 1 - OnlyPlayIfWithinRange: 0 - RangeCenter: {fileID: 0} - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - IgnoreRangeEvents: 0 - CooldownDuration: 0 - InitialDelay: 0 - CanPlay: 1 - CanPlayWhileAlreadyPlaying: 1 - ChanceToPlay: 100 - FeedbacksIntensity: 1 - Events: - TriggerMMFeedbacksEvents: 0 - TriggerUnityEvents: 1 - OnPlay: - m_PersistentCalls: - m_Calls: [] - OnPause: - m_PersistentCalls: - m_Calls: [] - OnStop: - m_PersistentCalls: - m_Calls: [] - OnResume: - m_PersistentCalls: - m_Calls: [] - OnChangeDirection: - m_PersistentCalls: - m_Calls: [] - OnComplete: - m_PersistentCalls: - m_Calls: [] - OnRestoreInitialValues: - m_PersistentCalls: - m_Calls: [] - OnSkipToTheEnd: - m_PersistentCalls: - m_Calls: [] - OnInitializationComplete: - m_PersistentCalls: - m_Calls: [] - OnEnable: - m_PersistentCalls: - m_Calls: [] - OnDisable: - m_PersistentCalls: - m_Calls: [] - DebugActive: 0 - InScriptDrivenPause: 0 - FeedbacksList: - - rid: 0 - - rid: 1 - - rid: 2 - - rid: 3 - - rid: 4 - KeepPlayModeChanges: 0 - PerformanceMode: 0 - RestoreInitialValuesOnDisable: 0 - StopFeedbacksOnDisable: 0 - PlayCount: 0 - references: - version: 2 - RefIds: - - rid: 0 - type: {class: MMF_AudioSource, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: 73651763 - Label: AudioSource - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 338423884} - DebugActive: 0 - TargetAudioSource: {fileID: 1467162775} - Mode: 0 - RandomSfx: [] - MinVolume: 1 - MaxVolume: 1 - MinPitch: 1 - MaxPitch: 1 - SfxAudioMixerGroup: {fileID: 0} - - rid: 1 - type: {class: MMF_Pause, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: -44950900 - Label: Pause - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 338423884} - DebugActive: 0 - PauseDuration: 1 - RandomizePauseDuration: 0 - MinPauseDuration: 1 - MaxPauseDuration: 3 - RandomizeOnEachPlay: 1 - ScriptDriven: 0 - AutoResume: 0 - AutoResumeAfter: 0.25 - - rid: 2 - type: {class: MMF_AudioFilterReverb, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: -687549313 - Label: Audio Filter Reverb - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 338423884} - DebugActive: 0 - Duration: 2 - ResetShakerValuesAfterShake: 1 - ResetTargetValuesAfterShake: 1 - RelativeReverb: 0 - ShakeReverb: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.5 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapReverbZero: -10000 - RemapReverbOne: 2000 - - rid: 3 - type: {class: MMF_HoldingPause, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: 1018204809 - Label: Holding Pause - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 338423884} - DebugActive: 0 - PauseDuration: 1 - RandomizePauseDuration: 0 - MinPauseDuration: 1 - MaxPauseDuration: 3 - RandomizeOnEachPlay: 1 - ScriptDriven: 0 - AutoResume: 0 - AutoResumeAfter: 0.25 - - rid: 4 - type: {class: MMF_AudioSource, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: -792623088 - Label: AudioSource - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 338423884} - DebugActive: 0 - TargetAudioSource: {fileID: 1467162775} - Mode: 3 - RandomSfx: [] - MinVolume: 1 - MaxVolume: 1 - MinPitch: 1 - MaxPitch: 1 - SfxAudioMixerGroup: {fileID: 0} ---- !u!1 &342756031 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 342756032} - - component: {fileID: 342756033} - m_Layer: 0 - m_Name: FreezeFrame - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &342756032 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 342756031} - serializedVersion: 2 - m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: 0.023957789, y: 4.7921257, z: 1.0697918} - m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 - m_Children: [] - m_Father: {fileID: 511090939} - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!114 &342756033 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 342756031} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 6da43522623d4704e979466dc7650b65, type: 3} - m_Name: - m_EditorClassIdentifier: - Feedbacks: [] - InitializationMode: 2 - AutoInitialization: 1 - SafeMode: 3 - Direction: 0 - AutoChangeDirectionOnEnd: 0 - AutoPlayOnStart: 0 - AutoPlayOnEnable: 0 - ForceTimescaleMode: 0 - ForcedTimescaleMode: 1 - DurationMultiplier: 1 - TimescaleMultiplier: 1 - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 1.5} - DisplayFullDurationDetails: 0 - PlayerTimescaleMode: 1 - OnlyPlayIfWithinRange: 0 - RangeCenter: {fileID: 0} - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - IgnoreRangeEvents: 0 - CooldownDuration: 0 - InitialDelay: 0 - CanPlay: 1 - CanPlayWhileAlreadyPlaying: 1 - ChanceToPlay: 100 - FeedbacksIntensity: 1 - Events: - TriggerMMFeedbacksEvents: 0 - TriggerUnityEvents: 1 - OnPlay: - m_PersistentCalls: - m_Calls: [] - OnPause: - m_PersistentCalls: - m_Calls: [] - OnStop: - m_PersistentCalls: - m_Calls: [] - OnResume: - m_PersistentCalls: - m_Calls: [] - OnChangeDirection: - m_PersistentCalls: - m_Calls: [] - OnComplete: - m_PersistentCalls: - m_Calls: [] - OnRestoreInitialValues: - m_PersistentCalls: - m_Calls: [] - OnSkipToTheEnd: - m_PersistentCalls: - m_Calls: [] - OnInitializationComplete: - m_PersistentCalls: - m_Calls: [] - OnEnable: - m_PersistentCalls: - m_Calls: [] - OnDisable: - m_PersistentCalls: - m_Calls: [] - DebugActive: 0 - InScriptDrivenPause: 0 - FeedbacksList: - - rid: 0 - - rid: 1 - KeepPlayModeChanges: 0 - PerformanceMode: 0 - RestoreInitialValuesOnDisable: 0 - StopFeedbacksOnDisable: 0 - PlayCount: 0 - references: - version: 2 - RefIds: - - rid: 0 - type: {class: MMF_FreezeFrame, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: -1351479005 - Label: Freeze Frame - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: Automatic Shaker Setup - Owner: {fileID: 342756033} - DebugActive: 0 - FreezeFrameDuration: 0.05 - MinimumTimescaleThreshold: 0.1 - - rid: 1 - type: {class: MMF_AudioSource, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: -306000235 - Label: AudioSource - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 342756033} - DebugActive: 0 - TargetAudioSource: {fileID: 478010195} - Mode: 0 - RandomSfx: [] - MinVolume: 1 - MaxVolume: 1 - MinPitch: 1 - MaxPitch: 1 - SfxAudioMixerGroup: {fileID: 0} ---- !u!224 &345297150 stripped -RectTransform: - m_CorrespondingSourceObject: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - m_PrefabInstance: {fileID: 474695665} - m_PrefabAsset: {fileID: 0} ---- !u!1001 &355217678 -PrefabInstance: - m_ObjectHideFlags: 0 - serializedVersion: 2 - m_Modification: - serializedVersion: 3 - m_TransformParent: {fileID: 1557570896} - m_Modifications: - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: Feedbacks.Array.size - value: 7 - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[0]' - value: - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[1]' - value: - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[2]' - value: - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[3]' - value: - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[4]' - value: - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[5]' - value: - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[6]' - value: - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Pivot.x - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Pivot.y - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_RootOrder - value: 108 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMax.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMax.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMin.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMin.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_SizeDelta.x - value: 256.1 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_SizeDelta.y - value: 30 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalPosition.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.w - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.x - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.y - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.z - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchoredPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchoredPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalEulerAnglesHint.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalEulerAnglesHint.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalEulerAnglesHint.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604939, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_OnClick.m_PersistentCalls.m_Calls.Array.data[0].m_Target - value: - objectReference: {fileID: 998457213} - - target: {fileID: 2903879014986604939, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_OnClick.m_PersistentCalls.m_Calls.Array.data[0].m_MethodName - value: PlayFeedbacks - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604939, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_OnClick.m_PersistentCalls.m_Calls.Array.data[0].m_Arguments.m_ObjectArgumentAssemblyTypeName - value: UnityEngine.Object, UnityEngine - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604941, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Name - value: Button - Text Color - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Text - value: Text Color - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Color.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Color.b - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Color.g - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Color.r - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 4258887795993319071, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: NotSupportedInWebGL - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.size - value: 7 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[0]' - value: MoreMountains.Feedbacks MoreMountains.Feedbacks.MMF_AudioSource - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[1]' - value: MoreMountains.Feedbacks MoreMountains.Feedbacks.MMF_SetActive - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[2]' - value: MoreMountains.Feedbacks MoreMountains.Feedbacks.MMF_Text - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[3]' - value: MoreMountains.Feedbacks MoreMountains.Feedbacks.MMF_Pause - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[4]' - value: MoreMountains.Feedbacks MoreMountains.Feedbacks.MMF_TextColor - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[5]' - value: MoreMountains.Feedbacks MoreMountains.Feedbacks.MMF_HoldingPause - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[6]' - value: MoreMountains.Feedbacks MoreMountains.Feedbacks.MMF_SetActive - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Mode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Label - value: AudioSource - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Label - value: Set Container Active - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Label - value: Text - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Label - value: Pause - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Label - value: Text Color - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Label - value: Holding Pause - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Label - value: Set Container Inactive - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].NewText - value: "This feedback lets you \nchange the color of a Text over time." - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].MaxPitch - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].MinPitch - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].UniqueID - value: 673012004 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].UniqueID - value: -1854572733 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].UniqueID - value: 1313998390 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].UniqueID - value: -167360621 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Duration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].UniqueID - value: -1035556091 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].UniqueID - value: 88302157 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].UniqueID - value: -1982683047 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].MaxVolume - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].MinVolume - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].ColorMode - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].TargetText - value: - objectReference: {fileID: 1213889022} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AutoResume - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].TargetText - value: - objectReference: {fileID: 1213889022} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].AutoResume - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].StateOnInit - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].StateOnPlay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].StateOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].StateOnInit - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].StateOnPlay - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].StateOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].StateOnReset - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].ScriptDriven - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].ScriptDriven - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].StateOnReset - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].PauseDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].PauseDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].SetStateOnInit - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].SetStateOnPlay - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].SetStateOnStop - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].InstantColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].InstantColor.b - value: 0.015686275 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].InstantColor.g - value: 0.92156863 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].InstantColor.r - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].SetStateOnInit - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].SetStateOnPlay - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].SetStateOnStop - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].SetStateOnReset - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AutoResumeAfter - value: 0.25 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].AutoResumeAfter - value: 0.25 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].SetStateOnReset - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].TargetGameObject - value: - objectReference: {fileID: 1855939571} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].MaxPauseDuration - value: 3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].MinPauseDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].MaxPauseDuration - value: 3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].MinPauseDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].TargetGameObject - value: - objectReference: {fileID: 1855939571} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].TargetAudioSource - value: - objectReference: {fileID: 478010195} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].SfxAudioMixerGroup - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AllowAdditivePlays - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].DestinationColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].DestinationColor.b - value: 0.015686275 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].DestinationColor.g - value: 0.92156863 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].DestinationColor.r - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].RandomizeOnEachPlay - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].RandomizeOnEachPlay - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].RandomSfx.Array.size - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].ColorGradient.atime0 - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].ColorGradient.atime1 - value: 65535 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].ColorGradient.atime2 - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].ColorGradient.atime3 - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].ColorGradient.atime4 - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].ColorGradient.atime5 - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].ColorGradient.atime6 - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].ColorGradient.atime7 - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].ColorGradient.ctime0 - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].ColorGradient.ctime1 - value: 12722 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].ColorGradient.ctime2 - value: 21395 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].ColorGradient.ctime3 - value: 40092 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].ColorGradient.ctime4 - value: 65535 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].ColorGradient.ctime5 - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].ColorGradient.ctime6 - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].ColorGradient.ctime7 - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].ColorGradient.key0.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].ColorGradient.key0.b - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].ColorGradient.key0.g - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].ColorGradient.key0.r - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].ColorGradient.key1.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].ColorGradient.key1.b - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].ColorGradient.key1.g - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].ColorGradient.key1.r - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].ColorGradient.key2.a - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].ColorGradient.key2.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].ColorGradient.key2.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].ColorGradient.key2.r - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].ColorGradient.key3.a - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].ColorGradient.key3.b - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].ColorGradient.key3.g - value: 0.76277757 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].ColorGradient.key3.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].ColorGradient.key4.a - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].ColorGradient.key4.b - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].ColorGradient.key4.g - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].ColorGradient.key4.r - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].ColorGradient.key5.a - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].ColorGradient.key5.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].ColorGradient.key5.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].ColorGradient.key5.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].ColorGradient.key6.a - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].ColorGradient.key6.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].ColorGradient.key6.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].ColorGradient.key6.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].ColorGradient.key7.a - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].ColorGradient.key7.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].ColorGradient.key7.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].ColorGradient.key7.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].ColorGradient.m_Mode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].RandomizePauseDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].RandomizePauseDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].ColorCurve.m_PreInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].ColorCurve.m_PostInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].ColorCurve.m_RotationOrder - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].ColorGradient.m_NumAlphaKeys - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].ColorGradient.m_NumColorKeys - value: 5 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].ColorCurve.m_Curve.Array.size - value: 3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].ColorCurve.m_Curve.Array.data[0].time - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].ColorCurve.m_Curve.Array.data[1].time - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].ColorCurve.m_Curve.Array.data[2].time - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].ColorCurve.m_Curve.Array.data[0].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].ColorCurve.m_Curve.Array.data[1].value - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].ColorCurve.m_Curve.Array.data[2].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].ColorCurve.m_Curve.Array.data[0].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].ColorCurve.m_Curve.Array.data[1].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].ColorCurve.m_Curve.Array.data[2].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].ColorCurve.m_Curve.Array.data[0].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].ColorCurve.m_Curve.Array.data[0].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].ColorCurve.m_Curve.Array.data[1].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].ColorCurve.m_Curve.Array.data[1].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].ColorCurve.m_Curve.Array.data[2].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].ColorCurve.m_Curve.Array.data[2].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].ColorCurve.m_Curve.Array.data[0].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].ColorCurve.m_Curve.Array.data[1].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].ColorCurve.m_Curve.Array.data[2].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].ColorCurve.m_Curve.Array.data[0].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].ColorCurve.m_Curve.Array.data[1].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].ColorCurve.m_Curve.Array.data[2].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].ColorCurve.m_Curve.Array.data[0].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].ColorCurve.m_Curve.Array.data[1].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].ColorCurve.m_Curve.Array.data[2].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 9167406172343059487, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_IsActive - value: 0 - objectReference: {fileID: 0} - m_RemovedComponents: - - {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, type: 3} - m_RemovedGameObjects: [] - m_AddedGameObjects: [] - m_AddedComponents: [] - m_SourcePrefab: {fileID: 100100000, guid: a16c33a1240b8ce4f930161a7c85fae6, type: 3} ---- !u!224 &355217679 stripped -RectTransform: - m_CorrespondingSourceObject: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - m_PrefabInstance: {fileID: 355217678} - m_PrefabAsset: {fileID: 0} ---- !u!1 &366288791 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 366288792} - - component: {fileID: 366288794} - - component: {fileID: 366288793} - m_Layer: 5 - m_Name: RectTransformTester - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 0 ---- !u!224 &366288792 -RectTransform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 366288791} - m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: 0} - m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 - m_Children: [] - m_Father: {fileID: 1380114351} - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} - m_AnchorMin: {x: 0.5, y: 0.5} - m_AnchorMax: {x: 0.5, y: 0.5} - m_AnchoredPosition: {x: -0.000045776, y: -0.000015259} - m_SizeDelta: {x: 434.22644, y: 434.22644} - m_Pivot: {x: 0.5, y: 0.5} ---- !u!114 &366288793 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 366288791} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} - m_Name: - m_EditorClassIdentifier: - m_Material: {fileID: 0} - m_Color: {r: 1, g: 1, b: 1, a: 1} - m_RaycastTarget: 1 - m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0} - m_Maskable: 1 - m_OnCullStateChanged: - m_PersistentCalls: - m_Calls: [] - m_Sprite: {fileID: 21300000, guid: 6fd0b649401ca5b419a5ebf5df170c0f, type: 3} - m_Type: 0 - m_PreserveAspect: 0 - m_FillCenter: 1 - m_FillMethod: 4 - m_FillAmount: 1 - m_FillClockwise: 1 - m_FillOrigin: 0 - m_UseSpriteMesh: 0 - m_PixelsPerUnitMultiplier: 1 ---- !u!222 &366288794 -CanvasRenderer: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 366288791} - m_CullTransparentMesh: 0 ---- !u!4 &367079506 stripped -Transform: - m_CorrespondingSourceObject: {fileID: -4216859302048453862, guid: d84a1570448aba14ea2b1badb79fb4b3, - type: 3} - m_PrefabInstance: {fileID: 1937403698} - m_PrefabAsset: {fileID: 0} ---- !u!1 &367134921 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 367134922} - - component: {fileID: 367134923} - m_Layer: 0 - m_Name: Pause - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &367134922 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 367134921} - serializedVersion: 2 - m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: 0} - m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 - m_Children: [] - m_Father: {fileID: 1177831177} - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!114 &367134923 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 367134921} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 6da43522623d4704e979466dc7650b65, type: 3} - m_Name: - m_EditorClassIdentifier: - Feedbacks: [] - InitializationMode: 2 - AutoInitialization: 1 - SafeMode: 3 - Direction: 0 - AutoChangeDirectionOnEnd: 0 - AutoPlayOnStart: 0 - AutoPlayOnEnable: 0 - ForceTimescaleMode: 0 - ForcedTimescaleMode: 1 - DurationMultiplier: 1 - TimescaleMultiplier: 1 - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 1.5} - DisplayFullDurationDetails: 0 - PlayerTimescaleMode: 1 - OnlyPlayIfWithinRange: 0 - RangeCenter: {fileID: 0} - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - IgnoreRangeEvents: 0 - CooldownDuration: 0 - InitialDelay: 0 - CanPlay: 1 - CanPlayWhileAlreadyPlaying: 1 - ChanceToPlay: 100 - FeedbacksIntensity: 1 - Events: - TriggerMMFeedbacksEvents: 0 - TriggerUnityEvents: 1 - OnPlay: - m_PersistentCalls: - m_Calls: [] - OnPause: - m_PersistentCalls: - m_Calls: [] - OnStop: - m_PersistentCalls: - m_Calls: [] - OnResume: - m_PersistentCalls: - m_Calls: [] - OnChangeDirection: - m_PersistentCalls: - m_Calls: [] - OnComplete: - m_PersistentCalls: - m_Calls: [] - OnRestoreInitialValues: - m_PersistentCalls: - m_Calls: [] - OnSkipToTheEnd: - m_PersistentCalls: - m_Calls: [] - OnInitializationComplete: - m_PersistentCalls: - m_Calls: [] - OnEnable: - m_PersistentCalls: - m_Calls: [] - OnDisable: - m_PersistentCalls: - m_Calls: [] - DebugActive: 0 - InScriptDrivenPause: 0 - FeedbacksList: - - rid: 0 - - rid: 1 - - rid: 2 - - rid: 3 - - rid: 4 - - rid: 5 - - rid: 6 - - rid: 7 - KeepPlayModeChanges: 0 - PerformanceMode: 0 - RestoreInitialValuesOnDisable: 0 - StopFeedbacksOnDisable: 0 - PlayCount: 0 - references: - version: 2 - RefIds: - - rid: 0 - type: {class: MMF_AudioSource, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: 1737618956 - Label: AudioSource - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 367134923} - DebugActive: 0 - TargetAudioSource: {fileID: 478010195} - Mode: 0 - RandomSfx: [] - MinVolume: 1 - MaxVolume: 1 - MinPitch: 1 - MaxPitch: 1 - SfxAudioMixerGroup: {fileID: 0} - - rid: 1 - type: {class: MMF_Scale, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: 1233592116 - Label: Scale - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 367134923} - DebugActive: 0 - Mode: 0 - AnimateScaleTarget: {fileID: 2076029460} - MovementMode: 0 - AnimateScaleDuration: 0.3 - AnimatePositionSpeed: 1 - RemapCurveZero: 0 - RemapCurveOne: 1 - Offset: 0 - AnimateX: 1 - AnimateScaleTweenX: - MMTweenDefinitionType: 1 - MMTweenCurve: 4 - Curve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.3 - value: 1.05 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - Initialized: 1 - ConditionPropertyName: AnimateX - EnumConditionPropertyName: - EnumConditions: 0000000000000000000000000000000000000000000000000000000000000000 - AnimateY: 1 - AnimateScaleTweenY: - MMTweenDefinitionType: 1 - MMTweenCurve: 4 - Curve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.3 - value: 2 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - Initialized: 1 - ConditionPropertyName: AnimateY - EnumConditionPropertyName: - EnumConditions: 0000000000000000000000000000000000000000000000000000000000000000 - AnimateZ: 1 - AnimateScaleTweenZ: - MMTweenDefinitionType: 1 - MMTweenCurve: 4 - Curve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.3 - value: 1.05 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - Initialized: 1 - ConditionPropertyName: AnimateZ - EnumConditionPropertyName: - EnumConditions: 0000000000000000000000000000000000000000000000000000000000000000 - UniformScaling: 0 - AllowAdditivePlays: 0 - DetermineScaleOnPlay: 0 - DestinationScale: {x: 0.5, y: 0.5, z: 0.5} - AnimateScaleX: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.3 - value: 1.05 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - AnimateScaleY: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.3 - value: 2 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - AnimateScaleZ: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.3 - value: 1.05 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - - rid: 2 - type: {class: MMF_Position, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: 913822509 - Label: Position - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 367134923} - DebugActive: 0 - AnimatePositionTarget: {fileID: 699640084} - Mode: 1 - Space: 0 - RandomizeRemap: 0 - MovementMode: 0 - AnimatePositionDuration: 2 - AnimatePositionSpeed: 1 - AnimatePositionTween: - MMTweenDefinitionType: 1 - MMTweenCurve: 4 - Curve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.1 - value: 0.05 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.9 - value: 0.95 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - Initialized: 1 - ConditionPropertyName: - EnumConditionPropertyName: Mode - EnumConditions: 0100010000000000000000000000000000000000000000000000000000000000 - RemapCurveZero: 0 - RemapCurveZeroAlt: 0 - RemapCurveOne: 0.5 - RemapCurveOneAlt: 0 - AnimateX: 0 - AnimatePositionTweenX: - MMTweenDefinitionType: 1 - MMTweenCurve: 4 - Curve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.3 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.6 - value: -1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - Initialized: 1 - ConditionPropertyName: AnimateX - EnumConditionPropertyName: - EnumConditions: 0000000000000000000000000000000000000000000000000000000000000000 - AnimateY: 1 - AnimatePositionTweenY: - MMTweenDefinitionType: 1 - MMTweenCurve: 4 - Curve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.17963868 - value: 1.0138397 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.45559084 - value: -0.9584961 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.7308886 - value: 0.48429334 - inSlope: 2.5939753 - outSlope: 2.5939753 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - Initialized: 1 - ConditionPropertyName: AnimateY - EnumConditionPropertyName: - EnumConditions: 0000000000000000000000000000000000000000000000000000000000000000 - AnimateZ: 0 - AnimatePositionTweenZ: - MMTweenDefinitionType: 1 - MMTweenCurve: 4 - Curve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.3 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.6 - value: -1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - Initialized: 1 - ConditionPropertyName: AnimateZ - EnumConditionPropertyName: - EnumConditions: 0000000000000000000000000000000000000000000000000000000000000000 - AllowAdditivePlays: 0 - RelativePosition: 1 - DeterminePositionsOnPlay: 0 - InitialPosition: {x: 0, y: 0, z: 0} - DestinationPosition: {x: 0, y: 0, z: 0} - InitialPositionTransform: {fileID: 0} - DestinationPositionTransform: {fileID: 0} - AnimatePositionCurveX: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.3 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.6 - value: -1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - AnimatePositionCurveY: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.17963868 - value: 1.0138397 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.45559084 - value: -0.9584961 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.7308886 - value: 0.48429334 - inSlope: 2.5939753 - outSlope: 2.5939753 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - AnimatePositionCurveZ: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.3 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.6 - value: -1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - AnimatePositionCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.1 - value: 0.05 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.9 - value: 0.95 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - - rid: 3 - type: {class: MMF_Scale, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: 1905536313 - Label: Scale - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 367134923} - DebugActive: 0 - Mode: 0 - AnimateScaleTarget: {fileID: 1579498608} - MovementMode: 0 - AnimateScaleDuration: 2 - AnimatePositionSpeed: 1 - RemapCurveZero: 0 - RemapCurveOne: 1 - Offset: 0 - AnimateX: 1 - AnimateScaleTweenX: - MMTweenDefinitionType: 1 - MMTweenCurve: 4 - Curve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.29343873 - value: 2.3425598 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - Initialized: 1 - ConditionPropertyName: AnimateX - EnumConditionPropertyName: - EnumConditions: 0000000000000000000000000000000000000000000000000000000000000000 - AnimateY: 1 - AnimateScaleTweenY: - MMTweenDefinitionType: 1 - MMTweenCurve: 4 - Curve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.31969365 - value: 2.0519032 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - Initialized: 1 - ConditionPropertyName: AnimateY - EnumConditionPropertyName: - EnumConditions: 0000000000000000000000000000000000000000000000000000000000000000 - AnimateZ: 1 - AnimateScaleTweenZ: - MMTweenDefinitionType: 1 - MMTweenCurve: 4 - Curve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.29781184 - value: 2.0311418 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - Initialized: 1 - ConditionPropertyName: AnimateZ - EnumConditionPropertyName: - EnumConditions: 0000000000000000000000000000000000000000000000000000000000000000 - UniformScaling: 0 - AllowAdditivePlays: 0 - DetermineScaleOnPlay: 0 - DestinationScale: {x: 0.5, y: 0.5, z: 0.5} - AnimateScaleX: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.29343873 - value: 2.3425598 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - AnimateScaleY: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.31969365 - value: 2.0519032 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - AnimateScaleZ: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.29781184 - value: 2.0311418 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - - rid: 4 - type: {class: MMF_ShaderController, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: -1082452560 - Label: ShaderController - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 367134923} - DebugActive: 0 - Mode: 0 - TargetShaderController: {fileID: 594467931} - TargetShaderControllerList: [] - RevertToInitialValueAfterEnd: 0 - GetInitialValueOnOneTime: 0 - OneTimeDuration: 2 - OneTimeAmplitude: 5 - OneTimeRemapMin: 0 - OneTimeRemapMax: 1 - OneTimeCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.5 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - ToDestinationValue: 1 - ToDestinationDuration: 1 - ToDestinationColor: {r: 1, g: 0, b: 0, a: 1} - ToDestinationCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.5 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - - rid: 5 - type: {class: MMF_Pause, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: -531428847 - Label: Pause - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 367134923} - DebugActive: 0 - PauseDuration: 0.5 - RandomizePauseDuration: 0 - MinPauseDuration: 1 - MaxPauseDuration: 3 - RandomizeOnEachPlay: 1 - ScriptDriven: 0 - AutoResume: 0 - AutoResumeAfter: 0.25 - - rid: 6 - type: {class: MMF_Sound, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: -268426184 - Label: Sound - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: Automatic Shaker Setup - Owner: {fileID: 367134923} - DebugActive: 0 - Sfx: {fileID: 8300000, guid: 4472d2e695631bd4598e0aac24be9798, type: 3} - RandomSfx: [] - TestPlayButton: - ButtonText: Debug Play Sound - TestStopButton: - ButtonText: Debug Stop Sound - PlayMethod: 2 - PoolSize: 10 - UseLegacyEventsMode: 0 - StopSoundOnFeedbackStop: 1 - MinVolume: 1 - MaxVolume: 1 - MinPitch: 1 - MaxPitch: 1 - SfxAudioMixerGroup: {fileID: 0} - Priority: 128 - PanStereo: 0 - SpatialBlend: 0 - DopplerLevel: 1 - Spread: 0 - RolloffMode: 0 - MinDistance: 1 - MaxDistance: 500 - UseCustomRolloffCurve: 0 - CustomRolloffCurve: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - UseSpatialBlendCurve: 0 - SpatialBlendCurve: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - UseReverbZoneMixCurve: 0 - ReverbZoneMixCurve: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - UseSpreadCurve: 0 - SpreadCurve: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - - rid: 7 - type: {class: MMF_Scale, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: -981160562 - Label: Scale - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 367134923} - DebugActive: 0 - Mode: 0 - AnimateScaleTarget: {fileID: 2076029460} - MovementMode: 0 - AnimateScaleDuration: 0.5 - AnimatePositionSpeed: 1 - RemapCurveZero: 0 - RemapCurveOne: 1 - Offset: 0 - AnimateX: 1 - AnimateScaleTweenX: - MMTweenDefinitionType: 1 - MMTweenCurve: 4 - Curve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.3 - value: 2 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - Initialized: 1 - ConditionPropertyName: AnimateX - EnumConditionPropertyName: - EnumConditions: 0000000000000000000000000000000000000000000000000000000000000000 - AnimateY: 1 - AnimateScaleTweenY: - MMTweenDefinitionType: 1 - MMTweenCurve: 4 - Curve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.3 - value: 2 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - Initialized: 1 - ConditionPropertyName: AnimateY - EnumConditionPropertyName: - EnumConditions: 0000000000000000000000000000000000000000000000000000000000000000 - AnimateZ: 1 - AnimateScaleTweenZ: - MMTweenDefinitionType: 1 - MMTweenCurve: 4 - Curve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.3 - value: 2 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - Initialized: 1 - ConditionPropertyName: AnimateZ - EnumConditionPropertyName: - EnumConditions: 0000000000000000000000000000000000000000000000000000000000000000 - UniformScaling: 0 - AllowAdditivePlays: 0 - DetermineScaleOnPlay: 0 - DestinationScale: {x: 0.5, y: 0.5, z: 0.5} - AnimateScaleX: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.3 - value: 2 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - AnimateScaleY: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.3 - value: 2 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - AnimateScaleZ: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.3 - value: 2 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 ---- !u!1001 &368265844 -PrefabInstance: - m_ObjectHideFlags: 0 - serializedVersion: 2 - m_Modification: - serializedVersion: 3 - m_TransformParent: {fileID: 1557570896} - m_Modifications: - - target: {fileID: 4994452109645884045, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_Name - value: Spacer - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_Pivot.x - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_Pivot.y - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_RootOrder - value: 110 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_AnchorMax.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_AnchorMax.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_AnchorMin.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_AnchorMin.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_SizeDelta.x - value: 236.1 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_SizeDelta.y - value: 30 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_LocalPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_LocalPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_LocalPosition.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_LocalRotation.w - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_LocalRotation.x - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_LocalRotation.y - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_LocalRotation.z - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_AnchoredPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_AnchoredPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_LocalEulerAnglesHint.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_LocalEulerAnglesHint.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_LocalEulerAnglesHint.z - value: 0 - objectReference: {fileID: 0} - m_RemovedComponents: [] - m_RemovedGameObjects: [] - m_AddedGameObjects: [] - m_AddedComponents: [] - m_SourcePrefab: {fileID: 100100000, guid: b4ba93cf48b1c6b468135361158be27d, type: 3} ---- !u!224 &368265845 stripped -RectTransform: - m_CorrespondingSourceObject: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - m_PrefabInstance: {fileID: 368265844} - m_PrefabAsset: {fileID: 0} ---- !u!1001 &369914617 -PrefabInstance: - m_ObjectHideFlags: 0 - serializedVersion: 2 - m_Modification: - serializedVersion: 3 - m_TransformParent: {fileID: 1557570896} - m_Modifications: - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: Feedbacks.Array.size - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[0]' - value: - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[1]' - value: - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Pivot.x - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Pivot.y - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_RootOrder - value: 65 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMax.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMax.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMin.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMin.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_SizeDelta.x - value: 256.1 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_SizeDelta.y - value: 30 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalPosition.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.w - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.x - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.y - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.z - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchoredPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchoredPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalEulerAnglesHint.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalEulerAnglesHint.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalEulerAnglesHint.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604939, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_OnClick.m_PersistentCalls.m_Calls.Array.data[0].m_Target - value: - objectReference: {fileID: 993993080} - - target: {fileID: 2903879014986604939, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_OnClick.m_PersistentCalls.m_Calls.Array.data[0].m_MethodName - value: PlayFeedbacks - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604939, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_OnClick.m_PersistentCalls.m_Calls.Array.data[0].m_Arguments.m_ObjectArgumentAssemblyTypeName - value: UnityEngine.Object, UnityEngine - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604941, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Name - value: Button - DestinationTransform - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Text - value: DestinationTransform - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Color.b - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Color.g - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Color.r - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.size - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[0]' - value: MoreMountains.Feedbacks MoreMountains.Feedbacks.MMF_AudioSource - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[1]' - value: MoreMountains.Feedbacks MoreMountains.Feedbacks.MMF_DestinationTransform - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Mode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Label - value: AudioSource - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Label - value: Destination - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Origin - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].MaxPitch - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].MinPitch - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].UniqueID - value: -795116445 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Duration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].UniqueID - value: -280752341 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].MaxVolume - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].MinVolume - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Destination - value: - objectReference: {fileID: 590965381} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ForceOrigin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateScaleX - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateScaleY - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateScaleZ - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].TargetTransform - value: - objectReference: {fileID: 1579498608} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionX - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionY - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionZ - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateRotationW - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateRotationX - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateRotationY - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateRotationZ - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].TargetAudioSource - value: - objectReference: {fileID: 478010195} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].SfxAudioMixerGroup - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].SeparateScaleCurve - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].RandomSfx.Array.size - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ForceDestinationOnEnd - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].SeparatePositionCurve - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].SeparateRotationCurve - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateScaleCurve.m_PreInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateScaleCurve.m_PostInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateScaleCurve.m_RotationOrder - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurve.m_PreInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateRotationCurve.m_PreInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].GlobalAnimationCurve.m_PreInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurve.m_PostInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateRotationCurve.m_PostInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].GlobalAnimationCurve.m_PostInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurve.m_RotationOrder - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateRotationCurve.m_RotationOrder - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateScaleCurve.m_Curve.Array.size - value: 3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].GlobalAnimationCurve.m_RotationOrder - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurve.m_Curve.Array.size - value: 3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateRotationCurve.m_Curve.Array.size - value: 3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].GlobalAnimationCurve.m_Curve.Array.size - value: 3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateScaleCurve.m_Curve.Array.data[0].time - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateScaleCurve.m_Curve.Array.data[1].time - value: 0.3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateScaleCurve.m_Curve.Array.data[2].time - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateScaleCurve.m_Curve.Array.data[0].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateScaleCurve.m_Curve.Array.data[1].value - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateScaleCurve.m_Curve.Array.data[2].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurve.m_Curve.Array.data[0].time - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurve.m_Curve.Array.data[1].time - value: 0.3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurve.m_Curve.Array.data[2].time - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateRotationCurve.m_Curve.Array.data[0].time - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateRotationCurve.m_Curve.Array.data[1].time - value: 0.3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateRotationCurve.m_Curve.Array.data[2].time - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateScaleCurve.m_Curve.Array.data[0].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateScaleCurve.m_Curve.Array.data[1].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateScaleCurve.m_Curve.Array.data[2].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].GlobalAnimationCurve.m_Curve.Array.data[0].time - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].GlobalAnimationCurve.m_Curve.Array.data[1].time - value: 0.3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].GlobalAnimationCurve.m_Curve.Array.data[2].time - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurve.m_Curve.Array.data[0].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurve.m_Curve.Array.data[1].value - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurve.m_Curve.Array.data[2].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateRotationCurve.m_Curve.Array.data[0].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateRotationCurve.m_Curve.Array.data[1].value - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateRotationCurve.m_Curve.Array.data[2].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateScaleCurve.m_Curve.Array.data[0].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateScaleCurve.m_Curve.Array.data[0].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateScaleCurve.m_Curve.Array.data[1].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateScaleCurve.m_Curve.Array.data[1].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateScaleCurve.m_Curve.Array.data[2].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateScaleCurve.m_Curve.Array.data[2].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].GlobalAnimationCurve.m_Curve.Array.data[0].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].GlobalAnimationCurve.m_Curve.Array.data[1].value - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].GlobalAnimationCurve.m_Curve.Array.data[2].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateScaleCurve.m_Curve.Array.data[0].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateScaleCurve.m_Curve.Array.data[1].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateScaleCurve.m_Curve.Array.data[2].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurve.m_Curve.Array.data[0].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurve.m_Curve.Array.data[1].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurve.m_Curve.Array.data[2].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateRotationCurve.m_Curve.Array.data[0].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateRotationCurve.m_Curve.Array.data[1].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateRotationCurve.m_Curve.Array.data[2].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].GlobalAnimationCurve.m_Curve.Array.data[0].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].GlobalAnimationCurve.m_Curve.Array.data[1].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].GlobalAnimationCurve.m_Curve.Array.data[2].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurve.m_Curve.Array.data[0].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurve.m_Curve.Array.data[0].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurve.m_Curve.Array.data[1].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurve.m_Curve.Array.data[1].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurve.m_Curve.Array.data[2].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurve.m_Curve.Array.data[2].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateRotationCurve.m_Curve.Array.data[0].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateRotationCurve.m_Curve.Array.data[0].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateRotationCurve.m_Curve.Array.data[1].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateRotationCurve.m_Curve.Array.data[1].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateRotationCurve.m_Curve.Array.data[2].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateRotationCurve.m_Curve.Array.data[2].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateScaleCurve.m_Curve.Array.data[0].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateScaleCurve.m_Curve.Array.data[1].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateScaleCurve.m_Curve.Array.data[2].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].GlobalAnimationCurve.m_Curve.Array.data[0].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].GlobalAnimationCurve.m_Curve.Array.data[0].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].GlobalAnimationCurve.m_Curve.Array.data[1].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].GlobalAnimationCurve.m_Curve.Array.data[1].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].GlobalAnimationCurve.m_Curve.Array.data[2].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].GlobalAnimationCurve.m_Curve.Array.data[2].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurve.m_Curve.Array.data[0].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurve.m_Curve.Array.data[1].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurve.m_Curve.Array.data[2].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateRotationCurve.m_Curve.Array.data[0].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateRotationCurve.m_Curve.Array.data[1].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateRotationCurve.m_Curve.Array.data[2].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateScaleCurve.m_Curve.Array.data[0].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateScaleCurve.m_Curve.Array.data[1].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateScaleCurve.m_Curve.Array.data[2].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].GlobalAnimationCurve.m_Curve.Array.data[0].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].GlobalAnimationCurve.m_Curve.Array.data[1].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].GlobalAnimationCurve.m_Curve.Array.data[2].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurve.m_Curve.Array.data[0].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurve.m_Curve.Array.data[1].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurve.m_Curve.Array.data[2].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateRotationCurve.m_Curve.Array.data[0].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateRotationCurve.m_Curve.Array.data[1].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateRotationCurve.m_Curve.Array.data[2].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].GlobalAnimationCurve.m_Curve.Array.data[0].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].GlobalAnimationCurve.m_Curve.Array.data[1].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].GlobalAnimationCurve.m_Curve.Array.data[2].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurve.m_Curve.Array.data[0].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurve.m_Curve.Array.data[1].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurve.m_Curve.Array.data[2].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateRotationCurve.m_Curve.Array.data[0].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateRotationCurve.m_Curve.Array.data[1].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateRotationCurve.m_Curve.Array.data[2].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].GlobalAnimationCurve.m_Curve.Array.data[0].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].GlobalAnimationCurve.m_Curve.Array.data[1].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].GlobalAnimationCurve.m_Curve.Array.data[2].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 9167406172343059487, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_IsActive - value: 0 - objectReference: {fileID: 0} - m_RemovedComponents: - - {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, type: 3} - m_RemovedGameObjects: [] - m_AddedGameObjects: [] - m_AddedComponents: [] - m_SourcePrefab: {fileID: 100100000, guid: a16c33a1240b8ce4f930161a7c85fae6, type: 3} ---- !u!224 &378803345 stripped -RectTransform: - m_CorrespondingSourceObject: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - m_PrefabInstance: {fileID: 417784997} - m_PrefabAsset: {fileID: 0} ---- !u!1 &386567102 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 386567103} - - component: {fileID: 386567104} - m_Layer: 0 - m_Name: CinemachineImpulse - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &386567103 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 386567102} - serializedVersion: 2 - m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: 0.023957789, y: 4.7921257, z: 1.0697918} - m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 - m_Children: [] - m_Father: {fileID: 438603709} - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!114 &386567104 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 386567102} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 6da43522623d4704e979466dc7650b65, type: 3} - m_Name: - m_EditorClassIdentifier: - Feedbacks: [] - InitializationMode: 2 - AutoInitialization: 1 - SafeMode: 3 - Direction: 0 - AutoChangeDirectionOnEnd: 0 - AutoPlayOnStart: 0 - AutoPlayOnEnable: 0 - ForceTimescaleMode: 0 - ForcedTimescaleMode: 1 - DurationMultiplier: 1 - TimescaleMultiplier: 1 - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 1.5} - DisplayFullDurationDetails: 0 - PlayerTimescaleMode: 1 - OnlyPlayIfWithinRange: 0 - RangeCenter: {fileID: 0} - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - IgnoreRangeEvents: 0 - CooldownDuration: 0 - InitialDelay: 0 - CanPlay: 1 - CanPlayWhileAlreadyPlaying: 1 - ChanceToPlay: 100 - FeedbacksIntensity: 1 - Events: - TriggerMMFeedbacksEvents: 0 - TriggerUnityEvents: 1 - OnPlay: - m_PersistentCalls: - m_Calls: [] - OnPause: - m_PersistentCalls: - m_Calls: [] - OnStop: - m_PersistentCalls: - m_Calls: [] - OnResume: - m_PersistentCalls: - m_Calls: [] - OnChangeDirection: - m_PersistentCalls: - m_Calls: [] - OnComplete: - m_PersistentCalls: - m_Calls: [] - OnRestoreInitialValues: - m_PersistentCalls: - m_Calls: [] - OnSkipToTheEnd: - m_PersistentCalls: - m_Calls: [] - OnInitializationComplete: - m_PersistentCalls: - m_Calls: [] - OnEnable: - m_PersistentCalls: - m_Calls: [] - OnDisable: - m_PersistentCalls: - m_Calls: [] - DebugActive: 0 - InScriptDrivenPause: 0 - FeedbacksList: - - rid: 0 - - rid: 1 - KeepPlayModeChanges: 0 - PerformanceMode: 0 - RestoreInitialValuesOnDisable: 0 - StopFeedbacksOnDisable: 0 - PlayCount: 0 - references: - version: 2 - RefIds: - - rid: 0 - type: {class: MMF_AudioSource, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: 1351172389 - Label: AudioSource - OriginalLabel: AudioSource - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 386567104} - DebugActive: 0 - TargetAudioSource: {fileID: 478010195} - Mode: 0 - RandomSfx: [] - MinVolume: 1 - MaxVolume: 1 - MinPitch: 1 - MaxPitch: 1 - SfxAudioMixerGroup: {fileID: 0} - - rid: 1 - type: {class: MMF_CinemachineImpulse, ns: MoreMountains.FeedbacksForThirdParty, - asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: 958020421 - Label: Cinemachine Impulse - OriginalLabel: Cinemachine Impulse - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: Automatic Shaker Setup - Owner: {fileID: 386567104} - DebugActive: 0 - m_ImpulseDefinition: - ImpulseChannel: 1 - ImpulseShape: 0 - CustomImpulseShape: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - ImpulseDuration: 0.2 - ImpulseType: 3 - DissipationRate: 0 - RawSignal: {fileID: 11400000, guid: 69ce8388f6785dd4c8c39915efece2f4, type: 2} - AmplitudeGain: 1 - FrequencyGain: 1 - RepeatMode: 0 - Randomize: 1 - TimeEnvelope: - AttackShape: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - DecayShape: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - AttackTime: 0 - SustainTime: 0.2 - DecayTime: 0.7 - ScaleWithImpact: 1 - HoldForever: 0 - ImpactRadius: 100 - DirectionMode: 0 - DissipationMode: 2 - DissipationDistance: 10000 - PropagationSpeed: 10000 - Velocity: {x: 1, y: 1, z: 1} - ClearImpulseOnStop: 0 - DrawGizmos: 0 ---- !u!1 &392459237 stripped -GameObject: - m_CorrespondingSourceObject: {fileID: 4610476634640326944, guid: 9c99ec9330979f94aa6e33f0bec7752f, - type: 3} - m_PrefabInstance: {fileID: 92095507} - m_PrefabAsset: {fileID: 0} ---- !u!114 &392459238 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 392459237} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 0cb29398a27cf104bb97fac0554c9457, type: 3} - m_Name: - m_EditorClassIdentifier: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - ShakeDuration: 0.5 - PlayOnAwake: 0 - PermanentShake: 0 - Interruptible: 1 - AlwaysResetTargetValuesAfterShake: 0 - OnlyUseShakerValues: 0 - CooldownBetweenShakes: 0 - Shaking: 0 - ForwardDirection: 1 - TimescaleMode: 0 - Mode: 0 - TargetTransform: {fileID: 0} - TargetRectTransform: {fileID: 0} - ShakeSpeed: 20 - ShakeRange: 50 - ShakeMainDirection: {x: 0, y: 1, z: 0} - RandomizeDirection: 0 - ShakeAltDirection: {x: 0, y: 1, z: 0} - RandomizeDirectionOnPlay: 0 - AddDirectionalNoise: 1 - DirectionalNoiseStrengthMin: {x: 0.25, y: 0.25, z: 0.25} - DirectionalNoiseStrengthMax: {x: 0.25, y: 0.25, z: 0.25} - RandomnessSeed: {x: 0, y: 0, z: 0} - RandomizeSeedOnShake: 1 - UseAttenuation: 1 - AttenuationCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.5 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - StartShakingButton: 0 ---- !u!4 &392459240 stripped -Transform: - m_CorrespondingSourceObject: {fileID: 4610476634640326949, guid: 9c99ec9330979f94aa6e33f0bec7752f, - type: 3} - m_PrefabInstance: {fileID: 92095507} - m_PrefabAsset: {fileID: 0} ---- !u!224 &396224804 stripped -RectTransform: - m_CorrespondingSourceObject: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - m_PrefabInstance: {fileID: 924651245} - m_PrefabAsset: {fileID: 0} ---- !u!4 &402886366 stripped -Transform: - m_CorrespondingSourceObject: {fileID: 4610476634640326949, guid: 9c99ec9330979f94aa6e33f0bec7752f, - type: 3} - m_PrefabInstance: {fileID: 1358697076} - m_PrefabAsset: {fileID: 0} ---- !u!1 &406170738 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 406170739} - - component: {fileID: 406170740} - m_Layer: 0 - m_Name: DemoPackageTester - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &406170739 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 406170738} - serializedVersion: 2 - m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: 0.27076912, y: -2.6249886, z: 2.0969918} - m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 - m_Children: [] - m_Father: {fileID: 2116273087} - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!114 &406170740 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 406170738} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 1ac950cd485569740affc32a280665ea, type: 3} - m_Name: - m_EditorClassIdentifier: - RequiresPostProcessing: 1 - RequiresCinemachine: 1 ---- !u!224 &415119190 stripped -RectTransform: - m_CorrespondingSourceObject: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - m_PrefabInstance: {fileID: 861420195} - m_PrefabAsset: {fileID: 0} ---- !u!1001 &416923345 -PrefabInstance: - m_ObjectHideFlags: 0 - serializedVersion: 2 - m_Modification: - serializedVersion: 3 - m_TransformParent: {fileID: 1557570896} - m_Modifications: - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: Feedbacks.Array.size - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[0]' - value: - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[1]' - value: - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Pivot.x - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Pivot.y - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_RootOrder - value: 36 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMax.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMax.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMin.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMin.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_SizeDelta.x - value: 256.1 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_SizeDelta.y - value: 30 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalPosition.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.w - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.x - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.y - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.z - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchoredPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchoredPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalEulerAnglesHint.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalEulerAnglesHint.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalEulerAnglesHint.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604939, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_OnClick.m_PersistentCalls.m_Calls.Array.data[0].m_Target - value: - objectReference: {fileID: 707492327} - - target: {fileID: 2903879014986604939, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_OnClick.m_PersistentCalls.m_Calls.Array.data[0].m_MethodName - value: PlayFeedbacks - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604939, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_OnClick.m_PersistentCalls.m_Calls.Array.data[0].m_Arguments.m_ObjectArgumentAssemblyTypeName - value: UnityEngine.Object, UnityEngine - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604941, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Name - value: Button - Bloom - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Text - value: Bloom - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Color.b - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Color.g - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Color.r - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.size - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[0]' - value: MoreMountains.Feedbacks.PostProcessing MoreMountains.FeedbacksForThirdParty.MMF_Bloom - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[1]' - value: MoreMountains.Feedbacks MoreMountains.Feedbacks.MMF_AudioSource - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Mode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Label - value: Bloom - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Label - value: AudioSource - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].UniqueID - value: -294819036 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].MaxPitch - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].MinPitch - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].UniqueID - value: -921633850 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].MaxVolume - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].MinVolume - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ShakeDuration - value: 0.2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].RelativeValues - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].RemapIntensityOne - value: 5 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].RemapThresholdOne - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].TargetAudioSource - value: - objectReference: {fileID: 478010195} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].RemapIntensityZero - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].RemapThresholdZero - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].SfxAudioMixerGroup - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].RandomSfx.Array.size - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ResetShakerValuesAfterShake - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ResetTargetValuesAfterShake - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ShakeIntensity.m_PreInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ShakeThreshold.m_PreInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ShakeIntensity.m_PostInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ShakeThreshold.m_PostInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ShakeIntensity.m_RotationOrder - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ShakeThreshold.m_RotationOrder - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ShakeIntensity.m_Curve.Array.size - value: 3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ShakeThreshold.m_Curve.Array.size - value: 3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ShakeIntensity.m_Curve.Array.data[0].time - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ShakeIntensity.m_Curve.Array.data[1].time - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ShakeIntensity.m_Curve.Array.data[2].time - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ShakeThreshold.m_Curve.Array.data[0].time - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ShakeThreshold.m_Curve.Array.data[1].time - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ShakeThreshold.m_Curve.Array.data[2].time - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ShakeIntensity.m_Curve.Array.data[0].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ShakeIntensity.m_Curve.Array.data[1].value - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ShakeIntensity.m_Curve.Array.data[2].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ShakeThreshold.m_Curve.Array.data[0].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ShakeThreshold.m_Curve.Array.data[1].value - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ShakeThreshold.m_Curve.Array.data[2].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ShakeIntensity.m_Curve.Array.data[0].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ShakeIntensity.m_Curve.Array.data[1].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ShakeIntensity.m_Curve.Array.data[2].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ShakeThreshold.m_Curve.Array.data[0].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ShakeThreshold.m_Curve.Array.data[1].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ShakeThreshold.m_Curve.Array.data[2].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ShakeIntensity.m_Curve.Array.data[0].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ShakeIntensity.m_Curve.Array.data[0].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ShakeIntensity.m_Curve.Array.data[1].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ShakeIntensity.m_Curve.Array.data[1].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ShakeIntensity.m_Curve.Array.data[2].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ShakeIntensity.m_Curve.Array.data[2].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ShakeThreshold.m_Curve.Array.data[0].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ShakeThreshold.m_Curve.Array.data[0].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ShakeThreshold.m_Curve.Array.data[1].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ShakeThreshold.m_Curve.Array.data[1].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ShakeThreshold.m_Curve.Array.data[2].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ShakeThreshold.m_Curve.Array.data[2].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ShakeIntensity.m_Curve.Array.data[0].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ShakeIntensity.m_Curve.Array.data[1].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ShakeIntensity.m_Curve.Array.data[2].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ShakeThreshold.m_Curve.Array.data[0].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ShakeThreshold.m_Curve.Array.data[1].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ShakeThreshold.m_Curve.Array.data[2].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ShakeIntensity.m_Curve.Array.data[0].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ShakeIntensity.m_Curve.Array.data[1].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ShakeIntensity.m_Curve.Array.data[2].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ShakeThreshold.m_Curve.Array.data[0].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ShakeThreshold.m_Curve.Array.data[1].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ShakeThreshold.m_Curve.Array.data[2].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ShakeIntensity.m_Curve.Array.data[0].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ShakeIntensity.m_Curve.Array.data[1].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ShakeIntensity.m_Curve.Array.data[2].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ShakeThreshold.m_Curve.Array.data[0].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ShakeThreshold.m_Curve.Array.data[1].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ShakeThreshold.m_Curve.Array.data[2].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 9167406172343059487, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_IsActive - value: 0 - objectReference: {fileID: 0} - m_RemovedComponents: - - {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, type: 3} - m_RemovedGameObjects: [] - m_AddedGameObjects: [] - m_AddedComponents: [] - m_SourcePrefab: {fileID: 100100000, guid: a16c33a1240b8ce4f930161a7c85fae6, type: 3} ---- !u!1001 &417784997 -PrefabInstance: - m_ObjectHideFlags: 0 - serializedVersion: 2 - m_Modification: - serializedVersion: 3 - m_TransformParent: {fileID: 1557570896} - m_Modifications: - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: Feedbacks.Array.size - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[0]' - value: - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[1]' - value: - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[2]' - value: - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Pivot.x - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Pivot.y - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_RootOrder - value: 53 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMax.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMax.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMin.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMin.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_SizeDelta.x - value: 256.1 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_SizeDelta.y - value: 30 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalPosition.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.w - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.x - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.y - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.z - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchoredPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchoredPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalEulerAnglesHint.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalEulerAnglesHint.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalEulerAnglesHint.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604939, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_OnClick.m_PersistentCalls.m_Calls.Array.data[0].m_Target - value: - objectReference: {fileID: 1554797868} - - target: {fileID: 2903879014986604939, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_OnClick.m_PersistentCalls.m_Calls.Array.data[0].m_MethodName - value: PlayFeedbacks - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604939, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_OnClick.m_PersistentCalls.m_Calls.Array.data[0].m_Arguments.m_ObjectArgumentAssemblyTypeName - value: UnityEngine.Object, UnityEngine - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604941, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Name - value: Button - Texture Offset - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Text - value: Texture Offset - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Color.b - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Color.g - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Color.r - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.size - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[0]' - value: MoreMountains.Feedbacks MoreMountains.Feedbacks.MMF_AudioSource - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[1]' - value: MoreMountains.Feedbacks MoreMountains.Feedbacks.MMF_TextureOffset - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Mode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Mode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Label - value: AudioSource - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Label - value: Texture Offset - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].MaxPitch - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].MinPitch - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].UniqueID - value: -1813563862 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Duration - value: 0.2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].UniqueID - value: -176684193 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].MaxVolume - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].MinVolume - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].RemapOne.x - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].RemapOne.y - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].RemapZero.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].RemapZero.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].MaterialIndex - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].RelativeValues - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].TargetRenderer - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].InstantOffset.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].InstantOffset.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].TargetAudioSource - value: - objectReference: {fileID: 478010195} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].SfxAudioMixerGroup - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AllowAdditivePlays - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].RandomSfx.Array.size - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].MaterialPropertyName - value: _MainTex_ST - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].OffsetCurve.m_PreInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].UseMaterialPropertyBlocks - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].OffsetCurve.m_PostInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].OffsetCurve.m_RotationOrder - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].OffsetCurve.m_Curve.Array.size - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].OffsetCurve.m_Curve.Array.data[0].time - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].OffsetCurve.m_Curve.Array.data[1].time - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].OffsetCurve.m_Curve.Array.data[0].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].OffsetCurve.m_Curve.Array.data[1].value - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].OffsetCurve.m_Curve.Array.data[0].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].OffsetCurve.m_Curve.Array.data[1].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].OffsetCurve.m_Curve.Array.data[0].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].OffsetCurve.m_Curve.Array.data[0].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].OffsetCurve.m_Curve.Array.data[1].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].OffsetCurve.m_Curve.Array.data[1].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].OffsetCurve.m_Curve.Array.data[0].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].OffsetCurve.m_Curve.Array.data[1].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].OffsetCurve.m_Curve.Array.data[0].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].OffsetCurve.m_Curve.Array.data[1].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].OffsetCurve.m_Curve.Array.data[0].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].OffsetCurve.m_Curve.Array.data[1].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 9167406172343059487, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_IsActive - value: 0 - objectReference: {fileID: 0} - m_RemovedComponents: - - {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, type: 3} - m_RemovedGameObjects: [] - m_AddedGameObjects: [] - m_AddedComponents: [] - m_SourcePrefab: {fileID: 100100000, guid: a16c33a1240b8ce4f930161a7c85fae6, type: 3} ---- !u!1001 &417876675 -PrefabInstance: - m_ObjectHideFlags: 0 - serializedVersion: 2 - m_Modification: - serializedVersion: 3 - m_TransformParent: {fileID: 1557570896} - m_Modifications: - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: Feedbacks.Array.size - value: 5 - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[0]' - value: - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[1]' - value: - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[2]' - value: - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[3]' - value: - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[4]' - value: - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Pivot.x - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Pivot.y - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_RootOrder - value: 136 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMax.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMax.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMin.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMin.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_SizeDelta.x - value: 256.1 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_SizeDelta.y - value: 30 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalPosition.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.w - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.x - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.y - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.z - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchoredPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchoredPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalEulerAnglesHint.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalEulerAnglesHint.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalEulerAnglesHint.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604939, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_OnClick.m_PersistentCalls.m_Calls.Array.data[0].m_Target - value: - objectReference: {fileID: 611331493} - - target: {fileID: 2903879014986604939, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_OnClick.m_PersistentCalls.m_Calls.Array.data[0].m_MethodName - value: PlayFeedbacks - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604939, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_OnClick.m_PersistentCalls.m_Calls.Array.data[0].m_Arguments.m_ObjectArgumentAssemblyTypeName - value: UnityEngine.Object, UnityEngine - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604941, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Name - value: Button - Volume - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Text - value: Volume - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Color.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Color.b - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Color.g - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Color.r - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 4258887795993319071, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: NotSupportedInWebGL - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.size - value: 5 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[0]' - value: MoreMountains.Feedbacks MoreMountains.Feedbacks.MMF_AudioSource - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[1]' - value: MoreMountains.Feedbacks MoreMountains.Feedbacks.MMF_Pause - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[2]' - value: MoreMountains.Feedbacks MoreMountains.Feedbacks.MMF_AudioSourceVolume - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[3]' - value: MoreMountains.Feedbacks MoreMountains.Feedbacks.MMF_HoldingPause - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[4]' - value: MoreMountains.Feedbacks MoreMountains.Feedbacks.MMF_AudioSource - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Mode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Mode - value: 3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Label - value: AudioSource - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Label - value: Pause - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Label - value: AudioSource Volume - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Label - value: Holding Pause - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Label - value: AudioSource - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].MaxPitch - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].MinPitch - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].UniqueID - value: 752280241 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].UniqueID - value: 1591592534 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Duration - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].UniqueID - value: -365522390 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].UniqueID - value: 1561532896 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].MaxPitch - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].MinPitch - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].UniqueID - value: -146514713 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].MaxVolume - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].MinVolume - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].MaxVolume - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].MinVolume - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AutoResume - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AutoResume - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ScriptDriven - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].ScriptDriven - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].PauseDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].PauseDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].RelativeVolume - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].RemapVolumeOne - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AutoResumeAfter - value: 0.25 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].RemapVolumeZero - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AutoResumeAfter - value: 0.25 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].MaxPauseDuration - value: 3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].MinPauseDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].MaxPauseDuration - value: 3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].MinPauseDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].TargetAudioSource - value: - objectReference: {fileID: 1467162775} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].TargetAudioSource - value: - objectReference: {fileID: 1467162775} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].SfxAudioMixerGroup - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].SfxAudioMixerGroup - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].RandomizeOnEachPlay - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].RandomizeOnEachPlay - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].RandomSfx.Array.size - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].RandomSfx.Array.size - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].RandomizePauseDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].RandomizePauseDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].VolumeTween.m_PreInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].VolumeTween.m_PostInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].ResetShakerValuesAfterShake - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].ResetTargetValuesAfterShake - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].VolumeTween.m_RotationOrder - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].VolumeTween.m_Curve.Array.size - value: 3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].VolumeTween.m_Curve.Array.data[0].time - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].VolumeTween.m_Curve.Array.data[1].time - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].VolumeTween.m_Curve.Array.data[2].time - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].VolumeTween.m_Curve.Array.data[0].value - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].VolumeTween.m_Curve.Array.data[1].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].VolumeTween.m_Curve.Array.data[2].value - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].VolumeTween.m_Curve.Array.data[0].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].VolumeTween.m_Curve.Array.data[1].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].VolumeTween.m_Curve.Array.data[2].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].VolumeTween.m_Curve.Array.data[0].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].VolumeTween.m_Curve.Array.data[0].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].VolumeTween.m_Curve.Array.data[1].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].VolumeTween.m_Curve.Array.data[1].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].VolumeTween.m_Curve.Array.data[2].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].VolumeTween.m_Curve.Array.data[2].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].VolumeTween.m_Curve.Array.data[0].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].VolumeTween.m_Curve.Array.data[1].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].VolumeTween.m_Curve.Array.data[2].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].VolumeTween.m_Curve.Array.data[0].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].VolumeTween.m_Curve.Array.data[1].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].VolumeTween.m_Curve.Array.data[2].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].VolumeTween.m_Curve.Array.data[0].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].VolumeTween.m_Curve.Array.data[1].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].VolumeTween.m_Curve.Array.data[2].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 9167406172343059487, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_IsActive - value: 0 - objectReference: {fileID: 0} - m_RemovedComponents: - - {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, type: 3} - m_RemovedGameObjects: [] - m_AddedGameObjects: [] - m_AddedComponents: [] - m_SourcePrefab: {fileID: 100100000, guid: a16c33a1240b8ce4f930161a7c85fae6, type: 3} ---- !u!224 &420474248 stripped -RectTransform: - m_CorrespondingSourceObject: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - m_PrefabInstance: {fileID: 1135274908} - m_PrefabAsset: {fileID: 0} ---- !u!1001 &430465637 -PrefabInstance: - m_ObjectHideFlags: 0 - serializedVersion: 2 - m_Modification: - serializedVersion: 3 - m_TransformParent: {fileID: 1557570896} - m_Modifications: - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: Feedbacks.Array.size - value: 6 - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[0]' - value: - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[1]' - value: - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[2]' - value: - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[3]' - value: - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[4]' - value: - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[5]' - value: - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Pivot.x - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Pivot.y - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_RootOrder - value: 104 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMax.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMax.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMin.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMin.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_SizeDelta.x - value: 256.1 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_SizeDelta.y - value: 30 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalPosition.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.w - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.x - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.y - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.z - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchoredPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchoredPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalEulerAnglesHint.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalEulerAnglesHint.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalEulerAnglesHint.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604939, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_OnClick.m_PersistentCalls.m_Calls.Array.data[0].m_Target - value: - objectReference: {fileID: 107200604} - - target: {fileID: 2903879014986604939, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_OnClick.m_PersistentCalls.m_Calls.Array.data[0].m_MethodName - value: PlayFeedbacks - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604939, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_OnClick.m_PersistentCalls.m_Calls.Array.data[0].m_Arguments.m_ObjectArgumentAssemblyTypeName - value: UnityEngine.Object, UnityEngine - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604941, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Name - value: Button - RectTransform Offset - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Text - value: RectTransform Offset - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Color.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Color.b - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Color.g - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Color.r - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 4258887795993319071, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: NotSupportedInWebGL - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.size - value: 6 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[0]' - value: MoreMountains.Feedbacks MoreMountains.Feedbacks.MMF_AudioSource - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[1]' - value: MoreMountains.Feedbacks MoreMountains.Feedbacks.MMF_SetActive - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[2]' - value: MoreMountains.Feedbacks MoreMountains.Feedbacks.MMF_Pause - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[3]' - value: MoreMountains.Feedbacks.MMTools MoreMountains.Feedbacks.MMF_RectTransformOffset - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[4]' - value: MoreMountains.Feedbacks MoreMountains.Feedbacks.MMF_HoldingPause - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[5]' - value: MoreMountains.Feedbacks MoreMountains.Feedbacks.MMF_SetActive - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Mode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Mode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Label - value: AudioSource - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Label - value: Set Active - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Label - value: Pause - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Label - value: RectTransform Offset - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Label - value: Holding Pause - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Label - value: Set Active - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].MaxPitch - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].MinPitch - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].UniqueID - value: -638201625 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].UniqueID - value: 15932604 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].UniqueID - value: -2070194640 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Duration - value: 0.2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].UniqueID - value: -1393842023 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].UniqueID - value: -123582096 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].UniqueID - value: -1403826567 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].MaxVolume - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].MinVolume - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].StartsOff - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AutoResume - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AutoResume - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].StateOnInit - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].StateOnPlay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].StateOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].StateOnInit - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].StateOnPlay - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].StateOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].StateOnReset - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].ScriptDriven - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].ScriptDriven - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].StateOnReset - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].PauseDuration - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].DisableOnStop - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].PauseDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].SetStateOnInit - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].SetStateOnPlay - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].SetStateOnStop - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].RelativeValues - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].SetStateOnInit - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].SetStateOnPlay - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].SetStateOnStop - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].SetStateOnReset - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AutoResumeAfter - value: 0.25 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].ModifyOffsetMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].ModifyOffsetMin - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AutoResumeAfter - value: 0.25 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].SetStateOnReset - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].TargetGameObject - value: - objectReference: {fileID: 366288791} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].MaxPauseDuration - value: 3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].MinPauseDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].MaxPauseDuration - value: 3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].MinPauseDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].TargetGameObject - value: - objectReference: {fileID: 366288791} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].TargetAudioSource - value: - objectReference: {fileID: 478010195} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].SfxAudioMixerGroup - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AllowAdditivePlays - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].RandomizeOnEachPlay - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].OffsetMaxRemapOne.x - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].OffsetMaxRemapOne.y - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].OffsetMinRemapOne.x - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].OffsetMinRemapOne.y - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].TargetRectTransform - value: - objectReference: {fileID: 366288792} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].RandomizeOnEachPlay - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].RandomSfx.Array.size - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].OffsetMaxRemapZero.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].OffsetMaxRemapZero.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].OffsetMinRemapZero.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].OffsetMinRemapZero.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].RandomizePauseDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].RandomizePauseDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].OffsetMaxCurve.MMTweenCurve - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].OffsetMinCurve.MMTweenCurve - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].OffsetMaxCurve.Curve.m_PreInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].OffsetMinCurve.Curve.m_PreInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].OffsetMaxCurve.Curve.m_PostInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].OffsetMinCurve.Curve.m_PostInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].OffsetMaxCurve.Curve.m_RotationOrder - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].OffsetMaxCurve.MMTweenDefinitionType - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].OffsetMinCurve.Curve.m_RotationOrder - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].OffsetMinCurve.MMTweenDefinitionType - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].OffsetMaxCurve.Curve.m_Curve.Array.size - value: 3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].OffsetMinCurve.Curve.m_Curve.Array.size - value: 3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].OffsetMaxCurve.Curve.m_Curve.Array.data[0].time - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].OffsetMaxCurve.Curve.m_Curve.Array.data[1].time - value: 0.25 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].OffsetMaxCurve.Curve.m_Curve.Array.data[2].time - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].OffsetMinCurve.Curve.m_Curve.Array.data[0].time - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].OffsetMinCurve.Curve.m_Curve.Array.data[1].time - value: 0.25 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].OffsetMinCurve.Curve.m_Curve.Array.data[2].time - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].OffsetMaxCurve.Curve.m_Curve.Array.data[0].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].OffsetMaxCurve.Curve.m_Curve.Array.data[1].value - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].OffsetMaxCurve.Curve.m_Curve.Array.data[2].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].OffsetMinCurve.Curve.m_Curve.Array.data[0].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].OffsetMinCurve.Curve.m_Curve.Array.data[1].value - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].OffsetMinCurve.Curve.m_Curve.Array.data[2].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].OffsetMaxCurve.Curve.m_Curve.Array.data[0].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].OffsetMaxCurve.Curve.m_Curve.Array.data[1].inSlope - value: -0.64006793 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].OffsetMaxCurve.Curve.m_Curve.Array.data[2].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].OffsetMinCurve.Curve.m_Curve.Array.data[0].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].OffsetMinCurve.Curve.m_Curve.Array.data[1].inSlope - value: -0.64006793 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].OffsetMinCurve.Curve.m_Curve.Array.data[2].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].OffsetMaxCurve.Curve.m_Curve.Array.data[0].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].OffsetMaxCurve.Curve.m_Curve.Array.data[0].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].OffsetMaxCurve.Curve.m_Curve.Array.data[1].inWeight - value: 0.33333334 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].OffsetMaxCurve.Curve.m_Curve.Array.data[1].outSlope - value: -0.64006793 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].OffsetMaxCurve.Curve.m_Curve.Array.data[2].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].OffsetMaxCurve.Curve.m_Curve.Array.data[2].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].OffsetMinCurve.Curve.m_Curve.Array.data[0].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].OffsetMinCurve.Curve.m_Curve.Array.data[0].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].OffsetMinCurve.Curve.m_Curve.Array.data[1].inWeight - value: 0.33333334 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].OffsetMinCurve.Curve.m_Curve.Array.data[1].outSlope - value: -0.64006793 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].OffsetMinCurve.Curve.m_Curve.Array.data[2].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].OffsetMinCurve.Curve.m_Curve.Array.data[2].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].OffsetMaxCurve.Curve.m_Curve.Array.data[0].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].OffsetMaxCurve.Curve.m_Curve.Array.data[1].outWeight - value: 0.33333334 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].OffsetMaxCurve.Curve.m_Curve.Array.data[2].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].OffsetMinCurve.Curve.m_Curve.Array.data[0].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].OffsetMinCurve.Curve.m_Curve.Array.data[1].outWeight - value: 0.33333334 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].OffsetMinCurve.Curve.m_Curve.Array.data[2].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].OffsetMaxCurve.Curve.m_Curve.Array.data[0].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].OffsetMaxCurve.Curve.m_Curve.Array.data[1].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].OffsetMaxCurve.Curve.m_Curve.Array.data[2].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].OffsetMinCurve.Curve.m_Curve.Array.data[0].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].OffsetMinCurve.Curve.m_Curve.Array.data[1].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].OffsetMinCurve.Curve.m_Curve.Array.data[2].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].OffsetMaxCurve.Curve.m_Curve.Array.data[0].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].OffsetMaxCurve.Curve.m_Curve.Array.data[1].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].OffsetMaxCurve.Curve.m_Curve.Array.data[2].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].OffsetMinCurve.Curve.m_Curve.Array.data[0].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].OffsetMinCurve.Curve.m_Curve.Array.data[1].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].OffsetMinCurve.Curve.m_Curve.Array.data[2].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 9167406172343059487, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_IsActive - value: 0 - objectReference: {fileID: 0} - m_RemovedComponents: - - {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, type: 3} - m_RemovedGameObjects: [] - m_AddedGameObjects: [] - m_AddedComponents: [] - m_SourcePrefab: {fileID: 100100000, guid: a16c33a1240b8ce4f930161a7c85fae6, type: 3} ---- !u!224 &430465638 stripped -RectTransform: - m_CorrespondingSourceObject: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - m_PrefabInstance: {fileID: 430465637} - m_PrefabAsset: {fileID: 0} ---- !u!1001 &432927701 -PrefabInstance: - m_ObjectHideFlags: 0 - serializedVersion: 2 - m_Modification: - serializedVersion: 3 - m_TransformParent: {fileID: 1557570896} - m_Modifications: - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: Feedbacks.Array.size - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[0]' - value: - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[1]' - value: - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Pivot.x - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Pivot.y - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_RootOrder - value: 49 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMax.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMax.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMin.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMin.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_SizeDelta.x - value: 256.1 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_SizeDelta.y - value: 30 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalPosition.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.w - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.x - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.y - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.z - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchoredPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchoredPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalEulerAnglesHint.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalEulerAnglesHint.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalEulerAnglesHint.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604939, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_OnClick.m_PersistentCalls.m_Calls.Array.data[0].m_Target - value: - objectReference: {fileID: 1109162914} - - target: {fileID: 2903879014986604939, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_OnClick.m_PersistentCalls.m_Calls.Array.data[0].m_MethodName - value: PlayFeedbacks - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604939, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_OnClick.m_PersistentCalls.m_Calls.Array.data[0].m_Arguments.m_ObjectArgumentAssemblyTypeName - value: UnityEngine.Object, UnityEngine - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604941, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Name - value: Button - MMBlink - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Text - value: MMBlink - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Color.b - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Color.g - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Color.r - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.size - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[0]' - value: MoreMountains.Feedbacks.MMTools MoreMountains.Feedbacks.MMF_Blink - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[1]' - value: MoreMountains.Feedbacks MoreMountains.Feedbacks.MMF_AudioSource - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Mode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Label - value: MMBlink - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Label - value: AudioSource - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].UniqueID - value: 660733561 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].MaxPitch - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].MinPitch - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].UniqueID - value: -1729492604 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].BlinkMode - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].MaxVolume - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].MinVolume - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].TargetBlink - value: - objectReference: {fileID: 7903921081868765310} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].TargetAudioSource - value: - objectReference: {fileID: 478010195} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].SfxAudioMixerGroup - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].RandomSfx.Array.size - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 9167406172343059487, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_IsActive - value: 0 - objectReference: {fileID: 0} - m_RemovedComponents: - - {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, type: 3} - m_RemovedGameObjects: [] - m_AddedGameObjects: [] - m_AddedComponents: [] - m_SourcePrefab: {fileID: 100100000, guid: a16c33a1240b8ce4f930161a7c85fae6, type: 3} ---- !u!1 &436266583 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 436266584} - - component: {fileID: 436266586} - - component: {fileID: 436266585} - m_Layer: 0 - m_Name: AmbientParticles - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &436266584 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 436266583} - serializedVersion: 2 - m_LocalRotation: {x: -0.7071068, y: -0, z: -0, w: 0.7071068} - m_LocalPosition: {x: 0.54400015, y: -1.79, z: 9.39} - m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 - m_Children: [] - m_Father: {fileID: 950021599} - m_LocalEulerAnglesHint: {x: -90, y: 0, z: 0} ---- !u!199 &436266585 -ParticleSystemRenderer: - serializedVersion: 6 - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 436266583} - m_Enabled: 1 - m_CastShadows: 0 - m_ReceiveShadows: 0 - m_DynamicOccludee: 1 - m_StaticShadowCaster: 0 - m_MotionVectors: 1 - m_LightProbeUsage: 0 - m_ReflectionProbeUsage: 0 - m_RayTracingMode: 0 - m_RayTraceProcedural: 0 - m_RayTracingAccelStructBuildFlagsOverride: 0 - m_RayTracingAccelStructBuildFlags: 1 - m_SmallMeshCulling: 1 - m_RenderingLayerMask: 1 - m_RendererPriority: 0 - m_Materials: - - {fileID: 10754, guid: 0000000000000000f000000000000000, type: 0} - - {fileID: 0} - m_StaticBatchInfo: - firstSubMesh: 0 - subMeshCount: 0 - m_StaticBatchRoot: {fileID: 0} - m_ProbeAnchor: {fileID: 0} - m_LightProbeVolumeOverride: {fileID: 0} - m_ScaleInLightmap: 1 - m_ReceiveGI: 1 - m_PreserveUVs: 0 - m_IgnoreNormalsForChartDetection: 0 - m_ImportantGI: 0 - m_StitchLightmapSeams: 0 - m_SelectedEditorRenderState: 3 - m_MinimumChartSize: 4 - m_AutoUVMaxDistance: 0.5 - m_AutoUVMaxAngle: 89 - m_LightmapParameters: {fileID: 0} - m_SortingLayerID: 0 - m_SortingLayer: 0 - m_SortingOrder: 0 - m_RenderMode: 0 - m_MeshDistribution: 0 - m_SortMode: 0 - m_MinParticleSize: 0 - m_MaxParticleSize: 0.5 - m_CameraVelocityScale: 0 - m_VelocityScale: 0 - m_LengthScale: 2 - m_SortingFudge: 0 - m_NormalDirection: 1 - m_ShadowBias: 0 - m_RenderAlignment: 0 - m_Pivot: {x: 0, y: 0, z: 0} - m_Flip: {x: 0, y: 0, z: 0} - m_EnableGPUInstancing: 1 - m_ApplyActiveColorSpace: 1 - m_AllowRoll: 1 - m_FreeformStretching: 0 - m_RotateWithStretchDirection: 1 - m_UseCustomVertexStreams: 0 - m_VertexStreams: 00010304 - m_UseCustomTrailVertexStreams: 0 - m_TrailVertexStreams: 00010304 - m_Mesh: {fileID: 0} - m_Mesh1: {fileID: 0} - m_Mesh2: {fileID: 0} - m_Mesh3: {fileID: 0} - m_MeshWeighting: 1 - m_MeshWeighting1: 1 - m_MeshWeighting2: 1 - m_MeshWeighting3: 1 - m_MaskInteraction: 0 ---- !u!198 &436266586 -ParticleSystem: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 436266583} - serializedVersion: 8 - lengthInSec: 5 - simulationSpeed: 1 - stopAction: 0 - cullingMode: 0 - ringBufferMode: 0 - ringBufferLoopRange: {x: 0, y: 1} - emitterVelocityMode: 0 - looping: 1 - prewarm: 0 - playOnAwake: 1 - useUnscaledTime: 0 - autoRandomSeed: 1 - startDelay: - serializedVersion: 2 - minMaxState: 0 - scalar: 0 - minScalar: 0 - maxCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - minCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - moveWithTransform: 0 - moveWithCustomTransform: {fileID: 0} - scalingMode: 1 - randomSeed: 0 - InitialModule: - serializedVersion: 3 - enabled: 1 - startLifetime: - serializedVersion: 2 - minMaxState: 0 - scalar: 5 - minScalar: 5 - maxCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - minCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - startSpeed: - serializedVersion: 2 - minMaxState: 0 - scalar: 0.5 - minScalar: 5 - maxCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - minCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - startColor: - serializedVersion: 2 - minMaxState: 0 - minColor: {r: 1, g: 1, b: 1, a: 1} - maxColor: {r: 1, g: 1, b: 1, a: 1} - maxGradient: - serializedVersion: 2 - key0: {r: 1, g: 1, b: 1, a: 1} - key1: {r: 1, g: 1, b: 1, a: 1} - key2: {r: 0, g: 0, b: 0, a: 0} - key3: {r: 0, g: 0, b: 0, a: 0} - key4: {r: 0, g: 0, b: 0, a: 0} - key5: {r: 0, g: 0, b: 0, a: 0} - key6: {r: 0, g: 0, b: 0, a: 0} - key7: {r: 0, g: 0, b: 0, a: 0} - ctime0: 0 - ctime1: 65535 - ctime2: 0 - ctime3: 0 - ctime4: 0 - ctime5: 0 - ctime6: 0 - ctime7: 0 - atime0: 0 - atime1: 65535 - atime2: 0 - atime3: 0 - atime4: 0 - atime5: 0 - atime6: 0 - atime7: 0 - m_Mode: 0 - m_ColorSpace: -1 - m_NumColorKeys: 2 - m_NumAlphaKeys: 2 - minGradient: - serializedVersion: 2 - key0: {r: 1, g: 1, b: 1, a: 1} - key1: {r: 1, g: 1, b: 1, a: 1} - key2: {r: 0, g: 0, b: 0, a: 0} - key3: {r: 0, g: 0, b: 0, a: 0} - key4: {r: 0, g: 0, b: 0, a: 0} - key5: {r: 0, g: 0, b: 0, a: 0} - key6: {r: 0, g: 0, b: 0, a: 0} - key7: {r: 0, g: 0, b: 0, a: 0} - ctime0: 0 - ctime1: 65535 - ctime2: 0 - ctime3: 0 - ctime4: 0 - ctime5: 0 - ctime6: 0 - ctime7: 0 - atime0: 0 - atime1: 65535 - atime2: 0 - atime3: 0 - atime4: 0 - atime5: 0 - atime6: 0 - atime7: 0 - m_Mode: 0 - m_ColorSpace: -1 - m_NumColorKeys: 2 - m_NumAlphaKeys: 2 - startSize: - serializedVersion: 2 - minMaxState: 3 - scalar: 0.02 - minScalar: 0.01 - maxCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - minCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - startSizeY: - serializedVersion: 2 - minMaxState: 3 - scalar: 1 - minScalar: 1 - maxCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - minCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - startSizeZ: - serializedVersion: 2 - minMaxState: 3 - scalar: 1 - minScalar: 1 - maxCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - minCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - startRotationX: - serializedVersion: 2 - minMaxState: 3 - scalar: 0 - minScalar: 6.283185 - maxCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - minCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - startRotationY: - serializedVersion: 2 - minMaxState: 3 - scalar: 0 - minScalar: 6.283185 - maxCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - minCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - startRotation: - serializedVersion: 2 - minMaxState: 3 - scalar: 0 - minScalar: 6.283185 - maxCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - minCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - randomizeRotationDirection: 0 - gravitySource: 0 - maxNumParticles: 1000 - customEmitterVelocity: {x: 0, y: 0, z: 0} - size3D: 0 - rotation3D: 1 - gravityModifier: - serializedVersion: 2 - minMaxState: 0 - scalar: 0 - minScalar: 0 - maxCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - minCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - ShapeModule: - serializedVersion: 6 - enabled: 1 - type: 5 - angle: 25 - length: 5 - boxThickness: {x: 0, y: 0, z: 0} - radiusThickness: 1 - donutRadius: 0.2 - m_Position: {x: 0, y: 0, z: 0} - m_Rotation: {x: 0, y: 0, z: 0} - m_Scale: {x: 10, y: 2.5, z: 1.2} - placementMode: 0 - m_MeshMaterialIndex: 0 - m_MeshNormalOffset: 0 - m_MeshSpawn: - mode: 0 - spread: 0 - speed: - serializedVersion: 2 - minMaxState: 0 - scalar: 1 - minScalar: 1 - maxCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - minCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - m_Mesh: {fileID: 0} - m_MeshRenderer: {fileID: 0} - m_SkinnedMeshRenderer: {fileID: 0} - m_Sprite: {fileID: 0} - m_SpriteRenderer: {fileID: 0} - m_UseMeshMaterialIndex: 0 - m_UseMeshColors: 1 - alignToDirection: 0 - m_Texture: {fileID: 0} - m_TextureClipChannel: 3 - m_TextureClipThreshold: 0 - m_TextureUVChannel: 0 - m_TextureColorAffectsParticles: 1 - m_TextureAlphaAffectsParticles: 1 - m_TextureBilinearFiltering: 0 - randomDirectionAmount: 0 - sphericalDirectionAmount: 0 - randomPositionAmount: 0 - radius: - value: 1 - mode: 0 - spread: 0 - speed: - serializedVersion: 2 - minMaxState: 0 - scalar: 1 - minScalar: 1 - maxCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - minCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - arc: - value: 360 - mode: 0 - spread: 0 - speed: - serializedVersion: 2 - minMaxState: 0 - scalar: 1 - minScalar: 1 - maxCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - minCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - EmissionModule: - enabled: 1 - serializedVersion: 4 - rateOverTime: - serializedVersion: 2 - minMaxState: 0 - scalar: 20 - minScalar: 10 - maxCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - minCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - rateOverDistance: - serializedVersion: 2 - minMaxState: 0 - scalar: 0 - minScalar: 0 - maxCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - minCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - m_BurstCount: 0 - m_Bursts: [] - SizeModule: - enabled: 1 - curve: - serializedVersion: 2 - minMaxState: 1 - scalar: 1 - minScalar: 1 - maxCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.38613626 - value: 1 - inSlope: -1.4528432 - outSlope: -1.4528432 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - minCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - y: - serializedVersion: 2 - minMaxState: 1 - scalar: 1 - minScalar: 1 - maxCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 1 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 1 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - minCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - z: - serializedVersion: 2 - minMaxState: 1 - scalar: 1 - minScalar: 1 - maxCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 1 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 1 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - minCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - separateAxes: 0 - RotationModule: - enabled: 0 - x: - serializedVersion: 2 - minMaxState: 0 - scalar: 0 - minScalar: 0 - maxCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - minCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - y: - serializedVersion: 2 - minMaxState: 0 - scalar: 0 - minScalar: 0 - maxCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - minCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - curve: - serializedVersion: 2 - minMaxState: 0 - scalar: 0.7853982 - minScalar: 0.7853982 - maxCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - minCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - separateAxes: 0 - ColorModule: - enabled: 1 - gradient: - serializedVersion: 2 - minMaxState: 1 - minColor: {r: 1, g: 1, b: 1, a: 1} - maxColor: {r: 1, g: 1, b: 1, a: 1} - maxGradient: - serializedVersion: 2 - key0: {r: 1, g: 1, b: 1, a: 0} - key1: {r: 1, g: 1, b: 1, a: 1} - key2: {r: 0, g: 0, b: 0, a: 1} - key3: {r: 0, g: 0, b: 0, a: 0} - key4: {r: 0, g: 0, b: 0, a: 0} - key5: {r: 0, g: 0, b: 0, a: 0} - key6: {r: 0, g: 0, b: 0, a: 0} - key7: {r: 0, g: 0, b: 0, a: 0} - ctime0: 0 - ctime1: 65535 - ctime2: 0 - ctime3: 0 - ctime4: 0 - ctime5: 0 - ctime6: 0 - ctime7: 0 - atime0: 0 - atime1: 11372 - atime2: 49537 - atime3: 65535 - atime4: 0 - atime5: 0 - atime6: 0 - atime7: 0 - m_Mode: 0 - m_ColorSpace: -1 - m_NumColorKeys: 2 - m_NumAlphaKeys: 4 - minGradient: - serializedVersion: 2 - key0: {r: 1, g: 1, b: 1, a: 1} - key1: {r: 1, g: 1, b: 1, a: 1} - key2: {r: 0, g: 0, b: 0, a: 0} - key3: {r: 0, g: 0, b: 0, a: 0} - key4: {r: 0, g: 0, b: 0, a: 0} - key5: {r: 0, g: 0, b: 0, a: 0} - key6: {r: 0, g: 0, b: 0, a: 0} - key7: {r: 0, g: 0, b: 0, a: 0} - ctime0: 0 - ctime1: 65535 - ctime2: 0 - ctime3: 0 - ctime4: 0 - ctime5: 0 - ctime6: 0 - ctime7: 0 - atime0: 0 - atime1: 65535 - atime2: 0 - atime3: 0 - atime4: 0 - atime5: 0 - atime6: 0 - atime7: 0 - m_Mode: 0 - m_ColorSpace: -1 - m_NumColorKeys: 2 - m_NumAlphaKeys: 2 - UVModule: - serializedVersion: 2 - enabled: 0 - mode: 0 - timeMode: 0 - fps: 30 - frameOverTime: - serializedVersion: 2 - minMaxState: 1 - scalar: 0.9999 - minScalar: 0.9999 - maxCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 1 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 1 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - minCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - startFrame: - serializedVersion: 2 - minMaxState: 0 - scalar: 0 - minScalar: 0 - maxCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - minCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - speedRange: {x: 0, y: 1} - tilesX: 1 - tilesY: 1 - animationType: 0 - rowIndex: 0 - cycles: 1 - uvChannelMask: -1 - rowMode: 1 - sprites: - - sprite: {fileID: 0} - flipU: 0 - flipV: 0 - VelocityModule: - enabled: 0 - x: - serializedVersion: 2 - minMaxState: 0 - scalar: 0 - minScalar: 0 - maxCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - minCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - y: - serializedVersion: 2 - minMaxState: 0 - scalar: 0 - minScalar: 0 - maxCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - minCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - z: - serializedVersion: 2 - minMaxState: 0 - scalar: 0 - minScalar: 0 - maxCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - minCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - orbitalX: - serializedVersion: 2 - minMaxState: 0 - scalar: 0 - minScalar: 0 - maxCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - minCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - orbitalY: - serializedVersion: 2 - minMaxState: 0 - scalar: 0 - minScalar: 0 - maxCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - minCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - orbitalZ: - serializedVersion: 2 - minMaxState: 0 - scalar: 0 - minScalar: 0 - maxCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - minCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - orbitalOffsetX: - serializedVersion: 2 - minMaxState: 0 - scalar: 0 - minScalar: 0 - maxCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - minCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - orbitalOffsetY: - serializedVersion: 2 - minMaxState: 0 - scalar: 0 - minScalar: 0 - maxCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - minCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - orbitalOffsetZ: - serializedVersion: 2 - minMaxState: 0 - scalar: 0 - minScalar: 0 - maxCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - minCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - radial: - serializedVersion: 2 - minMaxState: 0 - scalar: 0 - minScalar: 0 - maxCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - minCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - speedModifier: - serializedVersion: 2 - minMaxState: 0 - scalar: 1 - minScalar: 1 - maxCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - minCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - inWorldSpace: 0 - InheritVelocityModule: - enabled: 0 - m_Mode: 0 - m_Curve: - serializedVersion: 2 - minMaxState: 0 - scalar: 0 - minScalar: 0 - maxCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - minCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - LifetimeByEmitterSpeedModule: - enabled: 0 - m_Curve: - serializedVersion: 2 - minMaxState: 1 - scalar: 1 - minScalar: 1 - maxCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: -0.8 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 0.2 - inSlope: -0.8 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - minCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - m_Range: {x: 0, y: 1} - ForceModule: - enabled: 0 - x: - serializedVersion: 2 - minMaxState: 0 - scalar: 0 - minScalar: 0 - maxCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - minCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - y: - serializedVersion: 2 - minMaxState: 0 - scalar: 0 - minScalar: 0 - maxCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - minCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - z: - serializedVersion: 2 - minMaxState: 0 - scalar: 0 - minScalar: 0 - maxCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - minCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - inWorldSpace: 0 - randomizePerFrame: 0 - ExternalForcesModule: - serializedVersion: 2 - enabled: 0 - multiplierCurve: - serializedVersion: 2 - minMaxState: 0 - scalar: 1 - minScalar: 1 - maxCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - minCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - influenceFilter: 0 - influenceMask: - serializedVersion: 2 - m_Bits: 4294967295 - influenceList: [] - ClampVelocityModule: - enabled: 0 - x: - serializedVersion: 2 - minMaxState: 0 - scalar: 1 - minScalar: 1 - maxCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - minCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - y: - serializedVersion: 2 - minMaxState: 0 - scalar: 1 - minScalar: 1 - maxCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - minCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - z: - serializedVersion: 2 - minMaxState: 0 - scalar: 1 - minScalar: 1 - maxCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - minCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - magnitude: - serializedVersion: 2 - minMaxState: 0 - scalar: 1 - minScalar: 1 - maxCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - minCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - separateAxis: 0 - inWorldSpace: 0 - multiplyDragByParticleSize: 1 - multiplyDragByParticleVelocity: 1 - dampen: 0 - drag: - serializedVersion: 2 - minMaxState: 0 - scalar: 0 - minScalar: 0 - maxCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - minCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - NoiseModule: - enabled: 1 - strength: - serializedVersion: 2 - minMaxState: 0 - scalar: 0.5 - minScalar: 1 - maxCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - minCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - strengthY: - serializedVersion: 2 - minMaxState: 0 - scalar: 1 - minScalar: 1 - maxCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - minCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - strengthZ: - serializedVersion: 2 - minMaxState: 0 - scalar: 1 - minScalar: 1 - maxCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - minCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - separateAxes: 0 - frequency: 0.5 - damping: 1 - octaves: 1 - octaveMultiplier: 0.5 - octaveScale: 2 - quality: 2 - scrollSpeed: - serializedVersion: 2 - minMaxState: 0 - scalar: 0 - minScalar: 0 - maxCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - minCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - remap: - serializedVersion: 2 - minMaxState: 1 - scalar: 1 - minScalar: 1 - maxCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 1 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 1 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - minCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - remapY: - serializedVersion: 2 - minMaxState: 1 - scalar: 1 - minScalar: 1 - maxCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 1 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 1 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - minCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - remapZ: - serializedVersion: 2 - minMaxState: 1 - scalar: 1 - minScalar: 1 - maxCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 1 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 1 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - minCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - remapEnabled: 0 - positionAmount: - serializedVersion: 2 - minMaxState: 0 - scalar: 1 - minScalar: 1 - maxCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - minCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - rotationAmount: - serializedVersion: 2 - minMaxState: 0 - scalar: 0 - minScalar: 0 - maxCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - minCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - sizeAmount: - serializedVersion: 2 - minMaxState: 0 - scalar: 0 - minScalar: 0 - maxCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - minCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - SizeBySpeedModule: - enabled: 0 - curve: - serializedVersion: 2 - minMaxState: 1 - scalar: 1 - minScalar: 1 - maxCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 1 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 1 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - minCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - y: - serializedVersion: 2 - minMaxState: 1 - scalar: 1 - minScalar: 1 - maxCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 1 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 1 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - minCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - z: - serializedVersion: 2 - minMaxState: 1 - scalar: 1 - minScalar: 1 - maxCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 1 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 1 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - minCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - range: {x: 0, y: 1} - separateAxes: 0 - RotationBySpeedModule: - enabled: 0 - x: - serializedVersion: 2 - minMaxState: 0 - scalar: 0 - minScalar: 0 - maxCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - minCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - y: - serializedVersion: 2 - minMaxState: 0 - scalar: 0 - minScalar: 0 - maxCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - minCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - curve: - serializedVersion: 2 - minMaxState: 0 - scalar: 0.7853982 - minScalar: 0.7853982 - maxCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - minCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - separateAxes: 0 - range: {x: 0, y: 1} - ColorBySpeedModule: - enabled: 0 - gradient: - serializedVersion: 2 - minMaxState: 1 - minColor: {r: 1, g: 1, b: 1, a: 1} - maxColor: {r: 1, g: 1, b: 1, a: 1} - maxGradient: - serializedVersion: 2 - key0: {r: 1, g: 1, b: 1, a: 1} - key1: {r: 1, g: 1, b: 1, a: 1} - key2: {r: 0, g: 0, b: 0, a: 0} - key3: {r: 0, g: 0, b: 0, a: 0} - key4: {r: 0, g: 0, b: 0, a: 0} - key5: {r: 0, g: 0, b: 0, a: 0} - key6: {r: 0, g: 0, b: 0, a: 0} - key7: {r: 0, g: 0, b: 0, a: 0} - ctime0: 0 - ctime1: 65535 - ctime2: 0 - ctime3: 0 - ctime4: 0 - ctime5: 0 - ctime6: 0 - ctime7: 0 - atime0: 0 - atime1: 65535 - atime2: 0 - atime3: 0 - atime4: 0 - atime5: 0 - atime6: 0 - atime7: 0 - m_Mode: 0 - m_ColorSpace: -1 - m_NumColorKeys: 2 - m_NumAlphaKeys: 2 - minGradient: - serializedVersion: 2 - key0: {r: 1, g: 1, b: 1, a: 1} - key1: {r: 1, g: 1, b: 1, a: 1} - key2: {r: 0, g: 0, b: 0, a: 0} - key3: {r: 0, g: 0, b: 0, a: 0} - key4: {r: 0, g: 0, b: 0, a: 0} - key5: {r: 0, g: 0, b: 0, a: 0} - key6: {r: 0, g: 0, b: 0, a: 0} - key7: {r: 0, g: 0, b: 0, a: 0} - ctime0: 0 - ctime1: 65535 - ctime2: 0 - ctime3: 0 - ctime4: 0 - ctime5: 0 - ctime6: 0 - ctime7: 0 - atime0: 0 - atime1: 65535 - atime2: 0 - atime3: 0 - atime4: 0 - atime5: 0 - atime6: 0 - atime7: 0 - m_Mode: 0 - m_ColorSpace: -1 - m_NumColorKeys: 2 - m_NumAlphaKeys: 2 - range: {x: 0, y: 1} - CollisionModule: - enabled: 0 - serializedVersion: 4 - type: 0 - collisionMode: 0 - colliderForce: 0 - multiplyColliderForceByParticleSize: 0 - multiplyColliderForceByParticleSpeed: 0 - multiplyColliderForceByCollisionAngle: 1 - m_Planes: - - {fileID: 0} - - {fileID: 0} - - {fileID: 0} - - {fileID: 0} - - {fileID: 0} - - {fileID: 0} - m_Dampen: - serializedVersion: 2 - minMaxState: 0 - scalar: 0 - minScalar: 0 - maxCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - minCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - m_Bounce: - serializedVersion: 2 - minMaxState: 0 - scalar: 1 - minScalar: 1 - maxCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - minCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - m_EnergyLossOnCollision: - serializedVersion: 2 - minMaxState: 0 - scalar: 0 - minScalar: 0 - maxCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - minCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - minKillSpeed: 0 - maxKillSpeed: 10000 - radiusScale: 1 - collidesWith: - serializedVersion: 2 - m_Bits: 4294967295 - maxCollisionShapes: 256 - quality: 0 - voxelSize: 0.5 - collisionMessages: 0 - collidesWithDynamic: 1 - interiorCollisions: 0 - TriggerModule: - enabled: 0 - serializedVersion: 2 - inside: 1 - outside: 0 - enter: 0 - exit: 0 - colliderQueryMode: 0 - radiusScale: 1 - primitives: - - {fileID: 0} - - {fileID: 0} - - {fileID: 0} - - {fileID: 0} - - {fileID: 0} - - {fileID: 0} - SubModule: - serializedVersion: 2 - enabled: 0 - subEmitters: - - serializedVersion: 3 - emitter: {fileID: 0} - type: 0 - properties: 0 - emitProbability: 1 - LightsModule: - enabled: 0 - ratio: 0 - light: {fileID: 0} - randomDistribution: 1 - color: 1 - range: 1 - intensity: 1 - rangeCurve: - serializedVersion: 2 - minMaxState: 0 - scalar: 1 - minScalar: 1 - maxCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - minCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - intensityCurve: - serializedVersion: 2 - minMaxState: 0 - scalar: 1 - minScalar: 1 - maxCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - minCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - maxLights: 20 - TrailModule: - enabled: 0 - mode: 0 - ratio: 1 - lifetime: - serializedVersion: 2 - minMaxState: 0 - scalar: 1 - minScalar: 1 - maxCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - minCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - minVertexDistance: 0.2 - textureMode: 0 - textureScale: {x: 1, y: 1} - ribbonCount: 1 - shadowBias: 0.5 - worldSpace: 0 - dieWithParticles: 1 - sizeAffectsWidth: 1 - sizeAffectsLifetime: 0 - inheritParticleColor: 1 - generateLightingData: 0 - splitSubEmitterRibbons: 0 - attachRibbonsToTransform: 0 - colorOverLifetime: - serializedVersion: 2 - minMaxState: 0 - minColor: {r: 1, g: 1, b: 1, a: 1} - maxColor: {r: 1, g: 1, b: 1, a: 1} - maxGradient: - serializedVersion: 2 - key0: {r: 1, g: 1, b: 1, a: 1} - key1: {r: 1, g: 1, b: 1, a: 1} - key2: {r: 0, g: 0, b: 0, a: 0} - key3: {r: 0, g: 0, b: 0, a: 0} - key4: {r: 0, g: 0, b: 0, a: 0} - key5: {r: 0, g: 0, b: 0, a: 0} - key6: {r: 0, g: 0, b: 0, a: 0} - key7: {r: 0, g: 0, b: 0, a: 0} - ctime0: 0 - ctime1: 65535 - ctime2: 0 - ctime3: 0 - ctime4: 0 - ctime5: 0 - ctime6: 0 - ctime7: 0 - atime0: 0 - atime1: 65535 - atime2: 0 - atime3: 0 - atime4: 0 - atime5: 0 - atime6: 0 - atime7: 0 - m_Mode: 0 - m_ColorSpace: -1 - m_NumColorKeys: 2 - m_NumAlphaKeys: 2 - minGradient: - serializedVersion: 2 - key0: {r: 1, g: 1, b: 1, a: 1} - key1: {r: 1, g: 1, b: 1, a: 1} - key2: {r: 0, g: 0, b: 0, a: 0} - key3: {r: 0, g: 0, b: 0, a: 0} - key4: {r: 0, g: 0, b: 0, a: 0} - key5: {r: 0, g: 0, b: 0, a: 0} - key6: {r: 0, g: 0, b: 0, a: 0} - key7: {r: 0, g: 0, b: 0, a: 0} - ctime0: 0 - ctime1: 65535 - ctime2: 0 - ctime3: 0 - ctime4: 0 - ctime5: 0 - ctime6: 0 - ctime7: 0 - atime0: 0 - atime1: 65535 - atime2: 0 - atime3: 0 - atime4: 0 - atime5: 0 - atime6: 0 - atime7: 0 - m_Mode: 0 - m_ColorSpace: -1 - m_NumColorKeys: 2 - m_NumAlphaKeys: 2 - widthOverTrail: - serializedVersion: 2 - minMaxState: 0 - scalar: 1 - minScalar: 1 - maxCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - minCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - colorOverTrail: - serializedVersion: 2 - minMaxState: 0 - minColor: {r: 1, g: 1, b: 1, a: 1} - maxColor: {r: 1, g: 1, b: 1, a: 1} - maxGradient: - serializedVersion: 2 - key0: {r: 1, g: 1, b: 1, a: 1} - key1: {r: 1, g: 1, b: 1, a: 1} - key2: {r: 0, g: 0, b: 0, a: 0} - key3: {r: 0, g: 0, b: 0, a: 0} - key4: {r: 0, g: 0, b: 0, a: 0} - key5: {r: 0, g: 0, b: 0, a: 0} - key6: {r: 0, g: 0, b: 0, a: 0} - key7: {r: 0, g: 0, b: 0, a: 0} - ctime0: 0 - ctime1: 65535 - ctime2: 0 - ctime3: 0 - ctime4: 0 - ctime5: 0 - ctime6: 0 - ctime7: 0 - atime0: 0 - atime1: 65535 - atime2: 0 - atime3: 0 - atime4: 0 - atime5: 0 - atime6: 0 - atime7: 0 - m_Mode: 0 - m_ColorSpace: -1 - m_NumColorKeys: 2 - m_NumAlphaKeys: 2 - minGradient: - serializedVersion: 2 - key0: {r: 1, g: 1, b: 1, a: 1} - key1: {r: 1, g: 1, b: 1, a: 1} - key2: {r: 0, g: 0, b: 0, a: 0} - key3: {r: 0, g: 0, b: 0, a: 0} - key4: {r: 0, g: 0, b: 0, a: 0} - key5: {r: 0, g: 0, b: 0, a: 0} - key6: {r: 0, g: 0, b: 0, a: 0} - key7: {r: 0, g: 0, b: 0, a: 0} - ctime0: 0 - ctime1: 65535 - ctime2: 0 - ctime3: 0 - ctime4: 0 - ctime5: 0 - ctime6: 0 - ctime7: 0 - atime0: 0 - atime1: 65535 - atime2: 0 - atime3: 0 - atime4: 0 - atime5: 0 - atime6: 0 - atime7: 0 - m_Mode: 0 - m_ColorSpace: -1 - m_NumColorKeys: 2 - m_NumAlphaKeys: 2 - CustomDataModule: - enabled: 0 - mode0: 0 - vectorComponentCount0: 4 - color0: - serializedVersion: 2 - minMaxState: 0 - minColor: {r: 1, g: 1, b: 1, a: 1} - maxColor: {r: 1, g: 1, b: 1, a: 1} - maxGradient: - serializedVersion: 2 - key0: {r: 1, g: 1, b: 1, a: 1} - key1: {r: 1, g: 1, b: 1, a: 1} - key2: {r: 0, g: 0, b: 0, a: 0} - key3: {r: 0, g: 0, b: 0, a: 0} - key4: {r: 0, g: 0, b: 0, a: 0} - key5: {r: 0, g: 0, b: 0, a: 0} - key6: {r: 0, g: 0, b: 0, a: 0} - key7: {r: 0, g: 0, b: 0, a: 0} - ctime0: 0 - ctime1: 65535 - ctime2: 0 - ctime3: 0 - ctime4: 0 - ctime5: 0 - ctime6: 0 - ctime7: 0 - atime0: 0 - atime1: 65535 - atime2: 0 - atime3: 0 - atime4: 0 - atime5: 0 - atime6: 0 - atime7: 0 - m_Mode: 0 - m_ColorSpace: -1 - m_NumColorKeys: 2 - m_NumAlphaKeys: 2 - minGradient: - serializedVersion: 2 - key0: {r: 1, g: 1, b: 1, a: 1} - key1: {r: 1, g: 1, b: 1, a: 1} - key2: {r: 0, g: 0, b: 0, a: 0} - key3: {r: 0, g: 0, b: 0, a: 0} - key4: {r: 0, g: 0, b: 0, a: 0} - key5: {r: 0, g: 0, b: 0, a: 0} - key6: {r: 0, g: 0, b: 0, a: 0} - key7: {r: 0, g: 0, b: 0, a: 0} - ctime0: 0 - ctime1: 65535 - ctime2: 0 - ctime3: 0 - ctime4: 0 - ctime5: 0 - ctime6: 0 - ctime7: 0 - atime0: 0 - atime1: 65535 - atime2: 0 - atime3: 0 - atime4: 0 - atime5: 0 - atime6: 0 - atime7: 0 - m_Mode: 0 - m_ColorSpace: -1 - m_NumColorKeys: 2 - m_NumAlphaKeys: 2 - colorLabel0: Color - vector0_0: - serializedVersion: 2 - minMaxState: 0 - scalar: 0 - minScalar: 0 - maxCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - minCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - vectorLabel0_0: X - vector0_1: - serializedVersion: 2 - minMaxState: 0 - scalar: 0 - minScalar: 0 - maxCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - minCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - vectorLabel0_1: Y - vector0_2: - serializedVersion: 2 - minMaxState: 0 - scalar: 0 - minScalar: 0 - maxCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - minCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - vectorLabel0_2: Z - vector0_3: - serializedVersion: 2 - minMaxState: 0 - scalar: 0 - minScalar: 0 - maxCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - minCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - vectorLabel0_3: W - mode1: 0 - vectorComponentCount1: 4 - color1: - serializedVersion: 2 - minMaxState: 0 - minColor: {r: 1, g: 1, b: 1, a: 1} - maxColor: {r: 1, g: 1, b: 1, a: 1} - maxGradient: - serializedVersion: 2 - key0: {r: 1, g: 1, b: 1, a: 1} - key1: {r: 1, g: 1, b: 1, a: 1} - key2: {r: 0, g: 0, b: 0, a: 0} - key3: {r: 0, g: 0, b: 0, a: 0} - key4: {r: 0, g: 0, b: 0, a: 0} - key5: {r: 0, g: 0, b: 0, a: 0} - key6: {r: 0, g: 0, b: 0, a: 0} - key7: {r: 0, g: 0, b: 0, a: 0} - ctime0: 0 - ctime1: 65535 - ctime2: 0 - ctime3: 0 - ctime4: 0 - ctime5: 0 - ctime6: 0 - ctime7: 0 - atime0: 0 - atime1: 65535 - atime2: 0 - atime3: 0 - atime4: 0 - atime5: 0 - atime6: 0 - atime7: 0 - m_Mode: 0 - m_ColorSpace: -1 - m_NumColorKeys: 2 - m_NumAlphaKeys: 2 - minGradient: - serializedVersion: 2 - key0: {r: 1, g: 1, b: 1, a: 1} - key1: {r: 1, g: 1, b: 1, a: 1} - key2: {r: 0, g: 0, b: 0, a: 0} - key3: {r: 0, g: 0, b: 0, a: 0} - key4: {r: 0, g: 0, b: 0, a: 0} - key5: {r: 0, g: 0, b: 0, a: 0} - key6: {r: 0, g: 0, b: 0, a: 0} - key7: {r: 0, g: 0, b: 0, a: 0} - ctime0: 0 - ctime1: 65535 - ctime2: 0 - ctime3: 0 - ctime4: 0 - ctime5: 0 - ctime6: 0 - ctime7: 0 - atime0: 0 - atime1: 65535 - atime2: 0 - atime3: 0 - atime4: 0 - atime5: 0 - atime6: 0 - atime7: 0 - m_Mode: 0 - m_ColorSpace: -1 - m_NumColorKeys: 2 - m_NumAlphaKeys: 2 - colorLabel1: Color - vector1_0: - serializedVersion: 2 - minMaxState: 0 - scalar: 0 - minScalar: 0 - maxCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - minCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - vectorLabel1_0: X - vector1_1: - serializedVersion: 2 - minMaxState: 0 - scalar: 0 - minScalar: 0 - maxCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - minCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - vectorLabel1_1: Y - vector1_2: - serializedVersion: 2 - minMaxState: 0 - scalar: 0 - minScalar: 0 - maxCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - minCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - vectorLabel1_2: Z - vector1_3: - serializedVersion: 2 - minMaxState: 0 - scalar: 0 - minScalar: 0 - maxCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - minCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - vectorLabel1_3: W ---- !u!1 &438603708 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 438603709} - m_Layer: 0 - m_Name: Camera - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &438603709 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 438603708} - serializedVersion: 2 - m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: -0.023957789, y: -4.7921257, z: -1.0697918} - m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 - m_Children: - - {fileID: 651972207} - - {fileID: 22723148} - - {fileID: 1074420532} - - {fileID: 386567103} - - {fileID: 179183102} - - {fileID: 252591336} - - {fileID: 1476599838} - - {fileID: 83246280} - - {fileID: 1996409641} - - {fileID: 1621978351} - - {fileID: 97759299} - m_Father: {fileID: 999639631} - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!1001 &438905860 -PrefabInstance: - m_ObjectHideFlags: 0 - serializedVersion: 2 - m_Modification: - serializedVersion: 3 - m_TransformParent: {fileID: 1557570896} - m_Modifications: - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: Feedbacks.Array.size - value: 6 - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[0]' - value: - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[1]' - value: - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[2]' - value: - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[3]' - value: - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[4]' - value: - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[5]' - value: - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Pivot.x - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Pivot.y - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_RootOrder - value: 61 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMax.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMax.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMin.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMin.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_SizeDelta.x - value: 256.1 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_SizeDelta.y - value: 30 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalPosition.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.w - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.x - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.y - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.z - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchoredPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchoredPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalEulerAnglesHint.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalEulerAnglesHint.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalEulerAnglesHint.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604939, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_OnClick.m_PersistentCalls.m_Calls.Array.data[0].m_Target - value: - objectReference: {fileID: 1578471201} - - target: {fileID: 2903879014986604939, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_OnClick.m_PersistentCalls.m_Calls.Array.data[0].m_MethodName - value: PlayFeedbacks - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604939, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_OnClick.m_PersistentCalls.m_Calls.Array.data[0].m_Arguments.m_ObjectArgumentAssemblyTypeName - value: UnityEngine.Object, UnityEngine - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604941, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Name - value: Button - Position - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Text - value: Position - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Color.b - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Color.g - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Color.r - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.size - value: 6 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[0]' - value: MoreMountains.Feedbacks MoreMountains.Feedbacks.MMF_Position - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[1]' - value: MoreMountains.Feedbacks MoreMountains.Feedbacks.MMF_Position - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[2]' - value: MoreMountains.Feedbacks MoreMountains.Feedbacks.MMF_Position - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[3]' - value: MoreMountains.Feedbacks MoreMountains.Feedbacks.MMF_Position - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[4]' - value: MoreMountains.Feedbacks MoreMountains.Feedbacks.MMF_Position - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[5]' - value: MoreMountains.Feedbacks MoreMountains.Feedbacks.MMF_AudioSource - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Mode - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Mode - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Mode - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Mode - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Mode - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Mode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Label - value: Position - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Space - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Label - value: Position - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Space - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Label - value: Position - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Space - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Label - value: Position - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Space - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Label - value: Position - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Space - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Label - value: AudioSource - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateX - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateY - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateZ - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].UniqueID - value: 1991539040 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateX - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateY - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateZ - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].UniqueID - value: -855527868 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimateX - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimateY - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimateZ - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].UniqueID - value: -639524977 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimateX - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimateY - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimateZ - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].UniqueID - value: -88987141 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimateX - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimateY - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimateZ - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].UniqueID - value: -965916344 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].MaxPitch - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].MinPitch - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].UniqueID - value: -946297210 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].MaxVolume - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].MinVolume - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].RemapCurveOne - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].RemapCurveOne - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].RemapCurveOne - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].RemapCurveOne - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].RemapCurveOne - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].RemapCurveZero - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].RemapCurveZero - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].RemapCurveZero - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].RemapCurveZero - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].RemapCurveZero - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].RelativePosition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].RelativePosition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].RelativePosition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].RelativePosition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].RelativePosition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].InitialPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].InitialPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].InitialPosition.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].InitialPosition.x - value: -0.5 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].InitialPosition.y - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].InitialPosition.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].InitialPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].InitialPosition.y - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].InitialPosition.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].InitialPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].InitialPosition.y - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].InitialPosition.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].InitialPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].InitialPosition.y - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].InitialPosition.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].TargetAudioSource - value: - objectReference: {fileID: 478010195} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AllowAdditivePlays - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AllowAdditivePlays - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AllowAdditivePlays - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AllowAdditivePlays - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AllowAdditivePlays - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].SfxAudioMixerGroup - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.InitialDelay - value: 0.1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.InitialDelay - value: 0.2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.InitialDelay - value: 0.3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.InitialDelay - value: 0.4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].RandomSfx.Array.size - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionTarget - value: - objectReference: {fileID: 1579498607} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DestinationPosition.x - value: -0.5 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DestinationPosition.y - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DestinationPosition.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionTarget - value: - objectReference: {fileID: 1579498607} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DestinationPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DestinationPosition.y - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DestinationPosition.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionTarget - value: - objectReference: {fileID: 1579498607} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].DestinationPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].DestinationPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].DestinationPosition.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionTarget - value: - objectReference: {fileID: 1579498607} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].DestinationPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].DestinationPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].DestinationPosition.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionTarget - value: - objectReference: {fileID: 1579498607} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].DestinationPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].DestinationPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].DestinationPosition.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionDuration - value: 0.1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionDuration - value: 0.1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionDuration - value: 0.1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionDuration - value: 0.1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionDuration - value: 0.1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DeterminePositionsOnPlay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].InitialPositionTransform - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DeterminePositionsOnPlay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].InitialPositionTransform - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].DeterminePositionsOnPlay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].InitialPositionTransform - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].DeterminePositionsOnPlay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].InitialPositionTransform - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].DeterminePositionsOnPlay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].InitialPositionTransform - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DestinationPositionTransform - value: - objectReference: {fileID: 1990905541} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DestinationPositionTransform - value: - objectReference: {fileID: 902359850} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].DestinationPositionTransform - value: - objectReference: {fileID: 1431253384} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].DestinationPositionTransform - value: - objectReference: {fileID: 1195799690} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].DestinationPositionTransform - value: - objectReference: {fileID: 885677165} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurve.m_PreInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurve.m_PreInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurve.m_PreInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurve.m_PreInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurve.m_PreInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurve.m_PostInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveX.m_PreInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveY.m_PreInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveZ.m_PreInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurve.m_PostInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveX.m_PreInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveY.m_PreInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveZ.m_PreInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurve.m_PostInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveX.m_PreInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveY.m_PreInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveZ.m_PreInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurve.m_PostInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveX.m_PreInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveY.m_PreInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveZ.m_PreInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurve.m_PostInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveX.m_PreInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveY.m_PreInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveZ.m_PreInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurve.m_RotationOrder - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveX.m_PostInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveY.m_PostInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveZ.m_PostInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurve.m_RotationOrder - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveX.m_PostInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveY.m_PostInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveZ.m_PostInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurve.m_RotationOrder - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveX.m_PostInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveY.m_PostInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveZ.m_PostInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurve.m_RotationOrder - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveX.m_PostInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveY.m_PostInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveZ.m_PostInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurve.m_RotationOrder - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveX.m_PostInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveY.m_PostInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveZ.m_PostInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveX.m_RotationOrder - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveY.m_RotationOrder - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveZ.m_RotationOrder - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveX.m_RotationOrder - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveY.m_RotationOrder - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveZ.m_RotationOrder - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveX.m_RotationOrder - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveY.m_RotationOrder - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveZ.m_RotationOrder - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveX.m_RotationOrder - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveY.m_RotationOrder - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveZ.m_RotationOrder - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveX.m_RotationOrder - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveY.m_RotationOrder - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveZ.m_RotationOrder - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurve.m_Curve.Array.size - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurve.m_Curve.Array.size - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurve.m_Curve.Array.size - value: 5 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurve.m_Curve.Array.size - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurve.m_Curve.Array.size - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveX.m_Curve.Array.size - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveY.m_Curve.Array.size - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveZ.m_Curve.Array.size - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveX.m_Curve.Array.size - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveY.m_Curve.Array.size - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveZ.m_Curve.Array.size - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveX.m_Curve.Array.size - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveY.m_Curve.Array.size - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveZ.m_Curve.Array.size - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveX.m_Curve.Array.size - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveY.m_Curve.Array.size - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveZ.m_Curve.Array.size - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveX.m_Curve.Array.size - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveY.m_Curve.Array.size - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveZ.m_Curve.Array.size - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurve.m_Curve.Array.data[0].time - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurve.m_Curve.Array.data[1].time - value: 0.11077271 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurve.m_Curve.Array.data[2].time - value: 0.8326782 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurve.m_Curve.Array.data[3].time - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurve.m_Curve.Array.data[0].time - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurve.m_Curve.Array.data[1].time - value: 0.1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurve.m_Curve.Array.data[2].time - value: 0.86557615 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurve.m_Curve.Array.data[3].time - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurve.m_Curve.Array.data[0].time - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurve.m_Curve.Array.data[1].time - value: 0.27505645 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurve.m_Curve.Array.data[2].time - value: 0.54611814 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurve.m_Curve.Array.data[3].time - value: 0.7347806 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurve.m_Curve.Array.data[4].time - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurve.m_Curve.Array.data[0].time - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurve.m_Curve.Array.data[1].time - value: 0.1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurve.m_Curve.Array.data[2].time - value: 0.86557615 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurve.m_Curve.Array.data[3].time - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurve.m_Curve.Array.data[0].time - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurve.m_Curve.Array.data[1].time - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurve.m_Curve.Array.data[0].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurve.m_Curve.Array.data[1].value - value: -0.098529056 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurve.m_Curve.Array.data[2].value - value: 1.6844361 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurve.m_Curve.Array.data[3].value - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveX.m_Curve.Array.data[0].time - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveX.m_Curve.Array.data[1].time - value: 0.3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveX.m_Curve.Array.data[2].time - value: 0.6 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveX.m_Curve.Array.data[3].time - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveY.m_Curve.Array.data[0].time - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveY.m_Curve.Array.data[1].time - value: 0.3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveY.m_Curve.Array.data[2].time - value: 0.6 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveY.m_Curve.Array.data[3].time - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveZ.m_Curve.Array.data[0].time - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveZ.m_Curve.Array.data[1].time - value: 0.3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveZ.m_Curve.Array.data[2].time - value: 0.6 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveZ.m_Curve.Array.data[3].time - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurve.m_Curve.Array.data[0].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurve.m_Curve.Array.data[1].value - value: -0.08861084 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurve.m_Curve.Array.data[2].value - value: 1.6325867 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurve.m_Curve.Array.data[3].value - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveX.m_Curve.Array.data[0].time - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveX.m_Curve.Array.data[1].time - value: 0.3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveX.m_Curve.Array.data[2].time - value: 0.6 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveX.m_Curve.Array.data[3].time - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveY.m_Curve.Array.data[0].time - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveY.m_Curve.Array.data[1].time - value: 0.3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveY.m_Curve.Array.data[2].time - value: 0.6 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveY.m_Curve.Array.data[3].time - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveZ.m_Curve.Array.data[0].time - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveZ.m_Curve.Array.data[1].time - value: 0.3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveZ.m_Curve.Array.data[2].time - value: 0.6 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveZ.m_Curve.Array.data[3].time - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurve.m_Curve.Array.data[0].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurve.m_Curve.Array.data[1].value - value: -0.06480713 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurve.m_Curve.Array.data[2].value - value: 1.5789864 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurve.m_Curve.Array.data[3].value - value: 0.44674563 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurve.m_Curve.Array.data[4].value - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveX.m_Curve.Array.data[0].time - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveX.m_Curve.Array.data[1].time - value: 0.3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveX.m_Curve.Array.data[2].time - value: 0.6 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveX.m_Curve.Array.data[3].time - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveY.m_Curve.Array.data[0].time - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveY.m_Curve.Array.data[1].time - value: 0.3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveY.m_Curve.Array.data[2].time - value: 0.6 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveY.m_Curve.Array.data[3].time - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveZ.m_Curve.Array.data[0].time - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveZ.m_Curve.Array.data[1].time - value: 0.3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveZ.m_Curve.Array.data[2].time - value: 0.6 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveZ.m_Curve.Array.data[3].time - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurve.m_Curve.Array.data[0].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurve.m_Curve.Array.data[1].value - value: -0.08861084 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurve.m_Curve.Array.data[2].value - value: 1.6325867 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurve.m_Curve.Array.data[3].value - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveX.m_Curve.Array.data[0].time - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveX.m_Curve.Array.data[1].time - value: 0.3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveX.m_Curve.Array.data[2].time - value: 0.6 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveX.m_Curve.Array.data[3].time - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveY.m_Curve.Array.data[0].time - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveY.m_Curve.Array.data[1].time - value: 0.3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveY.m_Curve.Array.data[2].time - value: 0.6 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveY.m_Curve.Array.data[3].time - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveZ.m_Curve.Array.data[0].time - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveZ.m_Curve.Array.data[1].time - value: 0.3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveZ.m_Curve.Array.data[2].time - value: 0.6 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveZ.m_Curve.Array.data[3].time - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurve.m_Curve.Array.data[0].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurve.m_Curve.Array.data[1].value - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveX.m_Curve.Array.data[0].time - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveX.m_Curve.Array.data[1].time - value: 0.3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveX.m_Curve.Array.data[2].time - value: 0.6 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveX.m_Curve.Array.data[3].time - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveY.m_Curve.Array.data[0].time - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveY.m_Curve.Array.data[1].time - value: 0.3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveY.m_Curve.Array.data[2].time - value: 0.6 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveY.m_Curve.Array.data[3].time - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveZ.m_Curve.Array.data[0].time - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveZ.m_Curve.Array.data[1].time - value: 0.3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveZ.m_Curve.Array.data[2].time - value: 0.6 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveZ.m_Curve.Array.data[3].time - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveX.m_Curve.Array.data[0].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveX.m_Curve.Array.data[1].value - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveX.m_Curve.Array.data[2].value - value: -1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveX.m_Curve.Array.data[3].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveY.m_Curve.Array.data[0].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveY.m_Curve.Array.data[1].value - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveY.m_Curve.Array.data[2].value - value: -1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveY.m_Curve.Array.data[3].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveZ.m_Curve.Array.data[0].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveZ.m_Curve.Array.data[1].value - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveZ.m_Curve.Array.data[2].value - value: -1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveZ.m_Curve.Array.data[3].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveX.m_Curve.Array.data[0].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveX.m_Curve.Array.data[1].value - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveX.m_Curve.Array.data[2].value - value: -1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveX.m_Curve.Array.data[3].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveY.m_Curve.Array.data[0].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveY.m_Curve.Array.data[1].value - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveY.m_Curve.Array.data[2].value - value: -1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveY.m_Curve.Array.data[3].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveZ.m_Curve.Array.data[0].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveZ.m_Curve.Array.data[1].value - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveZ.m_Curve.Array.data[2].value - value: -1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveZ.m_Curve.Array.data[3].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveX.m_Curve.Array.data[0].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveX.m_Curve.Array.data[1].value - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveX.m_Curve.Array.data[2].value - value: -1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveX.m_Curve.Array.data[3].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveY.m_Curve.Array.data[0].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveY.m_Curve.Array.data[1].value - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveY.m_Curve.Array.data[2].value - value: -1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveY.m_Curve.Array.data[3].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveZ.m_Curve.Array.data[0].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveZ.m_Curve.Array.data[1].value - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveZ.m_Curve.Array.data[2].value - value: -1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveZ.m_Curve.Array.data[3].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveX.m_Curve.Array.data[0].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveX.m_Curve.Array.data[1].value - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveX.m_Curve.Array.data[2].value - value: -1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveX.m_Curve.Array.data[3].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveY.m_Curve.Array.data[0].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveY.m_Curve.Array.data[1].value - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveY.m_Curve.Array.data[2].value - value: -1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveY.m_Curve.Array.data[3].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveZ.m_Curve.Array.data[0].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveZ.m_Curve.Array.data[1].value - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveZ.m_Curve.Array.data[2].value - value: -1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveZ.m_Curve.Array.data[3].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveX.m_Curve.Array.data[0].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveX.m_Curve.Array.data[1].value - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveX.m_Curve.Array.data[2].value - value: -1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveX.m_Curve.Array.data[3].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveY.m_Curve.Array.data[0].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveY.m_Curve.Array.data[1].value - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveY.m_Curve.Array.data[2].value - value: -1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveY.m_Curve.Array.data[3].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveZ.m_Curve.Array.data[0].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveZ.m_Curve.Array.data[1].value - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveZ.m_Curve.Array.data[2].value - value: -1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveZ.m_Curve.Array.data[3].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurve.m_Curve.Array.data[0].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurve.m_Curve.Array.data[1].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurve.m_Curve.Array.data[2].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurve.m_Curve.Array.data[3].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurve.m_Curve.Array.data[0].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurve.m_Curve.Array.data[1].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurve.m_Curve.Array.data[2].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurve.m_Curve.Array.data[3].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurve.m_Curve.Array.data[0].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurve.m_Curve.Array.data[1].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurve.m_Curve.Array.data[2].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurve.m_Curve.Array.data[3].inSlope - value: -1.8650565 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurve.m_Curve.Array.data[4].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurve.m_Curve.Array.data[0].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurve.m_Curve.Array.data[1].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurve.m_Curve.Array.data[2].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurve.m_Curve.Array.data[3].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurve.m_Curve.Array.data[0].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurve.m_Curve.Array.data[1].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurve.m_Curve.Array.data[0].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurve.m_Curve.Array.data[0].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurve.m_Curve.Array.data[1].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurve.m_Curve.Array.data[1].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurve.m_Curve.Array.data[2].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurve.m_Curve.Array.data[2].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurve.m_Curve.Array.data[3].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurve.m_Curve.Array.data[3].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveX.m_Curve.Array.data[0].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveX.m_Curve.Array.data[1].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveX.m_Curve.Array.data[2].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveX.m_Curve.Array.data[3].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveY.m_Curve.Array.data[0].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveY.m_Curve.Array.data[1].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveY.m_Curve.Array.data[2].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveY.m_Curve.Array.data[3].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveZ.m_Curve.Array.data[0].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveZ.m_Curve.Array.data[1].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveZ.m_Curve.Array.data[2].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveZ.m_Curve.Array.data[3].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurve.m_Curve.Array.data[0].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurve.m_Curve.Array.data[0].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurve.m_Curve.Array.data[1].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurve.m_Curve.Array.data[1].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurve.m_Curve.Array.data[2].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurve.m_Curve.Array.data[2].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurve.m_Curve.Array.data[3].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurve.m_Curve.Array.data[3].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveX.m_Curve.Array.data[0].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveX.m_Curve.Array.data[1].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveX.m_Curve.Array.data[2].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveX.m_Curve.Array.data[3].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveY.m_Curve.Array.data[0].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveY.m_Curve.Array.data[1].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveY.m_Curve.Array.data[2].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveY.m_Curve.Array.data[3].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveZ.m_Curve.Array.data[0].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveZ.m_Curve.Array.data[1].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveZ.m_Curve.Array.data[2].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveZ.m_Curve.Array.data[3].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurve.m_Curve.Array.data[0].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurve.m_Curve.Array.data[0].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurve.m_Curve.Array.data[1].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurve.m_Curve.Array.data[1].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurve.m_Curve.Array.data[2].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurve.m_Curve.Array.data[2].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurve.m_Curve.Array.data[3].inWeight - value: 0.33333334 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurve.m_Curve.Array.data[3].outSlope - value: -1.8650565 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurve.m_Curve.Array.data[4].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurve.m_Curve.Array.data[4].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveX.m_Curve.Array.data[0].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveX.m_Curve.Array.data[1].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveX.m_Curve.Array.data[2].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveX.m_Curve.Array.data[3].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveY.m_Curve.Array.data[0].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveY.m_Curve.Array.data[1].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveY.m_Curve.Array.data[2].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveY.m_Curve.Array.data[3].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveZ.m_Curve.Array.data[0].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveZ.m_Curve.Array.data[1].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveZ.m_Curve.Array.data[2].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveZ.m_Curve.Array.data[3].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurve.m_Curve.Array.data[0].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurve.m_Curve.Array.data[0].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurve.m_Curve.Array.data[1].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurve.m_Curve.Array.data[1].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurve.m_Curve.Array.data[2].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurve.m_Curve.Array.data[2].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurve.m_Curve.Array.data[3].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurve.m_Curve.Array.data[3].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveX.m_Curve.Array.data[0].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveX.m_Curve.Array.data[1].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveX.m_Curve.Array.data[2].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveX.m_Curve.Array.data[3].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveY.m_Curve.Array.data[0].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveY.m_Curve.Array.data[1].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveY.m_Curve.Array.data[2].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveY.m_Curve.Array.data[3].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveZ.m_Curve.Array.data[0].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveZ.m_Curve.Array.data[1].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveZ.m_Curve.Array.data[2].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveZ.m_Curve.Array.data[3].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurve.m_Curve.Array.data[0].inWeight - value: 0.33333334 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurve.m_Curve.Array.data[0].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurve.m_Curve.Array.data[1].inWeight - value: 0.33333334 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurve.m_Curve.Array.data[1].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveX.m_Curve.Array.data[0].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveX.m_Curve.Array.data[1].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveX.m_Curve.Array.data[2].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveX.m_Curve.Array.data[3].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveY.m_Curve.Array.data[0].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveY.m_Curve.Array.data[1].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveY.m_Curve.Array.data[2].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveY.m_Curve.Array.data[3].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveZ.m_Curve.Array.data[0].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveZ.m_Curve.Array.data[1].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveZ.m_Curve.Array.data[2].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveZ.m_Curve.Array.data[3].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurve.m_Curve.Array.data[0].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurve.m_Curve.Array.data[1].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurve.m_Curve.Array.data[2].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurve.m_Curve.Array.data[3].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveX.m_Curve.Array.data[0].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveX.m_Curve.Array.data[0].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveX.m_Curve.Array.data[1].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveX.m_Curve.Array.data[1].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveX.m_Curve.Array.data[2].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveX.m_Curve.Array.data[2].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveX.m_Curve.Array.data[3].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveX.m_Curve.Array.data[3].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveY.m_Curve.Array.data[0].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveY.m_Curve.Array.data[0].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveY.m_Curve.Array.data[1].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveY.m_Curve.Array.data[1].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveY.m_Curve.Array.data[2].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveY.m_Curve.Array.data[2].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveY.m_Curve.Array.data[3].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveY.m_Curve.Array.data[3].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveZ.m_Curve.Array.data[0].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveZ.m_Curve.Array.data[0].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveZ.m_Curve.Array.data[1].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveZ.m_Curve.Array.data[1].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveZ.m_Curve.Array.data[2].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveZ.m_Curve.Array.data[2].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveZ.m_Curve.Array.data[3].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveZ.m_Curve.Array.data[3].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurve.m_Curve.Array.data[0].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurve.m_Curve.Array.data[1].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurve.m_Curve.Array.data[2].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurve.m_Curve.Array.data[3].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveX.m_Curve.Array.data[0].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveX.m_Curve.Array.data[0].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveX.m_Curve.Array.data[1].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveX.m_Curve.Array.data[1].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveX.m_Curve.Array.data[2].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveX.m_Curve.Array.data[2].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveX.m_Curve.Array.data[3].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveX.m_Curve.Array.data[3].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveY.m_Curve.Array.data[0].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveY.m_Curve.Array.data[0].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveY.m_Curve.Array.data[1].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveY.m_Curve.Array.data[1].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveY.m_Curve.Array.data[2].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveY.m_Curve.Array.data[2].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveY.m_Curve.Array.data[3].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveY.m_Curve.Array.data[3].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveZ.m_Curve.Array.data[0].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveZ.m_Curve.Array.data[0].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveZ.m_Curve.Array.data[1].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveZ.m_Curve.Array.data[1].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveZ.m_Curve.Array.data[2].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveZ.m_Curve.Array.data[2].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveZ.m_Curve.Array.data[3].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveZ.m_Curve.Array.data[3].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurve.m_Curve.Array.data[0].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurve.m_Curve.Array.data[1].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurve.m_Curve.Array.data[2].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurve.m_Curve.Array.data[3].outWeight - value: 0.33333334 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurve.m_Curve.Array.data[4].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveX.m_Curve.Array.data[0].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveX.m_Curve.Array.data[0].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveX.m_Curve.Array.data[1].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveX.m_Curve.Array.data[1].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveX.m_Curve.Array.data[2].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveX.m_Curve.Array.data[2].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveX.m_Curve.Array.data[3].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveX.m_Curve.Array.data[3].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveY.m_Curve.Array.data[0].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveY.m_Curve.Array.data[0].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveY.m_Curve.Array.data[1].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveY.m_Curve.Array.data[1].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveY.m_Curve.Array.data[2].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveY.m_Curve.Array.data[2].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveY.m_Curve.Array.data[3].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveY.m_Curve.Array.data[3].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveZ.m_Curve.Array.data[0].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveZ.m_Curve.Array.data[0].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveZ.m_Curve.Array.data[1].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveZ.m_Curve.Array.data[1].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveZ.m_Curve.Array.data[2].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveZ.m_Curve.Array.data[2].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveZ.m_Curve.Array.data[3].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveZ.m_Curve.Array.data[3].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurve.m_Curve.Array.data[0].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurve.m_Curve.Array.data[1].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurve.m_Curve.Array.data[2].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurve.m_Curve.Array.data[3].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveX.m_Curve.Array.data[0].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveX.m_Curve.Array.data[0].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveX.m_Curve.Array.data[1].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveX.m_Curve.Array.data[1].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveX.m_Curve.Array.data[2].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveX.m_Curve.Array.data[2].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveX.m_Curve.Array.data[3].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveX.m_Curve.Array.data[3].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveY.m_Curve.Array.data[0].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveY.m_Curve.Array.data[0].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveY.m_Curve.Array.data[1].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveY.m_Curve.Array.data[1].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveY.m_Curve.Array.data[2].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveY.m_Curve.Array.data[2].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveY.m_Curve.Array.data[3].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveY.m_Curve.Array.data[3].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveZ.m_Curve.Array.data[0].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveZ.m_Curve.Array.data[0].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveZ.m_Curve.Array.data[1].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveZ.m_Curve.Array.data[1].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveZ.m_Curve.Array.data[2].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveZ.m_Curve.Array.data[2].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveZ.m_Curve.Array.data[3].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveZ.m_Curve.Array.data[3].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurve.m_Curve.Array.data[0].outWeight - value: 0.33333334 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurve.m_Curve.Array.data[1].outWeight - value: 0.33333334 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveX.m_Curve.Array.data[0].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveX.m_Curve.Array.data[0].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveX.m_Curve.Array.data[1].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveX.m_Curve.Array.data[1].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveX.m_Curve.Array.data[2].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveX.m_Curve.Array.data[2].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveX.m_Curve.Array.data[3].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveX.m_Curve.Array.data[3].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveY.m_Curve.Array.data[0].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveY.m_Curve.Array.data[0].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveY.m_Curve.Array.data[1].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveY.m_Curve.Array.data[1].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveY.m_Curve.Array.data[2].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveY.m_Curve.Array.data[2].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveY.m_Curve.Array.data[3].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveY.m_Curve.Array.data[3].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveZ.m_Curve.Array.data[0].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveZ.m_Curve.Array.data[0].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveZ.m_Curve.Array.data[1].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveZ.m_Curve.Array.data[1].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveZ.m_Curve.Array.data[2].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveZ.m_Curve.Array.data[2].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveZ.m_Curve.Array.data[3].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveZ.m_Curve.Array.data[3].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveX.m_Curve.Array.data[0].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveX.m_Curve.Array.data[1].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveX.m_Curve.Array.data[2].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveX.m_Curve.Array.data[3].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveY.m_Curve.Array.data[0].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveY.m_Curve.Array.data[1].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveY.m_Curve.Array.data[2].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveY.m_Curve.Array.data[3].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveZ.m_Curve.Array.data[0].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveZ.m_Curve.Array.data[1].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveZ.m_Curve.Array.data[2].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveZ.m_Curve.Array.data[3].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveX.m_Curve.Array.data[0].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveX.m_Curve.Array.data[1].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveX.m_Curve.Array.data[2].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveX.m_Curve.Array.data[3].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveY.m_Curve.Array.data[0].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveY.m_Curve.Array.data[1].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveY.m_Curve.Array.data[2].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveY.m_Curve.Array.data[3].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveZ.m_Curve.Array.data[0].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveZ.m_Curve.Array.data[1].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveZ.m_Curve.Array.data[2].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveZ.m_Curve.Array.data[3].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveX.m_Curve.Array.data[0].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveX.m_Curve.Array.data[1].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveX.m_Curve.Array.data[2].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveX.m_Curve.Array.data[3].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveY.m_Curve.Array.data[0].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveY.m_Curve.Array.data[1].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveY.m_Curve.Array.data[2].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveY.m_Curve.Array.data[3].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveZ.m_Curve.Array.data[0].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveZ.m_Curve.Array.data[1].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveZ.m_Curve.Array.data[2].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveZ.m_Curve.Array.data[3].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveX.m_Curve.Array.data[0].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveX.m_Curve.Array.data[1].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveX.m_Curve.Array.data[2].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveX.m_Curve.Array.data[3].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveY.m_Curve.Array.data[0].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveY.m_Curve.Array.data[1].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveY.m_Curve.Array.data[2].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveY.m_Curve.Array.data[3].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveZ.m_Curve.Array.data[0].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveZ.m_Curve.Array.data[1].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveZ.m_Curve.Array.data[2].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveZ.m_Curve.Array.data[3].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveX.m_Curve.Array.data[0].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveX.m_Curve.Array.data[1].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveX.m_Curve.Array.data[2].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveX.m_Curve.Array.data[3].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveY.m_Curve.Array.data[0].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveY.m_Curve.Array.data[1].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveY.m_Curve.Array.data[2].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveY.m_Curve.Array.data[3].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveZ.m_Curve.Array.data[0].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveZ.m_Curve.Array.data[1].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveZ.m_Curve.Array.data[2].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveZ.m_Curve.Array.data[3].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurve.m_Curve.Array.data[0].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurve.m_Curve.Array.data[1].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurve.m_Curve.Array.data[2].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurve.m_Curve.Array.data[3].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurve.m_Curve.Array.data[0].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurve.m_Curve.Array.data[1].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurve.m_Curve.Array.data[2].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurve.m_Curve.Array.data[3].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurve.m_Curve.Array.data[0].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurve.m_Curve.Array.data[1].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurve.m_Curve.Array.data[2].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurve.m_Curve.Array.data[3].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurve.m_Curve.Array.data[4].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurve.m_Curve.Array.data[0].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurve.m_Curve.Array.data[1].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurve.m_Curve.Array.data[2].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurve.m_Curve.Array.data[3].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurve.m_Curve.Array.data[0].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurve.m_Curve.Array.data[1].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurve.m_Curve.Array.data[0].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurve.m_Curve.Array.data[1].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurve.m_Curve.Array.data[2].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurve.m_Curve.Array.data[3].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveX.m_Curve.Array.data[0].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveX.m_Curve.Array.data[1].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveX.m_Curve.Array.data[2].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveX.m_Curve.Array.data[3].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveY.m_Curve.Array.data[0].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveY.m_Curve.Array.data[1].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveY.m_Curve.Array.data[2].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveY.m_Curve.Array.data[3].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveZ.m_Curve.Array.data[0].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveZ.m_Curve.Array.data[1].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveZ.m_Curve.Array.data[2].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveZ.m_Curve.Array.data[3].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurve.m_Curve.Array.data[0].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurve.m_Curve.Array.data[1].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurve.m_Curve.Array.data[2].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurve.m_Curve.Array.data[3].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveX.m_Curve.Array.data[0].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveX.m_Curve.Array.data[1].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveX.m_Curve.Array.data[2].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveX.m_Curve.Array.data[3].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveY.m_Curve.Array.data[0].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveY.m_Curve.Array.data[1].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveY.m_Curve.Array.data[2].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveY.m_Curve.Array.data[3].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveZ.m_Curve.Array.data[0].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveZ.m_Curve.Array.data[1].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveZ.m_Curve.Array.data[2].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveZ.m_Curve.Array.data[3].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurve.m_Curve.Array.data[0].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurve.m_Curve.Array.data[1].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurve.m_Curve.Array.data[2].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurve.m_Curve.Array.data[3].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurve.m_Curve.Array.data[4].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveX.m_Curve.Array.data[0].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveX.m_Curve.Array.data[1].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveX.m_Curve.Array.data[2].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveX.m_Curve.Array.data[3].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveY.m_Curve.Array.data[0].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveY.m_Curve.Array.data[1].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveY.m_Curve.Array.data[2].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveY.m_Curve.Array.data[3].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveZ.m_Curve.Array.data[0].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveZ.m_Curve.Array.data[1].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveZ.m_Curve.Array.data[2].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveZ.m_Curve.Array.data[3].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurve.m_Curve.Array.data[0].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurve.m_Curve.Array.data[1].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurve.m_Curve.Array.data[2].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurve.m_Curve.Array.data[3].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveX.m_Curve.Array.data[0].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveX.m_Curve.Array.data[1].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveX.m_Curve.Array.data[2].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveX.m_Curve.Array.data[3].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveY.m_Curve.Array.data[0].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveY.m_Curve.Array.data[1].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveY.m_Curve.Array.data[2].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveY.m_Curve.Array.data[3].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveZ.m_Curve.Array.data[0].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveZ.m_Curve.Array.data[1].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveZ.m_Curve.Array.data[2].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveZ.m_Curve.Array.data[3].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurve.m_Curve.Array.data[0].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurve.m_Curve.Array.data[1].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveX.m_Curve.Array.data[0].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveX.m_Curve.Array.data[1].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveX.m_Curve.Array.data[2].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveX.m_Curve.Array.data[3].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveY.m_Curve.Array.data[0].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveY.m_Curve.Array.data[1].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveY.m_Curve.Array.data[2].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveY.m_Curve.Array.data[3].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveZ.m_Curve.Array.data[0].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveZ.m_Curve.Array.data[1].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveZ.m_Curve.Array.data[2].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveZ.m_Curve.Array.data[3].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveX.m_Curve.Array.data[0].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveX.m_Curve.Array.data[1].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveX.m_Curve.Array.data[2].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveX.m_Curve.Array.data[3].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveY.m_Curve.Array.data[0].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveY.m_Curve.Array.data[1].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveY.m_Curve.Array.data[2].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveY.m_Curve.Array.data[3].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveZ.m_Curve.Array.data[0].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveZ.m_Curve.Array.data[1].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveZ.m_Curve.Array.data[2].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveZ.m_Curve.Array.data[3].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveX.m_Curve.Array.data[0].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveX.m_Curve.Array.data[1].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveX.m_Curve.Array.data[2].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveX.m_Curve.Array.data[3].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveY.m_Curve.Array.data[0].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveY.m_Curve.Array.data[1].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveY.m_Curve.Array.data[2].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveY.m_Curve.Array.data[3].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveZ.m_Curve.Array.data[0].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveZ.m_Curve.Array.data[1].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveZ.m_Curve.Array.data[2].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveZ.m_Curve.Array.data[3].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveX.m_Curve.Array.data[0].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveX.m_Curve.Array.data[1].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveX.m_Curve.Array.data[2].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveX.m_Curve.Array.data[3].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveY.m_Curve.Array.data[0].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveY.m_Curve.Array.data[1].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveY.m_Curve.Array.data[2].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveY.m_Curve.Array.data[3].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveZ.m_Curve.Array.data[0].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveZ.m_Curve.Array.data[1].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveZ.m_Curve.Array.data[2].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveZ.m_Curve.Array.data[3].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveX.m_Curve.Array.data[0].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveX.m_Curve.Array.data[1].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveX.m_Curve.Array.data[2].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveX.m_Curve.Array.data[3].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveY.m_Curve.Array.data[0].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveY.m_Curve.Array.data[1].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveY.m_Curve.Array.data[2].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveY.m_Curve.Array.data[3].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveZ.m_Curve.Array.data[0].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveZ.m_Curve.Array.data[1].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveZ.m_Curve.Array.data[2].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveZ.m_Curve.Array.data[3].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveX.m_Curve.Array.data[0].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveX.m_Curve.Array.data[1].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveX.m_Curve.Array.data[2].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveX.m_Curve.Array.data[3].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveY.m_Curve.Array.data[0].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveY.m_Curve.Array.data[1].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveY.m_Curve.Array.data[2].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveY.m_Curve.Array.data[3].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveZ.m_Curve.Array.data[0].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveZ.m_Curve.Array.data[1].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveZ.m_Curve.Array.data[2].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveZ.m_Curve.Array.data[3].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 9167406172343059487, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_IsActive - value: 0 - objectReference: {fileID: 0} - m_RemovedComponents: - - {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, type: 3} - m_RemovedGameObjects: [] - m_AddedGameObjects: [] - m_AddedComponents: [] - m_SourcePrefab: {fileID: 100100000, guid: a16c33a1240b8ce4f930161a7c85fae6, type: 3} ---- !u!1001 &448003911 -PrefabInstance: - m_ObjectHideFlags: 0 - serializedVersion: 2 - m_Modification: - serializedVersion: 3 - m_TransformParent: {fileID: 1557570896} - m_Modifications: - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: Feedbacks.Array.size - value: 8 - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[0]' - value: - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[1]' - value: - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[2]' - value: - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[3]' - value: - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[4]' - value: - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[5]' - value: - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[6]' - value: - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[7]' - value: - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Pivot.x - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Pivot.y - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_RootOrder - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMax.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMax.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMin.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMin.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_SizeDelta.x - value: 256.1 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_SizeDelta.y - value: 30 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalPosition.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.w - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.x - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.y - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.z - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchoredPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchoredPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalEulerAnglesHint.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalEulerAnglesHint.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalEulerAnglesHint.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604939, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_OnClick.m_PersistentCalls.m_Calls.Array.data[0].m_Target - value: - objectReference: {fileID: 1475563629} - - target: {fileID: 2903879014986604939, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_OnClick.m_PersistentCalls.m_Calls.Array.data[0].m_MethodName - value: PlayFeedbacks - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604939, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_OnClick.m_PersistentCalls.m_Calls.Array.data[0].m_Arguments.m_ObjectArgumentAssemblyTypeName - value: UnityEngine.Object, UnityEngine - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604941, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Name - value: Button - Combo1 - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Text - value: Combo 1 - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Color.b - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Color.g - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Color.r - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.size - value: 8 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[0]' - value: MoreMountains.Feedbacks MoreMountains.Feedbacks.MMF_AudioSource - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[1]' - value: MoreMountains.Feedbacks MoreMountains.Feedbacks.MMF_Animation - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[2]' - value: MoreMountains.Feedbacks MoreMountains.Feedbacks.MMF_Flicker - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[3]' - value: MoreMountains.Feedbacks.MMTools MoreMountains.Feedbacks.MMF_Sound - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[4]' - value: MoreMountains.Feedbacks MoreMountains.Feedbacks.MMF_Particles - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[5]' - value: MoreMountains.Feedbacks.MMTools MoreMountains.Feedbacks.MMF_Sound - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[6]' - value: MoreMountains.Feedbacks.PostProcessing MoreMountains.FeedbacksForThirdParty.MMF_LensDistortion - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[7]' - value: MoreMountains.Feedbacks.PostProcessing MoreMountains.FeedbacksForThirdParty.MMF_ChromaticAberration - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Sfx - value: - objectReference: {fileID: 8300000, guid: 9a737b6be1e4e464796a6f12073ac12c, type: 3} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Sfx - value: - objectReference: {fileID: 8300000, guid: ed067cd4ccfcda447b0bf119397fc305, type: 3} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Mode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Mode - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Mode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Label - value: AudioSource - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Label - value: Animation - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Label - value: Flicker - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Label - value: Sound - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Label - value: Particles - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Label - value: Sound - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Label - value: Lens Distortion - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].Label - value: Chromatic Aberration - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].MaxPitch - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].MinPitch - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].UniqueID - value: 1681068401 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].IntValue - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].UniqueID - value: 649759791 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].UniqueID - value: 568535092 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].MaxPitch - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].MinPitch - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].PoolSize - value: 10 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].UniqueID - value: -1117460317 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].UniqueID - value: -3626581 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].MaxPitch - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].MinPitch - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].PoolSize - value: 10 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].UniqueID - value: 2032374807 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Duration - value: 0.75 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].UniqueID - value: -79343245 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].Duration - value: 0.2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].UniqueID - value: 878218208 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].MaxVolume - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].MinVolume - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].MaxVolume - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].MinVolume - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].MaxVolume - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].MinVolume - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].Amplitude - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].FloatValue - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].UpdateBool - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].PlayMethod - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].PlayMethod - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].IntValueMax - value: 5 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].IntValueMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].TriggerMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].IntIncrement - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].IntValueMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].PropertyName - value: _Tint - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].BoundAnimator - value: - objectReference: {fileID: 2066439668} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].FloatValueMax - value: 5 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].FloatValueMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].UpdateTrigger - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].BoundRenderer - value: - objectReference: {fileID: 1299312031} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].FlickerOctave - value: 0.04 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].FloatIncrement - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].FloatValueMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].FlickerColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].FlickerColor.b - value: 0.73321223 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].FlickerColor.g - value: 0.4575472 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].FlickerColor.r - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].ActivateOnPlay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].MoveToPosition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].FlickerDuration - value: 0.15 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].IntParameterName - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].UpdateRandomBool - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].TargetAudioSource - value: - objectReference: {fileID: 478010195} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].BoolParameterName - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].RandomTriggerMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].RelativeIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].RemapIntensityOne - value: 60 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].RelativeIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].RemapIntensityOne - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].SfxAudioMixerGroup - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].BoolParameterValue - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].FloatParameterName - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].SfxAudioMixerGroup - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].SfxAudioMixerGroup - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].RemapIntensityZero - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].RemapIntensityZero - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].UpdateRandomTrigger - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.InitialDelay - value: 0.1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].BoundParticleSystem - value: - objectReference: {fileID: 814007015} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.InitialDelay - value: 0.8 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.InitialDelay - value: 0.75 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.InitialDelay - value: 0.75 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].RandomSfx.Array.size - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].TriggerParameterName - value: Jump - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].RandomSfx.Array.size - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].RandomSfx.Array.size - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Intensity.m_PreInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].Intensity.m_PreInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].RandomBoolParameterValue - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Intensity.m_PostInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].Intensity.m_PostInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].UseMaterialPropertyBlocks - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].TestPlayButton.ButtonText - value: Debug Play Sound - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].TestStopButton.ButtonText - value: Debug Stop Sound - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].TestPlayButton.ButtonText - value: Debug Play Sound - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].TestStopButton.ButtonText - value: Debug Stop Sound - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Intensity.m_RotationOrder - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].Intensity.m_RotationOrder - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].MaterialIndexes.Array.size - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].ResetShakerValuesAfterShake - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].ResetTargetValuesAfterShake - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].ResetShakerValuesAfterShake - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].ResetTargetValuesAfterShake - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Intensity.m_Curve.Array.size - value: 10 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].Intensity.m_Curve.Array.size - value: 3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].RandomParticleSystems.Array.size - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].RandomBoolParameterNames.Array.size - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Intensity.m_Curve.Array.data[0].time - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Intensity.m_Curve.Array.data[1].time - value: 0.2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Intensity.m_Curve.Array.data[2].time - value: 0.25 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Intensity.m_Curve.Array.data[3].time - value: 0.35 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Intensity.m_Curve.Array.data[4].time - value: 0.4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Intensity.m_Curve.Array.data[5].time - value: 0.6 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Intensity.m_Curve.Array.data[6].time - value: 0.65 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Intensity.m_Curve.Array.data[7].time - value: 0.8 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Intensity.m_Curve.Array.data[8].time - value: 0.85 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Intensity.m_Curve.Array.data[9].time - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].Intensity.m_Curve.Array.data[0].time - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].Intensity.m_Curve.Array.data[1].time - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].Intensity.m_Curve.Array.data[2].time - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Intensity.m_Curve.Array.data[0].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Intensity.m_Curve.Array.data[1].value - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Intensity.m_Curve.Array.data[2].value - value: -1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Intensity.m_Curve.Array.data[3].value - value: 0.7 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Intensity.m_Curve.Array.data[4].value - value: -0.7 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Intensity.m_Curve.Array.data[5].value - value: 0.3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Intensity.m_Curve.Array.data[6].value - value: -0.3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Intensity.m_Curve.Array.data[7].value - value: 0.1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Intensity.m_Curve.Array.data[8].value - value: -0.1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Intensity.m_Curve.Array.data[9].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].Intensity.m_Curve.Array.data[0].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].Intensity.m_Curve.Array.data[1].value - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].Intensity.m_Curve.Array.data[2].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].RandomTriggerParameterNames.Array.size - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Intensity.m_Curve.Array.data[0].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Intensity.m_Curve.Array.data[1].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Intensity.m_Curve.Array.data[2].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Intensity.m_Curve.Array.data[3].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Intensity.m_Curve.Array.data[4].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Intensity.m_Curve.Array.data[5].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Intensity.m_Curve.Array.data[6].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Intensity.m_Curve.Array.data[7].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Intensity.m_Curve.Array.data[8].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Intensity.m_Curve.Array.data[9].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].Intensity.m_Curve.Array.data[0].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].Intensity.m_Curve.Array.data[1].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].Intensity.m_Curve.Array.data[2].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Intensity.m_Curve.Array.data[0].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Intensity.m_Curve.Array.data[0].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Intensity.m_Curve.Array.data[1].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Intensity.m_Curve.Array.data[1].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Intensity.m_Curve.Array.data[2].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Intensity.m_Curve.Array.data[2].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Intensity.m_Curve.Array.data[3].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Intensity.m_Curve.Array.data[3].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Intensity.m_Curve.Array.data[4].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Intensity.m_Curve.Array.data[4].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Intensity.m_Curve.Array.data[5].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Intensity.m_Curve.Array.data[5].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Intensity.m_Curve.Array.data[6].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Intensity.m_Curve.Array.data[6].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Intensity.m_Curve.Array.data[7].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Intensity.m_Curve.Array.data[7].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Intensity.m_Curve.Array.data[8].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Intensity.m_Curve.Array.data[8].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Intensity.m_Curve.Array.data[9].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Intensity.m_Curve.Array.data[9].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].Intensity.m_Curve.Array.data[0].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].Intensity.m_Curve.Array.data[0].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].Intensity.m_Curve.Array.data[1].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].Intensity.m_Curve.Array.data[1].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].Intensity.m_Curve.Array.data[2].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].Intensity.m_Curve.Array.data[2].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Intensity.m_Curve.Array.data[0].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Intensity.m_Curve.Array.data[1].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Intensity.m_Curve.Array.data[2].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Intensity.m_Curve.Array.data[3].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Intensity.m_Curve.Array.data[4].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Intensity.m_Curve.Array.data[5].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Intensity.m_Curve.Array.data[6].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Intensity.m_Curve.Array.data[7].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Intensity.m_Curve.Array.data[8].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Intensity.m_Curve.Array.data[9].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].Intensity.m_Curve.Array.data[0].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].Intensity.m_Curve.Array.data[1].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].Intensity.m_Curve.Array.data[2].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Intensity.m_Curve.Array.data[0].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Intensity.m_Curve.Array.data[1].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Intensity.m_Curve.Array.data[2].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Intensity.m_Curve.Array.data[3].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Intensity.m_Curve.Array.data[4].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Intensity.m_Curve.Array.data[5].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Intensity.m_Curve.Array.data[6].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Intensity.m_Curve.Array.data[7].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Intensity.m_Curve.Array.data[8].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Intensity.m_Curve.Array.data[9].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].Intensity.m_Curve.Array.data[0].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].Intensity.m_Curve.Array.data[1].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].Intensity.m_Curve.Array.data[2].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Intensity.m_Curve.Array.data[0].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Intensity.m_Curve.Array.data[1].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Intensity.m_Curve.Array.data[2].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Intensity.m_Curve.Array.data[3].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Intensity.m_Curve.Array.data[4].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Intensity.m_Curve.Array.data[5].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Intensity.m_Curve.Array.data[6].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Intensity.m_Curve.Array.data[7].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Intensity.m_Curve.Array.data[8].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Intensity.m_Curve.Array.data[9].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].Intensity.m_Curve.Array.data[0].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].Intensity.m_Curve.Array.data[1].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].Intensity.m_Curve.Array.data[2].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 9167406172343059487, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_IsActive - value: 0 - objectReference: {fileID: 0} - m_RemovedComponents: - - {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, type: 3} - m_RemovedGameObjects: [] - m_AddedGameObjects: [] - m_AddedComponents: [] - m_SourcePrefab: {fileID: 100100000, guid: a16c33a1240b8ce4f930161a7c85fae6, type: 3} ---- !u!1 &456019761 stripped -GameObject: - m_CorrespondingSourceObject: {fileID: 8265520595526061170, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - m_PrefabInstance: {fileID: 1050685600} - m_PrefabAsset: {fileID: 0} ---- !u!114 &456019763 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 456019761} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 180ecf9b41d478f468eb3e9083753217, type: 3} - m_Name: - m_EditorClassIdentifier: - ImpulseDefinition: - ImpulseChannel: 1 - ImpulseShape: 0 - CustomImpulseShape: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - ImpulseDuration: 0.2 - ImpulseType: 3 - DissipationRate: 0 - RawSignal: {fileID: 11400000, guid: 69ce8388f6785dd4c8c39915efece2f4, type: 2} - AmplitudeGain: 1 - FrequencyGain: 1 - RepeatMode: 0 - Randomize: 1 - TimeEnvelope: - AttackShape: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - DecayShape: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - AttackTime: 0 - SustainTime: 0.2 - DecayTime: 0.7 - ScaleWithImpact: 1 - HoldForever: 0 - ImpactRadius: 100 - DirectionMode: 0 - DissipationMode: 2 - DissipationDistance: 1000 - PropagationSpeed: 10000 - DefaultVelocity: {x: 0, y: -1, z: 0} ---- !u!1 &464204952 stripped -GameObject: - m_CorrespondingSourceObject: {fileID: 4610476634640326944, guid: 9c99ec9330979f94aa6e33f0bec7752f, - type: 3} - m_PrefabInstance: {fileID: 1931572176} - m_PrefabAsset: {fileID: 0} ---- !u!4 &464204955 stripped -Transform: - m_CorrespondingSourceObject: {fileID: 4610476634640326949, guid: 9c99ec9330979f94aa6e33f0bec7752f, - type: 3} - m_PrefabInstance: {fileID: 1931572176} - m_PrefabAsset: {fileID: 0} ---- !u!114 &464204956 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 464204952} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: f0a82a086afdc494db67a8b50f091d1e, type: 3} - m_Name: - m_EditorClassIdentifier: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - ShakeDuration: 0.5 - PlayOnAwake: 0 - PermanentShake: 0 - Interruptible: 1 - AlwaysResetTargetValuesAfterShake: 0 - OnlyUseShakerValues: 0 - CooldownBetweenShakes: 0 - Shaking: 0 - ForwardDirection: 1 - TimescaleMode: 0 - Mode: 0 - TargetTransform: {fileID: 0} - TargetRectTransform: {fileID: 0} - ShakeSpeed: 20 - ShakeRange: 0.5 - OscillationOffset: 0 - ShakeMainDirection: {x: 0, y: 1, z: 0} - RandomizeDirection: 0 - ShakeAltDirection: {x: 0, y: 1, z: 0} - RandomizeDirectionOnPlay: 0 - RandomizeDirectionX: 1 - RandomizeDirectionY: 1 - RandomizeDirectionZ: 1 - AddDirectionalNoise: 1 - DirectionalNoiseStrengthMin: {x: 0.25, y: 0.25, z: 0.25} - DirectionalNoiseStrengthMax: {x: 0.25, y: 0.25, z: 0.25} - RandomnessSeed: {x: 0, y: 0, z: 0} - RandomizeSeedOnShake: 1 - UseAttenuation: 1 - AttenuationCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.5 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - StartShakingButton: 0 ---- !u!4 &467252282 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 467544090} - serializedVersion: 2 - m_LocalRotation: {x: -0.7071068, y: -0, z: -0, w: 0.7071068} - m_LocalPosition: {x: 0.27076912, y: -2.6249886, z: 5.086} - m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 - m_Children: - - {fileID: 1952722752} - m_Father: {fileID: 950021599} - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!1 &467544090 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 467252282} - - component: {fileID: 1404019865} - - component: {fileID: 1404019866} - m_Layer: 0 - m_Name: Background - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 4294967295 - m_IsActive: 1 ---- !u!1 &470329275 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 470329276} - - component: {fileID: 470329277} - m_Layer: 0 - m_Name: MMSoundManagerTrackFade - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &470329276 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 470329275} - serializedVersion: 2 - m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: 0} - m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 - m_Children: [] - m_Father: {fileID: 1408360770} - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!114 &470329277 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 470329275} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 6da43522623d4704e979466dc7650b65, type: 3} - m_Name: - m_EditorClassIdentifier: - Feedbacks: [] - InitializationMode: 2 - AutoInitialization: 1 - SafeMode: 3 - Direction: 0 - AutoChangeDirectionOnEnd: 0 - AutoPlayOnStart: 0 - AutoPlayOnEnable: 0 - ForceTimescaleMode: 0 - ForcedTimescaleMode: 1 - DurationMultiplier: 1 - TimescaleMultiplier: 1 - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 1.5} - DisplayFullDurationDetails: 0 - PlayerTimescaleMode: 1 - OnlyPlayIfWithinRange: 0 - RangeCenter: {fileID: 0} - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - IgnoreRangeEvents: 0 - CooldownDuration: 0 - InitialDelay: 0 - CanPlay: 1 - CanPlayWhileAlreadyPlaying: 1 - ChanceToPlay: 100 - FeedbacksIntensity: 1 - Events: - TriggerMMFeedbacksEvents: 0 - TriggerUnityEvents: 1 - OnPlay: - m_PersistentCalls: - m_Calls: [] - OnPause: - m_PersistentCalls: - m_Calls: [] - OnStop: - m_PersistentCalls: - m_Calls: [] - OnResume: - m_PersistentCalls: - m_Calls: [] - OnChangeDirection: - m_PersistentCalls: - m_Calls: [] - OnComplete: - m_PersistentCalls: - m_Calls: [] - OnRestoreInitialValues: - m_PersistentCalls: - m_Calls: [] - OnSkipToTheEnd: - m_PersistentCalls: - m_Calls: [] - OnInitializationComplete: - m_PersistentCalls: - m_Calls: [] - OnEnable: - m_PersistentCalls: - m_Calls: [] - OnDisable: - m_PersistentCalls: - m_Calls: [] - DebugActive: 0 - InScriptDrivenPause: 0 - FeedbacksList: - - rid: 0 - - rid: 1 - - rid: 2 - - rid: 3 - - rid: 4 - - rid: 5 - KeepPlayModeChanges: 0 - PerformanceMode: 0 - RestoreInitialValuesOnDisable: 0 - StopFeedbacksOnDisable: 0 - PlayCount: 0 - references: - version: 2 - RefIds: - - rid: 0 - type: {class: MMF_MMSoundManagerSound, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: 328405729 - Label: MMSoundManager Sound - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: Automatic Shaker Setup - Owner: {fileID: 470329277} - DebugActive: 0 - Source: 0 - Sfx: {fileID: 8300000, guid: e99b6c5ad04e7474d98b5d3425dd7f82, type: 3} - AudioResourceToPlay: {fileID: 0} - RandomSfx: [] - SequentialOrder: 0 - SequentialOrderHoldLast: 0 - SequentialOrderHoldCooldownDuration: 0 - RandomUnique: 0 - SoundDataSO: {fileID: 0} - MinVolume: 1 - MaxVolume: 1 - MinPitch: 1 - MaxPitch: 1 - MmSoundManagerTrack: 1 - ID: 0 - AudioGroup: {fileID: 0} - RecycleAudioSource: {fileID: 0} - Loop: 0 - Persistent: 0 - DoNotPlayIfClipAlreadyPlaying: 0 - StopSoundOnFeedbackStop: 0 - Fade: 0 - FadeInitialVolume: 0 - FadeDuration: 1 - FadeTween: - MMTweenDefinitionType: 0 - MMTweenCurve: 9 - Curve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - Initialized: 0 - ConditionPropertyName: Fade - EnumConditionPropertyName: - EnumConditions: 0000000000000000000000000000000000000000000000000000000000000000 - SoloSingleTrack: 0 - SoloAllTracks: 0 - AutoUnSoloOnEnd: 0 - PanStereo: 0 - SpatialBlend: 0 - AttachToTransform: {fileID: 0} - BypassEffects: 0 - BypassListenerEffects: 0 - BypassReverbZones: 0 - Priority: 0 - ReverbZoneMix: 0 - PlaybackTime: {x: 0, y: 0} - PlaybackDuration: {x: 0, y: 0} - DopplerLevel: 0 - Spread: 0 - RolloffMode: 0 - MinDistance: 0 - MaxDistance: 0 - UseCustomRolloffCurve: 0 - CustomRolloffCurve: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - UseSpatialBlendCurve: 0 - SpatialBlendCurve: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - UseReverbZoneMixCurve: 0 - ReverbZoneMixCurve: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - UseSpreadCurve: 0 - SpreadCurve: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - DrawGizmos: 0 - GizmosCenter: {fileID: 0} - MinDistanceColor: {r: 0.37254903, g: 0.61960787, b: 0.627451, a: 1} - MaxDistanceColor: {r: 1, g: 0.27058825, b: 0, a: 1} - TestPlayButton: - ButtonText: Debug Play Sound - TestStopButton: - ButtonText: Debug Stop Sound - ResetSequentialIndexButton: - ButtonText: Reset Sequential Index - - rid: 1 - type: {class: MMF_Pause, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: 21582867 - Label: Pause - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 470329277} - DebugActive: 0 - PauseDuration: 1 - RandomizePauseDuration: 0 - MinPauseDuration: 1 - MaxPauseDuration: 3 - RandomizeOnEachPlay: 1 - ScriptDriven: 0 - AutoResume: 0 - AutoResumeAfter: 0.25 - - rid: 2 - type: {class: MMF_MMSoundManagerTrackFade, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: 127795436 - Label: MMSoundManager Track Fade - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 470329277} - DebugActive: 0 - Track: 1 - FadeDuration: 1 - FinalVolume: 0.0001 - FadeTween: - MMTweenDefinitionType: 0 - MMTweenCurve: 9 - Curve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - Initialized: 0 - ConditionPropertyName: - EnumConditionPropertyName: - EnumConditions: 0000000000000000000000000000000000000000000000000000000000000000 - - rid: 3 - type: {class: MMF_Pause, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: -1512159102 - Label: Pause - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 470329277} - DebugActive: 0 - PauseDuration: 1.1 - RandomizePauseDuration: 0 - MinPauseDuration: 1 - MaxPauseDuration: 3 - RandomizeOnEachPlay: 1 - ScriptDriven: 0 - AutoResume: 0 - AutoResumeAfter: 0.25 - - rid: 4 - type: {class: MMF_MMSoundManagerTrackControl, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: -2006982230 - Label: MMSoundManager Track Control - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 470329277} - DebugActive: 0 - Track: 1 - ControlMode: 2 - Volume: 1 - - rid: 5 - type: {class: MMF_MMSoundManagerTrackControl, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: -1318328119 - Label: MMSoundManager Track Control - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 470329277} - DebugActive: 0 - Track: 1 - ControlMode: 5 - Volume: 0.5 ---- !u!1001 &474695665 -PrefabInstance: - m_ObjectHideFlags: 0 - serializedVersion: 2 - m_Modification: - serializedVersion: 3 - m_TransformParent: {fileID: 1557570896} - m_Modifications: - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_Pivot.x - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_Pivot.y - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_RootOrder - value: 45 - objectReference: {fileID: 0} - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_AnchorMax.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_AnchorMax.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_AnchorMin.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_AnchorMin.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_SizeDelta.x - value: 256.1 - objectReference: {fileID: 0} - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_SizeDelta.y - value: 30 - objectReference: {fileID: 0} - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_LocalPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_LocalPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_LocalPosition.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_LocalRotation.w - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_LocalRotation.x - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_LocalRotation.y - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_LocalRotation.z - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_AnchoredPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_AnchoredPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_LocalEulerAnglesHint.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_LocalEulerAnglesHint.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_LocalEulerAnglesHint.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2251616714236910816, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_Text - value: RENDERER - objectReference: {fileID: 0} - - target: {fileID: 2251616714236910816, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_Color.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2251616714236910816, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_Color.g - value: 0.5921569 - objectReference: {fileID: 0} - - target: {fileID: 2251616714236910816, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_Color.r - value: 0.99607843 - objectReference: {fileID: 0} - - target: {fileID: 3358702390296254852, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_Name - value: Title - Renderer - objectReference: {fileID: 0} - m_RemovedComponents: [] - m_RemovedGameObjects: [] - m_AddedGameObjects: [] - m_AddedComponents: [] - m_SourcePrefab: {fileID: 100100000, guid: d0c10e574f6f1af43b3af7996a878151, type: 3} ---- !u!1001 &476057428 -PrefabInstance: - m_ObjectHideFlags: 0 - serializedVersion: 2 - m_Modification: - serializedVersion: 3 - m_TransformParent: {fileID: 1557570896} - m_Modifications: - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_Pivot.x - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_Pivot.y - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_RootOrder - value: 60 - objectReference: {fileID: 0} - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_AnchorMax.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_AnchorMax.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_AnchorMin.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_AnchorMin.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_SizeDelta.x - value: 256.1 - objectReference: {fileID: 0} - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_SizeDelta.y - value: 30 - objectReference: {fileID: 0} - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_LocalPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_LocalPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_LocalPosition.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_LocalRotation.w - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_LocalRotation.x - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_LocalRotation.y - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_LocalRotation.z - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_AnchoredPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_AnchoredPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_LocalEulerAnglesHint.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_LocalEulerAnglesHint.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_LocalEulerAnglesHint.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2251616714236910816, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_Text - value: TRANSFORM - objectReference: {fileID: 0} - - target: {fileID: 2251616714236910816, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_Color.b - value: 0.9529412 - objectReference: {fileID: 0} - - target: {fileID: 2251616714236910816, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_Color.g - value: 0.81960785 - objectReference: {fileID: 0} - - target: {fileID: 2251616714236910816, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_Color.r - value: 0.5254902 - objectReference: {fileID: 0} - - target: {fileID: 3358702390296254852, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_Name - value: Title - Transform - objectReference: {fileID: 0} - m_RemovedComponents: [] - m_RemovedGameObjects: [] - m_AddedGameObjects: [] - m_AddedComponents: [] - m_SourcePrefab: {fileID: 100100000, guid: d0c10e574f6f1af43b3af7996a878151, type: 3} ---- !u!1 &478010193 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 478010194} - - component: {fileID: 478010195} - m_Layer: 5 - m_Name: ClickAudioSource - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!224 &478010194 -RectTransform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 478010193} - m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: 0} - m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 - m_Children: [] - m_Father: {fileID: 1047976019} - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} - m_AnchorMin: {x: 0.5, y: 0.5} - m_AnchorMax: {x: 0.5, y: 0.5} - m_AnchoredPosition: {x: 0, y: 0} - m_SizeDelta: {x: 100, y: 100} - m_Pivot: {x: 0.5, y: 0.5} ---- !u!82 &478010195 -AudioSource: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 478010193} - m_Enabled: 1 - serializedVersion: 4 - OutputAudioMixerGroup: {fileID: 0} - m_audioClip: {fileID: 8300000, guid: 80140f70bc373074582ae93dffce593b, type: 3} - m_Resource: {fileID: 8300000, guid: 80140f70bc373074582ae93dffce593b, type: 3} - m_PlayOnAwake: 0 - m_Volume: 1 - m_Pitch: 1 - Loop: 0 - Mute: 0 - Spatialize: 0 - SpatializePostEffects: 0 - Priority: 128 - DopplerLevel: 1 - MinDistance: 1 - MaxDistance: 500 - Pan2D: 0 - rolloffMode: 0 - BypassEffects: 0 - BypassListenerEffects: 0 - BypassReverbZones: 0 - rolloffCustomCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - panLevelCustomCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - spreadCustomCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - reverbZoneMixCustomCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 ---- !u!1 &480903263 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 480903264} - - component: {fileID: 480903265} - m_Layer: 0 - m_Name: Graphic - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &480903264 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 480903263} - serializedVersion: 2 - m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: 0} - m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 - m_Children: [] - m_Father: {fileID: 1282069688} - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!114 &480903265 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 480903263} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 6da43522623d4704e979466dc7650b65, type: 3} - m_Name: - m_EditorClassIdentifier: - Feedbacks: [] - InitializationMode: 2 - AutoInitialization: 1 - SafeMode: 3 - Direction: 0 - AutoChangeDirectionOnEnd: 0 - AutoPlayOnStart: 0 - AutoPlayOnEnable: 0 - ForceTimescaleMode: 0 - ForcedTimescaleMode: 1 - DurationMultiplier: 1 - TimescaleMultiplier: 1 - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 1.5} - DisplayFullDurationDetails: 0 - PlayerTimescaleMode: 1 - OnlyPlayIfWithinRange: 0 - RangeCenter: {fileID: 0} - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - IgnoreRangeEvents: 0 - CooldownDuration: 0 - InitialDelay: 0 - CanPlay: 1 - CanPlayWhileAlreadyPlaying: 1 - ChanceToPlay: 100 - FeedbacksIntensity: 1 - Events: - TriggerMMFeedbacksEvents: 0 - TriggerUnityEvents: 1 - OnPlay: - m_PersistentCalls: - m_Calls: [] - OnPause: - m_PersistentCalls: - m_Calls: [] - OnStop: - m_PersistentCalls: - m_Calls: [] - OnResume: - m_PersistentCalls: - m_Calls: [] - OnChangeDirection: - m_PersistentCalls: - m_Calls: [] - OnComplete: - m_PersistentCalls: - m_Calls: [] - OnRestoreInitialValues: - m_PersistentCalls: - m_Calls: [] - OnSkipToTheEnd: - m_PersistentCalls: - m_Calls: [] - OnInitializationComplete: - m_PersistentCalls: - m_Calls: [] - OnEnable: - m_PersistentCalls: - m_Calls: [] - OnDisable: - m_PersistentCalls: - m_Calls: [] - DebugActive: 0 - InScriptDrivenPause: 0 - FeedbacksList: - - rid: 0 - - rid: 1 - KeepPlayModeChanges: 0 - PerformanceMode: 0 - RestoreInitialValuesOnDisable: 0 - StopFeedbacksOnDisable: 0 - PlayCount: 0 - references: - version: 2 - RefIds: - - rid: 0 - type: {class: MMF_AudioSource, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: -1622899737 - Label: AudioSource - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 480903265} - DebugActive: 0 - TargetAudioSource: {fileID: 478010195} - Mode: 0 - RandomSfx: [] - MinVolume: 1 - MaxVolume: 1 - MinPitch: 1 - MaxPitch: 1 - SfxAudioMixerGroup: {fileID: 0} - - rid: 1 - type: {class: MMF_Graphic, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: -1823965314 - Label: Graphic - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 480903265} - DebugActive: 0 - TargetGraphic: {fileID: 1553717074} - Mode: 0 - Duration: 1 - StartsOff: 0 - DisableOnStop: 0 - AllowAdditivePlays: 0 - ModifyColor: 1 - ColorOverTime: - serializedVersion: 2 - key0: {r: 1, g: 1, b: 1, a: 0} - key1: {r: 1, g: 1, b: 1, a: 1} - key2: {r: 1, g: 0, b: 0, a: 1} - key3: {r: 1, g: 1, b: 1, a: 0} - key4: {r: 1, g: 0.93442965, b: 0, a: 0} - key5: {r: 1, g: 1, b: 1, a: 0} - key6: {r: 1, g: 1, b: 1, a: 0} - key7: {r: 1, g: 1, b: 1, a: 0} - ctime0: 0 - ctime1: 13300 - ctime2: 19468 - ctime3: 26021 - ctime4: 33346 - ctime5: 41056 - ctime6: 51079 - ctime7: 65535 - atime0: 0 - atime1: 11372 - atime2: 53777 - atime3: 65535 - atime4: 0 - atime5: 0 - atime6: 0 - atime7: 0 - m_Mode: 0 - m_ColorSpace: -1 - m_NumColorKeys: 8 - m_NumAlphaKeys: 4 - InstantColor: {r: 0, g: 0, b: 0, a: 0} ---- !u!1 &481958500 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 481958501} - - component: {fileID: 481958502} - m_Layer: 0 - m_Name: Vignette - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &481958501 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 481958500} - serializedVersion: 2 - m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: 0.023957789, y: 4.7921257, z: 1.0697918} - m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 - m_Children: [] - m_Father: {fileID: 168975947} - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!114 &481958502 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 481958500} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 6da43522623d4704e979466dc7650b65, type: 3} - m_Name: - m_EditorClassIdentifier: - Feedbacks: [] - InitializationMode: 2 - AutoInitialization: 1 - SafeMode: 3 - Direction: 0 - AutoChangeDirectionOnEnd: 0 - AutoPlayOnStart: 0 - AutoPlayOnEnable: 0 - ForceTimescaleMode: 0 - ForcedTimescaleMode: 1 - DurationMultiplier: 1 - TimescaleMultiplier: 1 - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 1.5} - DisplayFullDurationDetails: 0 - PlayerTimescaleMode: 1 - OnlyPlayIfWithinRange: 0 - RangeCenter: {fileID: 0} - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - IgnoreRangeEvents: 0 - CooldownDuration: 0 - InitialDelay: 0 - CanPlay: 1 - CanPlayWhileAlreadyPlaying: 1 - ChanceToPlay: 100 - FeedbacksIntensity: 1 - Events: - TriggerMMFeedbacksEvents: 0 - TriggerUnityEvents: 1 - OnPlay: - m_PersistentCalls: - m_Calls: [] - OnPause: - m_PersistentCalls: - m_Calls: [] - OnStop: - m_PersistentCalls: - m_Calls: [] - OnResume: - m_PersistentCalls: - m_Calls: [] - OnChangeDirection: - m_PersistentCalls: - m_Calls: [] - OnComplete: - m_PersistentCalls: - m_Calls: [] - OnRestoreInitialValues: - m_PersistentCalls: - m_Calls: [] - OnSkipToTheEnd: - m_PersistentCalls: - m_Calls: [] - OnInitializationComplete: - m_PersistentCalls: - m_Calls: [] - OnEnable: - m_PersistentCalls: - m_Calls: [] - OnDisable: - m_PersistentCalls: - m_Calls: [] - DebugActive: 0 - InScriptDrivenPause: 0 - FeedbacksList: - - rid: 0 - - rid: 1 - KeepPlayModeChanges: 0 - PerformanceMode: 0 - RestoreInitialValuesOnDisable: 0 - StopFeedbacksOnDisable: 0 - PlayCount: 0 - references: - version: 2 - RefIds: - - rid: 0 - type: {class: MMF_Vignette, ns: MoreMountains.FeedbacksForThirdParty, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: 1081200001 - Label: Vignette - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: Automatic Shaker Setup - Owner: {fileID: 481958502} - DebugActive: 0 - Duration: 0.2 - ResetShakerValuesAfterShake: 1 - ResetTargetValuesAfterShake: 1 - Intensity: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.5 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapIntensityZero: 0 - RemapIntensityOne: 1 - RelativeIntensity: 0 - InterpolateColor: 0 - ColorCurve: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 0 - m_PostInfinity: 0 - m_RotationOrder: 0 - RemapColorZero: 0 - RemapColorOne: 0 - TargetColor: {r: 0, g: 0, b: 0, a: 0} - - rid: 1 - type: {class: MMF_AudioSource, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: -1386927314 - Label: AudioSource - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 481958502} - DebugActive: 0 - TargetAudioSource: {fileID: 478010195} - Mode: 0 - RandomSfx: [] - MinVolume: 1 - MaxVolume: 1 - MinPitch: 1 - MaxPitch: 1 - SfxAudioMixerGroup: {fileID: 0} ---- !u!224 &484483667 stripped -RectTransform: - m_CorrespondingSourceObject: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - m_PrefabInstance: {fileID: 514661846} - m_PrefabAsset: {fileID: 0} ---- !u!1001 &485821867 -PrefabInstance: - m_ObjectHideFlags: 0 - serializedVersion: 2 - m_Modification: - serializedVersion: 3 - m_TransformParent: {fileID: 1557570896} - m_Modifications: - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: Feedbacks.Array.size - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[0]' - value: - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[1]' - value: - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[2]' - value: - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[3]' - value: - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Pivot.x - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Pivot.y - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_RootOrder - value: 31 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMax.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMax.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMin.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMin.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_SizeDelta.x - value: 256.1 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_SizeDelta.y - value: 30 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalPosition.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.w - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.x - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.y - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.z - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchoredPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchoredPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalEulerAnglesHint.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalEulerAnglesHint.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalEulerAnglesHint.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604939, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_OnClick.m_PersistentCalls.m_Calls.Array.data[0].m_Target - value: - objectReference: {fileID: 1996409642} - - target: {fileID: 2903879014986604939, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_OnClick.m_PersistentCalls.m_Calls.Array.data[0].m_MethodName - value: PlayFeedbacks - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604939, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_OnClick.m_PersistentCalls.m_Calls.Array.data[0].m_Arguments.m_ObjectArgumentAssemblyTypeName - value: UnityEngine.Object, UnityEngine - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604941, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Name - value: Button - Fader Directional - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Text - value: Fader Directional - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Color.b - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Color.g - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Color.r - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.size - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[0]' - value: MoreMountains.Feedbacks MoreMountains.Feedbacks.MMF_AudioSource - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[1]' - value: MoreMountains.Feedbacks.MMTools MoreMountains.Feedbacks.MMF_Fade - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[2]' - value: MoreMountains.Feedbacks MoreMountains.Feedbacks.MMF_HoldingPause - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[3]' - value: MoreMountains.Feedbacks.MMTools MoreMountains.Feedbacks.MMF_Fade - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ID - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].ID - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Mode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Label - value: AudioSource - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Label - value: Fade - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Label - value: Holding Pause - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Label - value: Fade - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].MaxPitch - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].MinPitch - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].UniqueID - value: -1108396053 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Duration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].FadeType - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].UniqueID - value: -1615947147 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].UniqueID - value: 427776920 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Duration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].FadeType - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].UniqueID - value: -1070474888 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].MaxVolume - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].MinVolume - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AutoResume - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].TargetAlpha - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].TargetAlpha - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].PositionMode - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].ScriptDriven - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].PositionMode - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].PauseDuration - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].IgnoreTimeScale - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].TargetTransform - value: - objectReference: {fileID: 2076029460} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AutoResumeAfter - value: 0.25 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].IgnoreTimeScale - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].TargetTransform - value: - objectReference: {fileID: 2076029460} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].PositionOffset.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].PositionOffset.y - value: 1.6 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].PositionOffset.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].TargetPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].TargetPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].TargetPosition.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].MaxPauseDuration - value: 3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].MinPauseDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].PositionOffset.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].PositionOffset.y - value: 1.6 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].PositionOffset.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].TargetPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].TargetPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].TargetPosition.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].TargetAudioSource - value: - objectReference: {fileID: 478010195} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].SfxAudioMixerGroup - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Curve.MMTweenCurve - value: 5 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Curve.MMTweenCurve - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].RandomizeOnEachPlay - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].RandomSfx.Array.size - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].RandomizePauseDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Curve.Curve.m_PreInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Curve.Curve.m_PreInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Curve.Curve.m_PostInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Curve.Curve.m_PostInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Curve.Curve.m_RotationOrder - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Curve.MMTweenDefinitionType - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Curve.Curve.m_RotationOrder - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Curve.MMTweenDefinitionType - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Curve.Curve.m_Curve.Array.size - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Curve.Curve.m_Curve.Array.size - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Curve.Curve.m_Curve.Array.data[0].time - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Curve.Curve.m_Curve.Array.data[1].time - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Curve.Curve.m_Curve.Array.data[0].time - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Curve.Curve.m_Curve.Array.data[1].time - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Curve.Curve.m_Curve.Array.data[0].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Curve.Curve.m_Curve.Array.data[1].value - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Curve.Curve.m_Curve.Array.data[0].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Curve.Curve.m_Curve.Array.data[1].value - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Curve.Curve.m_Curve.Array.data[0].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Curve.Curve.m_Curve.Array.data[1].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Curve.Curve.m_Curve.Array.data[0].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Curve.Curve.m_Curve.Array.data[1].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Curve.Curve.m_Curve.Array.data[0].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Curve.Curve.m_Curve.Array.data[0].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Curve.Curve.m_Curve.Array.data[1].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Curve.Curve.m_Curve.Array.data[1].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Curve.Curve.m_Curve.Array.data[0].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Curve.Curve.m_Curve.Array.data[0].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Curve.Curve.m_Curve.Array.data[1].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Curve.Curve.m_Curve.Array.data[1].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Curve.Curve.m_Curve.Array.data[0].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Curve.Curve.m_Curve.Array.data[1].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Curve.Curve.m_Curve.Array.data[0].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Curve.Curve.m_Curve.Array.data[1].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Curve.Curve.m_Curve.Array.data[0].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Curve.Curve.m_Curve.Array.data[1].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Curve.Curve.m_Curve.Array.data[0].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Curve.Curve.m_Curve.Array.data[1].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Curve.Curve.m_Curve.Array.data[0].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Curve.Curve.m_Curve.Array.data[1].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Curve.Curve.m_Curve.Array.data[0].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Curve.Curve.m_Curve.Array.data[1].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 9167406172343059487, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_IsActive - value: 0 - objectReference: {fileID: 0} - m_RemovedComponents: - - {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, type: 3} - m_RemovedGameObjects: [] - m_AddedGameObjects: [] - m_AddedComponents: [] - m_SourcePrefab: {fileID: 100100000, guid: a16c33a1240b8ce4f930161a7c85fae6, type: 3} ---- !u!224 &485821868 stripped -RectTransform: - m_CorrespondingSourceObject: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - m_PrefabInstance: {fileID: 485821867} - m_PrefabAsset: {fileID: 0} ---- !u!1001 &488647728 -PrefabInstance: - m_ObjectHideFlags: 0 - serializedVersion: 2 - m_Modification: - serializedVersion: 3 - m_TransformParent: {fileID: 1557570896} - m_Modifications: - - target: {fileID: 4994452109645884045, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_Name - value: Spacer - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_Pivot.x - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_Pivot.y - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_RootOrder - value: 145 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_AnchorMax.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_AnchorMax.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_AnchorMin.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_AnchorMin.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_SizeDelta.x - value: 236.1 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_SizeDelta.y - value: 30 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_LocalPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_LocalPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_LocalPosition.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_LocalRotation.w - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_LocalRotation.x - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_LocalRotation.y - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_LocalRotation.z - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_AnchoredPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_AnchoredPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_LocalEulerAnglesHint.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_LocalEulerAnglesHint.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_LocalEulerAnglesHint.z - value: 0 - objectReference: {fileID: 0} - m_RemovedComponents: [] - m_RemovedGameObjects: [] - m_AddedGameObjects: [] - m_AddedComponents: [] - m_SourcePrefab: {fileID: 100100000, guid: b4ba93cf48b1c6b468135361158be27d, type: 3} ---- !u!1 &490988080 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 490988081} - m_Layer: 0 - m_Name: Springs - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &490988081 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 490988080} - serializedVersion: 2 - m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: 0} - m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 - m_Children: - - {fileID: 916246573} - - {fileID: 306481847} - m_Father: {fileID: 999639631} - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!1001 &496741026 -PrefabInstance: - m_ObjectHideFlags: 0 - serializedVersion: 2 - m_Modification: - serializedVersion: 3 - m_TransformParent: {fileID: 1557570896} - m_Modifications: - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: Feedbacks.Array.size - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[0]' - value: - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[1]' - value: - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Pivot.x - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Pivot.y - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_RootOrder - value: 24 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMax.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMax.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMin.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMin.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_SizeDelta.x - value: 256.1 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_SizeDelta.y - value: 30 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalPosition.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.w - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.x - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.y - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.z - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchoredPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchoredPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalEulerAnglesHint.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalEulerAnglesHint.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalEulerAnglesHint.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604939, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_OnClick.m_PersistentCalls.m_Calls.Array.data[0].m_Target - value: - objectReference: {fileID: 22723149} - - target: {fileID: 2903879014986604939, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_OnClick.m_PersistentCalls.m_Calls.Array.data[0].m_MethodName - value: PlayFeedbacks - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604939, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_OnClick.m_PersistentCalls.m_Calls.Array.data[0].m_Arguments.m_ObjectArgumentAssemblyTypeName - value: UnityEngine.Object, UnityEngine - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604941, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Name - value: Button - Camera Shake - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Text - value: Camera Shake - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Color.b - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Color.g - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Color.r - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.size - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[0]' - value: MoreMountains.Feedbacks MoreMountains.Feedbacks.MMF_CameraShake - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[1]' - value: MoreMountains.Feedbacks MoreMountains.Feedbacks.MMF_AudioSource - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Mode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Label - value: Camera Shake - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Label - value: AudioSource - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].UniqueID - value: -1616986768 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].MaxPitch - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].MinPitch - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].UniqueID - value: 1160832264 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].MaxVolume - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].MinVolume - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].TargetAudioSource - value: - objectReference: {fileID: 478010195} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].RepeatUntilStopped - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].SfxAudioMixerGroup - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].RandomSfx.Array.size - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].CameraShakeProperties.Duration - value: 0.1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].CameraShakeProperties.Amplitude - value: 0.2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].CameraShakeProperties.Frequency - value: 40 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].CameraShakeProperties.AmplitudeX - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].CameraShakeProperties.AmplitudeY - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].CameraShakeProperties.AmplitudeZ - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 9167406172343059487, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_IsActive - value: 0 - objectReference: {fileID: 0} - m_RemovedComponents: - - {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, type: 3} - m_RemovedGameObjects: [] - m_AddedGameObjects: [] - m_AddedComponents: [] - m_SourcePrefab: {fileID: 100100000, guid: a16c33a1240b8ce4f930161a7c85fae6, type: 3} ---- !u!1 &500670849 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 500670850} - - component: {fileID: 500670852} - - component: {fileID: 500670851} - m_Layer: 5 - m_Name: TextMeshProTextExample - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!224 &500670850 -RectTransform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 500670849} - m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: 0} - m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 - m_Children: - - {fileID: 69722009} - m_Father: {fileID: 731678810} - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} - m_AnchorMin: {x: 0, y: 0} - m_AnchorMax: {x: 1, y: 1} - m_AnchoredPosition: {x: 0, y: 0} - m_SizeDelta: {x: -200, y: -200} - m_Pivot: {x: 0.5, y: 0.5} ---- !u!114 &500670851 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 500670849} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: f4688fdb7df04437aeb418b961361dc5, type: 3} - m_Name: - m_EditorClassIdentifier: - m_Material: {fileID: 0} - m_Color: {r: 1, g: 1, b: 1, a: 1} - m_RaycastTarget: 1 - m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0} - m_Maskable: 1 - m_OnCullStateChanged: - m_PersistentCalls: - m_Calls: [] - m_text: "This is an example \nof a Text Mesh Pro\ntext object." - m_isRightToLeft: 0 - m_fontAsset: {fileID: 11400000, guid: 4eccd51250cfa3948a3ac1e21d15fe34, type: 2} - m_sharedMaterial: {fileID: 7304186015023537574, guid: 4eccd51250cfa3948a3ac1e21d15fe34, - type: 2} - m_fontSharedMaterials: [] - m_fontMaterial: {fileID: 0} - m_fontMaterials: [] - m_fontColor32: - serializedVersion: 2 - rgba: 4294967295 - m_fontColor: {r: 1, g: 1, b: 1, a: 1} - m_enableVertexGradient: 0 - m_colorMode: 3 - m_fontColorGradient: - topLeft: {r: 1, g: 1, b: 1, a: 1} - topRight: {r: 1, g: 1, b: 1, a: 1} - bottomLeft: {r: 1, g: 1, b: 1, a: 1} - bottomRight: {r: 1, g: 1, b: 1, a: 1} - m_fontColorGradientPreset: {fileID: 0} - m_spriteAsset: {fileID: 0} - m_tintAllSprites: 0 - m_StyleSheet: {fileID: 0} - m_TextStyleHashCode: 0 - m_overrideHtmlColors: 0 - m_faceColor: - serializedVersion: 2 - rgba: 4294967295 - m_fontSize: 60 - m_fontSizeBase: 60 - m_fontWeight: 400 - m_enableAutoSizing: 0 - m_fontSizeMin: 18 - m_fontSizeMax: 72 - m_fontStyle: 0 - m_HorizontalAlignment: 1 - m_VerticalAlignment: 256 - m_textAlignment: 514 - m_characterSpacing: 0 - m_wordSpacing: 0 - m_lineSpacing: 0 - m_lineSpacingMax: 0 - m_paragraphSpacing: 0 - m_charWidthMaxAdj: 0 - m_TextWrappingMode: 1 - m_wordWrappingRatios: 0.4 - m_overflowMode: 0 - m_linkedTextComponent: {fileID: 0} - parentLinkedComponent: {fileID: 0} - m_enableKerning: 1 - m_ActiveFontFeatures: 00000000 - m_enableExtraPadding: 0 - checkPaddingRequired: 0 - m_isRichText: 1 - m_EmojiFallbackSupport: 1 - m_parseCtrlCharacters: 1 - m_isOrthographic: 1 - m_isCullingEnabled: 0 - m_horizontalMapping: 0 - m_verticalMapping: 0 - m_uvLineOffset: 0 - m_geometrySortingOrder: 0 - m_IsTextObjectScaleStatic: 0 - m_VertexBufferAutoSizeReduction: 1 - m_useMaxVisibleDescender: 1 - m_pageToDisplay: 1 - m_margin: {x: 0, y: 0, z: 0, w: 0} - m_isUsingLegacyAnimationComponent: 0 - m_isVolumetricText: 0 - m_hasFontAssetChanged: 0 - m_baseMaterial: {fileID: 0} - m_maskOffset: {x: 0, y: 0, z: 0, w: 0} ---- !u!222 &500670852 -CanvasRenderer: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 500670849} - m_CullTransparentMesh: 0 ---- !u!1 &504454716 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 504454717} - - component: {fileID: 504454718} - m_Layer: 0 - m_Name: Echo - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &504454717 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 504454716} - serializedVersion: 2 - m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: 0} - m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 - m_Children: [] - m_Father: {fileID: 1408360770} - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!114 &504454718 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 504454716} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 6da43522623d4704e979466dc7650b65, type: 3} - m_Name: - m_EditorClassIdentifier: - Feedbacks: [] - InitializationMode: 2 - AutoInitialization: 1 - SafeMode: 3 - Direction: 0 - AutoChangeDirectionOnEnd: 0 - AutoPlayOnStart: 0 - AutoPlayOnEnable: 0 - ForceTimescaleMode: 0 - ForcedTimescaleMode: 1 - DurationMultiplier: 1 - TimescaleMultiplier: 1 - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 1.5} - DisplayFullDurationDetails: 0 - PlayerTimescaleMode: 1 - OnlyPlayIfWithinRange: 0 - RangeCenter: {fileID: 0} - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - IgnoreRangeEvents: 0 - CooldownDuration: 0 - InitialDelay: 0 - CanPlay: 1 - CanPlayWhileAlreadyPlaying: 1 - ChanceToPlay: 100 - FeedbacksIntensity: 1 - Events: - TriggerMMFeedbacksEvents: 0 - TriggerUnityEvents: 1 - OnPlay: - m_PersistentCalls: - m_Calls: [] - OnPause: - m_PersistentCalls: - m_Calls: [] - OnStop: - m_PersistentCalls: - m_Calls: [] - OnResume: - m_PersistentCalls: - m_Calls: [] - OnChangeDirection: - m_PersistentCalls: - m_Calls: [] - OnComplete: - m_PersistentCalls: - m_Calls: [] - OnRestoreInitialValues: - m_PersistentCalls: - m_Calls: [] - OnSkipToTheEnd: - m_PersistentCalls: - m_Calls: [] - OnInitializationComplete: - m_PersistentCalls: - m_Calls: [] - OnEnable: - m_PersistentCalls: - m_Calls: [] - OnDisable: - m_PersistentCalls: - m_Calls: [] - DebugActive: 0 - InScriptDrivenPause: 0 - FeedbacksList: - - rid: 0 - - rid: 1 - - rid: 2 - - rid: 3 - - rid: 4 - KeepPlayModeChanges: 0 - PerformanceMode: 0 - RestoreInitialValuesOnDisable: 0 - StopFeedbacksOnDisable: 0 - PlayCount: 0 - references: - version: 2 - RefIds: - - rid: 0 - type: {class: MMF_AudioSource, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: -1297356020 - Label: AudioSource - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 504454718} - DebugActive: 0 - TargetAudioSource: {fileID: 1467162775} - Mode: 0 - RandomSfx: [] - MinVolume: 1 - MaxVolume: 1 - MinPitch: 1 - MaxPitch: 1 - SfxAudioMixerGroup: {fileID: 0} - - rid: 1 - type: {class: MMF_Pause, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: -1022996133 - Label: Pause - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 504454718} - DebugActive: 0 - PauseDuration: 1 - RandomizePauseDuration: 0 - MinPauseDuration: 1 - MaxPauseDuration: 3 - RandomizeOnEachPlay: 1 - ScriptDriven: 0 - AutoResume: 0 - AutoResumeAfter: 0.25 - - rid: 2 - type: {class: MMF_AudioFilterEcho, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: 1708224742 - Label: Audio Filter Echo - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 504454718} - DebugActive: 0 - Duration: 2 - ResetShakerValuesAfterShake: 1 - ResetTargetValuesAfterShake: 1 - RelativeEcho: 0 - ShakeEcho: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.5 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapEchoZero: 0 - RemapEchoOne: 1 - - rid: 3 - type: {class: MMF_HoldingPause, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: -1601594727 - Label: Holding Pause - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 504454718} - DebugActive: 0 - PauseDuration: 1 - RandomizePauseDuration: 0 - MinPauseDuration: 1 - MaxPauseDuration: 3 - RandomizeOnEachPlay: 1 - ScriptDriven: 0 - AutoResume: 0 - AutoResumeAfter: 0.25 - - rid: 4 - type: {class: MMF_AudioSource, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: 1804582924 - Label: AudioSource - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 504454718} - DebugActive: 0 - TargetAudioSource: {fileID: 1467162775} - Mode: 3 - RandomSfx: [] - MinVolume: 1 - MaxVolume: 1 - MinPitch: 1 - MaxPitch: 1 - SfxAudioMixerGroup: {fileID: 0} ---- !u!1001 &505047881 -PrefabInstance: - m_ObjectHideFlags: 0 - serializedVersion: 2 - m_Modification: - serializedVersion: 3 - m_TransformParent: {fileID: 1557570896} - m_Modifications: - - target: {fileID: 4994452109645884045, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_Name - value: Spacer - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_Pivot.x - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_Pivot.y - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_RootOrder - value: 126 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_AnchorMax.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_AnchorMax.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_AnchorMin.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_AnchorMin.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_SizeDelta.x - value: 236.1 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_SizeDelta.y - value: 30 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_LocalPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_LocalPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_LocalPosition.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_LocalRotation.w - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_LocalRotation.x - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_LocalRotation.y - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_LocalRotation.z - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_AnchoredPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_AnchoredPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_LocalEulerAnglesHint.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_LocalEulerAnglesHint.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_LocalEulerAnglesHint.z - value: 0 - objectReference: {fileID: 0} - m_RemovedComponents: [] - m_RemovedGameObjects: [] - m_AddedGameObjects: [] - m_AddedComponents: [] - m_SourcePrefab: {fileID: 100100000, guid: b4ba93cf48b1c6b468135361158be27d, type: 3} ---- !u!224 &505047882 stripped -RectTransform: - m_CorrespondingSourceObject: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - m_PrefabInstance: {fileID: 505047881} - m_PrefabAsset: {fileID: 0} ---- !u!1001 &505541626 -PrefabInstance: - m_ObjectHideFlags: 0 - serializedVersion: 2 - m_Modification: - serializedVersion: 3 - m_TransformParent: {fileID: 1096839754} - m_Modifications: - - target: {fileID: -4216859302048453862, guid: 01dfcbf4ce9664c41ab1cf3609c59ee6, - type: 3} - propertyPath: m_RootOrder - value: 9 - objectReference: {fileID: 0} - - target: {fileID: -4216859302048453862, guid: 01dfcbf4ce9664c41ab1cf3609c59ee6, - type: 3} - propertyPath: m_LocalScale.x - value: 0.01 - objectReference: {fileID: 0} - - target: {fileID: -4216859302048453862, guid: 01dfcbf4ce9664c41ab1cf3609c59ee6, - type: 3} - propertyPath: m_LocalScale.y - value: 0.01 - objectReference: {fileID: 0} - - target: {fileID: -4216859302048453862, guid: 01dfcbf4ce9664c41ab1cf3609c59ee6, - type: 3} - propertyPath: m_LocalScale.z - value: 0.01 - objectReference: {fileID: 0} - - target: {fileID: -4216859302048453862, guid: 01dfcbf4ce9664c41ab1cf3609c59ee6, - type: 3} - propertyPath: m_LocalPosition.x - value: 0.457 - objectReference: {fileID: 0} - - target: {fileID: -4216859302048453862, guid: 01dfcbf4ce9664c41ab1cf3609c59ee6, - type: 3} - propertyPath: m_LocalPosition.y - value: -0.013 - objectReference: {fileID: 0} - - target: {fileID: -4216859302048453862, guid: 01dfcbf4ce9664c41ab1cf3609c59ee6, - type: 3} - propertyPath: m_LocalPosition.z - value: 4.878 - objectReference: {fileID: 0} - - target: {fileID: -4216859302048453862, guid: 01dfcbf4ce9664c41ab1cf3609c59ee6, - type: 3} - propertyPath: m_LocalRotation.w - value: 1 - objectReference: {fileID: 0} - - target: {fileID: -4216859302048453862, guid: 01dfcbf4ce9664c41ab1cf3609c59ee6, - type: 3} - propertyPath: m_LocalRotation.x - value: 0.000000021855694 - objectReference: {fileID: 0} - - target: {fileID: -4216859302048453862, guid: 01dfcbf4ce9664c41ab1cf3609c59ee6, - type: 3} - propertyPath: m_LocalRotation.y - value: -0 - objectReference: {fileID: 0} - - target: {fileID: -4216859302048453862, guid: 01dfcbf4ce9664c41ab1cf3609c59ee6, - type: 3} - propertyPath: m_LocalRotation.z - value: -0 - objectReference: {fileID: 0} - - target: {fileID: -4216859302048453862, guid: 01dfcbf4ce9664c41ab1cf3609c59ee6, - type: 3} - propertyPath: m_LocalEulerAnglesHint.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: -4216859302048453862, guid: 01dfcbf4ce9664c41ab1cf3609c59ee6, - type: 3} - propertyPath: m_LocalEulerAnglesHint.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: -4216859302048453862, guid: 01dfcbf4ce9664c41ab1cf3609c59ee6, - type: 3} - propertyPath: m_LocalEulerAnglesHint.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: -1504981713932161579, guid: 01dfcbf4ce9664c41ab1cf3609c59ee6, - type: 3} - propertyPath: 'm_Materials.Array.data[0]' - value: - objectReference: {fileID: 2100000, guid: 8b80d96aef31b7b42927634a8a768ed6, type: 2} - - target: {fileID: -927199367670048503, guid: 01dfcbf4ce9664c41ab1cf3609c59ee6, - type: 3} - propertyPath: m_Name - value: DestroyableRock - objectReference: {fileID: 0} - m_RemovedComponents: [] - m_RemovedGameObjects: [] - m_AddedGameObjects: [] - m_AddedComponents: - - targetCorrespondingSourceObject: {fileID: -927199367670048503, guid: 01dfcbf4ce9664c41ab1cf3609c59ee6, - type: 3} - insertIndex: -1 - addedObject: {fileID: 306533487} - m_SourcePrefab: {fileID: 100100000, guid: 01dfcbf4ce9664c41ab1cf3609c59ee6, type: 3} ---- !u!1 &505933540 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 505933541} - - component: {fileID: 505933542} - m_Layer: 0 - m_Name: Flicker - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &505933541 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 505933540} - serializedVersion: 2 - m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: 0} - m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 - m_Children: [] - m_Father: {fileID: 980395213} - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!114 &505933542 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 505933540} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 6da43522623d4704e979466dc7650b65, type: 3} - m_Name: - m_EditorClassIdentifier: - Feedbacks: [] - InitializationMode: 2 - AutoInitialization: 1 - SafeMode: 3 - Direction: 0 - AutoChangeDirectionOnEnd: 0 - AutoPlayOnStart: 0 - AutoPlayOnEnable: 0 - ForceTimescaleMode: 0 - ForcedTimescaleMode: 1 - DurationMultiplier: 1 - TimescaleMultiplier: 1 - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 1.5} - DisplayFullDurationDetails: 0 - PlayerTimescaleMode: 1 - OnlyPlayIfWithinRange: 0 - RangeCenter: {fileID: 0} - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - IgnoreRangeEvents: 0 - CooldownDuration: 0 - InitialDelay: 0 - CanPlay: 1 - CanPlayWhileAlreadyPlaying: 1 - ChanceToPlay: 100 - FeedbacksIntensity: 1 - Events: - TriggerMMFeedbacksEvents: 0 - TriggerUnityEvents: 1 - OnPlay: - m_PersistentCalls: - m_Calls: [] - OnPause: - m_PersistentCalls: - m_Calls: [] - OnStop: - m_PersistentCalls: - m_Calls: [] - OnResume: - m_PersistentCalls: - m_Calls: [] - OnChangeDirection: - m_PersistentCalls: - m_Calls: [] - OnComplete: - m_PersistentCalls: - m_Calls: [] - OnRestoreInitialValues: - m_PersistentCalls: - m_Calls: [] - OnSkipToTheEnd: - m_PersistentCalls: - m_Calls: [] - OnInitializationComplete: - m_PersistentCalls: - m_Calls: [] - OnEnable: - m_PersistentCalls: - m_Calls: [] - OnDisable: - m_PersistentCalls: - m_Calls: [] - DebugActive: 0 - InScriptDrivenPause: 0 - FeedbacksList: - - rid: 0 - - rid: 1 - KeepPlayModeChanges: 0 - PerformanceMode: 0 - RestoreInitialValuesOnDisable: 0 - StopFeedbacksOnDisable: 0 - PlayCount: 0 - references: - version: 2 - RefIds: - - rid: 0 - type: {class: MMF_Flicker, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: -1391562593 - Label: Flicker - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 505933542} - DebugActive: 0 - BoundRenderer: {fileID: 1352294454} - ExtraBoundRenderers: [] - Mode: 0 - PropertyName: _EmissionForce - FlickerDuration: 1 - FlickerPeriod: 0.04 - FlickerColor: {r: 1, g: 0.078431375, b: 0.078431375, a: 1} - MaterialIndexes: - UseMaterialPropertyBlocks: 1 - SpriteRendererTextureProperty: _MainTex - - rid: 1 - type: {class: MMF_AudioSource, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: 258212780 - Label: AudioSource - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 505933542} - DebugActive: 0 - TargetAudioSource: {fileID: 478010195} - Mode: 0 - RandomSfx: [] - MinVolume: 1 - MaxVolume: 1 - MinPitch: 1 - MaxPitch: 1 - SfxAudioMixerGroup: {fileID: 0} ---- !u!1 &511090938 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 511090939} - m_Layer: 0 - m_Name: Time - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &511090939 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 511090938} - serializedVersion: 2 - m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: -0.023957789, y: -4.7921257, z: -1.0697918} - m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 - m_Children: - - {fileID: 342756032} - - {fileID: 745342162} - m_Father: {fileID: 999639631} - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!1001 &514661846 -PrefabInstance: - m_ObjectHideFlags: 0 - serializedVersion: 2 - m_Modification: - serializedVersion: 3 - m_TransformParent: {fileID: 1557570896} - m_Modifications: - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: Feedbacks.Array.size - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[0]' - value: - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[1]' - value: - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Pivot.x - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Pivot.y - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_RootOrder - value: 47 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMax.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMax.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMin.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMin.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_SizeDelta.x - value: 256.1 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_SizeDelta.y - value: 30 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalPosition.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.w - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.x - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.y - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.z - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchoredPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchoredPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalEulerAnglesHint.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalEulerAnglesHint.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalEulerAnglesHint.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604939, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_OnClick.m_PersistentCalls.m_Calls.Array.data[0].m_Target - value: - objectReference: {fileID: 2075452478} - - target: {fileID: 2903879014986604939, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_OnClick.m_PersistentCalls.m_Calls.Array.data[0].m_MethodName - value: PlayFeedbacks - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604939, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_OnClick.m_PersistentCalls.m_Calls.Array.data[0].m_Arguments.m_ObjectArgumentAssemblyTypeName - value: UnityEngine.Object, UnityEngine - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604941, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Name - value: Button - Fog - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Text - value: Fog - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Color.b - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Color.g - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Color.r - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.size - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[0]' - value: MoreMountains.Feedbacks MoreMountains.Feedbacks.MMF_AudioSource - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[1]' - value: MoreMountains.Feedbacks.MMTools MoreMountains.Feedbacks.MMF_Fog - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Mode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Mode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Label - value: AudioSource - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Label - value: Fog - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].MaxPitch - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].MinPitch - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].UniqueID - value: -231937621 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Duration - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].UniqueID - value: 30356807 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].MaxVolume - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].MinVolume - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ModifyColor - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].InstantColor.a - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].InstantColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].InstantColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].InstantColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DensityRemapOne - value: 0.27 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DensityRemapZero - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ModifyFogDensity - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].TargetAudioSource - value: - objectReference: {fileID: 478010195} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ModifyEndDistance - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].SfxAudioMixerGroup - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AllowAdditivePlays - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].EndDistanceRemapOne - value: 300 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ModifyStartDistance - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].RandomSfx.Array.size - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ColorOverTime.atime0 - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ColorOverTime.atime1 - value: 65535 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ColorOverTime.atime2 - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ColorOverTime.atime3 - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ColorOverTime.atime4 - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ColorOverTime.atime5 - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ColorOverTime.atime6 - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ColorOverTime.atime7 - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ColorOverTime.ctime0 - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ColorOverTime.ctime1 - value: 40285 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ColorOverTime.ctime2 - value: 53777 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ColorOverTime.ctime3 - value: 65535 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ColorOverTime.ctime4 - value: 65535 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ColorOverTime.ctime5 - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ColorOverTime.ctime6 - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ColorOverTime.ctime7 - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ColorOverTime.key0.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ColorOverTime.key0.b - value: 0.28627452 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ColorOverTime.key0.g - value: 0.62352943 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ColorOverTime.key0.r - value: 0.8784314 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ColorOverTime.key1.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ColorOverTime.key1.b - value: 0.28627446 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ColorOverTime.key1.g - value: 0.5203363 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ColorOverTime.key1.r - value: 0.8784314 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ColorOverTime.key2.a - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ColorOverTime.key2.b - value: 0.28627452 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ColorOverTime.key2.g - value: 0.62352943 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ColorOverTime.key2.r - value: 0.8784314 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ColorOverTime.key3.a - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ColorOverTime.key3.b - value: 0.28627452 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ColorOverTime.key3.g - value: 0.62352943 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ColorOverTime.key3.r - value: 0.8784314 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ColorOverTime.key4.a - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ColorOverTime.key4.b - value: 0.28627452 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ColorOverTime.key4.g - value: 0.62352943 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ColorOverTime.key4.r - value: 0.8784314 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ColorOverTime.key5.a - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ColorOverTime.key5.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ColorOverTime.key5.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ColorOverTime.key5.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ColorOverTime.key6.a - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ColorOverTime.key6.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ColorOverTime.key6.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ColorOverTime.key6.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ColorOverTime.key7.a - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ColorOverTime.key7.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ColorOverTime.key7.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ColorOverTime.key7.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ColorOverTime.m_Mode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DensityInstantChange - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].EndDistanceRemapZero - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].StartDistanceRemapOne - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].StartDistanceRemapZero - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].EndDistanceInstantChange - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DensityCurve.MMTweenCurve - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].StartDistanceInstantChange - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ColorOverTime.m_NumAlphaKeys - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ColorOverTime.m_NumColorKeys - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].EndDistanceCurve.MMTweenCurve - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].StartDistanceCurve.MMTweenCurve - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DensityCurve.Curve.m_PreInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DensityCurve.Curve.m_PostInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DensityCurve.Curve.m_RotationOrder - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DensityCurve.MMTweenDefinitionType - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].EndDistanceCurve.Curve.m_PreInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DensityCurve.Curve.m_Curve.Array.size - value: 3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].EndDistanceCurve.Curve.m_PostInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].EndDistanceCurve.Curve.m_RotationOrder - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].EndDistanceCurve.MMTweenDefinitionType - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].StartDistanceCurve.Curve.m_PreInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].StartDistanceCurve.Curve.m_PostInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].StartDistanceCurve.Curve.m_RotationOrder - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].StartDistanceCurve.MMTweenDefinitionType - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].EndDistanceCurve.Curve.m_Curve.Array.size - value: 3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].StartDistanceCurve.Curve.m_Curve.Array.size - value: 3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DensityCurve.Curve.m_Curve.Array.data[0].time - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DensityCurve.Curve.m_Curve.Array.data[1].time - value: 0.3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DensityCurve.Curve.m_Curve.Array.data[2].time - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DensityCurve.Curve.m_Curve.Array.data[0].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DensityCurve.Curve.m_Curve.Array.data[1].value - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DensityCurve.Curve.m_Curve.Array.data[2].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DensityCurve.Curve.m_Curve.Array.data[0].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DensityCurve.Curve.m_Curve.Array.data[1].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DensityCurve.Curve.m_Curve.Array.data[2].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DensityCurve.Curve.m_Curve.Array.data[0].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DensityCurve.Curve.m_Curve.Array.data[0].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DensityCurve.Curve.m_Curve.Array.data[1].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DensityCurve.Curve.m_Curve.Array.data[1].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DensityCurve.Curve.m_Curve.Array.data[2].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DensityCurve.Curve.m_Curve.Array.data[2].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].EndDistanceCurve.Curve.m_Curve.Array.data[0].time - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].EndDistanceCurve.Curve.m_Curve.Array.data[1].time - value: 0.3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].EndDistanceCurve.Curve.m_Curve.Array.data[2].time - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DensityCurve.Curve.m_Curve.Array.data[0].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DensityCurve.Curve.m_Curve.Array.data[1].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DensityCurve.Curve.m_Curve.Array.data[2].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].EndDistanceCurve.Curve.m_Curve.Array.data[0].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].EndDistanceCurve.Curve.m_Curve.Array.data[1].value - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].EndDistanceCurve.Curve.m_Curve.Array.data[2].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].StartDistanceCurve.Curve.m_Curve.Array.data[0].time - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].StartDistanceCurve.Curve.m_Curve.Array.data[1].time - value: 0.3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].StartDistanceCurve.Curve.m_Curve.Array.data[2].time - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DensityCurve.Curve.m_Curve.Array.data[0].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DensityCurve.Curve.m_Curve.Array.data[1].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DensityCurve.Curve.m_Curve.Array.data[2].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].EndDistanceCurve.Curve.m_Curve.Array.data[0].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].EndDistanceCurve.Curve.m_Curve.Array.data[1].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].EndDistanceCurve.Curve.m_Curve.Array.data[2].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].StartDistanceCurve.Curve.m_Curve.Array.data[0].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].StartDistanceCurve.Curve.m_Curve.Array.data[1].value - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].StartDistanceCurve.Curve.m_Curve.Array.data[2].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DensityCurve.Curve.m_Curve.Array.data[0].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DensityCurve.Curve.m_Curve.Array.data[1].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DensityCurve.Curve.m_Curve.Array.data[2].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].EndDistanceCurve.Curve.m_Curve.Array.data[0].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].EndDistanceCurve.Curve.m_Curve.Array.data[0].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].EndDistanceCurve.Curve.m_Curve.Array.data[1].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].EndDistanceCurve.Curve.m_Curve.Array.data[1].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].EndDistanceCurve.Curve.m_Curve.Array.data[2].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].EndDistanceCurve.Curve.m_Curve.Array.data[2].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].EndDistanceCurve.Curve.m_Curve.Array.data[0].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].EndDistanceCurve.Curve.m_Curve.Array.data[1].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].EndDistanceCurve.Curve.m_Curve.Array.data[2].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].StartDistanceCurve.Curve.m_Curve.Array.data[0].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].StartDistanceCurve.Curve.m_Curve.Array.data[1].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].StartDistanceCurve.Curve.m_Curve.Array.data[2].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].StartDistanceCurve.Curve.m_Curve.Array.data[0].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].StartDistanceCurve.Curve.m_Curve.Array.data[0].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].StartDistanceCurve.Curve.m_Curve.Array.data[1].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].StartDistanceCurve.Curve.m_Curve.Array.data[1].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].StartDistanceCurve.Curve.m_Curve.Array.data[2].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].StartDistanceCurve.Curve.m_Curve.Array.data[2].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].EndDistanceCurve.Curve.m_Curve.Array.data[0].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].EndDistanceCurve.Curve.m_Curve.Array.data[1].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].EndDistanceCurve.Curve.m_Curve.Array.data[2].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].StartDistanceCurve.Curve.m_Curve.Array.data[0].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].StartDistanceCurve.Curve.m_Curve.Array.data[1].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].StartDistanceCurve.Curve.m_Curve.Array.data[2].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].EndDistanceCurve.Curve.m_Curve.Array.data[0].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].EndDistanceCurve.Curve.m_Curve.Array.data[1].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].EndDistanceCurve.Curve.m_Curve.Array.data[2].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].StartDistanceCurve.Curve.m_Curve.Array.data[0].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].StartDistanceCurve.Curve.m_Curve.Array.data[1].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].StartDistanceCurve.Curve.m_Curve.Array.data[2].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].StartDistanceCurve.Curve.m_Curve.Array.data[0].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].StartDistanceCurve.Curve.m_Curve.Array.data[1].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].StartDistanceCurve.Curve.m_Curve.Array.data[2].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 9167406172343059487, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_IsActive - value: 0 - objectReference: {fileID: 0} - m_RemovedComponents: - - {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, type: 3} - m_RemovedGameObjects: [] - m_AddedGameObjects: [] - m_AddedComponents: [] - m_SourcePrefab: {fileID: 100100000, guid: a16c33a1240b8ce4f930161a7c85fae6, type: 3} ---- !u!1001 &527797088 -PrefabInstance: - m_ObjectHideFlags: 0 - serializedVersion: 2 - m_Modification: - serializedVersion: 3 - m_TransformParent: {fileID: 1557570896} - m_Modifications: - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: Feedbacks.Array.size - value: 6 - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[0]' - value: - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[1]' - value: - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[2]' - value: - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[3]' - value: - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[4]' - value: - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[5]' - value: - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Pivot.x - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Pivot.y - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_RootOrder - value: 69 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMax.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMax.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMin.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMin.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_SizeDelta.x - value: 256.1 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_SizeDelta.y - value: 30 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalPosition.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.w - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.x - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.y - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.z - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchoredPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchoredPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalEulerAnglesHint.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalEulerAnglesHint.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalEulerAnglesHint.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604939, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_OnClick.m_PersistentCalls.m_Calls.Array.data[0].m_Target - value: - objectReference: {fileID: 893760012} - - target: {fileID: 2903879014986604939, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_OnClick.m_PersistentCalls.m_Calls.Array.data[0].m_MethodName - value: PlayFeedbacks - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604939, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_OnClick.m_PersistentCalls.m_Calls.Array.data[0].m_Arguments.m_ObjectArgumentAssemblyTypeName - value: UnityEngine.Object, UnityEngine - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604941, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Name - value: Button - PositionShake - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Text - value: Position Shake - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Color.b - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Color.g - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Color.r - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.size - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[0]' - value: MoreMountains.Feedbacks MoreMountains.Feedbacks.MMF_AudioSource - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[1]' - value: MoreMountains.Feedbacks MoreMountains.Feedbacks.MMF_PositionShake - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[2]' - value: MoreMountains.Feedbacks MoreMountains.Feedbacks.MMF_AudioSource - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[3]' - value: MoreMountains.Feedbacks MoreMountains.Feedbacks.MMF_AudioSource - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[4]' - value: MoreMountains.Feedbacks MoreMountains.Feedbacks.MMF_AudioSource - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[5]' - value: MoreMountains.Feedbacks MoreMountains.Feedbacks.MMF_AudioSource - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Mode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Mode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Mode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Mode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Mode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Mode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Label - value: AudioSource - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Space - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Label - value: Position Shake - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Space - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Label - value: AudioSource - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Space - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Label - value: AudioSource - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Space - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Label - value: AudioSource - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Space - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Label - value: AudioSource - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateX - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateY - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateZ - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].MaxPitch - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].MinPitch - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].UniqueID - value: -946297210 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateX - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateY - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateZ - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Duration - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].MaxPitch - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].MinPitch - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].UniqueID - value: 600787424 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimateX - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimateY - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimateZ - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].MaxPitch - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].MinPitch - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].UniqueID - value: -946297210 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimateX - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimateY - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimateZ - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].MaxPitch - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].MinPitch - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].UniqueID - value: -946297210 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimateX - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimateY - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimateZ - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].MaxPitch - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].MinPitch - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].UniqueID - value: -946297210 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].MaxPitch - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].MinPitch - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].UniqueID - value: -946297210 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].MaxVolume - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].MinVolume - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].MaxVolume - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].MinVolume - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].MaxVolume - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].MinVolume - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].MaxVolume - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].MinVolume - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].MaxVolume - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].MinVolume - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].MaxVolume - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].MinVolume - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ShakeRange - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ShakeSpeed - value: 20 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].RemapCurveOne - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].RemapCurveOne - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].RemapCurveOne - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].RemapCurveOne - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].RemapCurveOne - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].RemapCurveZero - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].RemapCurveZero - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].UseAttenuation - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].RemapCurveZero - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].RemapCurveZero - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].RemapCurveZero - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].RelativePosition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].RandomnessSeed.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].RandomnessSeed.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].RandomnessSeed.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].RelativePosition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].RelativePosition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].RelativePosition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].RelativePosition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].InitialPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].InitialPosition.y - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].InitialPosition.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].TargetAudioSource - value: - objectReference: {fileID: 478010195} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].InitialPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].InitialPosition.y - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].InitialPosition.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].TargetAudioSource - value: - objectReference: {fileID: 478010195} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].InitialPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].InitialPosition.y - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].InitialPosition.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].TargetAudioSource - value: - objectReference: {fileID: 478010195} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].InitialPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].InitialPosition.y - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].InitialPosition.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].TargetAudioSource - value: - objectReference: {fileID: 478010195} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].InitialPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].InitialPosition.y - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].InitialPosition.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].TargetAudioSource - value: - objectReference: {fileID: 478010195} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].TargetAudioSource - value: - objectReference: {fileID: 478010195} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AllowAdditivePlays - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].SfxAudioMixerGroup - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AllowAdditivePlays - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].RandomizeDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].SfxAudioMixerGroup - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AllowAdditivePlays - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].SfxAudioMixerGroup - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AllowAdditivePlays - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].SfxAudioMixerGroup - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AllowAdditivePlays - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].SfxAudioMixerGroup - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].SfxAudioMixerGroup - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AddDirectionalNoise - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ShakeAltDirection.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ShakeAltDirection.y - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ShakeAltDirection.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].RandomSfx.Array.size - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].RandomSfx.Array.size - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].RandomizeSeedOnShake - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ShakeMainDirection.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ShakeMainDirection.y - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ShakeMainDirection.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].RandomSfx.Array.size - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].RandomSfx.Array.size - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].RandomSfx.Array.size - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].RandomSfx.Array.size - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionTarget - value: - objectReference: {fileID: 1579498607} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DestinationPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DestinationPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DestinationPosition.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionTarget - value: - objectReference: {fileID: 1579498607} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DestinationPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DestinationPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DestinationPosition.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionTarget - value: - objectReference: {fileID: 1579498607} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].DestinationPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].DestinationPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].DestinationPosition.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionTarget - value: - objectReference: {fileID: 1579498607} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].DestinationPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].DestinationPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].DestinationPosition.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionTarget - value: - objectReference: {fileID: 1579498607} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].DestinationPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].DestinationPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].DestinationPosition.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionDuration - value: 0.1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionDuration - value: 0.1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionDuration - value: 0.1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionDuration - value: 0.1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionDuration - value: 0.1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DeterminePositionsOnPlay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].InitialPositionTransform - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DeterminePositionsOnPlay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].InitialPositionTransform - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].RandomizeDirectionOnPlay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].DeterminePositionsOnPlay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].InitialPositionTransform - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].DeterminePositionsOnPlay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].InitialPositionTransform - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].DeterminePositionsOnPlay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].InitialPositionTransform - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ResetShakerValuesAfterShake - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ResetTargetValuesAfterShake - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DestinationPositionTransform - value: - objectReference: {fileID: 885677165} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DestinationPositionTransform - value: - objectReference: {fileID: 885677165} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].DestinationPositionTransform - value: - objectReference: {fileID: 885677165} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].DestinationPositionTransform - value: - objectReference: {fileID: 885677165} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].DestinationPositionTransform - value: - objectReference: {fileID: 885677165} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DirectionalNoiseStrengthMax.x - value: 0.25 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DirectionalNoiseStrengthMax.y - value: 0.25 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DirectionalNoiseStrengthMax.z - value: 0.25 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DirectionalNoiseStrengthMin.x - value: 0.25 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DirectionalNoiseStrengthMin.y - value: 0.25 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DirectionalNoiseStrengthMin.z - value: 0.25 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AttenuationCurve.m_PreInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AttenuationCurve.m_PostInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AttenuationCurve.m_RotationOrder - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurve.m_PreInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurve.m_PreInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurve.m_PreInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurve.m_PreInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurve.m_PreInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurve.m_PostInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveX.m_PreInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveY.m_PreInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveZ.m_PreInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurve.m_PostInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveX.m_PreInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveY.m_PreInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveZ.m_PreInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AttenuationCurve.m_Curve.Array.size - value: 3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurve.m_PostInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveX.m_PreInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveY.m_PreInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveZ.m_PreInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurve.m_PostInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveX.m_PreInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveY.m_PreInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveZ.m_PreInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurve.m_PostInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveX.m_PreInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveY.m_PreInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveZ.m_PreInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurve.m_RotationOrder - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveX.m_PostInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveY.m_PostInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveZ.m_PostInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurve.m_RotationOrder - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveX.m_PostInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveY.m_PostInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveZ.m_PostInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurve.m_RotationOrder - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveX.m_PostInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveY.m_PostInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveZ.m_PostInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurve.m_RotationOrder - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveX.m_PostInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveY.m_PostInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveZ.m_PostInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurve.m_RotationOrder - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveX.m_PostInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveY.m_PostInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveZ.m_PostInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveX.m_RotationOrder - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveY.m_RotationOrder - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveZ.m_RotationOrder - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveX.m_RotationOrder - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveY.m_RotationOrder - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveZ.m_RotationOrder - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveX.m_RotationOrder - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveY.m_RotationOrder - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveZ.m_RotationOrder - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveX.m_RotationOrder - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveY.m_RotationOrder - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveZ.m_RotationOrder - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveX.m_RotationOrder - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveY.m_RotationOrder - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveZ.m_RotationOrder - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurve.m_Curve.Array.size - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurve.m_Curve.Array.size - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurve.m_Curve.Array.size - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurve.m_Curve.Array.size - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurve.m_Curve.Array.size - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveX.m_Curve.Array.size - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveY.m_Curve.Array.size - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveZ.m_Curve.Array.size - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveX.m_Curve.Array.size - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveY.m_Curve.Array.size - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveZ.m_Curve.Array.size - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveX.m_Curve.Array.size - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveY.m_Curve.Array.size - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveZ.m_Curve.Array.size - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveX.m_Curve.Array.size - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveY.m_Curve.Array.size - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveZ.m_Curve.Array.size - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveX.m_Curve.Array.size - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveY.m_Curve.Array.size - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveZ.m_Curve.Array.size - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AttenuationCurve.m_Curve.Array.data[0].time - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AttenuationCurve.m_Curve.Array.data[1].time - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AttenuationCurve.m_Curve.Array.data[2].time - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AttenuationCurve.m_Curve.Array.data[0].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AttenuationCurve.m_Curve.Array.data[1].value - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AttenuationCurve.m_Curve.Array.data[2].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AttenuationCurve.m_Curve.Array.data[0].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AttenuationCurve.m_Curve.Array.data[1].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AttenuationCurve.m_Curve.Array.data[2].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurve.m_Curve.Array.data[0].time - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurve.m_Curve.Array.data[1].time - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurve.m_Curve.Array.data[2].time - value: 0.86557615 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurve.m_Curve.Array.data[3].time - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurve.m_Curve.Array.data[4].time - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurve.m_Curve.Array.data[0].time - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurve.m_Curve.Array.data[1].time - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurve.m_Curve.Array.data[2].time - value: 0.86557615 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurve.m_Curve.Array.data[3].time - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurve.m_Curve.Array.data[4].time - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AttenuationCurve.m_Curve.Array.data[0].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AttenuationCurve.m_Curve.Array.data[0].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AttenuationCurve.m_Curve.Array.data[1].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AttenuationCurve.m_Curve.Array.data[1].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AttenuationCurve.m_Curve.Array.data[2].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AttenuationCurve.m_Curve.Array.data[2].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurve.m_Curve.Array.data[0].time - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurve.m_Curve.Array.data[1].time - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurve.m_Curve.Array.data[2].time - value: 0.86557615 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurve.m_Curve.Array.data[3].time - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurve.m_Curve.Array.data[4].time - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurve.m_Curve.Array.data[0].time - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurve.m_Curve.Array.data[1].time - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurve.m_Curve.Array.data[2].time - value: 0.86557615 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurve.m_Curve.Array.data[3].time - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurve.m_Curve.Array.data[0].time - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurve.m_Curve.Array.data[1].time - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurve.m_Curve.Array.data[0].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurve.m_Curve.Array.data[1].value - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurve.m_Curve.Array.data[2].value - value: 1.6325867 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurve.m_Curve.Array.data[3].value - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurve.m_Curve.Array.data[4].value - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveX.m_Curve.Array.data[0].time - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveX.m_Curve.Array.data[1].time - value: 0.3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveX.m_Curve.Array.data[2].time - value: 0.6 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveX.m_Curve.Array.data[3].time - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveY.m_Curve.Array.data[0].time - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveY.m_Curve.Array.data[1].time - value: 0.3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveY.m_Curve.Array.data[2].time - value: 0.6 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveY.m_Curve.Array.data[3].time - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveZ.m_Curve.Array.data[0].time - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveZ.m_Curve.Array.data[1].time - value: 0.3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveZ.m_Curve.Array.data[2].time - value: 0.6 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveZ.m_Curve.Array.data[3].time - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurve.m_Curve.Array.data[0].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurve.m_Curve.Array.data[1].value - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurve.m_Curve.Array.data[2].value - value: 1.6325867 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurve.m_Curve.Array.data[3].value - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurve.m_Curve.Array.data[4].value - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveX.m_Curve.Array.data[0].time - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveX.m_Curve.Array.data[1].time - value: 0.3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveX.m_Curve.Array.data[2].time - value: 0.6 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveX.m_Curve.Array.data[3].time - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveY.m_Curve.Array.data[0].time - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveY.m_Curve.Array.data[1].time - value: 0.3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveY.m_Curve.Array.data[2].time - value: 0.6 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveY.m_Curve.Array.data[3].time - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveZ.m_Curve.Array.data[0].time - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveZ.m_Curve.Array.data[1].time - value: 0.3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveZ.m_Curve.Array.data[2].time - value: 0.6 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveZ.m_Curve.Array.data[3].time - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AttenuationCurve.m_Curve.Array.data[0].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AttenuationCurve.m_Curve.Array.data[1].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AttenuationCurve.m_Curve.Array.data[2].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurve.m_Curve.Array.data[0].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurve.m_Curve.Array.data[1].value - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurve.m_Curve.Array.data[2].value - value: 1.6325867 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurve.m_Curve.Array.data[3].value - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurve.m_Curve.Array.data[4].value - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveX.m_Curve.Array.data[0].time - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveX.m_Curve.Array.data[1].time - value: 0.3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveX.m_Curve.Array.data[2].time - value: 0.6 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveX.m_Curve.Array.data[3].time - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveY.m_Curve.Array.data[0].time - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveY.m_Curve.Array.data[1].time - value: 0.3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveY.m_Curve.Array.data[2].time - value: 0.6 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveY.m_Curve.Array.data[3].time - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveZ.m_Curve.Array.data[0].time - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveZ.m_Curve.Array.data[1].time - value: 0.3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveZ.m_Curve.Array.data[2].time - value: 0.6 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveZ.m_Curve.Array.data[3].time - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurve.m_Curve.Array.data[0].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurve.m_Curve.Array.data[1].value - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurve.m_Curve.Array.data[2].value - value: 1.6325867 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurve.m_Curve.Array.data[3].value - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveX.m_Curve.Array.data[0].time - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveX.m_Curve.Array.data[1].time - value: 0.3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveX.m_Curve.Array.data[2].time - value: 0.6 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveX.m_Curve.Array.data[3].time - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveY.m_Curve.Array.data[0].time - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveY.m_Curve.Array.data[1].time - value: 0.3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveY.m_Curve.Array.data[2].time - value: 0.6 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveY.m_Curve.Array.data[3].time - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveZ.m_Curve.Array.data[0].time - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveZ.m_Curve.Array.data[1].time - value: 0.3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveZ.m_Curve.Array.data[2].time - value: 0.6 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveZ.m_Curve.Array.data[3].time - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurve.m_Curve.Array.data[0].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurve.m_Curve.Array.data[1].value - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveX.m_Curve.Array.data[0].time - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveX.m_Curve.Array.data[1].time - value: 0.3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveX.m_Curve.Array.data[2].time - value: 0.6 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveX.m_Curve.Array.data[3].time - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveY.m_Curve.Array.data[0].time - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveY.m_Curve.Array.data[1].time - value: 0.3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveY.m_Curve.Array.data[2].time - value: 0.6 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveY.m_Curve.Array.data[3].time - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveZ.m_Curve.Array.data[0].time - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveZ.m_Curve.Array.data[1].time - value: 0.3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveZ.m_Curve.Array.data[2].time - value: 0.6 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveZ.m_Curve.Array.data[3].time - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveX.m_Curve.Array.data[0].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveX.m_Curve.Array.data[1].value - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveX.m_Curve.Array.data[2].value - value: -1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveX.m_Curve.Array.data[3].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveY.m_Curve.Array.data[0].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveY.m_Curve.Array.data[1].value - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveY.m_Curve.Array.data[2].value - value: -1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveY.m_Curve.Array.data[3].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveZ.m_Curve.Array.data[0].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveZ.m_Curve.Array.data[1].value - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveZ.m_Curve.Array.data[2].value - value: -1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveZ.m_Curve.Array.data[3].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveX.m_Curve.Array.data[0].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveX.m_Curve.Array.data[1].value - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveX.m_Curve.Array.data[2].value - value: -1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveX.m_Curve.Array.data[3].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveY.m_Curve.Array.data[0].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveY.m_Curve.Array.data[1].value - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveY.m_Curve.Array.data[2].value - value: -1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveY.m_Curve.Array.data[3].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveZ.m_Curve.Array.data[0].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveZ.m_Curve.Array.data[1].value - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveZ.m_Curve.Array.data[2].value - value: -1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveZ.m_Curve.Array.data[3].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveX.m_Curve.Array.data[0].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveX.m_Curve.Array.data[1].value - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveX.m_Curve.Array.data[2].value - value: -1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveX.m_Curve.Array.data[3].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveY.m_Curve.Array.data[0].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveY.m_Curve.Array.data[1].value - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveY.m_Curve.Array.data[2].value - value: -1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveY.m_Curve.Array.data[3].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveZ.m_Curve.Array.data[0].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveZ.m_Curve.Array.data[1].value - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveZ.m_Curve.Array.data[2].value - value: -1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveZ.m_Curve.Array.data[3].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveX.m_Curve.Array.data[0].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveX.m_Curve.Array.data[1].value - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveX.m_Curve.Array.data[2].value - value: -1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveX.m_Curve.Array.data[3].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveY.m_Curve.Array.data[0].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveY.m_Curve.Array.data[1].value - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveY.m_Curve.Array.data[2].value - value: -1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveY.m_Curve.Array.data[3].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveZ.m_Curve.Array.data[0].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveZ.m_Curve.Array.data[1].value - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveZ.m_Curve.Array.data[2].value - value: -1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveZ.m_Curve.Array.data[3].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveX.m_Curve.Array.data[0].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveX.m_Curve.Array.data[1].value - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveX.m_Curve.Array.data[2].value - value: -1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveX.m_Curve.Array.data[3].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveY.m_Curve.Array.data[0].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveY.m_Curve.Array.data[1].value - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveY.m_Curve.Array.data[2].value - value: -1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveY.m_Curve.Array.data[3].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveZ.m_Curve.Array.data[0].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveZ.m_Curve.Array.data[1].value - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveZ.m_Curve.Array.data[2].value - value: -1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveZ.m_Curve.Array.data[3].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurve.m_Curve.Array.data[0].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurve.m_Curve.Array.data[1].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurve.m_Curve.Array.data[2].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurve.m_Curve.Array.data[3].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurve.m_Curve.Array.data[4].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurve.m_Curve.Array.data[0].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurve.m_Curve.Array.data[1].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurve.m_Curve.Array.data[2].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurve.m_Curve.Array.data[3].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurve.m_Curve.Array.data[4].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AttenuationCurve.m_Curve.Array.data[0].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AttenuationCurve.m_Curve.Array.data[1].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AttenuationCurve.m_Curve.Array.data[2].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurve.m_Curve.Array.data[0].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurve.m_Curve.Array.data[1].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurve.m_Curve.Array.data[2].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurve.m_Curve.Array.data[3].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurve.m_Curve.Array.data[4].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurve.m_Curve.Array.data[0].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurve.m_Curve.Array.data[1].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurve.m_Curve.Array.data[2].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurve.m_Curve.Array.data[3].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurve.m_Curve.Array.data[0].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurve.m_Curve.Array.data[1].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurve.m_Curve.Array.data[0].inWeight - value: 0.33333334 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurve.m_Curve.Array.data[0].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurve.m_Curve.Array.data[1].inWeight - value: 0.33333334 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurve.m_Curve.Array.data[1].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurve.m_Curve.Array.data[2].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurve.m_Curve.Array.data[2].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurve.m_Curve.Array.data[3].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurve.m_Curve.Array.data[3].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurve.m_Curve.Array.data[4].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurve.m_Curve.Array.data[4].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveX.m_Curve.Array.data[0].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveX.m_Curve.Array.data[1].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveX.m_Curve.Array.data[2].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveX.m_Curve.Array.data[3].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveY.m_Curve.Array.data[0].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveY.m_Curve.Array.data[1].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveY.m_Curve.Array.data[2].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveY.m_Curve.Array.data[3].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveZ.m_Curve.Array.data[0].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveZ.m_Curve.Array.data[1].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveZ.m_Curve.Array.data[2].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveZ.m_Curve.Array.data[3].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurve.m_Curve.Array.data[0].inWeight - value: 0.33333334 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurve.m_Curve.Array.data[0].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurve.m_Curve.Array.data[1].inWeight - value: 0.33333334 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurve.m_Curve.Array.data[1].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurve.m_Curve.Array.data[2].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurve.m_Curve.Array.data[2].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurve.m_Curve.Array.data[3].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurve.m_Curve.Array.data[3].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurve.m_Curve.Array.data[4].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurve.m_Curve.Array.data[4].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveX.m_Curve.Array.data[0].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveX.m_Curve.Array.data[1].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveX.m_Curve.Array.data[2].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveX.m_Curve.Array.data[3].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveY.m_Curve.Array.data[0].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveY.m_Curve.Array.data[1].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveY.m_Curve.Array.data[2].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveY.m_Curve.Array.data[3].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveZ.m_Curve.Array.data[0].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveZ.m_Curve.Array.data[1].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveZ.m_Curve.Array.data[2].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveZ.m_Curve.Array.data[3].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AttenuationCurve.m_Curve.Array.data[0].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AttenuationCurve.m_Curve.Array.data[1].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AttenuationCurve.m_Curve.Array.data[2].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurve.m_Curve.Array.data[0].inWeight - value: 0.33333334 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurve.m_Curve.Array.data[0].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurve.m_Curve.Array.data[1].inWeight - value: 0.33333334 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurve.m_Curve.Array.data[1].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurve.m_Curve.Array.data[2].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurve.m_Curve.Array.data[2].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurve.m_Curve.Array.data[3].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurve.m_Curve.Array.data[3].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurve.m_Curve.Array.data[4].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurve.m_Curve.Array.data[4].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveX.m_Curve.Array.data[0].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveX.m_Curve.Array.data[1].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveX.m_Curve.Array.data[2].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveX.m_Curve.Array.data[3].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveY.m_Curve.Array.data[0].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveY.m_Curve.Array.data[1].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveY.m_Curve.Array.data[2].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveY.m_Curve.Array.data[3].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveZ.m_Curve.Array.data[0].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveZ.m_Curve.Array.data[1].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveZ.m_Curve.Array.data[2].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveZ.m_Curve.Array.data[3].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurve.m_Curve.Array.data[0].inWeight - value: 0.33333334 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurve.m_Curve.Array.data[0].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurve.m_Curve.Array.data[1].inWeight - value: 0.33333334 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurve.m_Curve.Array.data[1].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurve.m_Curve.Array.data[2].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurve.m_Curve.Array.data[2].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurve.m_Curve.Array.data[3].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurve.m_Curve.Array.data[3].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveX.m_Curve.Array.data[0].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveX.m_Curve.Array.data[1].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveX.m_Curve.Array.data[2].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveX.m_Curve.Array.data[3].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveY.m_Curve.Array.data[0].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveY.m_Curve.Array.data[1].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveY.m_Curve.Array.data[2].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveY.m_Curve.Array.data[3].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveZ.m_Curve.Array.data[0].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveZ.m_Curve.Array.data[1].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveZ.m_Curve.Array.data[2].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveZ.m_Curve.Array.data[3].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurve.m_Curve.Array.data[0].inWeight - value: 0.33333334 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurve.m_Curve.Array.data[0].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurve.m_Curve.Array.data[1].inWeight - value: 0.33333334 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurve.m_Curve.Array.data[1].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveX.m_Curve.Array.data[0].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveX.m_Curve.Array.data[1].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveX.m_Curve.Array.data[2].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveX.m_Curve.Array.data[3].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveY.m_Curve.Array.data[0].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveY.m_Curve.Array.data[1].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveY.m_Curve.Array.data[2].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveY.m_Curve.Array.data[3].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveZ.m_Curve.Array.data[0].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveZ.m_Curve.Array.data[1].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveZ.m_Curve.Array.data[2].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveZ.m_Curve.Array.data[3].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurve.m_Curve.Array.data[0].outWeight - value: 0.33333334 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurve.m_Curve.Array.data[1].outWeight - value: 0.33333334 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurve.m_Curve.Array.data[2].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurve.m_Curve.Array.data[3].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurve.m_Curve.Array.data[4].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveX.m_Curve.Array.data[0].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveX.m_Curve.Array.data[0].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveX.m_Curve.Array.data[1].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveX.m_Curve.Array.data[1].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveX.m_Curve.Array.data[2].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveX.m_Curve.Array.data[2].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveX.m_Curve.Array.data[3].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveX.m_Curve.Array.data[3].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveY.m_Curve.Array.data[0].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveY.m_Curve.Array.data[0].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveY.m_Curve.Array.data[1].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveY.m_Curve.Array.data[1].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveY.m_Curve.Array.data[2].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveY.m_Curve.Array.data[2].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveY.m_Curve.Array.data[3].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveY.m_Curve.Array.data[3].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveZ.m_Curve.Array.data[0].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveZ.m_Curve.Array.data[0].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveZ.m_Curve.Array.data[1].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveZ.m_Curve.Array.data[1].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveZ.m_Curve.Array.data[2].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveZ.m_Curve.Array.data[2].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveZ.m_Curve.Array.data[3].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveZ.m_Curve.Array.data[3].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurve.m_Curve.Array.data[0].outWeight - value: 0.33333334 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurve.m_Curve.Array.data[1].outWeight - value: 0.33333334 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurve.m_Curve.Array.data[2].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurve.m_Curve.Array.data[3].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurve.m_Curve.Array.data[4].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveX.m_Curve.Array.data[0].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveX.m_Curve.Array.data[0].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveX.m_Curve.Array.data[1].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveX.m_Curve.Array.data[1].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveX.m_Curve.Array.data[2].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveX.m_Curve.Array.data[2].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveX.m_Curve.Array.data[3].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveX.m_Curve.Array.data[3].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveY.m_Curve.Array.data[0].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveY.m_Curve.Array.data[0].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveY.m_Curve.Array.data[1].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveY.m_Curve.Array.data[1].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveY.m_Curve.Array.data[2].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveY.m_Curve.Array.data[2].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveY.m_Curve.Array.data[3].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveY.m_Curve.Array.data[3].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveZ.m_Curve.Array.data[0].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveZ.m_Curve.Array.data[0].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveZ.m_Curve.Array.data[1].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveZ.m_Curve.Array.data[1].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveZ.m_Curve.Array.data[2].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveZ.m_Curve.Array.data[2].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveZ.m_Curve.Array.data[3].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveZ.m_Curve.Array.data[3].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurve.m_Curve.Array.data[0].outWeight - value: 0.33333334 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurve.m_Curve.Array.data[1].outWeight - value: 0.33333334 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurve.m_Curve.Array.data[2].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurve.m_Curve.Array.data[3].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurve.m_Curve.Array.data[4].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveX.m_Curve.Array.data[0].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveX.m_Curve.Array.data[0].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveX.m_Curve.Array.data[1].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveX.m_Curve.Array.data[1].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveX.m_Curve.Array.data[2].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveX.m_Curve.Array.data[2].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveX.m_Curve.Array.data[3].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveX.m_Curve.Array.data[3].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveY.m_Curve.Array.data[0].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveY.m_Curve.Array.data[0].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveY.m_Curve.Array.data[1].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveY.m_Curve.Array.data[1].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveY.m_Curve.Array.data[2].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveY.m_Curve.Array.data[2].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveY.m_Curve.Array.data[3].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveY.m_Curve.Array.data[3].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveZ.m_Curve.Array.data[0].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveZ.m_Curve.Array.data[0].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveZ.m_Curve.Array.data[1].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveZ.m_Curve.Array.data[1].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveZ.m_Curve.Array.data[2].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveZ.m_Curve.Array.data[2].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveZ.m_Curve.Array.data[3].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveZ.m_Curve.Array.data[3].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurve.m_Curve.Array.data[0].outWeight - value: 0.33333334 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurve.m_Curve.Array.data[1].outWeight - value: 0.33333334 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurve.m_Curve.Array.data[2].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurve.m_Curve.Array.data[3].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveX.m_Curve.Array.data[0].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveX.m_Curve.Array.data[0].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveX.m_Curve.Array.data[1].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveX.m_Curve.Array.data[1].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveX.m_Curve.Array.data[2].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveX.m_Curve.Array.data[2].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveX.m_Curve.Array.data[3].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveX.m_Curve.Array.data[3].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveY.m_Curve.Array.data[0].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveY.m_Curve.Array.data[0].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveY.m_Curve.Array.data[1].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveY.m_Curve.Array.data[1].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveY.m_Curve.Array.data[2].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveY.m_Curve.Array.data[2].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveY.m_Curve.Array.data[3].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveY.m_Curve.Array.data[3].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveZ.m_Curve.Array.data[0].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveZ.m_Curve.Array.data[0].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveZ.m_Curve.Array.data[1].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveZ.m_Curve.Array.data[1].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveZ.m_Curve.Array.data[2].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveZ.m_Curve.Array.data[2].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveZ.m_Curve.Array.data[3].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveZ.m_Curve.Array.data[3].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurve.m_Curve.Array.data[0].outWeight - value: 0.33333334 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurve.m_Curve.Array.data[1].outWeight - value: 0.33333334 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveX.m_Curve.Array.data[0].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveX.m_Curve.Array.data[0].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveX.m_Curve.Array.data[1].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveX.m_Curve.Array.data[1].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveX.m_Curve.Array.data[2].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveX.m_Curve.Array.data[2].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveX.m_Curve.Array.data[3].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveX.m_Curve.Array.data[3].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveY.m_Curve.Array.data[0].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveY.m_Curve.Array.data[0].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveY.m_Curve.Array.data[1].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveY.m_Curve.Array.data[1].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveY.m_Curve.Array.data[2].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveY.m_Curve.Array.data[2].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveY.m_Curve.Array.data[3].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveY.m_Curve.Array.data[3].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveZ.m_Curve.Array.data[0].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveZ.m_Curve.Array.data[0].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveZ.m_Curve.Array.data[1].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveZ.m_Curve.Array.data[1].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveZ.m_Curve.Array.data[2].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveZ.m_Curve.Array.data[2].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveZ.m_Curve.Array.data[3].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveZ.m_Curve.Array.data[3].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveX.m_Curve.Array.data[0].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveX.m_Curve.Array.data[1].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveX.m_Curve.Array.data[2].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveX.m_Curve.Array.data[3].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveY.m_Curve.Array.data[0].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveY.m_Curve.Array.data[1].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveY.m_Curve.Array.data[2].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveY.m_Curve.Array.data[3].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveZ.m_Curve.Array.data[0].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveZ.m_Curve.Array.data[1].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveZ.m_Curve.Array.data[2].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveZ.m_Curve.Array.data[3].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveX.m_Curve.Array.data[0].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveX.m_Curve.Array.data[1].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveX.m_Curve.Array.data[2].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveX.m_Curve.Array.data[3].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveY.m_Curve.Array.data[0].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveY.m_Curve.Array.data[1].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveY.m_Curve.Array.data[2].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveY.m_Curve.Array.data[3].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveZ.m_Curve.Array.data[0].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveZ.m_Curve.Array.data[1].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveZ.m_Curve.Array.data[2].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveZ.m_Curve.Array.data[3].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveX.m_Curve.Array.data[0].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveX.m_Curve.Array.data[1].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveX.m_Curve.Array.data[2].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveX.m_Curve.Array.data[3].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveY.m_Curve.Array.data[0].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveY.m_Curve.Array.data[1].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveY.m_Curve.Array.data[2].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveY.m_Curve.Array.data[3].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveZ.m_Curve.Array.data[0].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveZ.m_Curve.Array.data[1].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveZ.m_Curve.Array.data[2].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveZ.m_Curve.Array.data[3].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveX.m_Curve.Array.data[0].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveX.m_Curve.Array.data[1].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveX.m_Curve.Array.data[2].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveX.m_Curve.Array.data[3].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveY.m_Curve.Array.data[0].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveY.m_Curve.Array.data[1].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveY.m_Curve.Array.data[2].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveY.m_Curve.Array.data[3].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveZ.m_Curve.Array.data[0].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveZ.m_Curve.Array.data[1].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveZ.m_Curve.Array.data[2].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveZ.m_Curve.Array.data[3].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveX.m_Curve.Array.data[0].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveX.m_Curve.Array.data[1].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveX.m_Curve.Array.data[2].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveX.m_Curve.Array.data[3].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveY.m_Curve.Array.data[0].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveY.m_Curve.Array.data[1].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveY.m_Curve.Array.data[2].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveY.m_Curve.Array.data[3].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveZ.m_Curve.Array.data[0].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveZ.m_Curve.Array.data[1].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveZ.m_Curve.Array.data[2].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveZ.m_Curve.Array.data[3].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurve.m_Curve.Array.data[0].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurve.m_Curve.Array.data[1].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurve.m_Curve.Array.data[2].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurve.m_Curve.Array.data[3].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurve.m_Curve.Array.data[4].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurve.m_Curve.Array.data[0].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurve.m_Curve.Array.data[1].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurve.m_Curve.Array.data[2].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurve.m_Curve.Array.data[3].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurve.m_Curve.Array.data[4].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurve.m_Curve.Array.data[0].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurve.m_Curve.Array.data[1].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurve.m_Curve.Array.data[2].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurve.m_Curve.Array.data[3].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurve.m_Curve.Array.data[4].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurve.m_Curve.Array.data[0].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurve.m_Curve.Array.data[1].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurve.m_Curve.Array.data[2].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurve.m_Curve.Array.data[3].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurve.m_Curve.Array.data[0].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurve.m_Curve.Array.data[1].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurve.m_Curve.Array.data[0].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurve.m_Curve.Array.data[1].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurve.m_Curve.Array.data[2].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurve.m_Curve.Array.data[3].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurve.m_Curve.Array.data[4].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveX.m_Curve.Array.data[0].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveX.m_Curve.Array.data[1].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveX.m_Curve.Array.data[2].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveX.m_Curve.Array.data[3].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveY.m_Curve.Array.data[0].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveY.m_Curve.Array.data[1].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveY.m_Curve.Array.data[2].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveY.m_Curve.Array.data[3].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveZ.m_Curve.Array.data[0].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveZ.m_Curve.Array.data[1].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveZ.m_Curve.Array.data[2].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveZ.m_Curve.Array.data[3].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurve.m_Curve.Array.data[0].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurve.m_Curve.Array.data[1].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurve.m_Curve.Array.data[2].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurve.m_Curve.Array.data[3].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurve.m_Curve.Array.data[4].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveX.m_Curve.Array.data[0].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveX.m_Curve.Array.data[1].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveX.m_Curve.Array.data[2].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveX.m_Curve.Array.data[3].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveY.m_Curve.Array.data[0].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveY.m_Curve.Array.data[1].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveY.m_Curve.Array.data[2].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveY.m_Curve.Array.data[3].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveZ.m_Curve.Array.data[0].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveZ.m_Curve.Array.data[1].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveZ.m_Curve.Array.data[2].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveZ.m_Curve.Array.data[3].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurve.m_Curve.Array.data[0].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurve.m_Curve.Array.data[1].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurve.m_Curve.Array.data[2].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurve.m_Curve.Array.data[3].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurve.m_Curve.Array.data[4].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveX.m_Curve.Array.data[0].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveX.m_Curve.Array.data[1].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveX.m_Curve.Array.data[2].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveX.m_Curve.Array.data[3].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveY.m_Curve.Array.data[0].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveY.m_Curve.Array.data[1].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveY.m_Curve.Array.data[2].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveY.m_Curve.Array.data[3].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveZ.m_Curve.Array.data[0].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveZ.m_Curve.Array.data[1].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveZ.m_Curve.Array.data[2].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveZ.m_Curve.Array.data[3].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurve.m_Curve.Array.data[0].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurve.m_Curve.Array.data[1].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurve.m_Curve.Array.data[2].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurve.m_Curve.Array.data[3].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveX.m_Curve.Array.data[0].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveX.m_Curve.Array.data[1].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveX.m_Curve.Array.data[2].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveX.m_Curve.Array.data[3].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveY.m_Curve.Array.data[0].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveY.m_Curve.Array.data[1].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveY.m_Curve.Array.data[2].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveY.m_Curve.Array.data[3].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveZ.m_Curve.Array.data[0].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveZ.m_Curve.Array.data[1].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveZ.m_Curve.Array.data[2].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveZ.m_Curve.Array.data[3].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurve.m_Curve.Array.data[0].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurve.m_Curve.Array.data[1].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveX.m_Curve.Array.data[0].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveX.m_Curve.Array.data[1].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveX.m_Curve.Array.data[2].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveX.m_Curve.Array.data[3].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveY.m_Curve.Array.data[0].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveY.m_Curve.Array.data[1].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveY.m_Curve.Array.data[2].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveY.m_Curve.Array.data[3].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveZ.m_Curve.Array.data[0].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveZ.m_Curve.Array.data[1].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveZ.m_Curve.Array.data[2].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveZ.m_Curve.Array.data[3].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveX.m_Curve.Array.data[0].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveX.m_Curve.Array.data[1].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveX.m_Curve.Array.data[2].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveX.m_Curve.Array.data[3].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveY.m_Curve.Array.data[0].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveY.m_Curve.Array.data[1].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveY.m_Curve.Array.data[2].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveY.m_Curve.Array.data[3].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveZ.m_Curve.Array.data[0].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveZ.m_Curve.Array.data[1].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveZ.m_Curve.Array.data[2].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveZ.m_Curve.Array.data[3].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveX.m_Curve.Array.data[0].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveX.m_Curve.Array.data[1].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveX.m_Curve.Array.data[2].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveX.m_Curve.Array.data[3].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveY.m_Curve.Array.data[0].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveY.m_Curve.Array.data[1].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveY.m_Curve.Array.data[2].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveY.m_Curve.Array.data[3].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveZ.m_Curve.Array.data[0].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveZ.m_Curve.Array.data[1].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveZ.m_Curve.Array.data[2].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveZ.m_Curve.Array.data[3].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveX.m_Curve.Array.data[0].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveX.m_Curve.Array.data[1].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveX.m_Curve.Array.data[2].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveX.m_Curve.Array.data[3].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveY.m_Curve.Array.data[0].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveY.m_Curve.Array.data[1].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveY.m_Curve.Array.data[2].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveY.m_Curve.Array.data[3].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveZ.m_Curve.Array.data[0].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveZ.m_Curve.Array.data[1].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveZ.m_Curve.Array.data[2].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveZ.m_Curve.Array.data[3].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveX.m_Curve.Array.data[0].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveX.m_Curve.Array.data[1].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveX.m_Curve.Array.data[2].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveX.m_Curve.Array.data[3].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveY.m_Curve.Array.data[0].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveY.m_Curve.Array.data[1].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveY.m_Curve.Array.data[2].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveY.m_Curve.Array.data[3].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveZ.m_Curve.Array.data[0].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveZ.m_Curve.Array.data[1].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveZ.m_Curve.Array.data[2].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveZ.m_Curve.Array.data[3].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveX.m_Curve.Array.data[0].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveX.m_Curve.Array.data[1].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveX.m_Curve.Array.data[2].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveX.m_Curve.Array.data[3].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveY.m_Curve.Array.data[0].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveY.m_Curve.Array.data[1].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveY.m_Curve.Array.data[2].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveY.m_Curve.Array.data[3].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveZ.m_Curve.Array.data[0].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveZ.m_Curve.Array.data[1].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveZ.m_Curve.Array.data[2].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveZ.m_Curve.Array.data[3].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 9167406172343059487, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_IsActive - value: 0 - objectReference: {fileID: 0} - m_RemovedComponents: - - {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, type: 3} - m_RemovedGameObjects: [] - m_AddedGameObjects: [] - m_AddedComponents: [] - m_SourcePrefab: {fileID: 100100000, guid: a16c33a1240b8ce4f930161a7c85fae6, type: 3} ---- !u!224 &527797089 stripped -RectTransform: - m_CorrespondingSourceObject: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - m_PrefabInstance: {fileID: 527797088} - m_PrefabAsset: {fileID: 0} ---- !u!1001 &541180634 -PrefabInstance: - m_ObjectHideFlags: 0 - serializedVersion: 2 - m_Modification: - serializedVersion: 3 - m_TransformParent: {fileID: 1557570896} - m_Modifications: - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: Feedbacks.Array.size - value: 5 - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[0]' - value: - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[1]' - value: - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[2]' - value: - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[3]' - value: - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[4]' - value: - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Pivot.x - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Pivot.y - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_RootOrder - value: 137 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMax.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMax.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMin.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMin.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_SizeDelta.x - value: 256.1 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_SizeDelta.y - value: 30 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalPosition.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.w - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.x - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.y - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.z - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchoredPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchoredPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalEulerAnglesHint.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalEulerAnglesHint.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalEulerAnglesHint.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604939, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_OnClick.m_PersistentCalls.m_Calls.Array.data[0].m_Target - value: - objectReference: {fileID: 1853938690} - - target: {fileID: 2903879014986604939, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_OnClick.m_PersistentCalls.m_Calls.Array.data[0].m_MethodName - value: PlayFeedbacks - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604939, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_OnClick.m_PersistentCalls.m_Calls.Array.data[0].m_Arguments.m_ObjectArgumentAssemblyTypeName - value: UnityEngine.Object, UnityEngine - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604941, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Name - value: Button - Stereo Pan - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Text - value: Stereo Pan - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Color.b - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Color.g - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Color.r - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 4258887795993319071, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: NotSupportedInWebGL - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.size - value: 5 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[0]' - value: MoreMountains.Feedbacks MoreMountains.Feedbacks.MMF_AudioSource - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[1]' - value: MoreMountains.Feedbacks MoreMountains.Feedbacks.MMF_Pause - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[2]' - value: MoreMountains.Feedbacks MoreMountains.Feedbacks.MMF_AudioSourceStereoPan - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[3]' - value: MoreMountains.Feedbacks MoreMountains.Feedbacks.MMF_HoldingPause - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[4]' - value: MoreMountains.Feedbacks MoreMountains.Feedbacks.MMF_AudioSource - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Mode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Mode - value: 3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Label - value: AudioSource - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Label - value: Pause - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Label - value: AudioSource Stereo Pan - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Label - value: Holding Pause - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Label - value: AudioSource - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].MaxPitch - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].MinPitch - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].UniqueID - value: 2097944045 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].UniqueID - value: 901343824 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Duration - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].UniqueID - value: 164029886 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].UniqueID - value: 672020040 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].MaxPitch - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].MinPitch - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].UniqueID - value: 1197535695 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].MaxVolume - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].MinVolume - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].MaxVolume - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].MinVolume - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AutoResume - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AutoResume - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ScriptDriven - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].ScriptDriven - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].PauseDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].PauseDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AutoResumeAfter - value: 0.25 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AutoResumeAfter - value: 0.25 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].MaxPauseDuration - value: 3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].MinPauseDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].MaxPauseDuration - value: 3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].MinPauseDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].TargetAudioSource - value: - objectReference: {fileID: 1467162775} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].RelativeStereoPan - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].RemapStereoPanOne - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].TargetAudioSource - value: - objectReference: {fileID: 1467162775} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].SfxAudioMixerGroup - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].RemapStereoPanZero - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].SfxAudioMixerGroup - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].RandomizeOnEachPlay - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].RandomizeOnEachPlay - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].RandomSfx.Array.size - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].RandomSfx.Array.size - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].RandomizePauseDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].RandomizePauseDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].ResetShakerValuesAfterShake - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].ResetTargetValuesAfterShake - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].ShakeStereoPan.m_PreInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].ShakeStereoPan.m_PostInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].ShakeStereoPan.m_RotationOrder - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].ShakeStereoPan.m_Curve.Array.size - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].ShakeStereoPan.m_Curve.Array.data[0].time - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].ShakeStereoPan.m_Curve.Array.data[1].time - value: 0.3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].ShakeStereoPan.m_Curve.Array.data[2].time - value: 0.6 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].ShakeStereoPan.m_Curve.Array.data[3].time - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].ShakeStereoPan.m_Curve.Array.data[0].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].ShakeStereoPan.m_Curve.Array.data[1].value - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].ShakeStereoPan.m_Curve.Array.data[2].value - value: -1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].ShakeStereoPan.m_Curve.Array.data[3].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].ShakeStereoPan.m_Curve.Array.data[0].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].ShakeStereoPan.m_Curve.Array.data[1].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].ShakeStereoPan.m_Curve.Array.data[2].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].ShakeStereoPan.m_Curve.Array.data[3].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].ShakeStereoPan.m_Curve.Array.data[0].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].ShakeStereoPan.m_Curve.Array.data[0].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].ShakeStereoPan.m_Curve.Array.data[1].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].ShakeStereoPan.m_Curve.Array.data[1].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].ShakeStereoPan.m_Curve.Array.data[2].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].ShakeStereoPan.m_Curve.Array.data[2].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].ShakeStereoPan.m_Curve.Array.data[3].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].ShakeStereoPan.m_Curve.Array.data[3].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].ShakeStereoPan.m_Curve.Array.data[0].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].ShakeStereoPan.m_Curve.Array.data[1].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].ShakeStereoPan.m_Curve.Array.data[2].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].ShakeStereoPan.m_Curve.Array.data[3].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].ShakeStereoPan.m_Curve.Array.data[0].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].ShakeStereoPan.m_Curve.Array.data[1].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].ShakeStereoPan.m_Curve.Array.data[2].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].ShakeStereoPan.m_Curve.Array.data[3].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].ShakeStereoPan.m_Curve.Array.data[0].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].ShakeStereoPan.m_Curve.Array.data[1].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].ShakeStereoPan.m_Curve.Array.data[2].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].ShakeStereoPan.m_Curve.Array.data[3].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 9167406172343059487, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_IsActive - value: 0 - objectReference: {fileID: 0} - m_RemovedComponents: - - {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, type: 3} - m_RemovedGameObjects: [] - m_AddedGameObjects: [] - m_AddedComponents: [] - m_SourcePrefab: {fileID: 100100000, guid: a16c33a1240b8ce4f930161a7c85fae6, type: 3} ---- !u!224 &550520377 stripped -RectTransform: - m_CorrespondingSourceObject: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - m_PrefabInstance: {fileID: 72799405} - m_PrefabAsset: {fileID: 0} ---- !u!224 &554667720 stripped -RectTransform: - m_CorrespondingSourceObject: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - m_PrefabInstance: {fileID: 1247001537} - m_PrefabAsset: {fileID: 0} ---- !u!1 &561017415 stripped -GameObject: - m_CorrespondingSourceObject: {fileID: -927199367670048503, guid: e7b8d3e8e58ffc24984b81ddbd5f9c29, - type: 3} - m_PrefabInstance: {fileID: 1428451479} - m_PrefabAsset: {fileID: 0} ---- !u!114 &561017418 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 561017415} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 83dcb4ea8c2204a43adf98a01a3bc0d1, type: 3} - m_Name: - m_EditorClassIdentifier: - Receiver: - TargetObject: {fileID: 561017415} - TargetComponent: {fileID: 1770397029} - TargetScriptableObject: {fileID: 0} - TargetPropertyName: position - ShouldModifyValue: 1 - RelativeValue: 1 - ModifyX: 0 - ModifyY: 1 - ModifyZ: 0 - ModifyW: 1 - Threshold: 0.5 - BoolRemapZero: 0 - BoolRemapOne: 1 - StringRemapZero: Zero - StringRemapOne: One - IntRemapZero: 0 - IntRemapOne: 1 - FloatRemapZero: 0 - FloatRemapOne: 1 - Vector2RemapZero: {x: 0, y: 0} - Vector2RemapOne: {x: 1, y: 1} - Vector3RemapZero: {x: 0, y: 0, z: 0} - Vector3RemapOne: {x: 1, y: 0.75, z: 1} - Vector4RemapZero: {x: 0, y: 0, z: 0, w: 0} - Vector4RemapOne: {x: 1, y: 1, z: 1, w: 1} - QuaternionRemapZero: {x: 0, y: 0, z: 0} - QuaternionRemapOne: {x: 180, y: 180, z: 180} - ColorRemapZero: {r: 1, g: 1, b: 1, a: 1} - ColorRemapOne: {r: 0, g: 0, b: 0, a: 1} - Level: 0 - CanListen: 1 - Channel: 0 - RandomizeLevel: 0 - MinRandomLevelMultiplier: 0 - MaxRandomLevelMultiplier: 1 ---- !u!224 &562496822 stripped -RectTransform: - m_CorrespondingSourceObject: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - m_PrefabInstance: {fileID: 13665195} - m_PrefabAsset: {fileID: 0} ---- !u!1 &562921499 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 562921500} - m_Layer: 0 - m_Name: Animation - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &562921500 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 562921499} - serializedVersion: 2 - m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: 0} - m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 - m_Children: - - {fileID: 867200050} - - {fileID: 35386169} - - {fileID: 195450219} - - {fileID: 2041884600} - - {fileID: 639944940} - m_Father: {fileID: 999639631} - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!1001 &563486796 -PrefabInstance: - m_ObjectHideFlags: 0 - serializedVersion: 2 - m_Modification: - serializedVersion: 3 - m_TransformParent: {fileID: 1557570896} - m_Modifications: - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: Feedbacks.Array.size - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[0]' - value: - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[1]' - value: - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[2]' - value: - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[3]' - value: - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Pivot.x - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Pivot.y - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_RootOrder - value: 29 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMax.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMax.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMin.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMin.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_SizeDelta.x - value: 256.1 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_SizeDelta.y - value: 30 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalPosition.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.w - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.x - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.y - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.z - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchoredPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchoredPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalEulerAnglesHint.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalEulerAnglesHint.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalEulerAnglesHint.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604939, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_OnClick.m_PersistentCalls.m_Calls.Array.data[0].m_Target - value: - objectReference: {fileID: 1476599839} - - target: {fileID: 2903879014986604939, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_OnClick.m_PersistentCalls.m_Calls.Array.data[0].m_MethodName - value: PlayFeedbacks - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604939, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_OnClick.m_PersistentCalls.m_Calls.Array.data[0].m_Arguments.m_ObjectArgumentAssemblyTypeName - value: UnityEngine.Object, UnityEngine - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604941, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Name - value: Button - Fader - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Text - value: Fader - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Color.b - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Color.g - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Color.r - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 4258887795993319071, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: NotSupportedInWebGL - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.size - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[0]' - value: MoreMountains.Feedbacks MoreMountains.Feedbacks.MMF_AudioSource - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[1]' - value: MoreMountains.Feedbacks.MMTools MoreMountains.Feedbacks.MMF_Fade - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[2]' - value: MoreMountains.Feedbacks MoreMountains.Feedbacks.MMF_HoldingPause - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[3]' - value: MoreMountains.Feedbacks.MMTools MoreMountains.Feedbacks.MMF_Fade - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].ID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Mode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Label - value: AudioSource - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Label - value: Fade - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Label - value: Holding Pause - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Label - value: Fade - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].MaxPitch - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].MinPitch - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].UniqueID - value: 394675495 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Duration - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].FadeType - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].UniqueID - value: -1943420851 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].UniqueID - value: -993110730 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Duration - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].FadeType - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].UniqueID - value: -2073577921 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].MaxVolume - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].MinVolume - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AutoResume - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].TargetAlpha - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].TargetAlpha - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].PositionMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].ScriptDriven - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].PositionMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].PauseDuration - value: 0.2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].IgnoreTimeScale - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].TargetTransform - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AutoResumeAfter - value: 0.25 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].IgnoreTimeScale - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].TargetTransform - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].PositionOffset.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].PositionOffset.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].PositionOffset.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].TargetPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].TargetPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].TargetPosition.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].MaxPauseDuration - value: 3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].MinPauseDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].PositionOffset.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].PositionOffset.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].PositionOffset.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].TargetPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].TargetPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].TargetPosition.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].TargetAudioSource - value: - objectReference: {fileID: 478010195} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].SfxAudioMixerGroup - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Curve.MMTweenCurve - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Curve.MMTweenCurve - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].RandomizeOnEachPlay - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].RandomSfx.Array.size - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].RandomizePauseDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Curve.Curve.m_PreInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Curve.Curve.m_PreInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Curve.Curve.m_PostInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Curve.Curve.m_PostInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Curve.Curve.m_RotationOrder - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Curve.MMTweenDefinitionType - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Curve.Curve.m_RotationOrder - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Curve.MMTweenDefinitionType - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Curve.Curve.m_Curve.Array.size - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Curve.Curve.m_Curve.Array.size - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Curve.Curve.m_Curve.Array.data[0].time - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Curve.Curve.m_Curve.Array.data[1].time - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Curve.Curve.m_Curve.Array.data[0].time - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Curve.Curve.m_Curve.Array.data[1].time - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Curve.Curve.m_Curve.Array.data[0].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Curve.Curve.m_Curve.Array.data[1].value - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Curve.Curve.m_Curve.Array.data[0].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Curve.Curve.m_Curve.Array.data[1].value - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Curve.Curve.m_Curve.Array.data[0].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Curve.Curve.m_Curve.Array.data[1].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Curve.Curve.m_Curve.Array.data[0].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Curve.Curve.m_Curve.Array.data[1].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Curve.Curve.m_Curve.Array.data[0].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Curve.Curve.m_Curve.Array.data[0].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Curve.Curve.m_Curve.Array.data[1].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Curve.Curve.m_Curve.Array.data[1].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Curve.Curve.m_Curve.Array.data[0].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Curve.Curve.m_Curve.Array.data[0].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Curve.Curve.m_Curve.Array.data[1].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Curve.Curve.m_Curve.Array.data[1].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Curve.Curve.m_Curve.Array.data[0].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Curve.Curve.m_Curve.Array.data[1].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Curve.Curve.m_Curve.Array.data[0].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Curve.Curve.m_Curve.Array.data[1].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Curve.Curve.m_Curve.Array.data[0].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Curve.Curve.m_Curve.Array.data[1].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Curve.Curve.m_Curve.Array.data[0].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Curve.Curve.m_Curve.Array.data[1].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Curve.Curve.m_Curve.Array.data[0].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Curve.Curve.m_Curve.Array.data[1].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Curve.Curve.m_Curve.Array.data[0].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Curve.Curve.m_Curve.Array.data[1].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 9167406172343059487, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_IsActive - value: 0 - objectReference: {fileID: 0} - m_RemovedComponents: - - {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, type: 3} - m_RemovedGameObjects: [] - m_AddedGameObjects: [] - m_AddedComponents: [] - m_SourcePrefab: {fileID: 100100000, guid: a16c33a1240b8ce4f930161a7c85fae6, type: 3} ---- !u!1 &566666775 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 566666776} - - component: {fileID: 566666777} - m_Layer: 0 - m_Name: Destroy - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &566666776 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 566666775} - serializedVersion: 2 - m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: 0} - m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 - m_Children: [] - m_Father: {fileID: 1582576612} - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!114 &566666777 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 566666775} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 6da43522623d4704e979466dc7650b65, type: 3} - m_Name: - m_EditorClassIdentifier: - Feedbacks: [] - InitializationMode: 2 - AutoInitialization: 1 - SafeMode: 3 - Direction: 0 - AutoChangeDirectionOnEnd: 0 - AutoPlayOnStart: 0 - AutoPlayOnEnable: 0 - ForceTimescaleMode: 0 - ForcedTimescaleMode: 1 - DurationMultiplier: 1 - TimescaleMultiplier: 1 - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 1.5} - DisplayFullDurationDetails: 0 - PlayerTimescaleMode: 1 - OnlyPlayIfWithinRange: 0 - RangeCenter: {fileID: 0} - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - IgnoreRangeEvents: 0 - CooldownDuration: 0 - InitialDelay: 0 - CanPlay: 1 - CanPlayWhileAlreadyPlaying: 1 - ChanceToPlay: 100 - FeedbacksIntensity: 1 - Events: - TriggerMMFeedbacksEvents: 0 - TriggerUnityEvents: 1 - OnPlay: - m_PersistentCalls: - m_Calls: [] - OnPause: - m_PersistentCalls: - m_Calls: [] - OnStop: - m_PersistentCalls: - m_Calls: [] - OnResume: - m_PersistentCalls: - m_Calls: [] - OnChangeDirection: - m_PersistentCalls: - m_Calls: [] - OnComplete: - m_PersistentCalls: - m_Calls: [] - OnRestoreInitialValues: - m_PersistentCalls: - m_Calls: [] - OnSkipToTheEnd: - m_PersistentCalls: - m_Calls: [] - OnInitializationComplete: - m_PersistentCalls: - m_Calls: [] - OnEnable: - m_PersistentCalls: - m_Calls: [] - OnDisable: - m_PersistentCalls: - m_Calls: [] - DebugActive: 0 - InScriptDrivenPause: 0 - FeedbacksList: - - rid: 0 - - rid: 1 - KeepPlayModeChanges: 0 - PerformanceMode: 0 - RestoreInitialValuesOnDisable: 0 - StopFeedbacksOnDisable: 0 - PlayCount: 0 - references: - version: 2 - RefIds: - - rid: 0 - type: {class: MMF_AudioSource, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: -770193351 - Label: AudioSource - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 566666777} - DebugActive: 0 - TargetAudioSource: {fileID: 478010195} - Mode: 0 - RandomSfx: [] - MinVolume: 1 - MaxVolume: 1 - MinPitch: 1 - MaxPitch: 1 - SfxAudioMixerGroup: {fileID: 0} - - rid: 1 - type: {class: MMF_Destroy, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: -336918044 - Label: Destroy - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 566666777} - DebugActive: 0 - TargetGameObject: {fileID: 306533485} - ExtraTargetGameObjects: [] - Mode: 0 ---- !u!1 &568451404 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 568451406} - - component: {fileID: 568451405} - m_Layer: 0 - m_Name: Directional Light - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!108 &568451405 -Light: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 568451404} - m_Enabled: 1 - serializedVersion: 11 - m_Type: 1 - m_Color: {r: 1, g: 0.95686275, b: 0.8392157, a: 1} - m_Intensity: 1 - m_Range: 10 - m_SpotAngle: 30 - m_InnerSpotAngle: 21.80208 - m_CookieSize: 10 - m_Shadows: - m_Type: 2 - m_Resolution: -1 - m_CustomResolution: -1 - m_Strength: 1 - m_Bias: 0.074 - m_NormalBias: 0.51 - m_NearPlane: 0.32 - m_CullingMatrixOverride: - e00: 1 - e01: 0 - e02: 0 - e03: 0 - e10: 0 - e11: 1 - e12: 0 - e13: 0 - e20: 0 - e21: 0 - e22: 1 - e23: 0 - e30: 0 - e31: 0 - e32: 0 - e33: 1 - m_UseCullingMatrixOverride: 0 - m_Cookie: {fileID: 0} - m_DrawHalo: 0 - m_Flare: {fileID: 0} - m_RenderMode: 0 - m_CullingMask: - serializedVersion: 2 - m_Bits: 4294967295 - m_RenderingLayerMask: 1 - m_Lightmapping: 4 - m_LightShadowCasterMode: 0 - m_AreaSize: {x: 1, y: 1} - m_BounceIntensity: 1 - m_ColorTemperature: 6570 - m_UseColorTemperature: 0 - m_BoundingSphereOverride: {x: 0, y: 0, z: 0, w: 0} - m_UseBoundingSphereOverride: 0 - m_UseViewFrustumForShadowCasterCull: 1 - m_ForceVisible: 0 - m_ShadowRadius: 0 - m_ShadowAngle: 0 - m_LightUnit: 1 - m_LuxAtDistance: 1 - m_EnableSpotReflector: 1 ---- !u!4 &568451406 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 568451404} - serializedVersion: 2 - m_LocalRotation: {x: 0.23458864, y: -0.28343844, z: 0.07172096, w: 0.9270852} - m_LocalPosition: {x: 0.27076912, y: 0.37501144, z: 2.0969918} - m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 - m_Children: [] - m_Father: {fileID: 63926507} - m_LocalEulerAnglesHint: {x: 28.4, y: -34, z: 0} ---- !u!1 &568705690 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 568705691} - m_Layer: 0 - m_Name: Various - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &568705691 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 568705690} - serializedVersion: 2 - m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: 0} - m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 - m_Children: - - {fileID: 852947933} - - {fileID: 1146722114} - m_Father: {fileID: 999639631} - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!1 &569166821 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 569166822} - m_Layer: 0 - m_Name: Haptics - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &569166822 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 569166821} - serializedVersion: 2 - m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: 0} - m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 - m_Children: - - {fileID: 871238420} - - {fileID: 1391701032} - - {fileID: 1056074797} - - {fileID: 325868084} - m_Father: {fileID: 999639631} - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!1 &570372222 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 570372227} - - component: {fileID: 570372226} - - component: {fileID: 570372225} - m_Layer: 0 - m_Name: Camera - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!81 &570372225 -AudioListener: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 570372222} - m_Enabled: 1 ---- !u!20 &570372226 -Camera: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 570372222} - m_Enabled: 1 - serializedVersion: 2 - m_ClearFlags: 1 - m_BackGroundColor: {r: 0.19215687, g: 0.3019608, b: 0.4745098, a: 0} - m_projectionMatrixMode: 1 - m_GateFitMode: 2 - m_FOVAxisMode: 0 - m_Iso: 200 - m_ShutterSpeed: 0.005 - m_Aperture: 16 - m_FocusDistance: 10 - m_FocalLength: 50 - m_BladeCount: 5 - m_Curvature: {x: 2, y: 11} - m_BarrelClipping: 0.25 - m_Anamorphism: 0 - m_SensorSize: {x: 36, y: 24} - m_LensShift: {x: 0, y: 0} - m_NormalizedViewPortRect: - serializedVersion: 2 - x: 0 - y: 0 - width: 1 - height: 1 - near clip plane: 0.3 - far clip plane: 1000 - field of view: 60 - orthographic: 0 - orthographic size: 5 - m_Depth: 0 - m_CullingMask: - serializedVersion: 2 - m_Bits: 4294967295 - m_RenderingPath: -1 - m_TargetTexture: {fileID: 0} - m_TargetDisplay: 0 - m_TargetEye: 3 - m_HDR: 1 - m_AllowMSAA: 1 - m_AllowDynamicResolution: 0 - m_ForceIntoRT: 0 - m_OcclusionCulling: 1 - m_StereoConvergence: 10 - m_StereoSeparation: 0.022 ---- !u!4 &570372227 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 570372222} - serializedVersion: 2 - m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: 0} - m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 - m_Children: - - {fileID: 847678009} - m_Father: {fileID: 1801033052} - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!4 &577765024 stripped -Transform: - m_CorrespondingSourceObject: {fileID: -4216859302048453862, guid: d84a1570448aba14ea2b1badb79fb4b3, - type: 3} - m_PrefabInstance: {fileID: 1958664884} - m_PrefabAsset: {fileID: 0} ---- !u!224 &580466512 stripped -RectTransform: - m_CorrespondingSourceObject: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - m_PrefabInstance: {fileID: 862957193} - m_PrefabAsset: {fileID: 0} ---- !u!1 &586259416 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 586259417} - - component: {fileID: 586259418} - m_Layer: 0 - m_Name: Scale - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &586259417 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 586259416} - serializedVersion: 2 - m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: 0} - m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 - m_Children: [] - m_Father: {fileID: 161331536} - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!114 &586259418 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 586259416} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 6da43522623d4704e979466dc7650b65, type: 3} - m_Name: - m_EditorClassIdentifier: - Feedbacks: [] - InitializationMode: 2 - AutoInitialization: 1 - SafeMode: 3 - Direction: 0 - AutoChangeDirectionOnEnd: 0 - AutoPlayOnStart: 0 - AutoPlayOnEnable: 0 - ForceTimescaleMode: 0 - ForcedTimescaleMode: 1 - DurationMultiplier: 1 - TimescaleMultiplier: 1 - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 1.5} - DisplayFullDurationDetails: 0 - PlayerTimescaleMode: 1 - OnlyPlayIfWithinRange: 0 - RangeCenter: {fileID: 0} - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - IgnoreRangeEvents: 0 - CooldownDuration: 0 - InitialDelay: 0 - CanPlay: 1 - CanPlayWhileAlreadyPlaying: 1 - ChanceToPlay: 100 - FeedbacksIntensity: 1 - Events: - TriggerMMFeedbacksEvents: 0 - TriggerUnityEvents: 1 - OnPlay: - m_PersistentCalls: - m_Calls: [] - OnPause: - m_PersistentCalls: - m_Calls: [] - OnStop: - m_PersistentCalls: - m_Calls: [] - OnResume: - m_PersistentCalls: - m_Calls: [] - OnChangeDirection: - m_PersistentCalls: - m_Calls: [] - OnComplete: - m_PersistentCalls: - m_Calls: [] - OnRestoreInitialValues: - m_PersistentCalls: - m_Calls: [] - OnSkipToTheEnd: - m_PersistentCalls: - m_Calls: [] - OnInitializationComplete: - m_PersistentCalls: - m_Calls: [] - OnEnable: - m_PersistentCalls: - m_Calls: [] - OnDisable: - m_PersistentCalls: - m_Calls: [] - DebugActive: 0 - InScriptDrivenPause: 0 - FeedbacksList: - - rid: 0 - - rid: 1 - KeepPlayModeChanges: 0 - PerformanceMode: 0 - RestoreInitialValuesOnDisable: 0 - StopFeedbacksOnDisable: 0 - PlayCount: 0 - references: - version: 2 - RefIds: - - rid: 0 - type: {class: MMF_Scale, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: 1907596343 - Label: Scale - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 586259418} - DebugActive: 0 - Mode: 0 - AnimateScaleTarget: {fileID: 1579498608} - MovementMode: 0 - AnimateScaleDuration: 0.75 - AnimatePositionSpeed: 1 - RemapCurveZero: 0 - RemapCurveOne: 1 - Offset: 0 - AnimateX: 1 - AnimateScaleTweenX: - MMTweenDefinitionType: 1 - MMTweenCurve: 4 - Curve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.06802872 - value: 0.89614016 - inSlope: 2.9982896 - outSlope: 2.9982896 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.23013693 - value: 2 - inSlope: 0.0022950089 - outSlope: 0.0022950089 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 1 - - serializedVersion: 3 - time: 0.39592934 - value: 0.9387266 - inSlope: -1.5048184 - outSlope: -1.5048184 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - Initialized: 1 - ConditionPropertyName: AnimateX - EnumConditionPropertyName: - EnumConditions: 0000000000000000000000000000000000000000000000000000000000000000 - AnimateY: 1 - AnimateScaleTweenY: - MMTweenDefinitionType: 1 - MMTweenCurve: 4 - Curve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.063432746 - value: 1.0243673 - inSlope: 11.118166 - outSlope: 11.118166 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.124066174 - value: 1.990097 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.35545844 - value: 1.2077366 - inSlope: -0.71974725 - outSlope: -0.71974725 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - Initialized: 1 - ConditionPropertyName: AnimateY - EnumConditionPropertyName: - EnumConditions: 0000000000000000000000000000000000000000000000000000000000000000 - AnimateZ: 1 - AnimateScaleTweenZ: - MMTweenDefinitionType: 1 - MMTweenCurve: 4 - Curve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.08015624 - value: 0.9658811 - inSlope: 8.81082 - outSlope: 8.81082 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.14020997 - value: 2 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.45440018 - value: 1.2087172 - inSlope: -1.7292799 - outSlope: -1.7292799 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - Initialized: 1 - ConditionPropertyName: AnimateZ - EnumConditionPropertyName: - EnumConditions: 0000000000000000000000000000000000000000000000000000000000000000 - UniformScaling: 0 - AllowAdditivePlays: 0 - DetermineScaleOnPlay: 0 - DestinationScale: {x: 0.5, y: 0.5, z: 0.5} - AnimateScaleX: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.06802872 - value: 0.89614016 - inSlope: 2.9982896 - outSlope: 2.9982896 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.23013693 - value: 2 - inSlope: 0.0022950089 - outSlope: 0.0022950089 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 1 - - serializedVersion: 3 - time: 0.39592934 - value: 0.9387266 - inSlope: -1.5048184 - outSlope: -1.5048184 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - AnimateScaleY: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.063432746 - value: 1.0243673 - inSlope: 11.118166 - outSlope: 11.118166 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.124066174 - value: 1.990097 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.35545844 - value: 1.2077366 - inSlope: -0.71974725 - outSlope: -0.71974725 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - AnimateScaleZ: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.08015624 - value: 0.9658811 - inSlope: 8.81082 - outSlope: 8.81082 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.14020997 - value: 2 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.45440018 - value: 1.2087172 - inSlope: -1.7292799 - outSlope: -1.7292799 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - - rid: 1 - type: {class: MMF_AudioSource, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: 1699209083 - Label: AudioSource - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 586259418} - DebugActive: 0 - TargetAudioSource: {fileID: 478010195} - Mode: 0 - RandomSfx: [] - MinVolume: 1 - MaxVolume: 1 - MinPitch: 1 - MaxPitch: 1 - SfxAudioMixerGroup: {fileID: 0} ---- !u!1001 &588770222 -PrefabInstance: - m_ObjectHideFlags: 0 - serializedVersion: 2 - m_Modification: - serializedVersion: 3 - m_TransformParent: {fileID: 1557570896} - m_Modifications: - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: Feedbacks.Array.size - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[0]' - value: - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[1]' - value: - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Pivot.x - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Pivot.y - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_RootOrder - value: 62 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMax.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMax.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMin.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMin.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_SizeDelta.x - value: 256.1 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_SizeDelta.y - value: 30 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalPosition.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.w - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.x - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.y - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.z - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchoredPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchoredPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalEulerAnglesHint.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalEulerAnglesHint.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalEulerAnglesHint.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604939, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_OnClick.m_PersistentCalls.m_Calls.Array.data[0].m_Target - value: - objectReference: {fileID: 1969358490} - - target: {fileID: 2903879014986604939, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_OnClick.m_PersistentCalls.m_Calls.Array.data[0].m_MethodName - value: PlayFeedbacks - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604939, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_OnClick.m_PersistentCalls.m_Calls.Array.data[0].m_Arguments.m_ObjectArgumentAssemblyTypeName - value: UnityEngine.Object, UnityEngine - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604941, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Name - value: Button - RotationSpring - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Text - value: Rotation Spring - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Color.b - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Color.g - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Color.r - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.size - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[0]' - value: MoreMountains.Feedbacks MoreMountains.Feedbacks.MMF_Rotation - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[1]' - value: MoreMountains.Feedbacks MoreMountains.Feedbacks.MMF_AudioSource - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Mode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Mode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Label - value: Rotation - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Label - value: AudioSource - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateX - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateY - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateZ - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].UniqueID - value: -1674072016 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].MaxPitch - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].MinPitch - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].UniqueID - value: 1827845500 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].MaxVolume - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].MinVolume - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].RemapCurveOne - value: 360 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].RotationSpace - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].RemapCurveZero - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].TargetAudioSource - value: - objectReference: {fileID: 478010195} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AllowAdditivePlays - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ToDestinationSpace - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].SfxAudioMixerGroup - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DestinationAngles.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DestinationAngles.y - value: 180 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DestinationAngles.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].RandomSfx.Array.size - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateRotationTarget - value: - objectReference: {fileID: 699640085} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateRotationDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DetermineRotationOnPlay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateRotationX.m_PreInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateRotationY.m_PreInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateRotationZ.m_PreInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateRotationX.m_PostInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateRotationY.m_PostInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateRotationZ.m_PostInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateRotationX.m_RotationOrder - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateRotationY.m_RotationOrder - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateRotationZ.m_RotationOrder - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ToDestinationCurve.m_PreInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ToDestinationCurve.m_PostInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ToDestinationCurve.m_RotationOrder - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateRotationX.m_Curve.Array.size - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateRotationY.m_Curve.Array.size - value: 3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateRotationZ.m_Curve.Array.size - value: 3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ToDestinationCurve.m_Curve.Array.size - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateRotationX.m_Curve.Array.data[0].time - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateRotationX.m_Curve.Array.data[1].time - value: 0.15281706 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateRotationX.m_Curve.Array.data[2].time - value: 0.8412695 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateRotationX.m_Curve.Array.data[3].time - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateRotationY.m_Curve.Array.data[0].time - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateRotationY.m_Curve.Array.data[1].time - value: 0.3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateRotationY.m_Curve.Array.data[2].time - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateRotationZ.m_Curve.Array.data[0].time - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateRotationZ.m_Curve.Array.data[1].time - value: 0.3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateRotationZ.m_Curve.Array.data[2].time - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateRotationX.m_Curve.Array.data[0].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateRotationX.m_Curve.Array.data[1].value - value: -0.0047136396 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateRotationX.m_Curve.Array.data[2].value - value: 1.0395712 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateRotationX.m_Curve.Array.data[3].value - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateRotationY.m_Curve.Array.data[0].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateRotationY.m_Curve.Array.data[1].value - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateRotationY.m_Curve.Array.data[2].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateRotationZ.m_Curve.Array.data[0].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateRotationZ.m_Curve.Array.data[1].value - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateRotationZ.m_Curve.Array.data[2].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ToDestinationCurve.m_Curve.Array.data[0].time - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ToDestinationCurve.m_Curve.Array.data[1].time - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateRotationX.m_Curve.Array.data[0].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateRotationX.m_Curve.Array.data[1].inSlope - value: 0.5106594 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateRotationX.m_Curve.Array.data[2].inSlope - value: 0.9263391 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateRotationX.m_Curve.Array.data[3].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateRotationY.m_Curve.Array.data[0].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateRotationY.m_Curve.Array.data[1].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateRotationY.m_Curve.Array.data[2].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateRotationZ.m_Curve.Array.data[0].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateRotationZ.m_Curve.Array.data[1].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateRotationZ.m_Curve.Array.data[2].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ToDestinationCurve.m_Curve.Array.data[0].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ToDestinationCurve.m_Curve.Array.data[1].value - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateRotationX.m_Curve.Array.data[0].inWeight - value: 0.33333334 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateRotationX.m_Curve.Array.data[0].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateRotationX.m_Curve.Array.data[1].inWeight - value: 0.33333334 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateRotationX.m_Curve.Array.data[1].outSlope - value: 0.5106594 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateRotationX.m_Curve.Array.data[2].inWeight - value: 0.33333334 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateRotationX.m_Curve.Array.data[2].outSlope - value: 0.9263391 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateRotationX.m_Curve.Array.data[3].inWeight - value: 0.33333334 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateRotationX.m_Curve.Array.data[3].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateRotationY.m_Curve.Array.data[0].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateRotationY.m_Curve.Array.data[0].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateRotationY.m_Curve.Array.data[1].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateRotationY.m_Curve.Array.data[1].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateRotationY.m_Curve.Array.data[2].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateRotationY.m_Curve.Array.data[2].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateRotationZ.m_Curve.Array.data[0].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateRotationZ.m_Curve.Array.data[0].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateRotationZ.m_Curve.Array.data[1].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateRotationZ.m_Curve.Array.data[1].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateRotationZ.m_Curve.Array.data[2].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateRotationZ.m_Curve.Array.data[2].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateRotationX.m_Curve.Array.data[0].outWeight - value: 0.33333334 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateRotationX.m_Curve.Array.data[1].outWeight - value: 0.33333334 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateRotationX.m_Curve.Array.data[2].outWeight - value: 0.33333334 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateRotationX.m_Curve.Array.data[3].outWeight - value: 0.33333334 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateRotationY.m_Curve.Array.data[0].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateRotationY.m_Curve.Array.data[1].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateRotationY.m_Curve.Array.data[2].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateRotationZ.m_Curve.Array.data[0].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateRotationZ.m_Curve.Array.data[1].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateRotationZ.m_Curve.Array.data[2].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ToDestinationCurve.m_Curve.Array.data[0].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ToDestinationCurve.m_Curve.Array.data[1].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ToDestinationCurve.m_Curve.Array.data[0].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ToDestinationCurve.m_Curve.Array.data[0].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ToDestinationCurve.m_Curve.Array.data[1].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ToDestinationCurve.m_Curve.Array.data[1].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateRotationX.m_Curve.Array.data[0].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateRotationX.m_Curve.Array.data[1].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateRotationX.m_Curve.Array.data[2].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateRotationX.m_Curve.Array.data[3].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateRotationY.m_Curve.Array.data[0].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateRotationY.m_Curve.Array.data[1].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateRotationY.m_Curve.Array.data[2].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateRotationZ.m_Curve.Array.data[0].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateRotationZ.m_Curve.Array.data[1].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateRotationZ.m_Curve.Array.data[2].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ToDestinationCurve.m_Curve.Array.data[0].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ToDestinationCurve.m_Curve.Array.data[1].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateRotationX.m_Curve.Array.data[0].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateRotationX.m_Curve.Array.data[1].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateRotationX.m_Curve.Array.data[2].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateRotationX.m_Curve.Array.data[3].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateRotationY.m_Curve.Array.data[0].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateRotationY.m_Curve.Array.data[1].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateRotationY.m_Curve.Array.data[2].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateRotationZ.m_Curve.Array.data[0].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateRotationZ.m_Curve.Array.data[1].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateRotationZ.m_Curve.Array.data[2].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ToDestinationCurve.m_Curve.Array.data[0].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ToDestinationCurve.m_Curve.Array.data[1].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ToDestinationCurve.m_Curve.Array.data[0].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ToDestinationCurve.m_Curve.Array.data[1].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 9167406172343059487, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_IsActive - value: 0 - objectReference: {fileID: 0} - m_RemovedComponents: - - {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, type: 3} - m_RemovedGameObjects: [] - m_AddedGameObjects: [] - m_AddedComponents: [] - m_SourcePrefab: {fileID: 100100000, guid: a16c33a1240b8ce4f930161a7c85fae6, type: 3} ---- !u!224 &588770223 stripped -RectTransform: - m_CorrespondingSourceObject: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - m_PrefabInstance: {fileID: 588770222} - m_PrefabAsset: {fileID: 0} ---- !u!1 &590965380 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 590965381} - m_Layer: 0 - m_Name: Cupcake DestinationTransform - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &590965381 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 590965380} - serializedVersion: 2 - m_LocalRotation: {x: 0.46193978, y: 0.19134173, z: 0.19134173, w: 0.84462327} - m_LocalPosition: {x: 2.525, y: -0.212, z: 8.599} - m_LocalScale: {x: 1.2, y: 0.8, z: 1} - m_ConstrainProportionsScale: 0 - m_Children: [] - m_Father: {fileID: 950021599} - m_LocalEulerAnglesHint: {x: 45, y: 45, z: 45} ---- !u!1001 &592447802 -PrefabInstance: - m_ObjectHideFlags: 0 - serializedVersion: 2 - m_Modification: - serializedVersion: 3 - m_TransformParent: {fileID: 1557570896} - m_Modifications: - - target: {fileID: 4994452109645884045, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_Name - value: Spacer - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_Pivot.x - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_Pivot.y - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_RootOrder - value: 82 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_AnchorMax.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_AnchorMax.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_AnchorMin.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_AnchorMin.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_SizeDelta.x - value: 236.1 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_SizeDelta.y - value: 30 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_LocalPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_LocalPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_LocalPosition.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_LocalRotation.w - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_LocalRotation.x - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_LocalRotation.y - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_LocalRotation.z - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_AnchoredPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_AnchoredPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_LocalEulerAnglesHint.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_LocalEulerAnglesHint.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_LocalEulerAnglesHint.z - value: 0 - objectReference: {fileID: 0} - m_RemovedComponents: [] - m_RemovedGameObjects: [] - m_AddedGameObjects: [] - m_AddedComponents: [] - m_SourcePrefab: {fileID: 100100000, guid: b4ba93cf48b1c6b468135361158be27d, type: 3} ---- !u!1 &594467927 stripped -GameObject: - m_CorrespondingSourceObject: {fileID: -2410711166800595649, guid: 10f1060b18f7ba34f92053a256e89d10, - type: 3} - m_PrefabInstance: {fileID: 257015188} - m_PrefabAsset: {fileID: 0} ---- !u!23 &594467929 stripped -MeshRenderer: - m_CorrespondingSourceObject: {fileID: 5567091477107860091, guid: 10f1060b18f7ba34f92053a256e89d10, - type: 3} - m_PrefabInstance: {fileID: 257015188} - m_PrefabAsset: {fileID: 0} ---- !u!114 &594467931 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 594467927} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 8ad986206bb726846a202cfdedd282dc, type: 3} - m_Name: - m_EditorClassIdentifier: - TargetType: 0 - TargetRenderer: {fileID: 594467929} - TargetMaterialID: 0 - TargetImage: {fileID: 0} - UseMaterialForRendering: 0 - TargetRawImage: {fileID: 0} - TargetText: {fileID: 0} - CacheMaterial: 1 - CreateMaterialInstance: 0 - TargetPropertyName: _EmissionForce - PropertyType: 1 - X: 0 - Y: 0 - Z: 0 - W: 0 - ColorMode: 0 - ColorRamp: - serializedVersion: 2 - key0: {r: 1, g: 1, b: 1, a: 1} - key1: {r: 1, g: 1, b: 1, a: 1} - key2: {r: 0, g: 0, b: 0, a: 0} - key3: {r: 0, g: 0, b: 0, a: 0} - key4: {r: 0, g: 0, b: 0, a: 0} - key5: {r: 0, g: 0, b: 0, a: 0} - key6: {r: 0, g: 0, b: 0, a: 0} - key7: {r: 0, g: 0, b: 0, a: 0} - ctime0: 0 - ctime1: 65535 - ctime2: 0 - ctime3: 0 - ctime4: 0 - ctime5: 0 - ctime6: 0 - ctime7: 0 - atime0: 0 - atime1: 65535 - atime2: 0 - atime3: 0 - atime4: 0 - atime5: 0 - atime6: 0 - atime7: 0 - m_Mode: 0 - m_ColorSpace: -1 - m_NumColorKeys: 2 - m_NumAlphaKeys: 2 - FromColor: {r: 0, g: 0, b: 0, a: 1} - ToColor: {r: 1, g: 1, b: 1, a: 1} - ControlMode: 2 - AddToInitialValue: 0 - UseUnscaledTime: 1 - RevertToInitialValueAfterEnd: 1 - UseMaterialPropertyBlocks: 1 - SpriteRendererTextureProperty: _MainTex - SafeMode: 0 - Curve: - MMTweenDefinitionType: 0 - MMTweenCurve: 0 - Curve: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - Initialized: 0 - ConditionPropertyName: - EnumConditionPropertyName: - EnumConditions: - MinValue: 0 - MaxValue: 5 - Duration: 1 - PingPongPauseDuration: 1 - LoopCurve: - MMTweenDefinitionType: 0 - MMTweenCurve: 0 - Curve: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - Initialized: 0 - ConditionPropertyName: - EnumConditionPropertyName: - EnumConditions: - LoopStartValue: 0 - LoopEndValue: 5 - LoopDuration: 1 - LoopPauseDuration: 1 - DrivenLevel: 0 - Amplitude: {x: 0, y: 5} - Frequency: {x: 1, y: 1} - Shift: {x: 0, y: 1} - RemapNoiseValues: 0 - RemapNoiseZero: 0 - RemapNoiseOne: 1 - OneTimeDuration: 1 - OneTimeAmplitude: 1 - OneTimeRemapMin: 0 - OneTimeRemapMax: 5 - OneTimeCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.5 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - OneTimeButton: 0 - DisableAfterOneTime: 0 - DisableGameObjectAfterOneTime: 0 - GetInitialValueOnOneTime: 0 - AudioAnalyzer: {fileID: 0} - BeatID: 0 - AudioAnalyzerMultiplier: 1 - AudioAnalyzerOffset: 0 - AudioAnalyzerLerp: 60 - ToDestinationValue: 1 - ToDestinationDuration: 1 - ToDestinationCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.5 - value: 0.6 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - ToDestinationButton: 0 - DisableAfterToDestination: 0 - InitialValue: 0 - CurrentValue: 0 - CurrentValueNormalized: 0 - InitialColor: {r: 0, g: 0, b: 0, a: 0} - PropertyID: 0 - PropertyFound: 0 - TargetMaterial: {fileID: 0} - PingPong: 0 - LoopTime: 0 ---- !u!64 &594467932 -MeshCollider: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 594467927} - m_Material: {fileID: 0} - m_IncludeLayers: - serializedVersion: 2 - m_Bits: 0 - m_ExcludeLayers: - serializedVersion: 2 - m_Bits: 0 - m_LayerOverridePriority: 0 - m_IsTrigger: 0 - m_ProvidesContacts: 0 - m_Enabled: 1 - serializedVersion: 5 - m_Convex: 0 - m_CookingOptions: 30 - m_Mesh: {fileID: -8425754933287232256, guid: 10f1060b18f7ba34f92053a256e89d10, type: 3} ---- !u!1001 &595829642 -PrefabInstance: - m_ObjectHideFlags: 0 - serializedVersion: 2 - m_Modification: - serializedVersion: 3 - m_TransformParent: {fileID: 1557570896} - m_Modifications: - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: Feedbacks.Array.size - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[0]' - value: - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[1]' - value: - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Pivot.x - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Pivot.y - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_RootOrder - value: 68 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMax.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMax.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMin.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMin.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_SizeDelta.x - value: 256.1 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_SizeDelta.y - value: 30 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalPosition.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.w - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.x - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.y - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.z - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchoredPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchoredPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalEulerAnglesHint.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalEulerAnglesHint.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalEulerAnglesHint.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604939, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_OnClick.m_PersistentCalls.m_Calls.Array.data[0].m_Target - value: - objectReference: {fileID: 765479735} - - target: {fileID: 2903879014986604939, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_OnClick.m_PersistentCalls.m_Calls.Array.data[0].m_MethodName - value: PlayFeedbacks - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604939, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_OnClick.m_PersistentCalls.m_Calls.Array.data[0].m_Arguments.m_ObjectArgumentAssemblyTypeName - value: UnityEngine.Object, UnityEngine - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604941, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Name - value: Button - LookAt - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Text - value: Look At - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Color.b - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Color.g - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Color.r - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.size - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[0]' - value: MoreMountains.Feedbacks MoreMountains.Feedbacks.MMF_AudioSource - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[1]' - value: MoreMountains.Feedbacks MoreMountains.Feedbacks.MMF_SquashAndStretch - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Mode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Axis - value: 3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Mode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Label - value: AudioSource - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Label - value: Squash and Stretch - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Offset - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].MaxPitch - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].MinPitch - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].UniqueID - value: -157805206 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].UniqueID - value: -275960861 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].MaxVolume - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].MinVolume - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].RemapCurveOne - value: 1.5 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].RemapCurveZero - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DestinationScale - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].TargetAudioSource - value: - objectReference: {fileID: 478010195} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].SfxAudioMixerGroup - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AllowAdditivePlays - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].RandomSfx.Array.size - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateScaleDuration - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DetermineScaleOnPlay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].SquashAndStretchTarget - value: - objectReference: {fileID: 1579498608} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateCurve.m_PreInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateCurve.m_PostInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateCurve.m_RotationOrder - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateCurve.m_Curve.Array.size - value: 6 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateCurve.m_Curve.Array.data[0].time - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateCurve.m_Curve.Array.data[1].time - value: 0.3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateCurve.m_Curve.Array.data[2].time - value: 0.4495094 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateCurve.m_Curve.Array.data[3].time - value: 0.6531251 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateCurve.m_Curve.Array.data[4].time - value: 0.77447593 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateCurve.m_Curve.Array.data[5].time - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateCurve.m_Curve.Array.data[0].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateCurve.m_Curve.Array.data[1].value - value: 1.5 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateCurve.m_Curve.Array.data[2].value - value: -0.67574203 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateCurve.m_Curve.Array.data[3].value - value: 1.0823181 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateCurve.m_Curve.Array.data[4].value - value: -0.31831127 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateCurve.m_Curve.Array.data[5].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateCurve.m_Curve.Array.data[0].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateCurve.m_Curve.Array.data[1].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateCurve.m_Curve.Array.data[2].inSlope - value: -2.1027951 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateCurve.m_Curve.Array.data[3].inSlope - value: 0.67945737 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateCurve.m_Curve.Array.data[4].inSlope - value: -4.6882825 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateCurve.m_Curve.Array.data[5].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateCurve.m_Curve.Array.data[0].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateCurve.m_Curve.Array.data[0].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateCurve.m_Curve.Array.data[1].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateCurve.m_Curve.Array.data[1].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateCurve.m_Curve.Array.data[2].inWeight - value: 0.33333334 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateCurve.m_Curve.Array.data[2].outSlope - value: -2.1027951 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateCurve.m_Curve.Array.data[3].inWeight - value: 0.33333334 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateCurve.m_Curve.Array.data[3].outSlope - value: 0.67945737 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateCurve.m_Curve.Array.data[4].inWeight - value: 0.33333334 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateCurve.m_Curve.Array.data[4].outSlope - value: -4.6882825 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateCurve.m_Curve.Array.data[5].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateCurve.m_Curve.Array.data[5].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateCurve.m_Curve.Array.data[0].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateCurve.m_Curve.Array.data[1].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateCurve.m_Curve.Array.data[2].outWeight - value: 0.33333334 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateCurve.m_Curve.Array.data[3].outWeight - value: 0.33333334 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateCurve.m_Curve.Array.data[4].outWeight - value: 0.33333334 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateCurve.m_Curve.Array.data[5].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateCurve.m_Curve.Array.data[0].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateCurve.m_Curve.Array.data[1].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateCurve.m_Curve.Array.data[2].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateCurve.m_Curve.Array.data[3].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateCurve.m_Curve.Array.data[4].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateCurve.m_Curve.Array.data[5].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateCurve.m_Curve.Array.data[0].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateCurve.m_Curve.Array.data[1].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateCurve.m_Curve.Array.data[2].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateCurve.m_Curve.Array.data[3].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateCurve.m_Curve.Array.data[4].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateCurve.m_Curve.Array.data[5].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 9167406172343059487, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_IsActive - value: 0 - objectReference: {fileID: 0} - m_RemovedComponents: - - {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, type: 3} - m_RemovedGameObjects: [] - m_AddedGameObjects: [] - m_AddedComponents: [] - m_SourcePrefab: {fileID: 100100000, guid: a16c33a1240b8ce4f930161a7c85fae6, type: 3} ---- !u!224 &595829643 stripped -RectTransform: - m_CorrespondingSourceObject: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - m_PrefabInstance: {fileID: 595829642} - m_PrefabAsset: {fileID: 0} ---- !u!224 &609840737 stripped -RectTransform: - m_CorrespondingSourceObject: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - m_PrefabInstance: {fileID: 732653875} - m_PrefabAsset: {fileID: 0} ---- !u!1 &611302156 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 611302157} - - component: {fileID: 611302159} - - component: {fileID: 611302158} - m_Layer: 0 - m_Name: DudeContainer - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &611302157 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 611302156} - serializedVersion: 2 - m_LocalRotation: {x: -0, y: 1, z: -0, w: 0} - m_LocalPosition: {x: 0.3407691, y: -2.6249886, z: 8.769} - m_LocalScale: {x: 35, y: 35, z: 35} - m_ConstrainProportionsScale: 0 - m_Children: - - {fileID: 1047419950} - m_Father: {fileID: 950021599} - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!114 &611302158 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 611302156} - m_Enabled: 0 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: f4520ff861e339d42bae57b95686b14b, type: 3} - m_Name: - m_EditorClassIdentifier: - TargetObject: {fileID: 611302159} - ControlMode: 2 - AddToInitialValue: 0 - UseUnscaledTime: 1 - RevertToInitialValueAfterEnd: 1 - DrivenLevel: 0 - Curve: - MMTweenDefinitionType: 0 - MMTweenCurve: 4 - Curve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - Initialized: 0 - ConditionPropertyName: - EnumConditionPropertyName: - EnumConditions: 0000000000000000000000000000000000000000000000000000000000000000 - MinValue: 0 - MaxValue: 5 - Duration: 1 - PingPongPauseDuration: 0 - Amplitude: {x: 0, y: 5} - Frequency: {x: 1, y: 1} - Shift: {x: 0, y: 1} - RemapNoiseValues: 0 - RemapNoiseZero: 0 - RemapNoiseOne: 1 - OneTimeDuration: 3 - OneTimeAmplitude: 1 - OneTimeRemapMin: 0 - OneTimeRemapMax: 2000 - OneTimeCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.5 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - DisableAfterOneTime: 0 - DisableGameObjectAfterOneTime: 0 - OneTimeButton: 0 - ToDestinationDuration: 1 - ToDestinationValue: 1 - ToDestinationCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.5 - value: 0.6 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - DisableAfterToDestination: 0 - ToDestinationButton: 0 - AudioAnalyzer: {fileID: 0} - AudioAnalyzerMode: 0 - BeatID: 0 - NormalizedLevelID: 0 - AudioAnalyzerMultiplier: 1 - InitialValue: 0 - CurrentValue: 0 - CurrentValueNormalized: 0 - PingPong: 0 - AttributeNames: - - - - OrbitRotationSpeed - - OrbitRadius - - OrbitCorrectionSpeed - PropertyName: OrbitRotationSpeed - ChoiceIndex: 1 ---- !u!114 &611302159 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 611302156} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 7f009572b4d918346b24337ef83f88c1, type: 3} - m_Name: - m_EditorClassIdentifier: - Rotating: 1 - RotationSpace: 1 - UpdateMode: 0 - RotationSpeed: {x: 0, y: 0, z: 0} - Orbiting: 1 - AdditiveOrbitRotation: 0 - OrbitCenterTransform: {fileID: 311682028} - OrbitCenterOffset: {x: 0, y: 0, z: 0} - OrbitRotationAxis: {x: 0, y: 1, z: 0} - OrbitRotationSpeed: 0 - OrbitRadius: 1 - OrbitCorrectionSpeed: 10 - DrawGizmos: 1 - OrbitPlaneColor: {r: 54, g: 169, b: 225, a: 0.02} - OrbitLineColor: {r: 225, g: 225, b: 225, a: 0.1} - _orbitCenter: {x: 0.06999999, y: 0, z: 7.172016} - _worldRotationAxis: {x: 0, y: 1, z: 0} - _snappedPosition: {x: 0.06999999, y: 0, z: 6.6720085} - _radius: {x: 0, y: 0, z: -1} ---- !u!1 &611331491 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 611331492} - - component: {fileID: 611331493} - m_Layer: 0 - m_Name: Volume - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &611331492 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 611331491} - serializedVersion: 2 - m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: 0} - m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 - m_Children: [] - m_Father: {fileID: 1408360770} - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!114 &611331493 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 611331491} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 6da43522623d4704e979466dc7650b65, type: 3} - m_Name: - m_EditorClassIdentifier: - Feedbacks: [] - InitializationMode: 2 - AutoInitialization: 1 - SafeMode: 3 - Direction: 0 - AutoChangeDirectionOnEnd: 0 - AutoPlayOnStart: 0 - AutoPlayOnEnable: 0 - ForceTimescaleMode: 0 - ForcedTimescaleMode: 1 - DurationMultiplier: 1 - TimescaleMultiplier: 1 - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 1.5} - DisplayFullDurationDetails: 0 - PlayerTimescaleMode: 1 - OnlyPlayIfWithinRange: 0 - RangeCenter: {fileID: 0} - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - IgnoreRangeEvents: 0 - CooldownDuration: 0 - InitialDelay: 0 - CanPlay: 1 - CanPlayWhileAlreadyPlaying: 1 - ChanceToPlay: 100 - FeedbacksIntensity: 1 - Events: - TriggerMMFeedbacksEvents: 0 - TriggerUnityEvents: 1 - OnPlay: - m_PersistentCalls: - m_Calls: [] - OnPause: - m_PersistentCalls: - m_Calls: [] - OnStop: - m_PersistentCalls: - m_Calls: [] - OnResume: - m_PersistentCalls: - m_Calls: [] - OnChangeDirection: - m_PersistentCalls: - m_Calls: [] - OnComplete: - m_PersistentCalls: - m_Calls: [] - OnRestoreInitialValues: - m_PersistentCalls: - m_Calls: [] - OnSkipToTheEnd: - m_PersistentCalls: - m_Calls: [] - OnInitializationComplete: - m_PersistentCalls: - m_Calls: [] - OnEnable: - m_PersistentCalls: - m_Calls: [] - OnDisable: - m_PersistentCalls: - m_Calls: [] - DebugActive: 0 - InScriptDrivenPause: 0 - FeedbacksList: - - rid: 0 - - rid: 1 - - rid: 2 - - rid: 3 - - rid: 4 - KeepPlayModeChanges: 0 - PerformanceMode: 0 - RestoreInitialValuesOnDisable: 0 - StopFeedbacksOnDisable: 0 - PlayCount: 0 - references: - version: 2 - RefIds: - - rid: 0 - type: {class: MMF_AudioSource, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: 1005025693 - Label: AudioSource - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 611331493} - DebugActive: 0 - TargetAudioSource: {fileID: 1467162775} - Mode: 0 - RandomSfx: [] - MinVolume: 1 - MaxVolume: 1 - MinPitch: 1 - MaxPitch: 1 - SfxAudioMixerGroup: {fileID: 0} - - rid: 1 - type: {class: MMF_Pause, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: 664184160 - Label: Pause - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 611331493} - DebugActive: 0 - PauseDuration: 1 - RandomizePauseDuration: 0 - MinPauseDuration: 1 - MaxPauseDuration: 3 - RandomizeOnEachPlay: 1 - ScriptDriven: 0 - AutoResume: 0 - AutoResumeAfter: 0.25 - - rid: 2 - type: {class: MMF_AudioSourceVolume, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: -1763416325 - Label: AudioSource Volume - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 611331493} - DebugActive: 0 - Duration: 2 - ResetShakerValuesAfterShake: 1 - ResetTargetValuesAfterShake: 1 - RelativeVolume: 0 - VolumeTween: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.5 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapVolumeZero: 0 - RemapVolumeOne: 1 - - rid: 3 - type: {class: MMF_HoldingPause, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: 1849812163 - Label: Holding Pause - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 611331493} - DebugActive: 0 - PauseDuration: 1 - RandomizePauseDuration: 0 - MinPauseDuration: 1 - MaxPauseDuration: 3 - RandomizeOnEachPlay: 1 - ScriptDriven: 0 - AutoResume: 0 - AutoResumeAfter: 0.25 - - rid: 4 - type: {class: MMF_AudioSource, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: -806454428 - Label: AudioSource - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 611331493} - DebugActive: 0 - TargetAudioSource: {fileID: 1467162775} - Mode: 3 - RandomSfx: [] - MinVolume: 1 - MaxVolume: 1 - MinPitch: 1 - MaxPitch: 1 - SfxAudioMixerGroup: {fileID: 0} ---- !u!1001 &613062986 -PrefabInstance: - m_ObjectHideFlags: 0 - serializedVersion: 2 - m_Modification: - serializedVersion: 3 - m_TransformParent: {fileID: 1557570896} - m_Modifications: - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: Feedbacks.Array.size - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[0]' - value: - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[1]' - value: - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Pivot.x - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Pivot.y - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_RootOrder - value: 20 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMax.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMax.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMin.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMin.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_SizeDelta.x - value: 256.1 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_SizeDelta.y - value: 30 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalPosition.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.w - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.x - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.y - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.z - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchoredPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchoredPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalEulerAnglesHint.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalEulerAnglesHint.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalEulerAnglesHint.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604939, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_OnClick.m_PersistentCalls.m_Calls.Array.data[0].m_Target - value: - objectReference: {fileID: 2041884601} - - target: {fileID: 2903879014986604939, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_OnClick.m_PersistentCalls.m_Calls.Array.data[0].m_MethodName - value: PlayFeedbacks - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604939, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_OnClick.m_PersistentCalls.m_Calls.Array.data[0].m_TargetAssemblyTypeName - value: MoreMountains.Feedbacks.MMF_Player, MoreMountains.Feedbacks - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604939, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_OnClick.m_PersistentCalls.m_Calls.Array.data[0].m_Arguments.m_ObjectArgumentAssemblyTypeName - value: UnityEngine.Object, UnityEngine - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604941, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Name - value: Button - AnimationCrossfade - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Text - value: Animation CrossFade - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Color.b - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Color.g - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Color.r - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.size - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[0]' - value: MoreMountains.Feedbacks MoreMountains.Feedbacks.MMF_Animation - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[1]' - value: MoreMountains.Feedbacks MoreMountains.Feedbacks.MMF_AudioSource - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Mode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Label - value: Animation - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Label - value: AudioSource - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].IntValue - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].UniqueID - value: -1324229046 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].MaxPitch - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].MinPitch - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].UniqueID - value: 930405588 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].MaxVolume - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].MinVolume - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].FloatValue - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].UpdateBool - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].IntValueMax - value: 5 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].IntValueMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].TriggerMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].IntIncrement - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].IntValueMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].BoundAnimator - value: - objectReference: {fileID: 2066439668} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].FloatValueMax - value: 5 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].FloatValueMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].UpdateTrigger - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].FloatIncrement - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].FloatValueMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].IntParameterName - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].UpdateRandomBool - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].BoolParameterName - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].RandomTriggerMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].TargetAudioSource - value: - objectReference: {fileID: 478010195} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].BoolParameterValue - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].FloatParameterName - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].SfxAudioMixerGroup - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].UpdateRandomTrigger - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].TriggerParameterName - value: Jump - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].RandomSfx.Array.size - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].RandomBoolParameterValue - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].RandomBoolParameterNames.Array.size - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].RandomTriggerParameterNames.Array.size - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 9167406172343059487, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_IsActive - value: 0 - objectReference: {fileID: 0} - m_RemovedComponents: - - {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, type: 3} - m_RemovedGameObjects: [] - m_AddedGameObjects: [] - m_AddedComponents: [] - m_SourcePrefab: {fileID: 100100000, guid: a16c33a1240b8ce4f930161a7c85fae6, type: 3} ---- !u!1 &616823396 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 616823397} - - component: {fileID: 616823398} - m_Layer: 0 - m_Name: ShaderController - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &616823397 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 616823396} - serializedVersion: 2 - m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: 0} - m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 - m_Children: [] - m_Father: {fileID: 980395213} - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!114 &616823398 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 616823396} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 6da43522623d4704e979466dc7650b65, type: 3} - m_Name: - m_EditorClassIdentifier: - Feedbacks: [] - InitializationMode: 2 - AutoInitialization: 1 - SafeMode: 3 - Direction: 0 - AutoChangeDirectionOnEnd: 0 - AutoPlayOnStart: 0 - AutoPlayOnEnable: 0 - ForceTimescaleMode: 0 - ForcedTimescaleMode: 1 - DurationMultiplier: 1 - TimescaleMultiplier: 1 - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 1.5} - DisplayFullDurationDetails: 0 - PlayerTimescaleMode: 1 - OnlyPlayIfWithinRange: 0 - RangeCenter: {fileID: 0} - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - IgnoreRangeEvents: 0 - CooldownDuration: 0 - InitialDelay: 0 - CanPlay: 1 - CanPlayWhileAlreadyPlaying: 1 - ChanceToPlay: 100 - FeedbacksIntensity: 1 - Events: - TriggerMMFeedbacksEvents: 0 - TriggerUnityEvents: 1 - OnPlay: - m_PersistentCalls: - m_Calls: [] - OnPause: - m_PersistentCalls: - m_Calls: [] - OnStop: - m_PersistentCalls: - m_Calls: [] - OnResume: - m_PersistentCalls: - m_Calls: [] - OnChangeDirection: - m_PersistentCalls: - m_Calls: [] - OnComplete: - m_PersistentCalls: - m_Calls: [] - OnRestoreInitialValues: - m_PersistentCalls: - m_Calls: [] - OnSkipToTheEnd: - m_PersistentCalls: - m_Calls: [] - OnInitializationComplete: - m_PersistentCalls: - m_Calls: [] - OnEnable: - m_PersistentCalls: - m_Calls: [] - OnDisable: - m_PersistentCalls: - m_Calls: [] - DebugActive: 0 - InScriptDrivenPause: 0 - FeedbacksList: - - rid: 0 - - rid: 1 - - rid: 2 - KeepPlayModeChanges: 0 - PerformanceMode: 0 - RestoreInitialValuesOnDisable: 0 - StopFeedbacksOnDisable: 0 - PlayCount: 0 - references: - version: 2 - RefIds: - - rid: 0 - type: {class: MMF_ShaderController, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: 153046363 - Label: ShaderController - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 616823398} - DebugActive: 0 - Mode: 0 - TargetShaderController: {fileID: 749648100} - TargetShaderControllerList: [] - RevertToInitialValueAfterEnd: 0 - GetInitialValueOnOneTime: 0 - OneTimeDuration: 1 - OneTimeAmplitude: 1 - OneTimeRemapMin: 0 - OneTimeRemapMax: 5 - OneTimeCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.5 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - ToDestinationValue: 1 - ToDestinationDuration: 1 - ToDestinationColor: {r: 1, g: 0, b: 0, a: 1} - ToDestinationCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.5 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - - rid: 1 - type: {class: MMF_ShaderController, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: -1448199780 - Label: ShaderController - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 616823398} - DebugActive: 0 - Mode: 0 - TargetShaderController: {fileID: 594467931} - TargetShaderControllerList: [] - RevertToInitialValueAfterEnd: 0 - GetInitialValueOnOneTime: 0 - OneTimeDuration: 1 - OneTimeAmplitude: 1 - OneTimeRemapMin: 0 - OneTimeRemapMax: 5 - OneTimeCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.5 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - ToDestinationValue: 1 - ToDestinationDuration: 1 - ToDestinationColor: {r: 1, g: 0, b: 0, a: 1} - ToDestinationCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.5 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - - rid: 2 - type: {class: MMF_AudioSource, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: 663611169 - Label: AudioSource - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 616823398} - DebugActive: 0 - TargetAudioSource: {fileID: 478010195} - Mode: 0 - RandomSfx: [] - MinVolume: 1 - MaxVolume: 1 - MinPitch: 1 - MaxPitch: 1 - SfxAudioMixerGroup: {fileID: 0} ---- !u!224 &636691499 stripped -RectTransform: - m_CorrespondingSourceObject: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - m_PrefabInstance: {fileID: 797730521} - m_PrefabAsset: {fileID: 0} ---- !u!1 &639944939 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 639944940} - - component: {fileID: 639944941} - m_Layer: 0 - m_Name: SpriteSheetAnimation - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &639944940 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 639944939} - serializedVersion: 2 - m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: 0} - m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 - m_Children: [] - m_Father: {fileID: 562921500} - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!114 &639944941 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 639944939} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 6da43522623d4704e979466dc7650b65, type: 3} - m_Name: - m_EditorClassIdentifier: - Feedbacks: [] - InitializationMode: 2 - AutoInitialization: 1 - SafeMode: 3 - Direction: 0 - AutoChangeDirectionOnEnd: 0 - AutoPlayOnStart: 0 - AutoPlayOnEnable: 0 - ForceTimescaleMode: 0 - ForcedTimescaleMode: 1 - DurationMultiplier: 1 - TimescaleMultiplier: 1 - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 1.5} - DisplayFullDurationDetails: 0 - PlayerTimescaleMode: 1 - OnlyPlayIfWithinRange: 0 - RangeCenter: {fileID: 0} - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - IgnoreRangeEvents: 0 - CooldownDuration: 0 - InitialDelay: 0 - CanPlay: 1 - CanPlayWhileAlreadyPlaying: 1 - ChanceToPlay: 100 - FeedbacksIntensity: 1 - Events: - TriggerMMFeedbacksEvents: 0 - TriggerUnityEvents: 1 - OnPlay: - m_PersistentCalls: - m_Calls: [] - OnPause: - m_PersistentCalls: - m_Calls: [] - OnStop: - m_PersistentCalls: - m_Calls: [] - OnResume: - m_PersistentCalls: - m_Calls: [] - OnChangeDirection: - m_PersistentCalls: - m_Calls: [] - OnComplete: - m_PersistentCalls: - m_Calls: [] - OnRestoreInitialValues: - m_PersistentCalls: - m_Calls: [] - OnSkipToTheEnd: - m_PersistentCalls: - m_Calls: [] - OnInitializationComplete: - m_PersistentCalls: - m_Calls: [] - OnEnable: - m_PersistentCalls: - m_Calls: [] - OnDisable: - m_PersistentCalls: - m_Calls: [] - DebugActive: 0 - InScriptDrivenPause: 0 - FeedbacksList: - - rid: 0 - - rid: 6095433565684367430 - - rid: 6095433565684367431 - - rid: 6095433565684367432 - KeepPlayModeChanges: 0 - PerformanceMode: 0 - RestoreInitialValuesOnDisable: 0 - StopFeedbacksOnDisable: 0 - PlayCount: 0 - references: - version: 2 - RefIds: - - rid: 0 - type: {class: MMF_AudioSource, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: -1626501411 - Label: AudioSource - OriginalLabel: AudioSource - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 14 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 639944941} - DebugActive: 0 - TargetAudioSource: {fileID: 478010195} - Mode: 0 - RandomSfx: [] - MinVolume: 1 - MaxVolume: 1 - MinPitch: 1 - MaxPitch: 1 - SfxAudioMixerGroup: {fileID: 0} - - rid: 6095433565684367430 - type: {class: MMF_SpriteSheetAnimation, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: 87607713 - Label: Sprite Sheet Animation - OriginalLabel: Sprite Sheet Animation - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0.8, y: 1} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 639944941} - DebugActive: 0 - TargetSpriteRenderers: - - {fileID: 1352294454} - TargetImages: [] - AnimationSprites: - - {fileID: 21300000, guid: bad6c0f0bf6c3aa4690d400a757fa284, type: 3} - - {fileID: 21300002, guid: bad6c0f0bf6c3aa4690d400a757fa284, type: 3} - - {fileID: 21300004, guid: bad6c0f0bf6c3aa4690d400a757fa284, type: 3} - - {fileID: 21300006, guid: bad6c0f0bf6c3aa4690d400a757fa284, type: 3} - - {fileID: 21300008, guid: bad6c0f0bf6c3aa4690d400a757fa284, type: 3} - - {fileID: 21300010, guid: bad6c0f0bf6c3aa4690d400a757fa284, type: 3} - - {fileID: 21300012, guid: bad6c0f0bf6c3aa4690d400a757fa284, type: 3} - - {fileID: 21300014, guid: bad6c0f0bf6c3aa4690d400a757fa284, type: 3} - - {fileID: 21300016, guid: bad6c0f0bf6c3aa4690d400a757fa284, type: 3} - - {fileID: 21300018, guid: bad6c0f0bf6c3aa4690d400a757fa284, type: 3} - - {fileID: 21300020, guid: bad6c0f0bf6c3aa4690d400a757fa284, type: 3} - - {fileID: 21300022, guid: bad6c0f0bf6c3aa4690d400a757fa284, type: 3} - - {fileID: 21300024, guid: bad6c0f0bf6c3aa4690d400a757fa284, type: 3} - - {fileID: 21300026, guid: bad6c0f0bf6c3aa4690d400a757fa284, type: 3} - - {fileID: 21300028, guid: bad6c0f0bf6c3aa4690d400a757fa284, type: 3} - - {fileID: 21300030, guid: bad6c0f0bf6c3aa4690d400a757fa284, type: 3} - - {fileID: 21300032, guid: bad6c0f0bf6c3aa4690d400a757fa284, type: 3} - - {fileID: 21300034, guid: bad6c0f0bf6c3aa4690d400a757fa284, type: 3} - - {fileID: 21300036, guid: bad6c0f0bf6c3aa4690d400a757fa284, type: 3} - - {fileID: 21300038, guid: bad6c0f0bf6c3aa4690d400a757fa284, type: 3} - - {fileID: 21300040, guid: bad6c0f0bf6c3aa4690d400a757fa284, type: 3} - - {fileID: 21300042, guid: bad6c0f0bf6c3aa4690d400a757fa284, type: 3} - - {fileID: 21300044, guid: bad6c0f0bf6c3aa4690d400a757fa284, type: 3} - - {fileID: 21300046, guid: bad6c0f0bf6c3aa4690d400a757fa284, type: 3} - - {fileID: 21300048, guid: bad6c0f0bf6c3aa4690d400a757fa284, type: 3} - FrameRate: 12 - RandomOffset: {x: 0, y: 0} - Loop: 0 - - rid: 6095433565684367431 - type: {class: MMF_HoldingPause, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: 883760326 - Label: Holding Pause - OriginalLabel: Holding Pause - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0.8, y: 1} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 639944941} - DebugActive: 0 - PauseDuration: 0.5 - RandomizePauseDuration: 0 - MinPauseDuration: 1 - MaxPauseDuration: 3 - RandomizeOnEachPlay: 1 - ScriptDriven: 0 - AutoResume: 0 - AutoResumeAfter: 0.25 - - rid: 6095433565684367432 - type: {class: MMF_PlayerControl, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: 213101728 - Label: MMF Player Control - OriginalLabel: MMF Player Control - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0.8, y: 1} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 639944941} - DebugActive: 0 - TargetPlayers: - - {fileID: 639944941} - WaitForTargetPlayersToFinish: 0 - Mode: 12 ---- !u!1 &651972206 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 651972207} - - component: {fileID: 651972208} - m_Layer: 0 - m_Name: CameraFieldOfView - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &651972207 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 651972206} - serializedVersion: 2 - m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: 0.023957789, y: 4.7921257, z: 1.0697918} - m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 - m_Children: [] - m_Father: {fileID: 438603709} - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!114 &651972208 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 651972206} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 6da43522623d4704e979466dc7650b65, type: 3} - m_Name: - m_EditorClassIdentifier: - Feedbacks: [] - InitializationMode: 2 - AutoInitialization: 1 - SafeMode: 3 - Direction: 0 - AutoChangeDirectionOnEnd: 0 - AutoPlayOnStart: 0 - AutoPlayOnEnable: 0 - ForceTimescaleMode: 0 - ForcedTimescaleMode: 1 - DurationMultiplier: 1 - TimescaleMultiplier: 1 - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 1.5} - DisplayFullDurationDetails: 0 - PlayerTimescaleMode: 1 - OnlyPlayIfWithinRange: 0 - RangeCenter: {fileID: 0} - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - IgnoreRangeEvents: 0 - CooldownDuration: 0 - InitialDelay: 0 - CanPlay: 1 - CanPlayWhileAlreadyPlaying: 1 - ChanceToPlay: 100 - FeedbacksIntensity: 1 - Events: - TriggerMMFeedbacksEvents: 0 - TriggerUnityEvents: 1 - OnPlay: - m_PersistentCalls: - m_Calls: [] - OnPause: - m_PersistentCalls: - m_Calls: [] - OnStop: - m_PersistentCalls: - m_Calls: [] - OnResume: - m_PersistentCalls: - m_Calls: [] - OnChangeDirection: - m_PersistentCalls: - m_Calls: [] - OnComplete: - m_PersistentCalls: - m_Calls: [] - OnRestoreInitialValues: - m_PersistentCalls: - m_Calls: [] - OnSkipToTheEnd: - m_PersistentCalls: - m_Calls: [] - OnInitializationComplete: - m_PersistentCalls: - m_Calls: [] - OnEnable: - m_PersistentCalls: - m_Calls: [] - OnDisable: - m_PersistentCalls: - m_Calls: [] - DebugActive: 0 - InScriptDrivenPause: 0 - FeedbacksList: - - rid: 0 - - rid: 1 - KeepPlayModeChanges: 0 - PerformanceMode: 0 - RestoreInitialValuesOnDisable: 0 - StopFeedbacksOnDisable: 0 - PlayCount: 0 - references: - version: 2 - RefIds: - - rid: 0 - type: {class: MMF_AudioSource, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: -3681733 - Label: AudioSource - OriginalLabel: AudioSource - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 651972208} - DebugActive: 0 - TargetAudioSource: {fileID: 478010195} - Mode: 0 - RandomSfx: [] - MinVolume: 1 - MaxVolume: 1 - MinPitch: 1 - MaxPitch: 1 - SfxAudioMixerGroup: {fileID: 0} - - rid: 1 - type: {class: MMF_CameraFieldOfView, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: -1969616089 - Label: Field of View - OriginalLabel: Field of View - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: Automatic Shaker Setup - Owner: {fileID: 651972208} - DebugActive: 0 - Duration: 2 - ResetShakerValuesAfterShake: 1 - ResetTargetValuesAfterShake: 1 - RelativeFieldOfView: 0 - ShakeFieldOfView: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.5 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapFieldOfViewZero: 40 - RemapFieldOfViewOne: 60 ---- !u!1 &654255413 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 654255414} - - component: {fileID: 654255416} - - component: {fileID: 654255415} - - component: {fileID: 654255417} - m_Layer: 0 - m_Name: PointLight1 - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &654255414 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 654255413} - serializedVersion: 2 - m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: 0.24, y: -2.33, z: 8.558} - m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 - m_Children: [] - m_Father: {fileID: 63926507} - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!114 &654255415 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 654255413} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 347013242dca7c44fb5001793033ea59, type: 3} - m_Name: - m_EditorClassIdentifier: - UpdateMode: 0 - PositionActive: 0 - RotationActive: 0 - ScaleActive: 0 - PositionWiggleProperties: - WigglePermitted: 1 - WiggleType: 1 - UseUnscaledTime: 0 - TimeMultiplier: 1 - StartWigglingAutomatically: 1 - SmoothPingPong: 1 - UseSpeedCurve: 0 - SpeedCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 1 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 1 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - FrequencyMin: 0 - FrequencyMax: 1 - AmplitudeMin: {x: 0, y: 0, z: 0} - AmplitudeMax: {x: 1, y: 1, z: 1} - RelativeAmplitude: 1 - UniformValues: 0 - ForceVectorLength: 0 - ForcedVectorLength: 1 - Curve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 1 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 1 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapCurveZeroMin: {x: 0, y: 0, z: 0} - RemapCurveZeroMax: {x: 0, y: 0, z: 0} - RemapCurveOneMin: {x: 1, y: 1, z: 1} - RemapCurveOneMax: {x: 1, y: 1, z: 1} - RelativeCurveAmplitude: 1 - CurvePingPong: 0 - PauseMin: 0 - PauseMax: 0 - LimitedTime: 0 - LimitedTimeTotal: 0 - LimitedTimeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - LimitedTimeResetValue: 1 - LimitedTimeLeft: 0 - NoiseFrequencyMin: {x: 0, y: 0, z: 0} - NoiseFrequencyMax: {x: 1, y: 1, z: 1} - NoiseShiftMin: {x: 0, y: 0, z: 0} - NoiseShiftMax: {x: 0, y: 0, z: 0} - RotationWiggleProperties: - WigglePermitted: 1 - WiggleType: 1 - UseUnscaledTime: 0 - TimeMultiplier: 1 - StartWigglingAutomatically: 1 - SmoothPingPong: 1 - UseSpeedCurve: 0 - SpeedCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 1 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 1 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - FrequencyMin: 0 - FrequencyMax: 1 - AmplitudeMin: {x: 0, y: 0, z: 0} - AmplitudeMax: {x: 1, y: 1, z: 1} - RelativeAmplitude: 1 - UniformValues: 0 - ForceVectorLength: 0 - ForcedVectorLength: 1 - Curve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 1 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 1 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapCurveZeroMin: {x: 0, y: 0, z: 0} - RemapCurveZeroMax: {x: 0, y: 0, z: 0} - RemapCurveOneMin: {x: 1, y: 1, z: 1} - RemapCurveOneMax: {x: 1, y: 1, z: 1} - RelativeCurveAmplitude: 1 - CurvePingPong: 0 - PauseMin: 0 - PauseMax: 0 - LimitedTime: 0 - LimitedTimeTotal: 0 - LimitedTimeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - LimitedTimeResetValue: 1 - LimitedTimeLeft: 0 - NoiseFrequencyMin: {x: 0, y: 0, z: 0} - NoiseFrequencyMax: {x: 1, y: 1, z: 1} - NoiseShiftMin: {x: 0, y: 0, z: 0} - NoiseShiftMax: {x: 0, y: 0, z: 0} - ScaleWiggleProperties: - WigglePermitted: 1 - WiggleType: 1 - UseUnscaledTime: 0 - TimeMultiplier: 1 - StartWigglingAutomatically: 1 - SmoothPingPong: 1 - UseSpeedCurve: 0 - SpeedCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 1 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 1 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - FrequencyMin: 0 - FrequencyMax: 1 - AmplitudeMin: {x: 0, y: 0, z: 0} - AmplitudeMax: {x: 1, y: 1, z: 1} - RelativeAmplitude: 1 - UniformValues: 0 - ForceVectorLength: 0 - ForcedVectorLength: 1 - Curve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 1 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 1 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapCurveZeroMin: {x: 0, y: 0, z: 0} - RemapCurveZeroMax: {x: 0, y: 0, z: 0} - RemapCurveOneMin: {x: 1, y: 1, z: 1} - RemapCurveOneMax: {x: 1, y: 1, z: 1} - RelativeCurveAmplitude: 1 - CurvePingPong: 0 - PauseMin: 0 - PauseMax: 0 - LimitedTime: 0 - LimitedTimeTotal: 0 - LimitedTimeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - LimitedTimeResetValue: 1 - LimitedTimeLeft: 0 - NoiseFrequencyMin: {x: 0, y: 0, z: 0} - NoiseFrequencyMax: {x: 1, y: 1, z: 1} - NoiseShiftMin: {x: 0, y: 0, z: 0} - NoiseShiftMax: {x: 0, y: 0, z: 0} - DebugWiggleDuration: 2 ---- !u!108 &654255416 -Light: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 654255413} - m_Enabled: 1 - serializedVersion: 11 - m_Type: 2 - m_Color: {r: 0.031372547, g: 0.6065378, b: 1, a: 1} - m_Intensity: 0 - m_Range: 10 - m_SpotAngle: 30 - m_InnerSpotAngle: 21.80208 - m_CookieSize: 10 - m_Shadows: - m_Type: 0 - m_Resolution: -1 - m_CustomResolution: -1 - m_Strength: 1 - m_Bias: 0.05 - m_NormalBias: 0.4 - m_NearPlane: 0.2 - m_CullingMatrixOverride: - e00: 1 - e01: 0 - e02: 0 - e03: 0 - e10: 0 - e11: 1 - e12: 0 - e13: 0 - e20: 0 - e21: 0 - e22: 1 - e23: 0 - e30: 0 - e31: 0 - e32: 0 - e33: 1 - m_UseCullingMatrixOverride: 0 - m_Cookie: {fileID: 0} - m_DrawHalo: 0 - m_Flare: {fileID: 0} - m_RenderMode: 0 - m_CullingMask: - serializedVersion: 2 - m_Bits: 4294967295 - m_RenderingLayerMask: 1 - m_Lightmapping: 4 - m_LightShadowCasterMode: 0 - m_AreaSize: {x: 1, y: 1} - m_BounceIntensity: 1 - m_ColorTemperature: 6570 - m_UseColorTemperature: 0 - m_BoundingSphereOverride: {x: 0, y: 0, z: 0, w: 0} - m_UseBoundingSphereOverride: 0 - m_UseViewFrustumForShadowCasterCull: 1 - m_ForceVisible: 0 - m_ShadowRadius: 0 - m_ShadowAngle: 0 - m_LightUnit: 1 - m_LuxAtDistance: 1 - m_EnableSpotReflector: 1 ---- !u!114 &654255417 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 654255413} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 74afe8fa850212e4cb811213ee9ae400, type: 3} - m_Name: - m_EditorClassIdentifier: - OnEquilibriumReached: - m_PersistentCalls: - m_Calls: [] - Target: {fileID: 0} - TimeScaleMode: 1 - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - FloatSpring: - Damping: 0.4 - Frequency: 6 - ClampSettings: - ClampMin: 0 - ClampMinValue: 0 - ClampMinInitial: 0 - ClampMinBounce: 0 - ClampMax: 0 - ClampMaxValue: 10 - ClampMaxInitial: 0 - ClampMaxBounce: 0 - SpringDebug: - CurrentValue: 0 - TargetValue: 0 - UnifiedSpring: 0 - CurrentValueDisplay: 0 - TargetValueDisplay: 0 - VelocityDisplay: 0 - MoveToRandomValue: {x: -2, y: 2} - BumpAmountRandomValue: {x: 20, y: 100} - TestMoveToValue: 2 - MoveToToolbar: 0 - TestBumpAmount: 75 - BumpToToolbar: 0 - OtherControlsToToolbar: 0 ---- !u!1001 &658106041 -PrefabInstance: - m_ObjectHideFlags: 0 - serializedVersion: 2 - m_Modification: - serializedVersion: 3 - m_TransformParent: {fileID: 1557570896} - m_Modifications: - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: Feedbacks.Array.size - value: 6 - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[0]' - value: - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[1]' - value: - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[2]' - value: - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[3]' - value: - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[4]' - value: - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[5]' - value: - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[6]' - value: - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Pivot.x - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Pivot.y - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_RootOrder - value: 106 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMax.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMax.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMin.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMin.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_SizeDelta.x - value: 256.1 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_SizeDelta.y - value: 30 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalPosition.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.w - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.x - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.y - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.z - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchoredPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchoredPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalEulerAnglesHint.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalEulerAnglesHint.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalEulerAnglesHint.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604939, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_OnClick.m_PersistentCalls.m_Calls.Array.data[0].m_Target - value: - objectReference: {fileID: 2141879283} - - target: {fileID: 2903879014986604939, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_OnClick.m_PersistentCalls.m_Calls.Array.data[0].m_MethodName - value: PlayFeedbacks - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604939, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_OnClick.m_PersistentCalls.m_Calls.Array.data[0].m_Arguments.m_ObjectArgumentAssemblyTypeName - value: UnityEngine.Object, UnityEngine - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604941, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Name - value: Button - RectTransform Anchor - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Text - value: RectTransform Anchor - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Color.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Color.b - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Color.g - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Color.r - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 4258887795993319071, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: NotSupportedInWebGL - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.size - value: 6 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[0]' - value: MoreMountains.Feedbacks MoreMountains.Feedbacks.MMF_AudioSource - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[1]' - value: MoreMountains.Feedbacks MoreMountains.Feedbacks.MMF_SetActive - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[2]' - value: MoreMountains.Feedbacks MoreMountains.Feedbacks.MMF_Pause - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[3]' - value: MoreMountains.Feedbacks.MMTools MoreMountains.Feedbacks.MMF_RectTransformAnchor - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[4]' - value: MoreMountains.Feedbacks MoreMountains.Feedbacks.MMF_HoldingPause - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[5]' - value: MoreMountains.Feedbacks MoreMountains.Feedbacks.MMF_SetActive - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Mode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Mode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Label - value: AudioSource - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Label - value: Set Active - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Label - value: Pause - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Label - value: RectTransform Anchor - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Label - value: Holding Pause - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Label - value: Set Active - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].MaxPitch - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].MinPitch - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].UniqueID - value: 985714045 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].UniqueID - value: 1075949559 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].UniqueID - value: 1464919973 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Duration - value: 0.2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].UniqueID - value: 337486047 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].UniqueID - value: -1099990613 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].UniqueID - value: 817157841 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].MaxVolume - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].MinVolume - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].StartsOff - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AutoResume - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AutoResume - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].StateOnInit - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].StateOnPlay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].StateOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].StateOnInit - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].StateOnPlay - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].StateOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].StateOnReset - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].ScriptDriven - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].ScriptDriven - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].StateOnReset - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].PauseDuration - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].DisableOnStop - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].PauseDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].SetStateOnInit - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].SetStateOnPlay - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].SetStateOnStop - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].RelativeValues - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].SetStateOnInit - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].SetStateOnPlay - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].SetStateOnStop - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].SetStateOnReset - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AutoResumeAfter - value: 0.25 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].ModifyAnchorMax - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].ModifyAnchorMin - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AutoResumeAfter - value: 0.25 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].SetStateOnReset - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].TargetGameObject - value: - objectReference: {fileID: 366288791} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].MaxPauseDuration - value: 3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].MinPauseDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].MaxPauseDuration - value: 3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].MinPauseDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].TargetGameObject - value: - objectReference: {fileID: 366288791} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].TargetAudioSource - value: - objectReference: {fileID: 478010195} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].SfxAudioMixerGroup - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AllowAdditivePlays - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].RandomizeOnEachPlay - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnchorMaxRemapOne.x - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnchorMaxRemapOne.y - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnchorMinRemapOne.x - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnchorMinRemapOne.y - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].TargetRectTransform - value: - objectReference: {fileID: 366288792} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].RandomizeOnEachPlay - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].RandomSfx.Array.size - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnchorMaxRemapZero.x - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnchorMaxRemapZero.y - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnchorMinRemapZero.x - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnchorMinRemapZero.y - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].RandomizePauseDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].RandomizePauseDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnchorMaxCurve.MMTweenCurve - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnchorMinCurve.MMTweenCurve - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnchorMaxCurve.Curve.m_PreInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnchorMinCurve.Curve.m_PreInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnchorMaxCurve.Curve.m_PostInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnchorMinCurve.Curve.m_PostInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnchorMaxCurve.Curve.m_RotationOrder - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnchorMaxCurve.MMTweenDefinitionType - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnchorMinCurve.Curve.m_RotationOrder - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnchorMinCurve.MMTweenDefinitionType - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnchorMaxCurve.Curve.m_Curve.Array.size - value: 3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnchorMinCurve.Curve.m_Curve.Array.size - value: 3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnchorMaxCurve.Curve.m_Curve.Array.data[0].time - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnchorMaxCurve.Curve.m_Curve.Array.data[1].time - value: 0.25 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnchorMaxCurve.Curve.m_Curve.Array.data[2].time - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnchorMinCurve.Curve.m_Curve.Array.data[0].time - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnchorMinCurve.Curve.m_Curve.Array.data[1].time - value: 0.25 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnchorMinCurve.Curve.m_Curve.Array.data[2].time - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnchorMaxCurve.Curve.m_Curve.Array.data[0].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnchorMaxCurve.Curve.m_Curve.Array.data[1].value - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnchorMaxCurve.Curve.m_Curve.Array.data[2].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnchorMinCurve.Curve.m_Curve.Array.data[0].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnchorMinCurve.Curve.m_Curve.Array.data[1].value - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnchorMinCurve.Curve.m_Curve.Array.data[2].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnchorMaxCurve.Curve.m_Curve.Array.data[0].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnchorMaxCurve.Curve.m_Curve.Array.data[1].inSlope - value: -0.64006793 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnchorMaxCurve.Curve.m_Curve.Array.data[2].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnchorMinCurve.Curve.m_Curve.Array.data[0].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnchorMinCurve.Curve.m_Curve.Array.data[1].inSlope - value: -0.64006793 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnchorMinCurve.Curve.m_Curve.Array.data[2].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnchorMaxCurve.Curve.m_Curve.Array.data[0].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnchorMaxCurve.Curve.m_Curve.Array.data[0].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnchorMaxCurve.Curve.m_Curve.Array.data[1].inWeight - value: 0.33333334 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnchorMaxCurve.Curve.m_Curve.Array.data[1].outSlope - value: -0.64006793 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnchorMaxCurve.Curve.m_Curve.Array.data[2].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnchorMaxCurve.Curve.m_Curve.Array.data[2].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnchorMinCurve.Curve.m_Curve.Array.data[0].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnchorMinCurve.Curve.m_Curve.Array.data[0].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnchorMinCurve.Curve.m_Curve.Array.data[1].inWeight - value: 0.33333334 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnchorMinCurve.Curve.m_Curve.Array.data[1].outSlope - value: -0.64006793 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnchorMinCurve.Curve.m_Curve.Array.data[2].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnchorMinCurve.Curve.m_Curve.Array.data[2].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnchorMaxCurve.Curve.m_Curve.Array.data[0].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnchorMaxCurve.Curve.m_Curve.Array.data[1].outWeight - value: 0.33333334 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnchorMaxCurve.Curve.m_Curve.Array.data[2].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnchorMinCurve.Curve.m_Curve.Array.data[0].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnchorMinCurve.Curve.m_Curve.Array.data[1].outWeight - value: 0.33333334 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnchorMinCurve.Curve.m_Curve.Array.data[2].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnchorMaxCurve.Curve.m_Curve.Array.data[0].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnchorMaxCurve.Curve.m_Curve.Array.data[1].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnchorMaxCurve.Curve.m_Curve.Array.data[2].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnchorMinCurve.Curve.m_Curve.Array.data[0].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnchorMinCurve.Curve.m_Curve.Array.data[1].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnchorMinCurve.Curve.m_Curve.Array.data[2].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnchorMaxCurve.Curve.m_Curve.Array.data[0].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnchorMaxCurve.Curve.m_Curve.Array.data[1].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnchorMaxCurve.Curve.m_Curve.Array.data[2].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnchorMinCurve.Curve.m_Curve.Array.data[0].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnchorMinCurve.Curve.m_Curve.Array.data[1].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnchorMinCurve.Curve.m_Curve.Array.data[2].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 9167406172343059487, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_IsActive - value: 0 - objectReference: {fileID: 0} - m_RemovedComponents: - - {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, type: 3} - m_RemovedGameObjects: [] - m_AddedGameObjects: [] - m_AddedComponents: [] - m_SourcePrefab: {fileID: 100100000, guid: a16c33a1240b8ce4f930161a7c85fae6, type: 3} ---- !u!224 &658106042 stripped -RectTransform: - m_CorrespondingSourceObject: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - m_PrefabInstance: {fileID: 658106041} - m_PrefabAsset: {fileID: 0} ---- !u!1 &664164236 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 664164237} - - component: {fileID: 664164238} - m_Layer: 0 - m_Name: Property - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &664164237 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 664164236} - serializedVersion: 2 - m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: 0} - m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 - m_Children: [] - m_Father: {fileID: 1582576612} - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!114 &664164238 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 664164236} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 6da43522623d4704e979466dc7650b65, type: 3} - m_Name: - m_EditorClassIdentifier: - Feedbacks: [] - InitializationMode: 2 - AutoInitialization: 1 - SafeMode: 3 - Direction: 0 - AutoChangeDirectionOnEnd: 0 - AutoPlayOnStart: 0 - AutoPlayOnEnable: 0 - ForceTimescaleMode: 0 - ForcedTimescaleMode: 1 - DurationMultiplier: 1 - TimescaleMultiplier: 1 - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 1.5} - DisplayFullDurationDetails: 0 - PlayerTimescaleMode: 1 - OnlyPlayIfWithinRange: 0 - RangeCenter: {fileID: 0} - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - IgnoreRangeEvents: 0 - CooldownDuration: 0 - InitialDelay: 0 - CanPlay: 1 - CanPlayWhileAlreadyPlaying: 1 - ChanceToPlay: 100 - FeedbacksIntensity: 1 - Events: - TriggerMMFeedbacksEvents: 0 - TriggerUnityEvents: 1 - OnPlay: - m_PersistentCalls: - m_Calls: [] - OnPause: - m_PersistentCalls: - m_Calls: [] - OnStop: - m_PersistentCalls: - m_Calls: [] - OnResume: - m_PersistentCalls: - m_Calls: [] - OnChangeDirection: - m_PersistentCalls: - m_Calls: [] - OnComplete: - m_PersistentCalls: - m_Calls: [] - OnRestoreInitialValues: - m_PersistentCalls: - m_Calls: [] - OnSkipToTheEnd: - m_PersistentCalls: - m_Calls: [] - OnInitializationComplete: - m_PersistentCalls: - m_Calls: [] - OnEnable: - m_PersistentCalls: - m_Calls: [] - OnDisable: - m_PersistentCalls: - m_Calls: [] - DebugActive: 0 - InScriptDrivenPause: 0 - FeedbacksList: - - rid: 0 - - rid: 1 - KeepPlayModeChanges: 0 - PerformanceMode: 0 - RestoreInitialValuesOnDisable: 0 - StopFeedbacksOnDisable: 0 - PlayCount: 0 - references: - version: 2 - RefIds: - - rid: 0 - type: {class: MMF_AudioSource, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: -407229110 - Label: AudioSource - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 664164238} - DebugActive: 0 - TargetAudioSource: {fileID: 478010195} - Mode: 0 - RandomSfx: [] - MinVolume: 1 - MaxVolume: 1 - MinPitch: 1 - MaxPitch: 1 - SfxAudioMixerGroup: {fileID: 0} - - rid: 1 - type: {class: MMF_Property, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: 1698342506 - Label: Property - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 664164238} - DebugActive: 0 - Target: - TargetObject: {fileID: 2131905320} - TargetComponent: {fileID: 2131905321} - TargetScriptableObject: {fileID: 0} - TargetPropertyName: RotationSpeed - ShouldModifyValue: 1 - RelativeValue: 1 - ModifyX: 1 - ModifyY: 0 - ModifyZ: 0 - ModifyW: 1 - Threshold: 0.5 - BoolRemapZero: 0 - BoolRemapOne: 1 - StringRemapZero: Zero - StringRemapOne: One - IntRemapZero: 0 - IntRemapOne: 1 - FloatRemapZero: 0 - FloatRemapOne: 1 - Vector2RemapZero: {x: 0, y: 0} - Vector2RemapOne: {x: 1, y: 1} - Vector3RemapZero: {x: 0, y: 0, z: 0} - Vector3RemapOne: {x: 5000, y: 1, z: 1} - Vector4RemapZero: {x: 0, y: 0, z: 0, w: 0} - Vector4RemapOne: {x: 1, y: 1, z: 1, w: 1} - QuaternionRemapZero: {x: 0, y: 0, z: 0} - QuaternionRemapOne: {x: 180, y: 180, z: 180} - ColorRemapZero: {r: 1, g: 1, b: 1, a: 1} - ColorRemapOne: {r: 0, g: 0, b: 0, a: 1} - Level: 0 - Mode: 0 - Duration: 1 - StartsOff: 0 - RelativeValues: 1 - AllowAdditivePlays: 0 - DetermineInitialValueOnPlay: 0 - LevelCurve: - MMTweenDefinitionType: 1 - MMTweenCurve: 4 - Curve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.3 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - Initialized: 0 - ConditionPropertyName: - EnumConditionPropertyName: Mode - EnumConditions: 0100010000000000000000000000000000000000000000000000000000000000 - RemapLevelZero: 0 - RemapLevelOne: 1 - InstantLevel: 0 - ToDestinationLevel: 5 ---- !u!1001 &672466309 -PrefabInstance: - m_ObjectHideFlags: 0 - serializedVersion: 2 - m_Modification: - serializedVersion: 3 - m_TransformParent: {fileID: 1557570896} - m_Modifications: - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: Feedbacks.Array.size - value: 7 - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[0]' - value: - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[1]' - value: - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[2]' - value: - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[3]' - value: - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[4]' - value: - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[5]' - value: - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[6]' - value: - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[7]' - value: - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Pivot.x - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Pivot.y - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_RootOrder - value: 119 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMax.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMax.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMin.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMin.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_SizeDelta.x - value: 256.1 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_SizeDelta.y - value: 30 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalPosition.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.w - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.x - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.y - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.z - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchoredPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchoredPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalEulerAnglesHint.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalEulerAnglesHint.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalEulerAnglesHint.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604939, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_OnClick.m_PersistentCalls.m_Calls.Array.data[0].m_Target - value: - objectReference: {fileID: 1891081533} - - target: {fileID: 2903879014986604939, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_OnClick.m_PersistentCalls.m_Calls.Array.data[0].m_MethodName - value: PlayFeedbacks - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604939, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_OnClick.m_PersistentCalls.m_Calls.Array.data[0].m_Arguments.m_ObjectArgumentAssemblyTypeName - value: UnityEngine.Object, UnityEngine - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604941, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Name - value: Button - Color - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Text - value: TMP Color - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Color.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Color.b - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Color.g - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Color.r - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 4258887795993319071, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: NotSupportedInWebGL - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.size - value: 7 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[0]' - value: MoreMountains.Feedbacks MoreMountains.Feedbacks.MMF_AudioSource - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[1]' - value: MoreMountains.Feedbacks MoreMountains.Feedbacks.MMF_SetActive - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[2]' - value: MoreMountains.Feedbacks.TextMeshPro MoreMountains.Feedbacks.MMF_TMPText - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[3]' - value: MoreMountains.Feedbacks MoreMountains.Feedbacks.MMF_Pause - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[4]' - value: MoreMountains.Feedbacks.TextMeshPro MoreMountains.Feedbacks.MMF_TMPColor - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[5]' - value: MoreMountains.Feedbacks MoreMountains.Feedbacks.MMF_HoldingPause - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[6]' - value: MoreMountains.Feedbacks MoreMountains.Feedbacks.MMF_SetActive - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Mode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Label - value: AudioSource - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Label - value: Set Active - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Label - value: TMP Text - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Label - value: Pause - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Label - value: TMP Color - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Label - value: Holding Pause - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Label - value: Set Inactive - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].NewText - value: 'This text - - will change color.' - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].MaxPitch - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].MinPitch - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].UniqueID - value: -628252730 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].UniqueID - value: -1070318339 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].UniqueID - value: -782160961 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].UniqueID - value: 782858808 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Duration - value: 1.5 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].UniqueID - value: -1727991966 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].UniqueID - value: 1183615177 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].UniqueID - value: 633298155 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].MaxVolume - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].MinVolume - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].ColorMode - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AutoResume - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].AutoResume - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].StateOnInit - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].StateOnPlay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].StateOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].StateOnInit - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].StateOnPlay - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].StateOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].StateOnReset - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].ScriptDriven - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].ScriptDriven - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].StateOnReset - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].TargetTMPText - value: - objectReference: {fileID: 500670851} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].PauseDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].TargetTMPText - value: - objectReference: {fileID: 500670851} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].PauseDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].SetStateOnInit - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].SetStateOnPlay - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].SetStateOnStop - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].InstantColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].InstantColor.b - value: 0.015686275 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].InstantColor.g - value: 0.92156863 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].InstantColor.r - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].SetStateOnInit - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].SetStateOnPlay - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].SetStateOnStop - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].SetStateOnReset - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AutoResumeAfter - value: 0.25 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].AutoResumeAfter - value: 0.25 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].SetStateOnReset - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].TargetGameObject - value: - objectReference: {fileID: 731678809} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].MaxPauseDuration - value: 3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].MinPauseDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].MaxPauseDuration - value: 3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].MinPauseDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].TargetGameObject - value: - objectReference: {fileID: 731678809} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].TargetAudioSource - value: - objectReference: {fileID: 478010195} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].SfxAudioMixerGroup - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AllowAdditivePlays - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].DestinationColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].DestinationColor.b - value: 0.015686275 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].DestinationColor.g - value: 0.92156863 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].DestinationColor.r - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].RandomizeOnEachPlay - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].RandomizeOnEachPlay - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].RandomSfx.Array.size - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].ColorGradient.atime0 - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].ColorGradient.atime1 - value: 65535 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].ColorGradient.atime2 - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].ColorGradient.atime3 - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].ColorGradient.atime4 - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].ColorGradient.atime5 - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].ColorGradient.atime6 - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].ColorGradient.atime7 - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].ColorGradient.ctime0 - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].ColorGradient.ctime1 - value: 12914 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].ColorGradient.ctime2 - value: 28334 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].ColorGradient.ctime3 - value: 38743 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].ColorGradient.ctime4 - value: 50693 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].ColorGradient.ctime5 - value: 65535 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].ColorGradient.ctime6 - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].ColorGradient.ctime7 - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].ColorGradient.key0.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].ColorGradient.key0.b - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].ColorGradient.key0.g - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].ColorGradient.key0.r - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].ColorGradient.key1.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].ColorGradient.key1.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].ColorGradient.key1.g - value: 0.8173368 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].ColorGradient.key1.r - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].ColorGradient.key2.a - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].ColorGradient.key2.b - value: 0.07318635 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].ColorGradient.key2.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].ColorGradient.key2.r - value: 0.5754717 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].ColorGradient.key3.a - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].ColorGradient.key3.b - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].ColorGradient.key3.g - value: 0.9080217 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].ColorGradient.key3.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].ColorGradient.key4.a - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].ColorGradient.key4.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].ColorGradient.key4.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].ColorGradient.key4.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].ColorGradient.key5.a - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].ColorGradient.key5.b - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].ColorGradient.key5.g - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].ColorGradient.key5.r - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].ColorGradient.key6.a - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].ColorGradient.key6.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].ColorGradient.key6.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].ColorGradient.key6.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].ColorGradient.key7.a - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].ColorGradient.key7.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].ColorGradient.key7.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].ColorGradient.key7.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].ColorGradient.m_Mode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].RandomizePauseDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].RandomizePauseDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].ColorCurve.m_PreInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].ColorCurve.m_PostInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].ColorCurve.m_RotationOrder - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].ColorGradient.m_NumAlphaKeys - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].ColorGradient.m_NumColorKeys - value: 6 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].ColorCurve.m_Curve.Array.size - value: 3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].ColorCurve.m_Curve.Array.data[0].time - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].ColorCurve.m_Curve.Array.data[1].time - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].ColorCurve.m_Curve.Array.data[2].time - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].ColorCurve.m_Curve.Array.data[0].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].ColorCurve.m_Curve.Array.data[1].value - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].ColorCurve.m_Curve.Array.data[2].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].ColorCurve.m_Curve.Array.data[0].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].ColorCurve.m_Curve.Array.data[1].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].ColorCurve.m_Curve.Array.data[2].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].ColorCurve.m_Curve.Array.data[0].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].ColorCurve.m_Curve.Array.data[0].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].ColorCurve.m_Curve.Array.data[1].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].ColorCurve.m_Curve.Array.data[1].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].ColorCurve.m_Curve.Array.data[2].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].ColorCurve.m_Curve.Array.data[2].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].ColorCurve.m_Curve.Array.data[0].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].ColorCurve.m_Curve.Array.data[1].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].ColorCurve.m_Curve.Array.data[2].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].ColorCurve.m_Curve.Array.data[0].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].ColorCurve.m_Curve.Array.data[1].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].ColorCurve.m_Curve.Array.data[2].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].ColorCurve.m_Curve.Array.data[0].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].ColorCurve.m_Curve.Array.data[1].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].ColorCurve.m_Curve.Array.data[2].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 9167406172343059487, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_IsActive - value: 0 - objectReference: {fileID: 0} - m_RemovedComponents: - - {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, type: 3} - m_RemovedGameObjects: [] - m_AddedGameObjects: [] - m_AddedComponents: [] - m_SourcePrefab: {fileID: 100100000, guid: a16c33a1240b8ce4f930161a7c85fae6, type: 3} ---- !u!224 &674380565 stripped -RectTransform: - m_CorrespondingSourceObject: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - m_PrefabInstance: {fileID: 1673049596} - m_PrefabAsset: {fileID: 0} ---- !u!1001 &687642633 -PrefabInstance: - m_ObjectHideFlags: 0 - serializedVersion: 2 - m_Modification: - serializedVersion: 3 - m_TransformParent: {fileID: 1557570896} - m_Modifications: - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: Feedbacks.Array.size - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[0]' - value: - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[1]' - value: - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Pivot.x - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Pivot.y - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_RootOrder - value: 67 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMax.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMax.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMin.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMin.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_SizeDelta.x - value: 256.1 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_SizeDelta.y - value: 30 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalPosition.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.w - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.x - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.y - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.z - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchoredPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchoredPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalEulerAnglesHint.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalEulerAnglesHint.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalEulerAnglesHint.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604939, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_OnClick.m_PersistentCalls.m_Calls.Array.data[0].m_Target - value: - objectReference: {fileID: 1049831028} - - target: {fileID: 2903879014986604939, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_OnClick.m_PersistentCalls.m_Calls.Array.data[0].m_MethodName - value: PlayFeedbacks - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604939, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_OnClick.m_PersistentCalls.m_Calls.Array.data[0].m_Arguments.m_ObjectArgumentAssemblyTypeName - value: UnityEngine.Object, UnityEngine - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604941, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Name - value: Button - SquashAndStretchSpring - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Text - value: Squash & Stretch Spring - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Color.b - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Color.g - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Color.r - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.size - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[0]' - value: MoreMountains.Feedbacks MoreMountains.Feedbacks.MMF_AudioSource - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[1]' - value: MoreMountains.Feedbacks MoreMountains.Feedbacks.MMF_SquashAndStretch - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Mode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Axis - value: 3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Mode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Label - value: AudioSource - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Label - value: Squash and Stretch - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Offset - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].MaxPitch - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].MinPitch - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].UniqueID - value: -157805206 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].UniqueID - value: -275960861 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].MaxVolume - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].MinVolume - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].RemapCurveOne - value: 1.5 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].RemapCurveZero - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DestinationScale - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].TargetAudioSource - value: - objectReference: {fileID: 478010195} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].SfxAudioMixerGroup - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AllowAdditivePlays - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].RandomSfx.Array.size - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateScaleDuration - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DetermineScaleOnPlay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].SquashAndStretchTarget - value: - objectReference: {fileID: 1579498608} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateCurve.m_PreInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateCurve.m_PostInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateCurve.m_RotationOrder - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateCurve.m_Curve.Array.size - value: 6 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateCurve.m_Curve.Array.data[0].time - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateCurve.m_Curve.Array.data[1].time - value: 0.3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateCurve.m_Curve.Array.data[2].time - value: 0.4495094 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateCurve.m_Curve.Array.data[3].time - value: 0.6531251 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateCurve.m_Curve.Array.data[4].time - value: 0.77447593 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateCurve.m_Curve.Array.data[5].time - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateCurve.m_Curve.Array.data[0].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateCurve.m_Curve.Array.data[1].value - value: 1.5 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateCurve.m_Curve.Array.data[2].value - value: -0.67574203 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateCurve.m_Curve.Array.data[3].value - value: 1.0823181 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateCurve.m_Curve.Array.data[4].value - value: -0.31831127 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateCurve.m_Curve.Array.data[5].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateCurve.m_Curve.Array.data[0].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateCurve.m_Curve.Array.data[1].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateCurve.m_Curve.Array.data[2].inSlope - value: -2.1027951 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateCurve.m_Curve.Array.data[3].inSlope - value: 0.67945737 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateCurve.m_Curve.Array.data[4].inSlope - value: -4.6882825 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateCurve.m_Curve.Array.data[5].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateCurve.m_Curve.Array.data[0].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateCurve.m_Curve.Array.data[0].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateCurve.m_Curve.Array.data[1].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateCurve.m_Curve.Array.data[1].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateCurve.m_Curve.Array.data[2].inWeight - value: 0.33333334 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateCurve.m_Curve.Array.data[2].outSlope - value: -2.1027951 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateCurve.m_Curve.Array.data[3].inWeight - value: 0.33333334 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateCurve.m_Curve.Array.data[3].outSlope - value: 0.67945737 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateCurve.m_Curve.Array.data[4].inWeight - value: 0.33333334 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateCurve.m_Curve.Array.data[4].outSlope - value: -4.6882825 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateCurve.m_Curve.Array.data[5].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateCurve.m_Curve.Array.data[5].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateCurve.m_Curve.Array.data[0].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateCurve.m_Curve.Array.data[1].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateCurve.m_Curve.Array.data[2].outWeight - value: 0.33333334 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateCurve.m_Curve.Array.data[3].outWeight - value: 0.33333334 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateCurve.m_Curve.Array.data[4].outWeight - value: 0.33333334 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateCurve.m_Curve.Array.data[5].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateCurve.m_Curve.Array.data[0].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateCurve.m_Curve.Array.data[1].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateCurve.m_Curve.Array.data[2].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateCurve.m_Curve.Array.data[3].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateCurve.m_Curve.Array.data[4].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateCurve.m_Curve.Array.data[5].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateCurve.m_Curve.Array.data[0].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateCurve.m_Curve.Array.data[1].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateCurve.m_Curve.Array.data[2].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateCurve.m_Curve.Array.data[3].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateCurve.m_Curve.Array.data[4].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateCurve.m_Curve.Array.data[5].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 9167406172343059487, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_IsActive - value: 0 - objectReference: {fileID: 0} - m_RemovedComponents: - - {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, type: 3} - m_RemovedGameObjects: [] - m_AddedGameObjects: [] - m_AddedComponents: [] - m_SourcePrefab: {fileID: 100100000, guid: a16c33a1240b8ce4f930161a7c85fae6, type: 3} ---- !u!224 &687642634 stripped -RectTransform: - m_CorrespondingSourceObject: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - m_PrefabInstance: {fileID: 687642633} - m_PrefabAsset: {fileID: 0} ---- !u!224 &688679927 stripped -RectTransform: - m_CorrespondingSourceObject: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - m_PrefabInstance: {fileID: 1441808087} - m_PrefabAsset: {fileID: 0} ---- !u!1 &693682178 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 693682179} - - component: {fileID: 693682180} - - component: {fileID: 693682181} - m_Layer: 0 - m_Name: ParticlesPlay - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &693682179 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 693682178} - serializedVersion: 2 - m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: 0} - m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 - m_Children: [] - m_Father: {fileID: 2071101537} - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!114 &693682180 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 693682178} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 6da43522623d4704e979466dc7650b65, type: 3} - m_Name: - m_EditorClassIdentifier: - Feedbacks: [] - InitializationMode: 2 - AutoInitialization: 1 - SafeMode: 3 - Direction: 0 - AutoChangeDirectionOnEnd: 0 - AutoPlayOnStart: 0 - AutoPlayOnEnable: 0 - ForceTimescaleMode: 0 - ForcedTimescaleMode: 1 - DurationMultiplier: 1 - TimescaleMultiplier: 1 - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 1.5} - DisplayFullDurationDetails: 0 - PlayerTimescaleMode: 1 - OnlyPlayIfWithinRange: 0 - RangeCenter: {fileID: 0} - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - IgnoreRangeEvents: 0 - CooldownDuration: 0 - InitialDelay: 0 - CanPlay: 1 - CanPlayWhileAlreadyPlaying: 1 - ChanceToPlay: 100 - FeedbacksIntensity: 1 - Events: - TriggerMMFeedbacksEvents: 0 - TriggerUnityEvents: 1 - OnPlay: - m_PersistentCalls: - m_Calls: [] - OnPause: - m_PersistentCalls: - m_Calls: [] - OnStop: - m_PersistentCalls: - m_Calls: [] - OnResume: - m_PersistentCalls: - m_Calls: [] - OnChangeDirection: - m_PersistentCalls: - m_Calls: [] - OnComplete: - m_PersistentCalls: - m_Calls: [] - OnRestoreInitialValues: - m_PersistentCalls: - m_Calls: [] - OnSkipToTheEnd: - m_PersistentCalls: - m_Calls: [] - OnInitializationComplete: - m_PersistentCalls: - m_Calls: [] - OnEnable: - m_PersistentCalls: - m_Calls: [] - OnDisable: - m_PersistentCalls: - m_Calls: [] - DebugActive: 0 - InScriptDrivenPause: 0 - FeedbacksList: - - rid: 0 - - rid: 1 - KeepPlayModeChanges: 0 - PerformanceMode: 0 - RestoreInitialValuesOnDisable: 0 - StopFeedbacksOnDisable: 0 - PlayCount: 0 - references: - version: 2 - RefIds: - - rid: 0 - type: {class: MMF_Particles, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: -1020480949 - Label: Particles Play - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 693682180} - DebugActive: 0 - Mode: 0 - EmitCount: 100 - BoundParticleSystem: {fileID: 814007015} - RandomParticleSystems: [] - MoveToPosition: 0 - ActivateOnPlay: 0 - StopSystemOnInit: 0 - StopSystemOnReset: 1 - StopSystemOnStopFeedback: 1 - DeclaredDuration: 0 - ForceSimulationSpeed: 0 - ForcedSimulationSpeed: {x: 0.1, y: 1} - - rid: 1 - type: {class: MMF_AudioSource, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: 2023452534 - Label: AudioSource - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 693682180} - DebugActive: 0 - TargetAudioSource: {fileID: 478010195} - Mode: 0 - RandomSfx: [] - MinVolume: 1 - MaxVolume: 1 - MinPitch: 1 - MaxPitch: 1 - SfxAudioMixerGroup: {fileID: 0} ---- !u!114 &693682181 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 693682178} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: bf25723e7c003d74399d0f62f1098637, type: 3} - m_Name: - m_EditorClassIdentifier: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - ShakeDuration: 0.01 - PlayOnAwake: 0 - PermanentShake: 0 - Interruptible: 1 - AlwaysResetTargetValuesAfterShake: 0 - OnlyUseShakerValues: 0 - CooldownBetweenShakes: 0 - Shaking: 0 - ForwardDirection: 1 - TimescaleMode: 0 ---- !u!1 &699640084 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 699640085} - m_Layer: 0 - m_Name: Burger - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &699640085 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 699640084} - serializedVersion: 2 - m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} - m_LocalPosition: {x: -1.482, y: -1.487, z: 9.158} - m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 - m_Children: - - {fileID: 192465719} - m_Father: {fileID: 950021599} - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!1 &702262480 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 702262481} - - component: {fileID: 702262482} - m_Layer: 0 - m_Name: Rotation - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &702262481 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 702262480} - serializedVersion: 2 - m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: 0} - m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 - m_Children: [] - m_Father: {fileID: 161331536} - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!114 &702262482 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 702262480} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 6da43522623d4704e979466dc7650b65, type: 3} - m_Name: - m_EditorClassIdentifier: - Feedbacks: [] - InitializationMode: 2 - AutoInitialization: 1 - SafeMode: 3 - Direction: 0 - AutoChangeDirectionOnEnd: 0 - AutoPlayOnStart: 0 - AutoPlayOnEnable: 0 - ForceTimescaleMode: 0 - ForcedTimescaleMode: 1 - DurationMultiplier: 1 - TimescaleMultiplier: 1 - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 1.5} - DisplayFullDurationDetails: 0 - PlayerTimescaleMode: 1 - OnlyPlayIfWithinRange: 0 - RangeCenter: {fileID: 0} - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - IgnoreRangeEvents: 0 - CooldownDuration: 0 - InitialDelay: 0 - CanPlay: 1 - CanPlayWhileAlreadyPlaying: 1 - ChanceToPlay: 100 - FeedbacksIntensity: 1 - Events: - TriggerMMFeedbacksEvents: 0 - TriggerUnityEvents: 1 - OnPlay: - m_PersistentCalls: - m_Calls: [] - OnPause: - m_PersistentCalls: - m_Calls: [] - OnStop: - m_PersistentCalls: - m_Calls: [] - OnResume: - m_PersistentCalls: - m_Calls: [] - OnChangeDirection: - m_PersistentCalls: - m_Calls: [] - OnComplete: - m_PersistentCalls: - m_Calls: [] - OnRestoreInitialValues: - m_PersistentCalls: - m_Calls: [] - OnSkipToTheEnd: - m_PersistentCalls: - m_Calls: [] - OnInitializationComplete: - m_PersistentCalls: - m_Calls: [] - OnEnable: - m_PersistentCalls: - m_Calls: [] - OnDisable: - m_PersistentCalls: - m_Calls: [] - DebugActive: 0 - InScriptDrivenPause: 0 - FeedbacksList: - - rid: 0 - - rid: 1 - KeepPlayModeChanges: 0 - PerformanceMode: 0 - RestoreInitialValuesOnDisable: 0 - StopFeedbacksOnDisable: 0 - PlayCount: 0 - references: - version: 2 - RefIds: - - rid: 0 - type: {class: MMF_Rotation, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: -338282752 - Label: Rotation - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 702262482} - DebugActive: 0 - AnimateRotationTarget: {fileID: 699640085} - Mode: 0 - RotationSpace: 0 - MovementMode: 0 - AnimateRotationDuration: 1 - AnimatePositionSpeed: 1 - RemapCurveZero: 0 - RemapCurveOne: 360 - AnimateX: 1 - AnimateRotationTweenX: - MMTweenDefinitionType: 1 - MMTweenCurve: 4 - Curve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.15281706 - value: -0.0047136396 - inSlope: 0.5106594 - outSlope: 0.5106594 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.8412695 - value: 1.0395712 - inSlope: 0.9263391 - outSlope: 0.9263391 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - Initialized: 1 - ConditionPropertyName: AnimateX - EnumConditionPropertyName: - EnumConditions: 0000000000000000000000000000000000000000000000000000000000000000 - AnimateY: 0 - AnimateRotationTweenY: - MMTweenDefinitionType: 1 - MMTweenCurve: 4 - Curve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.3 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - Initialized: 1 - ConditionPropertyName: AnimateY - EnumConditionPropertyName: - EnumConditions: 0000000000000000000000000000000000000000000000000000000000000000 - AnimateZ: 0 - AnimateRotationTweenZ: - MMTweenDefinitionType: 1 - MMTweenCurve: 4 - Curve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.3 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - Initialized: 1 - ConditionPropertyName: AnimateZ - EnumConditionPropertyName: - EnumConditions: 0000000000000000000000000000000000000000000000000000000000000000 - AllowAdditivePlays: 0 - DetermineRotationOnPlay: 0 - ToDestinationSpace: 0 - DestinationAngles: {x: 0, y: 180, z: 0} - ToDestinationTransform: {fileID: 0} - ToDestinationTween: - MMTweenDefinitionType: 1 - MMTweenCurve: 10 - Curve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - Initialized: 1 - ConditionPropertyName: - EnumConditionPropertyName: Mode - EnumConditions: 0000010000000000000000000000000000000000000000000000000000000000 - AnimateRotationX: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.15281706 - value: -0.0047136396 - inSlope: 0.5106594 - outSlope: 0.5106594 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.8412695 - value: 1.0395712 - inSlope: 0.9263391 - outSlope: 0.9263391 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - AnimateRotationY: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.3 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - AnimateRotationZ: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.3 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - ToDestinationCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - - rid: 1 - type: {class: MMF_AudioSource, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: 735614452 - Label: AudioSource - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 702262482} - DebugActive: 0 - TargetAudioSource: {fileID: 478010195} - Mode: 0 - RandomSfx: [] - MinVolume: 1 - MaxVolume: 1 - MinPitch: 1 - MaxPitch: 1 - SfxAudioMixerGroup: {fileID: 0} ---- !u!224 &703714678 stripped -RectTransform: - m_CorrespondingSourceObject: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - m_PrefabInstance: {fileID: 1283378377} - m_PrefabAsset: {fileID: 0} ---- !u!224 &706999870 stripped -RectTransform: - m_CorrespondingSourceObject: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - m_PrefabInstance: {fileID: 1319885687} - m_PrefabAsset: {fileID: 0} ---- !u!1 &707492325 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 707492326} - - component: {fileID: 707492327} - - component: {fileID: 707492328} - m_Layer: 0 - m_Name: Bloom - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &707492326 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 707492325} - serializedVersion: 2 - m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: 0.023957789, y: 4.7921257, z: 1.0697918} - m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 - m_Children: [] - m_Father: {fileID: 168975947} - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!114 &707492327 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 707492325} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 6da43522623d4704e979466dc7650b65, type: 3} - m_Name: - m_EditorClassIdentifier: - Feedbacks: [] - InitializationMode: 2 - AutoInitialization: 1 - SafeMode: 3 - Direction: 0 - AutoChangeDirectionOnEnd: 0 - AutoPlayOnStart: 0 - AutoPlayOnEnable: 0 - ForceTimescaleMode: 0 - ForcedTimescaleMode: 1 - DurationMultiplier: 1 - TimescaleMultiplier: 1 - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 1.5} - DisplayFullDurationDetails: 0 - PlayerTimescaleMode: 1 - OnlyPlayIfWithinRange: 0 - RangeCenter: {fileID: 0} - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - IgnoreRangeEvents: 0 - CooldownDuration: 0 - InitialDelay: 0 - CanPlay: 1 - CanPlayWhileAlreadyPlaying: 1 - ChanceToPlay: 100 - FeedbacksIntensity: 1 - Events: - TriggerMMFeedbacksEvents: 0 - TriggerUnityEvents: 1 - OnPlay: - m_PersistentCalls: - m_Calls: [] - OnPause: - m_PersistentCalls: - m_Calls: [] - OnStop: - m_PersistentCalls: - m_Calls: [] - OnResume: - m_PersistentCalls: - m_Calls: [] - OnChangeDirection: - m_PersistentCalls: - m_Calls: [] - OnComplete: - m_PersistentCalls: - m_Calls: [] - OnRestoreInitialValues: - m_PersistentCalls: - m_Calls: [] - OnSkipToTheEnd: - m_PersistentCalls: - m_Calls: [] - OnInitializationComplete: - m_PersistentCalls: - m_Calls: [] - OnEnable: - m_PersistentCalls: - m_Calls: [] - OnDisable: - m_PersistentCalls: - m_Calls: [] - DebugActive: 0 - InScriptDrivenPause: 0 - FeedbacksList: - - rid: 0 - - rid: 1 - KeepPlayModeChanges: 0 - PerformanceMode: 0 - RestoreInitialValuesOnDisable: 0 - StopFeedbacksOnDisable: 0 - PlayCount: 0 - references: - version: 2 - RefIds: - - rid: 0 - type: {class: MMF_Bloom, ns: MoreMountains.FeedbacksForThirdParty, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: 683648826 - Label: Bloom - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: Automatic Shaker Setup - Owner: {fileID: 707492327} - DebugActive: 0 - ShakeDuration: 0.2 - ResetShakerValuesAfterShake: 1 - ResetTargetValuesAfterShake: 1 - RelativeValues: 1 - ShakeIntensity: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.5 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapIntensityZero: 0 - RemapIntensityOne: 5 - ShakeThreshold: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.5 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapThresholdZero: 0 - RemapThresholdOne: 0 - - rid: 1 - type: {class: MMF_AudioSource, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: 2136845756 - Label: AudioSource - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 707492327} - DebugActive: 0 - TargetAudioSource: {fileID: 478010195} - Mode: 0 - RandomSfx: [] - MinVolume: 1 - MaxVolume: 1 - MinPitch: 1 - MaxPitch: 1 - SfxAudioMixerGroup: {fileID: 0} ---- !u!114 &707492328 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 707492325} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: bf25723e7c003d74399d0f62f1098637, type: 3} - m_Name: - m_EditorClassIdentifier: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - ShakeDuration: 0.01 - PlayOnAwake: 0 - PermanentShake: 0 - Interruptible: 1 - AlwaysResetTargetValuesAfterShake: 0 - OnlyUseShakerValues: 0 - CooldownBetweenShakes: 0 - Shaking: 0 - ForwardDirection: 1 - TimescaleMode: 0 ---- !u!224 &711747538 stripped -RectTransform: - m_CorrespondingSourceObject: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - m_PrefabInstance: {fileID: 306877658} - m_PrefabAsset: {fileID: 0} ---- !u!1001 &717690320 -PrefabInstance: - m_ObjectHideFlags: 0 - serializedVersion: 2 - m_Modification: - serializedVersion: 3 - m_TransformParent: {fileID: 1557570896} - m_Modifications: - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: Feedbacks.Array.size - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[0]' - value: - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[1]' - value: - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[2]' - value: - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Pivot.x - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Pivot.y - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_RootOrder - value: 130 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMax.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMax.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMin.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMin.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_SizeDelta.x - value: 256.1 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_SizeDelta.y - value: 30 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalPosition.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.w - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.x - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.y - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.z - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchoredPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchoredPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalEulerAnglesHint.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalEulerAnglesHint.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalEulerAnglesHint.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604939, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_OnClick.m_PersistentCalls.m_Calls.Array.data[0].m_Target - value: - objectReference: {fileID: 1829328387} - - target: {fileID: 2903879014986604939, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_OnClick.m_PersistentCalls.m_Calls.Array.data[0].m_MethodName - value: PlayFeedbacks - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604939, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_OnClick.m_PersistentCalls.m_Calls.Array.data[0].m_Arguments.m_ObjectArgumentAssemblyTypeName - value: UnityEngine.Object, UnityEngine - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604941, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Name - value: Button - Player Control - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Text - value: Player Control - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Color.b - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Color.g - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Color.r - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.size - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[0]' - value: MoreMountains.Feedbacks MoreMountains.Feedbacks.MMF_AudioSource - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[1]' - value: MoreMountains.Feedbacks MoreMountains.Feedbacks.MMF_Feedbacks - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Mode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Mode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Label - value: AudioSource - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Label - value: MMFeedbacks - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].MaxPitch - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].MinPitch - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].UniqueID - value: 66396446 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].UniqueID - value: -2142036682 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].UseRange - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].MaxVolume - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].MinVolume - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].EventRange - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].TargetFeedbacks - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].TargetAudioSource - value: - objectReference: {fileID: 478010195} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].SfxAudioMixerGroup - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].RandomSfx.Array.size - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].EventOriginTransform - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 9167406172343059487, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_IsActive - value: 0 - objectReference: {fileID: 0} - m_RemovedComponents: - - {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, type: 3} - m_RemovedGameObjects: [] - m_AddedGameObjects: [] - m_AddedComponents: [] - m_SourcePrefab: {fileID: 100100000, guid: a16c33a1240b8ce4f930161a7c85fae6, type: 3} ---- !u!224 &717690321 stripped -RectTransform: - m_CorrespondingSourceObject: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - m_PrefabInstance: {fileID: 717690320} - m_PrefabAsset: {fileID: 0} ---- !u!1 &718201158 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 718201159} - - component: {fileID: 718201160} - m_Layer: 0 - m_Name: FloatingText - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &718201159 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 718201158} - serializedVersion: 2 - m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: 0} - m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 - m_Children: [] - m_Father: {fileID: 1282069688} - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!114 &718201160 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 718201158} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 6da43522623d4704e979466dc7650b65, type: 3} - m_Name: - m_EditorClassIdentifier: - Feedbacks: [] - InitializationMode: 2 - AutoInitialization: 1 - SafeMode: 3 - Direction: 0 - AutoChangeDirectionOnEnd: 0 - AutoPlayOnStart: 0 - AutoPlayOnEnable: 0 - ForceTimescaleMode: 0 - ForcedTimescaleMode: 1 - DurationMultiplier: 1 - TimescaleMultiplier: 1 - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 1.5} - DisplayFullDurationDetails: 0 - PlayerTimescaleMode: 1 - OnlyPlayIfWithinRange: 0 - RangeCenter: {fileID: 0} - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - IgnoreRangeEvents: 0 - CooldownDuration: 0 - InitialDelay: 0 - CanPlay: 1 - CanPlayWhileAlreadyPlaying: 1 - ChanceToPlay: 100 - FeedbacksIntensity: 1 - Events: - TriggerMMFeedbacksEvents: 0 - TriggerUnityEvents: 1 - OnPlay: - m_PersistentCalls: - m_Calls: [] - OnPause: - m_PersistentCalls: - m_Calls: [] - OnStop: - m_PersistentCalls: - m_Calls: [] - OnResume: - m_PersistentCalls: - m_Calls: [] - OnChangeDirection: - m_PersistentCalls: - m_Calls: [] - OnComplete: - m_PersistentCalls: - m_Calls: [] - OnRestoreInitialValues: - m_PersistentCalls: - m_Calls: [] - OnSkipToTheEnd: - m_PersistentCalls: - m_Calls: [] - OnInitializationComplete: - m_PersistentCalls: - m_Calls: [] - OnEnable: - m_PersistentCalls: - m_Calls: [] - OnDisable: - m_PersistentCalls: - m_Calls: [] - DebugActive: 0 - InScriptDrivenPause: 0 - FeedbacksList: - - rid: 0 - - rid: 1 - KeepPlayModeChanges: 0 - PerformanceMode: 0 - RestoreInitialValuesOnDisable: 0 - StopFeedbacksOnDisable: 0 - PlayCount: 0 - references: - version: 2 - RefIds: - - rid: 0 - type: {class: MMF_AudioSource, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: 1091127937 - Label: AudioSource - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 718201160} - DebugActive: 0 - TargetAudioSource: {fileID: 478010195} - Mode: 0 - RandomSfx: [] - MinVolume: 1 - MaxVolume: 1 - MinPitch: 1 - MaxPitch: 1 - SfxAudioMixerGroup: {fileID: 0} - - rid: 1 - type: {class: MMF_FloatingText, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: -1558736004 - Label: Floating Text - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 718201160} - DebugActive: 0 - Intensity: 1 - Value: -10 - UseIntensityAsValue: 0 - RoundingMethod: 0 - ForceColor: 1 - AnimateColorGradient: - serializedVersion: 2 - key0: {r: 0.3679245, g: 0, b: 0, a: 1} - key1: {r: 11.083669, g: 0, b: 0, a: 1} - key2: {r: 0, g: 0, b: 0, a: 0} - key3: {r: 0, g: 0, b: 0, a: 0} - key4: {r: 0, g: 0, b: 0, a: 0} - key5: {r: 0, g: 0, b: 0, a: 0} - key6: {r: 0, g: 0, b: 0, a: 0} - key7: {r: 0, g: 0, b: 0, a: 0} - ctime0: 0 - ctime1: 65535 - ctime2: 0 - ctime3: 0 - ctime4: 0 - ctime5: 0 - ctime6: 0 - ctime7: 0 - atime0: 0 - atime1: 65535 - atime2: 0 - atime3: 0 - atime4: 0 - atime5: 0 - atime6: 0 - atime7: 0 - m_Mode: 0 - m_ColorSpace: -1 - m_NumColorKeys: 2 - m_NumAlphaKeys: 2 - ForceLifetime: 0 - Lifetime: 0.5 - PositionMode: 0 - TargetTransform: {fileID: 718426372} - Direction: {x: 0, y: 0, z: 0} - AttachmentTransform: {fileID: 0} ---- !u!1 &718426371 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 718426372} - - component: {fileID: 718426373} - m_Layer: 5 - m_Name: MMFloatingTextSpawner - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &718426372 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 718426371} - serializedVersion: 2 - m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: 0.91, y: -2.71, z: 7.8199997} - m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 - m_Children: [] - m_Father: {fileID: 950021599} - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!114 &718426373 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 718426371} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: ca323e22713fb3a40af2f80e436eb449, type: 3} - m_Name: - m_EditorClassIdentifier: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - CanSpawn: 1 - UseUnscaledTime: 0 - PoolerMode: 0 - PooledSimpleMMFloatingText: {fileID: 1418480443928390043, guid: e3bc05dce75bc334eac3d6b4cc83f92f, - type: 3} - PooledMultipleMMFloatingText: [] - PoolSize: 10 - NestWaitingPool: 1 - MutualizeWaitingPools: 1 - PoolCanExpand: 1 - Lifetime: {x: 0.5, y: 0.5} - SpawnOffsetMin: {x: 0, y: 0, z: 0} - SpawnOffsetMax: {x: 0, y: 0, z: 0} - AnimateMovement: 1 - AnimateX: 1 - RemapXZero: {x: 0, y: 0} - RemapXOne: {x: -0.2, y: 0.2} - AnimateXCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - AnimateY: 1 - RemapYZero: {x: 0, y: 0} - RemapYOne: {x: 0.6, y: 0.6} - AnimateYCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - AnimateZ: 0 - RemapZZero: {x: 0, y: 0} - RemapZOne: {x: 1, y: 1} - AnimateZCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - AlignmentMode: 0 - FixedAlignment: {x: 0, y: 1, z: 0} - AlwaysFaceCamera: 1 - AutoGrabMainCameraOnStart: 1 - TargetCamera: {fileID: 1841711011} - AnimateScale: 1 - RemapScaleZero: {x: 0, y: 0} - RemapScaleOne: {x: 0.3, y: 0.3} - AnimateScaleCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 2.6114619 - outSlope: 2.6114619 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0.08891914 - - serializedVersion: 3 - time: 0.34158936 - value: 0.7450409 - inSlope: 1.2807035 - outSlope: 1.2807035 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.09712876 - outWeight: 0 - - serializedVersion: 3 - time: 0.85 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - AnimateColor: 0 - AnimateColorGradient: - serializedVersion: 2 - key0: {r: 1, g: 1, b: 1, a: 1} - key1: {r: 1, g: 1, b: 1, a: 1} - key2: {r: 4, g: 2.7294118, b: 0, a: 0} - key3: {r: 1, g: 1, b: 1, a: 0} - key4: {r: 1, g: 1, b: 1, a: 0} - key5: {r: 0, g: 0, b: 0, a: 0} - key6: {r: 0, g: 0, b: 0, a: 0} - key7: {r: 0, g: 0, b: 0, a: 0} - ctime0: 0 - ctime1: 24479 - ctime2: 37586 - ctime3: 46838 - ctime4: 65535 - ctime5: 0 - ctime6: 0 - ctime7: 0 - atime0: 0 - atime1: 65535 - atime2: 0 - atime3: 0 - atime4: 0 - atime5: 0 - atime6: 0 - atime7: 0 - m_Mode: 0 - m_ColorSpace: -1 - m_NumColorKeys: 5 - m_NumAlphaKeys: 2 - AnimateOpacity: 1 - RemapOpacityZero: {x: 0, y: 0} - RemapOpacityOne: {x: 1, y: 1} - AnimateOpacityCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.2 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.8 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - IntensityImpactsLifetime: 0 - IntensityLifetimeMultiplier: 1 - IntensityImpactsMovement: 0 - IntensityMovementMultiplier: 1 - IntensityImpactsScale: 0 - IntensityScaleMultiplier: 1 - DebugRandomValue: {x: 100, y: 500} - DebugInterval: {x: 0.3, y: 0.5} - TestSpawnOneBtn: 0 - TestSpawnManyBtn: 0 ---- !u!1001 &719175937 -PrefabInstance: - m_ObjectHideFlags: 0 - serializedVersion: 2 - m_Modification: - serializedVersion: 3 - m_TransformParent: {fileID: 1557570896} - m_Modifications: - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: Feedbacks.Array.size - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[0]' - value: - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[1]' - value: - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Pivot.x - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Pivot.y - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_RootOrder - value: 63 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMax.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMax.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMin.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMin.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_SizeDelta.x - value: 256.1 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_SizeDelta.y - value: 30 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalPosition.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.w - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.x - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.y - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.z - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchoredPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchoredPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalEulerAnglesHint.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalEulerAnglesHint.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalEulerAnglesHint.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604939, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_OnClick.m_PersistentCalls.m_Calls.Array.data[0].m_Target - value: - objectReference: {fileID: 586259418} - - target: {fileID: 2903879014986604939, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_OnClick.m_PersistentCalls.m_Calls.Array.data[0].m_MethodName - value: PlayFeedbacks - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604939, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_OnClick.m_PersistentCalls.m_Calls.Array.data[0].m_Arguments.m_ObjectArgumentAssemblyTypeName - value: UnityEngine.Object, UnityEngine - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604941, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Name - value: Button - Scale - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Text - value: Scale - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Color.b - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Color.g - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Color.r - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.size - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[0]' - value: MoreMountains.Feedbacks MoreMountains.Feedbacks.MMF_Scale - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[1]' - value: MoreMountains.Feedbacks MoreMountains.Feedbacks.MMF_AudioSource - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Mode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Mode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Label - value: Scale - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Label - value: AudioSource - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Offset - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateX - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateY - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateZ - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].UniqueID - value: 399372679 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].MaxPitch - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].MinPitch - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].UniqueID - value: 1217082298 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].MaxVolume - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].MinVolume - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].RemapCurveOne - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].RemapCurveZero - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].TargetAudioSource - value: - objectReference: {fileID: 478010195} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AllowAdditivePlays - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateScaleTarget - value: - objectReference: {fileID: 1579498608} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DestinationScale.x - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DestinationScale.y - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DestinationScale.z - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].SfxAudioMixerGroup - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateScaleDuration - value: 0.75 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DetermineScaleOnPlay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].RandomSfx.Array.size - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateScaleX.m_PreInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateScaleY.m_PreInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateScaleZ.m_PreInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateScaleX.m_PostInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateScaleY.m_PostInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateScaleZ.m_PostInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateScaleX.m_RotationOrder - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateScaleY.m_RotationOrder - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateScaleZ.m_RotationOrder - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateScaleX.m_Curve.Array.size - value: 5 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateScaleY.m_Curve.Array.size - value: 5 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateScaleZ.m_Curve.Array.size - value: 5 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateScaleX.m_Curve.Array.data[0].time - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateScaleX.m_Curve.Array.data[1].time - value: 0.06802872 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateScaleX.m_Curve.Array.data[2].time - value: 0.23013693 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateScaleX.m_Curve.Array.data[3].time - value: 0.39592934 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateScaleX.m_Curve.Array.data[4].time - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateScaleY.m_Curve.Array.data[0].time - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateScaleY.m_Curve.Array.data[1].time - value: 0.063432746 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateScaleY.m_Curve.Array.data[2].time - value: 0.124066174 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateScaleY.m_Curve.Array.data[3].time - value: 0.35545844 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateScaleY.m_Curve.Array.data[4].time - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateScaleZ.m_Curve.Array.data[0].time - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateScaleZ.m_Curve.Array.data[1].time - value: 0.08015624 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateScaleZ.m_Curve.Array.data[2].time - value: 0.14020997 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateScaleZ.m_Curve.Array.data[3].time - value: 0.45440018 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateScaleZ.m_Curve.Array.data[4].time - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateScaleX.m_Curve.Array.data[0].value - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateScaleX.m_Curve.Array.data[1].value - value: 0.89614016 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateScaleX.m_Curve.Array.data[2].value - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateScaleX.m_Curve.Array.data[3].value - value: 0.9387266 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateScaleX.m_Curve.Array.data[4].value - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateScaleY.m_Curve.Array.data[0].value - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateScaleY.m_Curve.Array.data[1].value - value: 1.0243673 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateScaleY.m_Curve.Array.data[2].value - value: 1.990097 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateScaleY.m_Curve.Array.data[3].value - value: 1.2077366 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateScaleY.m_Curve.Array.data[4].value - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateScaleZ.m_Curve.Array.data[0].value - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateScaleZ.m_Curve.Array.data[1].value - value: 0.9658811 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateScaleZ.m_Curve.Array.data[2].value - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateScaleZ.m_Curve.Array.data[3].value - value: 1.2087172 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateScaleZ.m_Curve.Array.data[4].value - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateScaleX.m_Curve.Array.data[0].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateScaleX.m_Curve.Array.data[1].inSlope - value: 2.9982896 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateScaleX.m_Curve.Array.data[2].inSlope - value: 0.0022950089 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateScaleX.m_Curve.Array.data[3].inSlope - value: -1.5048184 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateScaleX.m_Curve.Array.data[4].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateScaleY.m_Curve.Array.data[0].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateScaleY.m_Curve.Array.data[1].inSlope - value: 11.118166 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateScaleY.m_Curve.Array.data[2].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateScaleY.m_Curve.Array.data[3].inSlope - value: -0.71974725 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateScaleY.m_Curve.Array.data[4].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateScaleZ.m_Curve.Array.data[0].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateScaleZ.m_Curve.Array.data[1].inSlope - value: 8.81082 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateScaleZ.m_Curve.Array.data[2].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateScaleZ.m_Curve.Array.data[3].inSlope - value: -1.7292799 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateScaleZ.m_Curve.Array.data[4].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateScaleX.m_Curve.Array.data[0].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateScaleX.m_Curve.Array.data[0].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateScaleX.m_Curve.Array.data[1].inWeight - value: 0.33333334 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateScaleX.m_Curve.Array.data[1].outSlope - value: 2.9982896 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateScaleX.m_Curve.Array.data[2].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateScaleX.m_Curve.Array.data[2].outSlope - value: 0.0022950089 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateScaleX.m_Curve.Array.data[3].inWeight - value: 0.33333334 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateScaleX.m_Curve.Array.data[3].outSlope - value: -1.5048184 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateScaleX.m_Curve.Array.data[4].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateScaleX.m_Curve.Array.data[4].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateScaleY.m_Curve.Array.data[0].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateScaleY.m_Curve.Array.data[0].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateScaleY.m_Curve.Array.data[1].inWeight - value: 0.33333334 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateScaleY.m_Curve.Array.data[1].outSlope - value: 11.118166 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateScaleY.m_Curve.Array.data[2].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateScaleY.m_Curve.Array.data[2].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateScaleY.m_Curve.Array.data[3].inWeight - value: 0.33333334 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateScaleY.m_Curve.Array.data[3].outSlope - value: -0.71974725 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateScaleY.m_Curve.Array.data[4].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateScaleY.m_Curve.Array.data[4].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateScaleZ.m_Curve.Array.data[0].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateScaleZ.m_Curve.Array.data[0].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateScaleZ.m_Curve.Array.data[1].inWeight - value: 0.33333334 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateScaleZ.m_Curve.Array.data[1].outSlope - value: 8.81082 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateScaleZ.m_Curve.Array.data[2].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateScaleZ.m_Curve.Array.data[2].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateScaleZ.m_Curve.Array.data[3].inWeight - value: 0.33333334 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateScaleZ.m_Curve.Array.data[3].outSlope - value: -1.7292799 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateScaleZ.m_Curve.Array.data[4].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateScaleZ.m_Curve.Array.data[4].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateScaleX.m_Curve.Array.data[0].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateScaleX.m_Curve.Array.data[1].outWeight - value: 0.33333334 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateScaleX.m_Curve.Array.data[2].outWeight - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateScaleX.m_Curve.Array.data[3].outWeight - value: 0.33333334 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateScaleX.m_Curve.Array.data[4].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateScaleY.m_Curve.Array.data[0].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateScaleY.m_Curve.Array.data[1].outWeight - value: 0.33333334 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateScaleY.m_Curve.Array.data[2].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateScaleY.m_Curve.Array.data[3].outWeight - value: 0.33333334 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateScaleY.m_Curve.Array.data[4].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateScaleZ.m_Curve.Array.data[0].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateScaleZ.m_Curve.Array.data[1].outWeight - value: 0.33333334 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateScaleZ.m_Curve.Array.data[2].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateScaleZ.m_Curve.Array.data[3].outWeight - value: 0.33333334 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateScaleZ.m_Curve.Array.data[4].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateScaleX.m_Curve.Array.data[0].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateScaleX.m_Curve.Array.data[1].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateScaleX.m_Curve.Array.data[2].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateScaleX.m_Curve.Array.data[3].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateScaleX.m_Curve.Array.data[4].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateScaleY.m_Curve.Array.data[0].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateScaleY.m_Curve.Array.data[1].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateScaleY.m_Curve.Array.data[2].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateScaleY.m_Curve.Array.data[3].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateScaleY.m_Curve.Array.data[4].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateScaleZ.m_Curve.Array.data[0].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateScaleZ.m_Curve.Array.data[1].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateScaleZ.m_Curve.Array.data[2].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateScaleZ.m_Curve.Array.data[3].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateScaleZ.m_Curve.Array.data[4].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateScaleX.m_Curve.Array.data[0].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateScaleX.m_Curve.Array.data[1].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateScaleX.m_Curve.Array.data[2].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateScaleX.m_Curve.Array.data[3].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateScaleX.m_Curve.Array.data[4].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateScaleY.m_Curve.Array.data[0].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateScaleY.m_Curve.Array.data[1].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateScaleY.m_Curve.Array.data[2].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateScaleY.m_Curve.Array.data[3].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateScaleY.m_Curve.Array.data[4].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateScaleZ.m_Curve.Array.data[0].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateScaleZ.m_Curve.Array.data[1].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateScaleZ.m_Curve.Array.data[2].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateScaleZ.m_Curve.Array.data[3].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateScaleZ.m_Curve.Array.data[4].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 9167406172343059487, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_IsActive - value: 0 - objectReference: {fileID: 0} - m_RemovedComponents: - - {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, type: 3} - m_RemovedGameObjects: [] - m_AddedGameObjects: [] - m_AddedComponents: [] - m_SourcePrefab: {fileID: 100100000, guid: a16c33a1240b8ce4f930161a7c85fae6, type: 3} ---- !u!1 &725236699 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 725236700} - - component: {fileID: 725236701} - m_Layer: 0 - m_Name: LensDistortion - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &725236700 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 725236699} - serializedVersion: 2 - m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: 0.023957789, y: 4.7921257, z: 1.0697918} - m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 - m_Children: [] - m_Father: {fileID: 168975947} - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!114 &725236701 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 725236699} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 6da43522623d4704e979466dc7650b65, type: 3} - m_Name: - m_EditorClassIdentifier: - Feedbacks: [] - InitializationMode: 2 - AutoInitialization: 1 - SafeMode: 3 - Direction: 0 - AutoChangeDirectionOnEnd: 0 - AutoPlayOnStart: 0 - AutoPlayOnEnable: 0 - ForceTimescaleMode: 0 - ForcedTimescaleMode: 1 - DurationMultiplier: 1 - TimescaleMultiplier: 1 - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 1.5} - DisplayFullDurationDetails: 0 - PlayerTimescaleMode: 1 - OnlyPlayIfWithinRange: 0 - RangeCenter: {fileID: 0} - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - IgnoreRangeEvents: 0 - CooldownDuration: 0 - InitialDelay: 0 - CanPlay: 1 - CanPlayWhileAlreadyPlaying: 1 - ChanceToPlay: 100 - FeedbacksIntensity: 1 - Events: - TriggerMMFeedbacksEvents: 0 - TriggerUnityEvents: 1 - OnPlay: - m_PersistentCalls: - m_Calls: [] - OnPause: - m_PersistentCalls: - m_Calls: [] - OnStop: - m_PersistentCalls: - m_Calls: [] - OnResume: - m_PersistentCalls: - m_Calls: [] - OnChangeDirection: - m_PersistentCalls: - m_Calls: [] - OnComplete: - m_PersistentCalls: - m_Calls: [] - OnRestoreInitialValues: - m_PersistentCalls: - m_Calls: [] - OnSkipToTheEnd: - m_PersistentCalls: - m_Calls: [] - OnInitializationComplete: - m_PersistentCalls: - m_Calls: [] - OnEnable: - m_PersistentCalls: - m_Calls: [] - OnDisable: - m_PersistentCalls: - m_Calls: [] - DebugActive: 0 - InScriptDrivenPause: 0 - FeedbacksList: - - rid: 0 - - rid: 1 - KeepPlayModeChanges: 0 - PerformanceMode: 0 - RestoreInitialValuesOnDisable: 0 - StopFeedbacksOnDisable: 0 - PlayCount: 0 - references: - version: 2 - RefIds: - - rid: 0 - type: {class: MMF_LensDistortion, ns: MoreMountains.FeedbacksForThirdParty, - asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: 281005604 - Label: Lens Distortion - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: Automatic Shaker Setup - Owner: {fileID: 725236701} - DebugActive: 0 - Duration: 0.5 - ResetShakerValuesAfterShake: 1 - ResetTargetValuesAfterShake: 1 - RelativeIntensity: 0 - Intensity: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.2 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.25 - value: -1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.35 - value: 0.7 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.4 - value: -0.7 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.6 - value: 0.3 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.65 - value: -0.3 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.8 - value: 0.1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.85 - value: -0.1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapIntensityZero: 0 - RemapIntensityOne: 50 - - rid: 1 - type: {class: MMF_AudioSource, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: 68097135 - Label: AudioSource - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 725236701} - DebugActive: 0 - TargetAudioSource: {fileID: 478010195} - Mode: 0 - RandomSfx: [] - MinVolume: 1 - MaxVolume: 1 - MinPitch: 1 - MaxPitch: 1 - SfxAudioMixerGroup: {fileID: 0} ---- !u!1 &731678809 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 731678810} - m_Layer: 5 - m_Name: TMPContainer - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 0 ---- !u!224 &731678810 -RectTransform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 731678809} - m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: 0} - m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 - m_Children: - - {fileID: 883319064} - - {fileID: 500670850} - m_Father: {fileID: 1380114351} - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} - m_AnchorMin: {x: 0, y: 0} - m_AnchorMax: {x: 1, y: 1} - m_AnchoredPosition: {x: 0, y: 0} - m_SizeDelta: {x: 0, y: 0} - m_Pivot: {x: 0.5, y: 0.5} ---- !u!1001 &732587901 -PrefabInstance: - m_ObjectHideFlags: 0 - serializedVersion: 2 - m_Modification: - serializedVersion: 3 - m_TransformParent: {fileID: 1557570896} - m_Modifications: - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: Feedbacks.Array.size - value: 6 - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[0]' - value: - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[1]' - value: - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[2]' - value: - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[3]' - value: - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[4]' - value: - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[5]' - value: - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Pivot.x - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Pivot.y - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_RootOrder - value: 70 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMax.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMax.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMin.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMin.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_SizeDelta.x - value: 256.1 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_SizeDelta.y - value: 30 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalPosition.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.w - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.x - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.y - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.z - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchoredPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchoredPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalEulerAnglesHint.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalEulerAnglesHint.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalEulerAnglesHint.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604939, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_OnClick.m_PersistentCalls.m_Calls.Array.data[0].m_Target - value: - objectReference: {fileID: 1607333075} - - target: {fileID: 2903879014986604939, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_OnClick.m_PersistentCalls.m_Calls.Array.data[0].m_MethodName - value: PlayFeedbacks - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604939, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_OnClick.m_PersistentCalls.m_Calls.Array.data[0].m_Arguments.m_ObjectArgumentAssemblyTypeName - value: UnityEngine.Object, UnityEngine - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604941, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Name - value: Button - RotationShake - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Text - value: Rotation Shake - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Color.b - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Color.g - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Color.r - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.size - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[0]' - value: MoreMountains.Feedbacks MoreMountains.Feedbacks.MMF_AudioSource - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[1]' - value: MoreMountains.Feedbacks MoreMountains.Feedbacks.MMF_RotationShake - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[2]' - value: MoreMountains.Feedbacks MoreMountains.Feedbacks.MMF_AudioSource - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[3]' - value: MoreMountains.Feedbacks MoreMountains.Feedbacks.MMF_AudioSource - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[4]' - value: MoreMountains.Feedbacks MoreMountains.Feedbacks.MMF_AudioSource - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[5]' - value: MoreMountains.Feedbacks MoreMountains.Feedbacks.MMF_AudioSource - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Mode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Mode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Mode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Mode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Mode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Mode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Label - value: AudioSource - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Space - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Label - value: Rotation Shake - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Space - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Label - value: AudioSource - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Space - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Label - value: AudioSource - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Space - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Label - value: AudioSource - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Space - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Label - value: AudioSource - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateX - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateY - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateZ - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].MaxPitch - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].MinPitch - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].UniqueID - value: -946297210 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateX - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateY - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateZ - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Duration - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].MaxPitch - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].MinPitch - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].UniqueID - value: -1736328452 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimateX - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimateY - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimateZ - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].MaxPitch - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].MinPitch - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].UniqueID - value: -946297210 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimateX - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimateY - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimateZ - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].MaxPitch - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].MinPitch - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].UniqueID - value: -946297210 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimateX - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimateY - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimateZ - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].MaxPitch - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].MinPitch - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].UniqueID - value: -946297210 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].MaxPitch - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].MinPitch - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].UniqueID - value: -946297210 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].MaxVolume - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].MinVolume - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].MaxVolume - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].MinVolume - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].MaxVolume - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].MinVolume - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].MaxVolume - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].MinVolume - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].MaxVolume - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].MinVolume - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].MaxVolume - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].MinVolume - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ShakeRange - value: 50 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ShakeSpeed - value: 20 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].RemapCurveOne - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].RemapCurveOne - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].RemapCurveOne - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].RemapCurveOne - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].RemapCurveOne - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].RemapCurveZero - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].RemapCurveZero - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].UseAttenuation - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].RemapCurveZero - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].RemapCurveZero - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].RemapCurveZero - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].RelativePosition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].RandomnessSeed.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].RandomnessSeed.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].RandomnessSeed.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].RelativePosition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].RelativePosition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].RelativePosition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].RelativePosition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].InitialPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].InitialPosition.y - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].InitialPosition.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].TargetAudioSource - value: - objectReference: {fileID: 478010195} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].InitialPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].InitialPosition.y - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].InitialPosition.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].TargetAudioSource - value: - objectReference: {fileID: 478010195} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].InitialPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].InitialPosition.y - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].InitialPosition.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].TargetAudioSource - value: - objectReference: {fileID: 478010195} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].InitialPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].InitialPosition.y - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].InitialPosition.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].TargetAudioSource - value: - objectReference: {fileID: 478010195} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].InitialPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].InitialPosition.y - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].InitialPosition.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].TargetAudioSource - value: - objectReference: {fileID: 478010195} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].TargetAudioSource - value: - objectReference: {fileID: 478010195} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AllowAdditivePlays - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].SfxAudioMixerGroup - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AllowAdditivePlays - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].RandomizeDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].SfxAudioMixerGroup - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AllowAdditivePlays - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].SfxAudioMixerGroup - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AllowAdditivePlays - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].SfxAudioMixerGroup - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AllowAdditivePlays - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].SfxAudioMixerGroup - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].SfxAudioMixerGroup - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AddDirectionalNoise - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ShakeAltDirection.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ShakeAltDirection.y - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ShakeAltDirection.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].RandomSfx.Array.size - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].RandomSfx.Array.size - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].RandomizeSeedOnShake - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ShakeMainDirection.x - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ShakeMainDirection.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ShakeMainDirection.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].RandomSfx.Array.size - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].RandomSfx.Array.size - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].RandomSfx.Array.size - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].RandomSfx.Array.size - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionTarget - value: - objectReference: {fileID: 1579498607} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DestinationPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DestinationPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DestinationPosition.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionTarget - value: - objectReference: {fileID: 1579498607} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DestinationPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DestinationPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DestinationPosition.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionTarget - value: - objectReference: {fileID: 1579498607} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].DestinationPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].DestinationPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].DestinationPosition.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionTarget - value: - objectReference: {fileID: 1579498607} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].DestinationPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].DestinationPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].DestinationPosition.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionTarget - value: - objectReference: {fileID: 1579498607} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].DestinationPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].DestinationPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].DestinationPosition.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionDuration - value: 0.1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionDuration - value: 0.1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionDuration - value: 0.1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionDuration - value: 0.1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionDuration - value: 0.1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DeterminePositionsOnPlay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].InitialPositionTransform - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DeterminePositionsOnPlay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].InitialPositionTransform - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].RandomizeDirectionOnPlay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].DeterminePositionsOnPlay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].InitialPositionTransform - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].DeterminePositionsOnPlay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].InitialPositionTransform - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].DeterminePositionsOnPlay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].InitialPositionTransform - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ResetShakerValuesAfterShake - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ResetTargetValuesAfterShake - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DestinationPositionTransform - value: - objectReference: {fileID: 885677165} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DestinationPositionTransform - value: - objectReference: {fileID: 885677165} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].DestinationPositionTransform - value: - objectReference: {fileID: 885677165} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].DestinationPositionTransform - value: - objectReference: {fileID: 885677165} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].DestinationPositionTransform - value: - objectReference: {fileID: 885677165} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DirectionalNoiseStrengthMax.x - value: 0.25 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DirectionalNoiseStrengthMax.y - value: 0.25 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DirectionalNoiseStrengthMax.z - value: 0.25 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DirectionalNoiseStrengthMin.x - value: 0.25 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DirectionalNoiseStrengthMin.y - value: 0.25 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DirectionalNoiseStrengthMin.z - value: 0.25 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AttenuationCurve.m_PreInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AttenuationCurve.m_PostInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AttenuationCurve.m_RotationOrder - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurve.m_PreInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurve.m_PreInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurve.m_PreInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurve.m_PreInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurve.m_PreInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurve.m_PostInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveX.m_PreInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveY.m_PreInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveZ.m_PreInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurve.m_PostInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveX.m_PreInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveY.m_PreInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveZ.m_PreInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AttenuationCurve.m_Curve.Array.size - value: 3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurve.m_PostInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveX.m_PreInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveY.m_PreInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveZ.m_PreInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurve.m_PostInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveX.m_PreInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveY.m_PreInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveZ.m_PreInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurve.m_PostInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveX.m_PreInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveY.m_PreInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveZ.m_PreInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurve.m_RotationOrder - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveX.m_PostInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveY.m_PostInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveZ.m_PostInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurve.m_RotationOrder - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveX.m_PostInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveY.m_PostInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveZ.m_PostInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurve.m_RotationOrder - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveX.m_PostInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveY.m_PostInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveZ.m_PostInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurve.m_RotationOrder - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveX.m_PostInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveY.m_PostInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveZ.m_PostInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurve.m_RotationOrder - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveX.m_PostInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveY.m_PostInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveZ.m_PostInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveX.m_RotationOrder - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveY.m_RotationOrder - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveZ.m_RotationOrder - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveX.m_RotationOrder - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveY.m_RotationOrder - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveZ.m_RotationOrder - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveX.m_RotationOrder - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveY.m_RotationOrder - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveZ.m_RotationOrder - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveX.m_RotationOrder - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveY.m_RotationOrder - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveZ.m_RotationOrder - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveX.m_RotationOrder - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveY.m_RotationOrder - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveZ.m_RotationOrder - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurve.m_Curve.Array.size - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurve.m_Curve.Array.size - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurve.m_Curve.Array.size - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurve.m_Curve.Array.size - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurve.m_Curve.Array.size - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveX.m_Curve.Array.size - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveY.m_Curve.Array.size - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveZ.m_Curve.Array.size - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveX.m_Curve.Array.size - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveY.m_Curve.Array.size - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveZ.m_Curve.Array.size - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveX.m_Curve.Array.size - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveY.m_Curve.Array.size - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveZ.m_Curve.Array.size - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveX.m_Curve.Array.size - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveY.m_Curve.Array.size - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveZ.m_Curve.Array.size - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveX.m_Curve.Array.size - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveY.m_Curve.Array.size - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveZ.m_Curve.Array.size - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AttenuationCurve.m_Curve.Array.data[0].time - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AttenuationCurve.m_Curve.Array.data[1].time - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AttenuationCurve.m_Curve.Array.data[2].time - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AttenuationCurve.m_Curve.Array.data[0].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AttenuationCurve.m_Curve.Array.data[1].value - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AttenuationCurve.m_Curve.Array.data[2].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AttenuationCurve.m_Curve.Array.data[0].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AttenuationCurve.m_Curve.Array.data[1].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AttenuationCurve.m_Curve.Array.data[2].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurve.m_Curve.Array.data[0].time - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurve.m_Curve.Array.data[1].time - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurve.m_Curve.Array.data[2].time - value: 0.86557615 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurve.m_Curve.Array.data[3].time - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurve.m_Curve.Array.data[4].time - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurve.m_Curve.Array.data[0].time - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurve.m_Curve.Array.data[1].time - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurve.m_Curve.Array.data[2].time - value: 0.86557615 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurve.m_Curve.Array.data[3].time - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurve.m_Curve.Array.data[4].time - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AttenuationCurve.m_Curve.Array.data[0].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AttenuationCurve.m_Curve.Array.data[0].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AttenuationCurve.m_Curve.Array.data[1].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AttenuationCurve.m_Curve.Array.data[1].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AttenuationCurve.m_Curve.Array.data[2].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AttenuationCurve.m_Curve.Array.data[2].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurve.m_Curve.Array.data[0].time - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurve.m_Curve.Array.data[1].time - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurve.m_Curve.Array.data[2].time - value: 0.86557615 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurve.m_Curve.Array.data[3].time - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurve.m_Curve.Array.data[4].time - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurve.m_Curve.Array.data[0].time - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurve.m_Curve.Array.data[1].time - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurve.m_Curve.Array.data[2].time - value: 0.86557615 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurve.m_Curve.Array.data[3].time - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurve.m_Curve.Array.data[0].time - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurve.m_Curve.Array.data[1].time - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurve.m_Curve.Array.data[0].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurve.m_Curve.Array.data[1].value - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurve.m_Curve.Array.data[2].value - value: 1.6325867 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurve.m_Curve.Array.data[3].value - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurve.m_Curve.Array.data[4].value - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveX.m_Curve.Array.data[0].time - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveX.m_Curve.Array.data[1].time - value: 0.3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveX.m_Curve.Array.data[2].time - value: 0.6 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveX.m_Curve.Array.data[3].time - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveY.m_Curve.Array.data[0].time - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveY.m_Curve.Array.data[1].time - value: 0.3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveY.m_Curve.Array.data[2].time - value: 0.6 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveY.m_Curve.Array.data[3].time - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveZ.m_Curve.Array.data[0].time - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveZ.m_Curve.Array.data[1].time - value: 0.3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveZ.m_Curve.Array.data[2].time - value: 0.6 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveZ.m_Curve.Array.data[3].time - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurve.m_Curve.Array.data[0].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurve.m_Curve.Array.data[1].value - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurve.m_Curve.Array.data[2].value - value: 1.6325867 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurve.m_Curve.Array.data[3].value - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurve.m_Curve.Array.data[4].value - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveX.m_Curve.Array.data[0].time - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveX.m_Curve.Array.data[1].time - value: 0.3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveX.m_Curve.Array.data[2].time - value: 0.6 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveX.m_Curve.Array.data[3].time - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveY.m_Curve.Array.data[0].time - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveY.m_Curve.Array.data[1].time - value: 0.3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveY.m_Curve.Array.data[2].time - value: 0.6 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveY.m_Curve.Array.data[3].time - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveZ.m_Curve.Array.data[0].time - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveZ.m_Curve.Array.data[1].time - value: 0.3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveZ.m_Curve.Array.data[2].time - value: 0.6 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveZ.m_Curve.Array.data[3].time - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AttenuationCurve.m_Curve.Array.data[0].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AttenuationCurve.m_Curve.Array.data[1].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AttenuationCurve.m_Curve.Array.data[2].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurve.m_Curve.Array.data[0].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurve.m_Curve.Array.data[1].value - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurve.m_Curve.Array.data[2].value - value: 1.6325867 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurve.m_Curve.Array.data[3].value - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurve.m_Curve.Array.data[4].value - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveX.m_Curve.Array.data[0].time - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveX.m_Curve.Array.data[1].time - value: 0.3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveX.m_Curve.Array.data[2].time - value: 0.6 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveX.m_Curve.Array.data[3].time - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveY.m_Curve.Array.data[0].time - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveY.m_Curve.Array.data[1].time - value: 0.3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveY.m_Curve.Array.data[2].time - value: 0.6 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveY.m_Curve.Array.data[3].time - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveZ.m_Curve.Array.data[0].time - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveZ.m_Curve.Array.data[1].time - value: 0.3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveZ.m_Curve.Array.data[2].time - value: 0.6 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveZ.m_Curve.Array.data[3].time - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurve.m_Curve.Array.data[0].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurve.m_Curve.Array.data[1].value - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurve.m_Curve.Array.data[2].value - value: 1.6325867 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurve.m_Curve.Array.data[3].value - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveX.m_Curve.Array.data[0].time - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveX.m_Curve.Array.data[1].time - value: 0.3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveX.m_Curve.Array.data[2].time - value: 0.6 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveX.m_Curve.Array.data[3].time - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveY.m_Curve.Array.data[0].time - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveY.m_Curve.Array.data[1].time - value: 0.3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveY.m_Curve.Array.data[2].time - value: 0.6 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveY.m_Curve.Array.data[3].time - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveZ.m_Curve.Array.data[0].time - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveZ.m_Curve.Array.data[1].time - value: 0.3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveZ.m_Curve.Array.data[2].time - value: 0.6 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveZ.m_Curve.Array.data[3].time - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurve.m_Curve.Array.data[0].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurve.m_Curve.Array.data[1].value - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveX.m_Curve.Array.data[0].time - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveX.m_Curve.Array.data[1].time - value: 0.3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveX.m_Curve.Array.data[2].time - value: 0.6 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveX.m_Curve.Array.data[3].time - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveY.m_Curve.Array.data[0].time - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveY.m_Curve.Array.data[1].time - value: 0.3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveY.m_Curve.Array.data[2].time - value: 0.6 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveY.m_Curve.Array.data[3].time - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveZ.m_Curve.Array.data[0].time - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveZ.m_Curve.Array.data[1].time - value: 0.3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveZ.m_Curve.Array.data[2].time - value: 0.6 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveZ.m_Curve.Array.data[3].time - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveX.m_Curve.Array.data[0].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveX.m_Curve.Array.data[1].value - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveX.m_Curve.Array.data[2].value - value: -1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveX.m_Curve.Array.data[3].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveY.m_Curve.Array.data[0].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveY.m_Curve.Array.data[1].value - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveY.m_Curve.Array.data[2].value - value: -1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveY.m_Curve.Array.data[3].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveZ.m_Curve.Array.data[0].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveZ.m_Curve.Array.data[1].value - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveZ.m_Curve.Array.data[2].value - value: -1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveZ.m_Curve.Array.data[3].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveX.m_Curve.Array.data[0].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveX.m_Curve.Array.data[1].value - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveX.m_Curve.Array.data[2].value - value: -1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveX.m_Curve.Array.data[3].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveY.m_Curve.Array.data[0].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveY.m_Curve.Array.data[1].value - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveY.m_Curve.Array.data[2].value - value: -1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveY.m_Curve.Array.data[3].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveZ.m_Curve.Array.data[0].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveZ.m_Curve.Array.data[1].value - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveZ.m_Curve.Array.data[2].value - value: -1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveZ.m_Curve.Array.data[3].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveX.m_Curve.Array.data[0].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveX.m_Curve.Array.data[1].value - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveX.m_Curve.Array.data[2].value - value: -1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveX.m_Curve.Array.data[3].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveY.m_Curve.Array.data[0].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveY.m_Curve.Array.data[1].value - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveY.m_Curve.Array.data[2].value - value: -1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveY.m_Curve.Array.data[3].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveZ.m_Curve.Array.data[0].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveZ.m_Curve.Array.data[1].value - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveZ.m_Curve.Array.data[2].value - value: -1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveZ.m_Curve.Array.data[3].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveX.m_Curve.Array.data[0].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveX.m_Curve.Array.data[1].value - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveX.m_Curve.Array.data[2].value - value: -1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveX.m_Curve.Array.data[3].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveY.m_Curve.Array.data[0].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveY.m_Curve.Array.data[1].value - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveY.m_Curve.Array.data[2].value - value: -1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveY.m_Curve.Array.data[3].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveZ.m_Curve.Array.data[0].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveZ.m_Curve.Array.data[1].value - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveZ.m_Curve.Array.data[2].value - value: -1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveZ.m_Curve.Array.data[3].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveX.m_Curve.Array.data[0].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveX.m_Curve.Array.data[1].value - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveX.m_Curve.Array.data[2].value - value: -1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveX.m_Curve.Array.data[3].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveY.m_Curve.Array.data[0].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveY.m_Curve.Array.data[1].value - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveY.m_Curve.Array.data[2].value - value: -1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveY.m_Curve.Array.data[3].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveZ.m_Curve.Array.data[0].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveZ.m_Curve.Array.data[1].value - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveZ.m_Curve.Array.data[2].value - value: -1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveZ.m_Curve.Array.data[3].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurve.m_Curve.Array.data[0].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurve.m_Curve.Array.data[1].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurve.m_Curve.Array.data[2].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurve.m_Curve.Array.data[3].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurve.m_Curve.Array.data[4].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurve.m_Curve.Array.data[0].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurve.m_Curve.Array.data[1].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurve.m_Curve.Array.data[2].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurve.m_Curve.Array.data[3].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurve.m_Curve.Array.data[4].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AttenuationCurve.m_Curve.Array.data[0].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AttenuationCurve.m_Curve.Array.data[1].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AttenuationCurve.m_Curve.Array.data[2].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurve.m_Curve.Array.data[0].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurve.m_Curve.Array.data[1].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurve.m_Curve.Array.data[2].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurve.m_Curve.Array.data[3].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurve.m_Curve.Array.data[4].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurve.m_Curve.Array.data[0].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurve.m_Curve.Array.data[1].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurve.m_Curve.Array.data[2].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurve.m_Curve.Array.data[3].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurve.m_Curve.Array.data[0].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurve.m_Curve.Array.data[1].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurve.m_Curve.Array.data[0].inWeight - value: 0.33333334 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurve.m_Curve.Array.data[0].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurve.m_Curve.Array.data[1].inWeight - value: 0.33333334 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurve.m_Curve.Array.data[1].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurve.m_Curve.Array.data[2].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurve.m_Curve.Array.data[2].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurve.m_Curve.Array.data[3].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurve.m_Curve.Array.data[3].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurve.m_Curve.Array.data[4].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurve.m_Curve.Array.data[4].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveX.m_Curve.Array.data[0].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveX.m_Curve.Array.data[1].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveX.m_Curve.Array.data[2].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveX.m_Curve.Array.data[3].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveY.m_Curve.Array.data[0].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveY.m_Curve.Array.data[1].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveY.m_Curve.Array.data[2].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveY.m_Curve.Array.data[3].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveZ.m_Curve.Array.data[0].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveZ.m_Curve.Array.data[1].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveZ.m_Curve.Array.data[2].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveZ.m_Curve.Array.data[3].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurve.m_Curve.Array.data[0].inWeight - value: 0.33333334 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurve.m_Curve.Array.data[0].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurve.m_Curve.Array.data[1].inWeight - value: 0.33333334 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurve.m_Curve.Array.data[1].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurve.m_Curve.Array.data[2].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurve.m_Curve.Array.data[2].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurve.m_Curve.Array.data[3].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurve.m_Curve.Array.data[3].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurve.m_Curve.Array.data[4].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurve.m_Curve.Array.data[4].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveX.m_Curve.Array.data[0].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveX.m_Curve.Array.data[1].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveX.m_Curve.Array.data[2].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveX.m_Curve.Array.data[3].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveY.m_Curve.Array.data[0].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveY.m_Curve.Array.data[1].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveY.m_Curve.Array.data[2].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveY.m_Curve.Array.data[3].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveZ.m_Curve.Array.data[0].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveZ.m_Curve.Array.data[1].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveZ.m_Curve.Array.data[2].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveZ.m_Curve.Array.data[3].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AttenuationCurve.m_Curve.Array.data[0].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AttenuationCurve.m_Curve.Array.data[1].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AttenuationCurve.m_Curve.Array.data[2].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurve.m_Curve.Array.data[0].inWeight - value: 0.33333334 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurve.m_Curve.Array.data[0].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurve.m_Curve.Array.data[1].inWeight - value: 0.33333334 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurve.m_Curve.Array.data[1].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurve.m_Curve.Array.data[2].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurve.m_Curve.Array.data[2].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurve.m_Curve.Array.data[3].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurve.m_Curve.Array.data[3].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurve.m_Curve.Array.data[4].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurve.m_Curve.Array.data[4].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveX.m_Curve.Array.data[0].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveX.m_Curve.Array.data[1].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveX.m_Curve.Array.data[2].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveX.m_Curve.Array.data[3].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveY.m_Curve.Array.data[0].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveY.m_Curve.Array.data[1].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveY.m_Curve.Array.data[2].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveY.m_Curve.Array.data[3].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveZ.m_Curve.Array.data[0].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveZ.m_Curve.Array.data[1].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveZ.m_Curve.Array.data[2].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveZ.m_Curve.Array.data[3].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurve.m_Curve.Array.data[0].inWeight - value: 0.33333334 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurve.m_Curve.Array.data[0].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurve.m_Curve.Array.data[1].inWeight - value: 0.33333334 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurve.m_Curve.Array.data[1].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurve.m_Curve.Array.data[2].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurve.m_Curve.Array.data[2].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurve.m_Curve.Array.data[3].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurve.m_Curve.Array.data[3].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveX.m_Curve.Array.data[0].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveX.m_Curve.Array.data[1].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveX.m_Curve.Array.data[2].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveX.m_Curve.Array.data[3].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveY.m_Curve.Array.data[0].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveY.m_Curve.Array.data[1].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveY.m_Curve.Array.data[2].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveY.m_Curve.Array.data[3].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveZ.m_Curve.Array.data[0].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveZ.m_Curve.Array.data[1].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveZ.m_Curve.Array.data[2].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveZ.m_Curve.Array.data[3].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurve.m_Curve.Array.data[0].inWeight - value: 0.33333334 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurve.m_Curve.Array.data[0].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurve.m_Curve.Array.data[1].inWeight - value: 0.33333334 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurve.m_Curve.Array.data[1].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveX.m_Curve.Array.data[0].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveX.m_Curve.Array.data[1].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveX.m_Curve.Array.data[2].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveX.m_Curve.Array.data[3].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveY.m_Curve.Array.data[0].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveY.m_Curve.Array.data[1].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveY.m_Curve.Array.data[2].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveY.m_Curve.Array.data[3].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveZ.m_Curve.Array.data[0].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveZ.m_Curve.Array.data[1].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveZ.m_Curve.Array.data[2].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveZ.m_Curve.Array.data[3].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurve.m_Curve.Array.data[0].outWeight - value: 0.33333334 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurve.m_Curve.Array.data[1].outWeight - value: 0.33333334 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurve.m_Curve.Array.data[2].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurve.m_Curve.Array.data[3].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurve.m_Curve.Array.data[4].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveX.m_Curve.Array.data[0].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveX.m_Curve.Array.data[0].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveX.m_Curve.Array.data[1].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveX.m_Curve.Array.data[1].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveX.m_Curve.Array.data[2].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveX.m_Curve.Array.data[2].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveX.m_Curve.Array.data[3].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveX.m_Curve.Array.data[3].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveY.m_Curve.Array.data[0].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveY.m_Curve.Array.data[0].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveY.m_Curve.Array.data[1].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveY.m_Curve.Array.data[1].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveY.m_Curve.Array.data[2].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveY.m_Curve.Array.data[2].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveY.m_Curve.Array.data[3].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveY.m_Curve.Array.data[3].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveZ.m_Curve.Array.data[0].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveZ.m_Curve.Array.data[0].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveZ.m_Curve.Array.data[1].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveZ.m_Curve.Array.data[1].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveZ.m_Curve.Array.data[2].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveZ.m_Curve.Array.data[2].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveZ.m_Curve.Array.data[3].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveZ.m_Curve.Array.data[3].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurve.m_Curve.Array.data[0].outWeight - value: 0.33333334 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurve.m_Curve.Array.data[1].outWeight - value: 0.33333334 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurve.m_Curve.Array.data[2].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurve.m_Curve.Array.data[3].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurve.m_Curve.Array.data[4].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveX.m_Curve.Array.data[0].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveX.m_Curve.Array.data[0].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveX.m_Curve.Array.data[1].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveX.m_Curve.Array.data[1].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveX.m_Curve.Array.data[2].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveX.m_Curve.Array.data[2].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveX.m_Curve.Array.data[3].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveX.m_Curve.Array.data[3].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveY.m_Curve.Array.data[0].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveY.m_Curve.Array.data[0].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveY.m_Curve.Array.data[1].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveY.m_Curve.Array.data[1].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveY.m_Curve.Array.data[2].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveY.m_Curve.Array.data[2].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveY.m_Curve.Array.data[3].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveY.m_Curve.Array.data[3].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveZ.m_Curve.Array.data[0].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveZ.m_Curve.Array.data[0].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveZ.m_Curve.Array.data[1].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveZ.m_Curve.Array.data[1].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveZ.m_Curve.Array.data[2].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveZ.m_Curve.Array.data[2].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveZ.m_Curve.Array.data[3].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveZ.m_Curve.Array.data[3].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurve.m_Curve.Array.data[0].outWeight - value: 0.33333334 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurve.m_Curve.Array.data[1].outWeight - value: 0.33333334 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurve.m_Curve.Array.data[2].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurve.m_Curve.Array.data[3].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurve.m_Curve.Array.data[4].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveX.m_Curve.Array.data[0].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveX.m_Curve.Array.data[0].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveX.m_Curve.Array.data[1].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveX.m_Curve.Array.data[1].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveX.m_Curve.Array.data[2].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveX.m_Curve.Array.data[2].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveX.m_Curve.Array.data[3].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveX.m_Curve.Array.data[3].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveY.m_Curve.Array.data[0].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveY.m_Curve.Array.data[0].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveY.m_Curve.Array.data[1].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveY.m_Curve.Array.data[1].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveY.m_Curve.Array.data[2].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveY.m_Curve.Array.data[2].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveY.m_Curve.Array.data[3].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveY.m_Curve.Array.data[3].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveZ.m_Curve.Array.data[0].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveZ.m_Curve.Array.data[0].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveZ.m_Curve.Array.data[1].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveZ.m_Curve.Array.data[1].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveZ.m_Curve.Array.data[2].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveZ.m_Curve.Array.data[2].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveZ.m_Curve.Array.data[3].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveZ.m_Curve.Array.data[3].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurve.m_Curve.Array.data[0].outWeight - value: 0.33333334 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurve.m_Curve.Array.data[1].outWeight - value: 0.33333334 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurve.m_Curve.Array.data[2].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurve.m_Curve.Array.data[3].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveX.m_Curve.Array.data[0].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveX.m_Curve.Array.data[0].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveX.m_Curve.Array.data[1].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveX.m_Curve.Array.data[1].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveX.m_Curve.Array.data[2].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveX.m_Curve.Array.data[2].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveX.m_Curve.Array.data[3].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveX.m_Curve.Array.data[3].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveY.m_Curve.Array.data[0].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveY.m_Curve.Array.data[0].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveY.m_Curve.Array.data[1].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveY.m_Curve.Array.data[1].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveY.m_Curve.Array.data[2].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveY.m_Curve.Array.data[2].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveY.m_Curve.Array.data[3].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveY.m_Curve.Array.data[3].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveZ.m_Curve.Array.data[0].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveZ.m_Curve.Array.data[0].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveZ.m_Curve.Array.data[1].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveZ.m_Curve.Array.data[1].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveZ.m_Curve.Array.data[2].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveZ.m_Curve.Array.data[2].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveZ.m_Curve.Array.data[3].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveZ.m_Curve.Array.data[3].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurve.m_Curve.Array.data[0].outWeight - value: 0.33333334 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurve.m_Curve.Array.data[1].outWeight - value: 0.33333334 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveX.m_Curve.Array.data[0].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveX.m_Curve.Array.data[0].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveX.m_Curve.Array.data[1].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveX.m_Curve.Array.data[1].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveX.m_Curve.Array.data[2].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveX.m_Curve.Array.data[2].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveX.m_Curve.Array.data[3].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveX.m_Curve.Array.data[3].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveY.m_Curve.Array.data[0].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveY.m_Curve.Array.data[0].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveY.m_Curve.Array.data[1].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveY.m_Curve.Array.data[1].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveY.m_Curve.Array.data[2].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveY.m_Curve.Array.data[2].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveY.m_Curve.Array.data[3].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveY.m_Curve.Array.data[3].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveZ.m_Curve.Array.data[0].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveZ.m_Curve.Array.data[0].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveZ.m_Curve.Array.data[1].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveZ.m_Curve.Array.data[1].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveZ.m_Curve.Array.data[2].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveZ.m_Curve.Array.data[2].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveZ.m_Curve.Array.data[3].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveZ.m_Curve.Array.data[3].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveX.m_Curve.Array.data[0].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveX.m_Curve.Array.data[1].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveX.m_Curve.Array.data[2].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveX.m_Curve.Array.data[3].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveY.m_Curve.Array.data[0].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveY.m_Curve.Array.data[1].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveY.m_Curve.Array.data[2].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveY.m_Curve.Array.data[3].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveZ.m_Curve.Array.data[0].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveZ.m_Curve.Array.data[1].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveZ.m_Curve.Array.data[2].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveZ.m_Curve.Array.data[3].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveX.m_Curve.Array.data[0].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveX.m_Curve.Array.data[1].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveX.m_Curve.Array.data[2].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveX.m_Curve.Array.data[3].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveY.m_Curve.Array.data[0].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveY.m_Curve.Array.data[1].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveY.m_Curve.Array.data[2].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveY.m_Curve.Array.data[3].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveZ.m_Curve.Array.data[0].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveZ.m_Curve.Array.data[1].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveZ.m_Curve.Array.data[2].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveZ.m_Curve.Array.data[3].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveX.m_Curve.Array.data[0].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveX.m_Curve.Array.data[1].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveX.m_Curve.Array.data[2].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveX.m_Curve.Array.data[3].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveY.m_Curve.Array.data[0].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveY.m_Curve.Array.data[1].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveY.m_Curve.Array.data[2].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveY.m_Curve.Array.data[3].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveZ.m_Curve.Array.data[0].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveZ.m_Curve.Array.data[1].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveZ.m_Curve.Array.data[2].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveZ.m_Curve.Array.data[3].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveX.m_Curve.Array.data[0].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveX.m_Curve.Array.data[1].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveX.m_Curve.Array.data[2].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveX.m_Curve.Array.data[3].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveY.m_Curve.Array.data[0].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveY.m_Curve.Array.data[1].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveY.m_Curve.Array.data[2].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveY.m_Curve.Array.data[3].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveZ.m_Curve.Array.data[0].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveZ.m_Curve.Array.data[1].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveZ.m_Curve.Array.data[2].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveZ.m_Curve.Array.data[3].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveX.m_Curve.Array.data[0].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveX.m_Curve.Array.data[1].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveX.m_Curve.Array.data[2].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveX.m_Curve.Array.data[3].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveY.m_Curve.Array.data[0].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveY.m_Curve.Array.data[1].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveY.m_Curve.Array.data[2].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveY.m_Curve.Array.data[3].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveZ.m_Curve.Array.data[0].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveZ.m_Curve.Array.data[1].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveZ.m_Curve.Array.data[2].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveZ.m_Curve.Array.data[3].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurve.m_Curve.Array.data[0].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurve.m_Curve.Array.data[1].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurve.m_Curve.Array.data[2].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurve.m_Curve.Array.data[3].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurve.m_Curve.Array.data[4].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurve.m_Curve.Array.data[0].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurve.m_Curve.Array.data[1].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurve.m_Curve.Array.data[2].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurve.m_Curve.Array.data[3].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurve.m_Curve.Array.data[4].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurve.m_Curve.Array.data[0].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurve.m_Curve.Array.data[1].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurve.m_Curve.Array.data[2].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurve.m_Curve.Array.data[3].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurve.m_Curve.Array.data[4].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurve.m_Curve.Array.data[0].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurve.m_Curve.Array.data[1].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurve.m_Curve.Array.data[2].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurve.m_Curve.Array.data[3].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurve.m_Curve.Array.data[0].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurve.m_Curve.Array.data[1].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurve.m_Curve.Array.data[0].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurve.m_Curve.Array.data[1].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurve.m_Curve.Array.data[2].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurve.m_Curve.Array.data[3].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurve.m_Curve.Array.data[4].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveX.m_Curve.Array.data[0].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveX.m_Curve.Array.data[1].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveX.m_Curve.Array.data[2].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveX.m_Curve.Array.data[3].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveY.m_Curve.Array.data[0].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveY.m_Curve.Array.data[1].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveY.m_Curve.Array.data[2].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveY.m_Curve.Array.data[3].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveZ.m_Curve.Array.data[0].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveZ.m_Curve.Array.data[1].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveZ.m_Curve.Array.data[2].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveZ.m_Curve.Array.data[3].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurve.m_Curve.Array.data[0].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurve.m_Curve.Array.data[1].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurve.m_Curve.Array.data[2].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurve.m_Curve.Array.data[3].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurve.m_Curve.Array.data[4].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveX.m_Curve.Array.data[0].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveX.m_Curve.Array.data[1].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveX.m_Curve.Array.data[2].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveX.m_Curve.Array.data[3].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveY.m_Curve.Array.data[0].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveY.m_Curve.Array.data[1].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveY.m_Curve.Array.data[2].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveY.m_Curve.Array.data[3].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveZ.m_Curve.Array.data[0].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveZ.m_Curve.Array.data[1].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveZ.m_Curve.Array.data[2].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveZ.m_Curve.Array.data[3].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurve.m_Curve.Array.data[0].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurve.m_Curve.Array.data[1].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurve.m_Curve.Array.data[2].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurve.m_Curve.Array.data[3].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurve.m_Curve.Array.data[4].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveX.m_Curve.Array.data[0].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveX.m_Curve.Array.data[1].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveX.m_Curve.Array.data[2].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveX.m_Curve.Array.data[3].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveY.m_Curve.Array.data[0].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveY.m_Curve.Array.data[1].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveY.m_Curve.Array.data[2].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveY.m_Curve.Array.data[3].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveZ.m_Curve.Array.data[0].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveZ.m_Curve.Array.data[1].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveZ.m_Curve.Array.data[2].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveZ.m_Curve.Array.data[3].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurve.m_Curve.Array.data[0].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurve.m_Curve.Array.data[1].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurve.m_Curve.Array.data[2].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurve.m_Curve.Array.data[3].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveX.m_Curve.Array.data[0].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveX.m_Curve.Array.data[1].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveX.m_Curve.Array.data[2].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveX.m_Curve.Array.data[3].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveY.m_Curve.Array.data[0].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveY.m_Curve.Array.data[1].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveY.m_Curve.Array.data[2].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveY.m_Curve.Array.data[3].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveZ.m_Curve.Array.data[0].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveZ.m_Curve.Array.data[1].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveZ.m_Curve.Array.data[2].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveZ.m_Curve.Array.data[3].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurve.m_Curve.Array.data[0].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurve.m_Curve.Array.data[1].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveX.m_Curve.Array.data[0].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveX.m_Curve.Array.data[1].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveX.m_Curve.Array.data[2].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveX.m_Curve.Array.data[3].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveY.m_Curve.Array.data[0].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveY.m_Curve.Array.data[1].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveY.m_Curve.Array.data[2].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveY.m_Curve.Array.data[3].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveZ.m_Curve.Array.data[0].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveZ.m_Curve.Array.data[1].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveZ.m_Curve.Array.data[2].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveZ.m_Curve.Array.data[3].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveX.m_Curve.Array.data[0].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveX.m_Curve.Array.data[1].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveX.m_Curve.Array.data[2].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveX.m_Curve.Array.data[3].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveY.m_Curve.Array.data[0].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveY.m_Curve.Array.data[1].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveY.m_Curve.Array.data[2].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveY.m_Curve.Array.data[3].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveZ.m_Curve.Array.data[0].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveZ.m_Curve.Array.data[1].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveZ.m_Curve.Array.data[2].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveZ.m_Curve.Array.data[3].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveX.m_Curve.Array.data[0].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveX.m_Curve.Array.data[1].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveX.m_Curve.Array.data[2].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveX.m_Curve.Array.data[3].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveY.m_Curve.Array.data[0].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveY.m_Curve.Array.data[1].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveY.m_Curve.Array.data[2].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveY.m_Curve.Array.data[3].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveZ.m_Curve.Array.data[0].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveZ.m_Curve.Array.data[1].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveZ.m_Curve.Array.data[2].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveZ.m_Curve.Array.data[3].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveX.m_Curve.Array.data[0].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveX.m_Curve.Array.data[1].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveX.m_Curve.Array.data[2].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveX.m_Curve.Array.data[3].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveY.m_Curve.Array.data[0].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveY.m_Curve.Array.data[1].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveY.m_Curve.Array.data[2].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveY.m_Curve.Array.data[3].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveZ.m_Curve.Array.data[0].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveZ.m_Curve.Array.data[1].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveZ.m_Curve.Array.data[2].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveZ.m_Curve.Array.data[3].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveX.m_Curve.Array.data[0].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveX.m_Curve.Array.data[1].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveX.m_Curve.Array.data[2].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveX.m_Curve.Array.data[3].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveY.m_Curve.Array.data[0].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveY.m_Curve.Array.data[1].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveY.m_Curve.Array.data[2].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveY.m_Curve.Array.data[3].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveZ.m_Curve.Array.data[0].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveZ.m_Curve.Array.data[1].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveZ.m_Curve.Array.data[2].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveZ.m_Curve.Array.data[3].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveX.m_Curve.Array.data[0].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveX.m_Curve.Array.data[1].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveX.m_Curve.Array.data[2].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveX.m_Curve.Array.data[3].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveY.m_Curve.Array.data[0].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveY.m_Curve.Array.data[1].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveY.m_Curve.Array.data[2].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveY.m_Curve.Array.data[3].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveZ.m_Curve.Array.data[0].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveZ.m_Curve.Array.data[1].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveZ.m_Curve.Array.data[2].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveZ.m_Curve.Array.data[3].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 9167406172343059487, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_IsActive - value: 0 - objectReference: {fileID: 0} - m_RemovedComponents: - - {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, type: 3} - m_RemovedGameObjects: [] - m_AddedGameObjects: [] - m_AddedComponents: [] - m_SourcePrefab: {fileID: 100100000, guid: a16c33a1240b8ce4f930161a7c85fae6, type: 3} ---- !u!224 &732587902 stripped -RectTransform: - m_CorrespondingSourceObject: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - m_PrefabInstance: {fileID: 732587901} - m_PrefabAsset: {fileID: 0} ---- !u!1001 &732653875 -PrefabInstance: - m_ObjectHideFlags: 0 - serializedVersion: 2 - m_Modification: - serializedVersion: 3 - m_TransformParent: {fileID: 1557570896} - m_Modifications: - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: Feedbacks.Array.size - value: 7 - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[0]' - value: - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[1]' - value: - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[2]' - value: - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[3]' - value: - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[4]' - value: - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[5]' - value: - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[6]' - value: - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Pivot.x - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Pivot.y - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_RootOrder - value: 123 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMax.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMax.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMin.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMin.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_SizeDelta.x - value: 256.1 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_SizeDelta.y - value: 30 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalPosition.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.w - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.x - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.y - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.z - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchoredPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchoredPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalEulerAnglesHint.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalEulerAnglesHint.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalEulerAnglesHint.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604939, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_OnClick.m_PersistentCalls.m_Calls.Array.data[0].m_Target - value: - objectReference: {fileID: 198591141} - - target: {fileID: 2903879014986604939, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_OnClick.m_PersistentCalls.m_Calls.Array.data[0].m_MethodName - value: PlayFeedbacks - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604939, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_OnClick.m_PersistentCalls.m_Calls.Array.data[0].m_Arguments.m_ObjectArgumentAssemblyTypeName - value: UnityEngine.Object, UnityEngine - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604941, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Name - value: Button - Softness - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Text - value: TMP Softness - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Color.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Color.b - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Color.g - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Color.r - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 4258887795993319071, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: NotSupportedInWebGL - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.size - value: 7 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[0]' - value: MoreMountains.Feedbacks MoreMountains.Feedbacks.MMF_AudioSource - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[1]' - value: MoreMountains.Feedbacks MoreMountains.Feedbacks.MMF_SetActive - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[2]' - value: MoreMountains.Feedbacks.TextMeshPro MoreMountains.Feedbacks.MMF_TMPText - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[3]' - value: MoreMountains.Feedbacks MoreMountains.Feedbacks.MMF_Pause - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[4]' - value: MoreMountains.Feedbacks.TextMeshPro MoreMountains.Feedbacks.MMF_TMPSoftness - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[5]' - value: MoreMountains.Feedbacks MoreMountains.Feedbacks.MMF_HoldingPause - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[6]' - value: MoreMountains.Feedbacks MoreMountains.Feedbacks.MMF_SetActive - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Mode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Mode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Label - value: AudioSource - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Label - value: Set Active - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Label - value: TMP Text - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Label - value: Pause - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Label - value: TMP Softness - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Label - value: Holding Pause - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Label - value: Set Inactive - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].NewText - value: 'You can also - - control the softness - - of a target text.' - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].MaxPitch - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].MinPitch - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].UniqueID - value: 1994683523 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].UniqueID - value: -1372495536 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].UniqueID - value: -1685359638 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].UniqueID - value: 1513385319 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Duration - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].RemapOne - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].UniqueID - value: -38976439 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].UniqueID - value: 525534422 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].UniqueID - value: -1019232146 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].MaxVolume - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].MinVolume - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].RemapZero - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AutoResume - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].AutoResume - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].StateOnInit - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].StateOnPlay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].StateOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].StateOnInit - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].StateOnPlay - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].StateOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].StateOnReset - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].ScriptDriven - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].ScriptDriven - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].StateOnReset - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].TargetTMPText - value: - objectReference: {fileID: 1996559228} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].PauseDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].TargetTMPText - value: - objectReference: {fileID: 1996559228} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].PauseDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].SetStateOnInit - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].SetStateOnPlay - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].SetStateOnStop - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].RelativeValues - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].SetStateOnInit - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].SetStateOnPlay - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].SetStateOnStop - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].SetStateOnReset - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AutoResumeAfter - value: 0.25 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].InstantSoftness - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].AutoResumeAfter - value: 0.25 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].SetStateOnReset - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].TargetGameObject - value: - objectReference: {fileID: 930333314} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].MaxPauseDuration - value: 3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].MinPauseDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].MaxPauseDuration - value: 3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].MinPauseDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].TargetGameObject - value: - objectReference: {fileID: 930333314} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].TargetAudioSource - value: - objectReference: {fileID: 478010195} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].SfxAudioMixerGroup - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AllowAdditivePlays - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].RandomizeOnEachPlay - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].RandomizeOnEachPlay - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].RandomSfx.Array.size - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].RandomizePauseDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].RandomizePauseDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].SoftnessCurve.MMTweenCurve - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].SoftnessCurve.Curve.m_PreInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].SoftnessCurve.Curve.m_PostInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].SoftnessCurve.Curve.m_RotationOrder - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].SoftnessCurve.MMTweenDefinitionType - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].SoftnessCurve.Curve.m_Curve.Array.size - value: 3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].SoftnessCurve.Curve.m_Curve.Array.data[0].time - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].SoftnessCurve.Curve.m_Curve.Array.data[1].time - value: 0.3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].SoftnessCurve.Curve.m_Curve.Array.data[2].time - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].SoftnessCurve.Curve.m_Curve.Array.data[0].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].SoftnessCurve.Curve.m_Curve.Array.data[1].value - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].SoftnessCurve.Curve.m_Curve.Array.data[2].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].SoftnessCurve.Curve.m_Curve.Array.data[0].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].SoftnessCurve.Curve.m_Curve.Array.data[1].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].SoftnessCurve.Curve.m_Curve.Array.data[2].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].SoftnessCurve.Curve.m_Curve.Array.data[0].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].SoftnessCurve.Curve.m_Curve.Array.data[0].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].SoftnessCurve.Curve.m_Curve.Array.data[1].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].SoftnessCurve.Curve.m_Curve.Array.data[1].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].SoftnessCurve.Curve.m_Curve.Array.data[2].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].SoftnessCurve.Curve.m_Curve.Array.data[2].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].SoftnessCurve.Curve.m_Curve.Array.data[0].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].SoftnessCurve.Curve.m_Curve.Array.data[1].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].SoftnessCurve.Curve.m_Curve.Array.data[2].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].SoftnessCurve.Curve.m_Curve.Array.data[0].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].SoftnessCurve.Curve.m_Curve.Array.data[1].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].SoftnessCurve.Curve.m_Curve.Array.data[2].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].SoftnessCurve.Curve.m_Curve.Array.data[0].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].SoftnessCurve.Curve.m_Curve.Array.data[1].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].SoftnessCurve.Curve.m_Curve.Array.data[2].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 9167406172343059487, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_IsActive - value: 0 - objectReference: {fileID: 0} - m_RemovedComponents: - - {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, type: 3} - m_RemovedGameObjects: [] - m_AddedGameObjects: [] - m_AddedComponents: [] - m_SourcePrefab: {fileID: 100100000, guid: a16c33a1240b8ce4f930161a7c85fae6, type: 3} ---- !u!1001 &734771697 -PrefabInstance: - m_ObjectHideFlags: 0 - serializedVersion: 2 - m_Modification: - serializedVersion: 3 - m_TransformParent: {fileID: 1557570896} - m_Modifications: - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: Feedbacks.Array.size - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[0]' - value: - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[1]' - value: - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Pivot.x - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Pivot.y - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_RootOrder - value: 25 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMax.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMax.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMin.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMin.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_SizeDelta.x - value: 256.1 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_SizeDelta.y - value: 30 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalPosition.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.w - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.x - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.y - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.z - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchoredPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchoredPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalEulerAnglesHint.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalEulerAnglesHint.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalEulerAnglesHint.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604939, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_OnClick.m_PersistentCalls.m_Calls.Array.data[0].m_Target - value: - objectReference: {fileID: 1074420533} - - target: {fileID: 2903879014986604939, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_OnClick.m_PersistentCalls.m_Calls.Array.data[0].m_MethodName - value: PlayFeedbacks - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604939, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_OnClick.m_PersistentCalls.m_Calls.Array.data[0].m_Arguments.m_ObjectArgumentAssemblyTypeName - value: UnityEngine.Object, UnityEngine - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604941, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Name - value: Button - Camera Zoom - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Text - value: Zoom - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Color.b - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Color.g - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Color.r - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.size - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[0]' - value: MoreMountains.Feedbacks MoreMountains.Feedbacks.MMF_CameraZoom - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[1]' - value: MoreMountains.Feedbacks MoreMountains.Feedbacks.MMF_AudioSource - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Mode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Label - value: Camera Zoom - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Label - value: AudioSource - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].UniqueID - value: 857324945 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ZoomMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].MaxPitch - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].MinPitch - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].UniqueID - value: 2088224068 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].MaxVolume - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].MinVolume - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ZoomDuration - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ZoomFieldOfView - value: 30 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].TargetAudioSource - value: - objectReference: {fileID: 478010195} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].SfxAudioMixerGroup - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].RelativeFieldOfView - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].RandomSfx.Array.size - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ZoomTransitionDuration - value: 0.1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 9167406172343059487, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_IsActive - value: 0 - objectReference: {fileID: 0} - m_RemovedComponents: - - {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, type: 3} - m_RemovedGameObjects: [] - m_AddedGameObjects: [] - m_AddedComponents: [] - m_SourcePrefab: {fileID: 100100000, guid: a16c33a1240b8ce4f930161a7c85fae6, type: 3} ---- !u!1001 &738481871 -PrefabInstance: - m_ObjectHideFlags: 0 - serializedVersion: 2 - m_Modification: - serializedVersion: 3 - m_TransformParent: {fileID: 1557570896} - m_Modifications: - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: Feedbacks.Array.size - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[0]' - value: - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[1]' - value: - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Pivot.x - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Pivot.y - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_RootOrder - value: 147 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMax.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMax.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMin.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMin.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_SizeDelta.x - value: 256.1 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_SizeDelta.y - value: 30 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalPosition.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.w - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.x - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.y - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.z - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchoredPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchoredPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalEulerAnglesHint.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalEulerAnglesHint.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalEulerAnglesHint.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604939, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_OnClick.m_PersistentCalls.m_Calls.Array.data[0].m_Target - value: - objectReference: {fileID: 1347206798} - - target: {fileID: 2903879014986604939, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_OnClick.m_PersistentCalls.m_Calls.Array.data[0].m_MethodName - value: PlayFeedbacks - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604939, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_OnClick.m_PersistentCalls.m_Calls.Array.data[0].m_Arguments.m_ObjectArgumentAssemblyTypeName - value: UnityEngine.Object, UnityEngine - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604941, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Name - value: Button - DebugLog - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Text - value: Log - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Color.b - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Color.g - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Color.r - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 3295746272633172804, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_RootOrder - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.size - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[0]' - value: MoreMountains.Feedbacks MoreMountains.Feedbacks.MMF_AudioSource - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[1]' - value: MoreMountains.Feedbacks.MMTools MoreMountains.Feedbacks.MMF_DebugLog - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Mode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Label - value: AudioSource - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Label - value: Log - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].MaxPitch - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].MinPitch - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].UniqueID - value: -987000680 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].UniqueID - value: -538406930 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].MaxVolume - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].MinVolume - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DebugColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DebugColor.b - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DebugColor.g - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DebugColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DebugLogMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DebugMessage - value: This is a test message outputted by the DebugLog MMFeedback. - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].TargetAudioSource - value: - objectReference: {fileID: 478010195} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayFrameCount - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].SfxAudioMixerGroup - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].RandomSfx.Array.size - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 9167406172343059487, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_IsActive - value: 0 - objectReference: {fileID: 0} - m_RemovedComponents: - - {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, type: 3} - m_RemovedGameObjects: [] - m_AddedGameObjects: [] - m_AddedComponents: [] - m_SourcePrefab: {fileID: 100100000, guid: a16c33a1240b8ce4f930161a7c85fae6, type: 3} ---- !u!1001 &738551273 -PrefabInstance: - m_ObjectHideFlags: 0 - serializedVersion: 2 - m_Modification: - serializedVersion: 3 - m_TransformParent: {fileID: 1557570896} - m_Modifications: - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: Feedbacks.Array.size - value: 5 - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[0]' - value: - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[1]' - value: - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[2]' - value: - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[3]' - value: - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[4]' - value: - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Pivot.x - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Pivot.y - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_RootOrder - value: 138 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMax.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMax.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMin.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMin.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_SizeDelta.x - value: 256.1 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_SizeDelta.y - value: 30 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalPosition.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.w - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.x - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.y - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.z - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchoredPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchoredPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalEulerAnglesHint.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalEulerAnglesHint.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalEulerAnglesHint.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604939, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_OnClick.m_PersistentCalls.m_Calls.Array.data[0].m_Target - value: - objectReference: {fileID: 1165131385} - - target: {fileID: 2903879014986604939, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_OnClick.m_PersistentCalls.m_Calls.Array.data[0].m_MethodName - value: PlayFeedbacks - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604939, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_OnClick.m_PersistentCalls.m_Calls.Array.data[0].m_Arguments.m_ObjectArgumentAssemblyTypeName - value: UnityEngine.Object, UnityEngine - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604941, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Name - value: Button - Distortion - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Text - value: Distortion Filter - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Color.b - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Color.g - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Color.r - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 4258887795993319071, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: NotSupportedInWebGL - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.size - value: 5 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[0]' - value: MoreMountains.Feedbacks MoreMountains.Feedbacks.MMF_AudioSource - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[1]' - value: MoreMountains.Feedbacks MoreMountains.Feedbacks.MMF_Pause - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[2]' - value: MoreMountains.Feedbacks MoreMountains.Feedbacks.MMF_AudioFilterDistortion - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[3]' - value: MoreMountains.Feedbacks MoreMountains.Feedbacks.MMF_HoldingPause - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[4]' - value: MoreMountains.Feedbacks MoreMountains.Feedbacks.MMF_AudioSource - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Mode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Mode - value: 3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Label - value: AudioSource - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Label - value: Pause - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Label - value: Audio Filter Distortion - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Label - value: Holding Pause - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Label - value: AudioSource - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].MaxPitch - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].MinPitch - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].UniqueID - value: 1776550580 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].UniqueID - value: -739390197 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Duration - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].UniqueID - value: -1942816934 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].UniqueID - value: 37583372 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].MaxPitch - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].MinPitch - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].UniqueID - value: -211630600 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].MaxVolume - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].MinVolume - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].MaxVolume - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].MinVolume - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AutoResume - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AutoResume - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ScriptDriven - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].ScriptDriven - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].PauseDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].PauseDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AutoResumeAfter - value: 0.25 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AutoResumeAfter - value: 0.25 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].MaxPauseDuration - value: 3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].MinPauseDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].MaxPauseDuration - value: 3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].MinPauseDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].TargetAudioSource - value: - objectReference: {fileID: 1467162775} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].TargetAudioSource - value: - objectReference: {fileID: 1467162775} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].SfxAudioMixerGroup - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].RelativeDistortion - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].RemapDistortionOne - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].SfxAudioMixerGroup - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].RandomizeOnEachPlay - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].RemapDistortionZero - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].RandomizeOnEachPlay - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].RandomSfx.Array.size - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].RandomSfx.Array.size - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].RandomizePauseDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].RandomizePauseDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].ResetShakerValuesAfterShake - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].ResetTargetValuesAfterShake - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].ShakeDistortion.m_PreInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].ShakeDistortion.m_PostInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].ShakeDistortion.m_RotationOrder - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].ShakeDistortion.m_Curve.Array.size - value: 3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].ShakeDistortion.m_Curve.Array.data[0].time - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].ShakeDistortion.m_Curve.Array.data[1].time - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].ShakeDistortion.m_Curve.Array.data[2].time - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].ShakeDistortion.m_Curve.Array.data[0].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].ShakeDistortion.m_Curve.Array.data[1].value - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].ShakeDistortion.m_Curve.Array.data[2].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].ShakeDistortion.m_Curve.Array.data[0].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].ShakeDistortion.m_Curve.Array.data[1].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].ShakeDistortion.m_Curve.Array.data[2].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].ShakeDistortion.m_Curve.Array.data[0].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].ShakeDistortion.m_Curve.Array.data[0].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].ShakeDistortion.m_Curve.Array.data[1].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].ShakeDistortion.m_Curve.Array.data[1].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].ShakeDistortion.m_Curve.Array.data[2].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].ShakeDistortion.m_Curve.Array.data[2].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].ShakeDistortion.m_Curve.Array.data[0].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].ShakeDistortion.m_Curve.Array.data[1].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].ShakeDistortion.m_Curve.Array.data[2].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].ShakeDistortion.m_Curve.Array.data[0].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].ShakeDistortion.m_Curve.Array.data[1].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].ShakeDistortion.m_Curve.Array.data[2].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].ShakeDistortion.m_Curve.Array.data[0].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].ShakeDistortion.m_Curve.Array.data[1].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].ShakeDistortion.m_Curve.Array.data[2].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 9167406172343059487, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_IsActive - value: 0 - objectReference: {fileID: 0} - m_RemovedComponents: - - {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, type: 3} - m_RemovedGameObjects: [] - m_AddedGameObjects: [] - m_AddedComponents: [] - m_SourcePrefab: {fileID: 100100000, guid: a16c33a1240b8ce4f930161a7c85fae6, type: 3} ---- !u!1 &743745511 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 743745512} - m_Layer: 0 - m_Name: Combos - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &743745512 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 743745511} - serializedVersion: 2 - m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: 0} - m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 - m_Children: - - {fileID: 1475563628} - - {fileID: 1425389457} - m_Father: {fileID: 999639631} - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!224 &744237847 stripped -RectTransform: - m_CorrespondingSourceObject: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - m_PrefabInstance: {fileID: 417876675} - m_PrefabAsset: {fileID: 0} ---- !u!1 &745342161 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 745342162} - - component: {fileID: 745342163} - m_Layer: 0 - m_Name: TimeModifier - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &745342162 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 745342161} - serializedVersion: 2 - m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: 0.023957789, y: 4.7921257, z: 1.0697918} - m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 - m_Children: [] - m_Father: {fileID: 511090939} - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!114 &745342163 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 745342161} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 6da43522623d4704e979466dc7650b65, type: 3} - m_Name: - m_EditorClassIdentifier: - Feedbacks: [] - InitializationMode: 2 - AutoInitialization: 1 - SafeMode: 3 - Direction: 0 - AutoChangeDirectionOnEnd: 0 - AutoPlayOnStart: 0 - AutoPlayOnEnable: 0 - ForceTimescaleMode: 0 - ForcedTimescaleMode: 1 - DurationMultiplier: 1 - TimescaleMultiplier: 1 - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 1.5} - DisplayFullDurationDetails: 0 - PlayerTimescaleMode: 1 - OnlyPlayIfWithinRange: 0 - RangeCenter: {fileID: 0} - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - IgnoreRangeEvents: 0 - CooldownDuration: 0 - InitialDelay: 0 - CanPlay: 1 - CanPlayWhileAlreadyPlaying: 1 - ChanceToPlay: 100 - FeedbacksIntensity: 1 - Events: - TriggerMMFeedbacksEvents: 0 - TriggerUnityEvents: 1 - OnPlay: - m_PersistentCalls: - m_Calls: [] - OnPause: - m_PersistentCalls: - m_Calls: [] - OnStop: - m_PersistentCalls: - m_Calls: [] - OnResume: - m_PersistentCalls: - m_Calls: [] - OnChangeDirection: - m_PersistentCalls: - m_Calls: [] - OnComplete: - m_PersistentCalls: - m_Calls: [] - OnRestoreInitialValues: - m_PersistentCalls: - m_Calls: [] - OnSkipToTheEnd: - m_PersistentCalls: - m_Calls: [] - OnInitializationComplete: - m_PersistentCalls: - m_Calls: [] - OnEnable: - m_PersistentCalls: - m_Calls: [] - OnDisable: - m_PersistentCalls: - m_Calls: [] - DebugActive: 0 - InScriptDrivenPause: 0 - FeedbacksList: - - rid: 0 - - rid: 1 - KeepPlayModeChanges: 0 - PerformanceMode: 0 - RestoreInitialValuesOnDisable: 0 - StopFeedbacksOnDisable: 0 - PlayCount: 0 - references: - version: 2 - RefIds: - - rid: 0 - type: {class: MMF_TimescaleModifier, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: 1444818038 - Label: Timescale Modifier - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: Automatic Shaker Setup - Owner: {fileID: 745342163} - DebugActive: 0 - Mode: 0 - TimeScale: 0.1 - TimeScaleDuration: 1 - ResetTimescaleOnStop: 0 - TimeScaleLerp: 1 - TimescaleLerpMode: 1 - TimeScaleLerpSpeed: 5 - TimescaleLerpCurve: - MMTweenDefinitionType: 1 - MMTweenCurve: 4 - Curve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - Initialized: 0 - ConditionPropertyName: - EnumConditionPropertyName: TimescaleLerpMode - EnumConditions: 0001000000000000000000000000000000000000000000000000000000000000 - TimescaleLerpDuration: 0.5 - TimeScaleLerpOnReset: 0 - TimescaleLerpCurveOnReset: - MMTweenDefinitionType: 1 - MMTweenCurve: 4 - Curve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - Initialized: 0 - ConditionPropertyName: - EnumConditionPropertyName: TimescaleLerpMode - EnumConditions: 0001000000000000000000000000000000000000000000000000000000000000 - TimescaleLerpDurationOnReset: 0.5 - - rid: 1 - type: {class: MMF_AudioSource, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: -1622044006 - Label: AudioSource - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 745342163} - DebugActive: 0 - TargetAudioSource: {fileID: 478010195} - Mode: 0 - RandomSfx: [] - MinVolume: 1 - MaxVolume: 1 - MinPitch: 1 - MaxPitch: 1 - SfxAudioMixerGroup: {fileID: 0} ---- !u!1 &749648099 stripped -GameObject: - m_CorrespondingSourceObject: {fileID: -3188056036005796964, guid: 10f1060b18f7ba34f92053a256e89d10, - type: 3} - m_PrefabInstance: {fileID: 257015188} - m_PrefabAsset: {fileID: 0} ---- !u!114 &749648100 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 749648099} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 8ad986206bb726846a202cfdedd282dc, type: 3} - m_Name: - m_EditorClassIdentifier: - TargetType: 0 - TargetRenderer: {fileID: 749648102} - TargetMaterialID: 0 - TargetImage: {fileID: 0} - UseMaterialForRendering: 0 - TargetRawImage: {fileID: 0} - TargetText: {fileID: 0} - CacheMaterial: 1 - CreateMaterialInstance: 0 - TargetPropertyName: _EmissionForce - PropertyType: 1 - X: 0 - Y: 0 - Z: 0 - W: 0 - ColorMode: 0 - ColorRamp: - serializedVersion: 2 - key0: {r: 1, g: 1, b: 1, a: 1} - key1: {r: 1, g: 1, b: 1, a: 1} - key2: {r: 0, g: 0, b: 0, a: 0} - key3: {r: 0, g: 0, b: 0, a: 0} - key4: {r: 0, g: 0, b: 0, a: 0} - key5: {r: 0, g: 0, b: 0, a: 0} - key6: {r: 0, g: 0, b: 0, a: 0} - key7: {r: 0, g: 0, b: 0, a: 0} - ctime0: 0 - ctime1: 65535 - ctime2: 0 - ctime3: 0 - ctime4: 0 - ctime5: 0 - ctime6: 0 - ctime7: 0 - atime0: 0 - atime1: 65535 - atime2: 0 - atime3: 0 - atime4: 0 - atime5: 0 - atime6: 0 - atime7: 0 - m_Mode: 0 - m_ColorSpace: -1 - m_NumColorKeys: 2 - m_NumAlphaKeys: 2 - FromColor: {r: 0, g: 0, b: 0, a: 1} - ToColor: {r: 1, g: 1, b: 1, a: 1} - ControlMode: 2 - AddToInitialValue: 0 - UseUnscaledTime: 1 - RevertToInitialValueAfterEnd: 1 - UseMaterialPropertyBlocks: 1 - SpriteRendererTextureProperty: _MainTex - SafeMode: 0 - Curve: - MMTweenDefinitionType: 0 - MMTweenCurve: 0 - Curve: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - Initialized: 0 - ConditionPropertyName: - EnumConditionPropertyName: - EnumConditions: - MinValue: 0 - MaxValue: 5 - Duration: 1 - PingPongPauseDuration: 1 - LoopCurve: - MMTweenDefinitionType: 0 - MMTweenCurve: 0 - Curve: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - Initialized: 0 - ConditionPropertyName: - EnumConditionPropertyName: - EnumConditions: - LoopStartValue: 0 - LoopEndValue: 5 - LoopDuration: 1 - LoopPauseDuration: 1 - DrivenLevel: 0 - Amplitude: {x: 0, y: 5} - Frequency: {x: 1, y: 1} - Shift: {x: 0, y: 1} - RemapNoiseValues: 0 - RemapNoiseZero: 0 - RemapNoiseOne: 1 - OneTimeDuration: 1 - OneTimeAmplitude: 1 - OneTimeRemapMin: 0 - OneTimeRemapMax: 5 - OneTimeCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.5 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - OneTimeButton: 0 - DisableAfterOneTime: 0 - DisableGameObjectAfterOneTime: 0 - GetInitialValueOnOneTime: 0 - AudioAnalyzer: {fileID: 0} - BeatID: 0 - AudioAnalyzerMultiplier: 1 - AudioAnalyzerOffset: 0 - AudioAnalyzerLerp: 60 - ToDestinationValue: 1 - ToDestinationDuration: 1 - ToDestinationCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.5 - value: 0.6 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - ToDestinationButton: 0 - DisableAfterToDestination: 0 - InitialValue: 0 - CurrentValue: 0 - CurrentValueNormalized: 0 - InitialColor: {r: 0, g: 0, b: 0, a: 0} - PropertyID: 0 - PropertyFound: 0 - TargetMaterial: {fileID: 0} - PingPong: 0 - LoopTime: 0 ---- !u!23 &749648102 stripped -MeshRenderer: - m_CorrespondingSourceObject: {fileID: 5204594586754481614, guid: 10f1060b18f7ba34f92053a256e89d10, - type: 3} - m_PrefabInstance: {fileID: 257015188} - m_PrefabAsset: {fileID: 0} ---- !u!224 &753153040 stripped -RectTransform: - m_CorrespondingSourceObject: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - m_PrefabInstance: {fileID: 255299606} - m_PrefabAsset: {fileID: 0} ---- !u!1 &765479733 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 765479734} - - component: {fileID: 765479735} - m_Layer: 0 - m_Name: LookAt - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &765479734 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 765479733} - serializedVersion: 2 - m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: 0} - m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 - m_Children: [] - m_Father: {fileID: 161331536} - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!114 &765479735 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 765479733} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 6da43522623d4704e979466dc7650b65, type: 3} - m_Name: - m_EditorClassIdentifier: - Feedbacks: [] - InitializationMode: 2 - AutoInitialization: 1 - SafeMode: 3 - Direction: 0 - AutoChangeDirectionOnEnd: 0 - AutoPlayOnStart: 0 - AutoPlayOnEnable: 0 - ForceTimescaleMode: 0 - ForcedTimescaleMode: 1 - DurationMultiplier: 1 - TimescaleMultiplier: 1 - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 1.5} - DisplayFullDurationDetails: 0 - PlayerTimescaleMode: 1 - OnlyPlayIfWithinRange: 0 - RangeCenter: {fileID: 0} - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - IgnoreRangeEvents: 0 - CooldownDuration: 0 - InitialDelay: 0 - CanPlay: 1 - CanPlayWhileAlreadyPlaying: 1 - ChanceToPlay: 100 - FeedbacksIntensity: 1 - Events: - TriggerMMFeedbacksEvents: 0 - TriggerUnityEvents: 1 - OnPlay: - m_PersistentCalls: - m_Calls: [] - OnPause: - m_PersistentCalls: - m_Calls: [] - OnStop: - m_PersistentCalls: - m_Calls: [] - OnResume: - m_PersistentCalls: - m_Calls: [] - OnChangeDirection: - m_PersistentCalls: - m_Calls: [] - OnComplete: - m_PersistentCalls: - m_Calls: [] - OnRestoreInitialValues: - m_PersistentCalls: - m_Calls: [] - OnSkipToTheEnd: - m_PersistentCalls: - m_Calls: [] - OnInitializationComplete: - m_PersistentCalls: - m_Calls: [] - OnEnable: - m_PersistentCalls: - m_Calls: [] - OnDisable: - m_PersistentCalls: - m_Calls: [] - DebugActive: 0 - InScriptDrivenPause: 0 - FeedbacksList: - - rid: 0 - - rid: 1 - KeepPlayModeChanges: 0 - PerformanceMode: 0 - RestoreInitialValuesOnDisable: 0 - StopFeedbacksOnDisable: 0 - PlayCount: 0 - references: - version: 2 - RefIds: - - rid: 0 - type: {class: MMF_AudioSource, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: -1097466166 - Label: AudioSource - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 765479735} - DebugActive: 0 - TargetAudioSource: {fileID: 478010195} - Mode: 0 - RandomSfx: [] - MinVolume: 1 - MaxVolume: 1 - MinPitch: 1 - MaxPitch: 1 - SfxAudioMixerGroup: {fileID: 0} - - rid: 1 - type: {class: MMF_LookAt, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: 1319898568 - Label: LookAt - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0.8, y: 1} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 765479735} - DebugActive: 0 - Duration: 1 - LookAtTween: - MMTweenDefinitionType: 1 - MMTweenCurve: 4 - Curve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.3 - value: 1 - inSlope: 1.3336254 - outSlope: 1.3336254 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - Initialized: 0 - ConditionPropertyName: - EnumConditionPropertyName: - EnumConditions: 0000000000000000000000000000000000000000000000000000000000000000 - LockXAxis: 0 - LockYAxis: 0 - LockZAxis: 0 - Mode: 0 - TransformToRotate: {fileID: 611302157} - UpwardVector: 1 - ResetShakerValuesAfterShake: 1 - ResetTargetValuesAfterShake: 1 - LookAtTargetMode: 0 - LookAtTarget: {fileID: 1579498608} - LookAtTargetWorldPosition: {x: 0, y: 0, z: 1} - LookAtDirection: {x: 0, y: 0, z: 1} ---- !u!1001 &765789504 -PrefabInstance: - m_ObjectHideFlags: 0 - serializedVersion: 2 - m_Modification: - serializedVersion: 3 - m_TransformParent: {fileID: 1557570896} - m_Modifications: - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: Feedbacks.Array.size - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[0]' - value: - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[1]' - value: - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Pivot.x - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Pivot.y - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_RootOrder - value: 85 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMax.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMax.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMin.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMin.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_SizeDelta.x - value: 256.1 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_SizeDelta.y - value: 30 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalPosition.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.w - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.x - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.y - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.z - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchoredPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchoredPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalEulerAnglesHint.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalEulerAnglesHint.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalEulerAnglesHint.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604939, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_OnClick.m_PersistentCalls.m_Calls.Array.data[0].m_Target - value: - objectReference: {fileID: 693682180} - - target: {fileID: 2903879014986604939, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_OnClick.m_PersistentCalls.m_Calls.Array.data[0].m_MethodName - value: PlayFeedbacks - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604939, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_OnClick.m_PersistentCalls.m_Calls.Array.data[0].m_Arguments.m_ObjectArgumentAssemblyTypeName - value: UnityEngine.Object, UnityEngine - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604941, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Name - value: Button - Particles Play - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Text - value: Particles Play - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Color.b - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Color.g - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Color.r - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.size - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[0]' - value: MoreMountains.Feedbacks MoreMountains.Feedbacks.MMF_Particles - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[1]' - value: MoreMountains.Feedbacks MoreMountains.Feedbacks.MMF_AudioSource - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Mode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Mode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Label - value: Particles Play - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Label - value: AudioSource - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].UniqueID - value: 484277874 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].MaxPitch - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].MinPitch - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].UniqueID - value: -1658452087 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].MaxVolume - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].MinVolume - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ActivateOnPlay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].MoveToPosition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].TargetAudioSource - value: - objectReference: {fileID: 478010195} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].SfxAudioMixerGroup - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].BoundParticleSystem - value: - objectReference: {fileID: 814007015} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].RandomSfx.Array.size - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].RandomParticleSystems.Array.size - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 9167406172343059487, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_IsActive - value: 0 - objectReference: {fileID: 0} - m_RemovedComponents: - - {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, type: 3} - m_RemovedGameObjects: [] - m_AddedGameObjects: [] - m_AddedComponents: [] - m_SourcePrefab: {fileID: 100100000, guid: a16c33a1240b8ce4f930161a7c85fae6, type: 3} ---- !u!224 &766097733 stripped -RectTransform: - m_CorrespondingSourceObject: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - m_PrefabInstance: {fileID: 1495571615} - m_PrefabAsset: {fileID: 0} ---- !u!1001 &767853239 -PrefabInstance: - m_ObjectHideFlags: 0 - serializedVersion: 2 - m_Modification: - serializedVersion: 3 - m_TransformParent: {fileID: 1557570896} - m_Modifications: - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: Feedbacks.Array.size - value: 11 - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[0]' - value: - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[1]' - value: - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[2]' - value: - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[3]' - value: - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[4]' - value: - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[5]' - value: - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[6]' - value: - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[7]' - value: - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[8]' - value: - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[9]' - value: - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[10]' - value: - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Pivot.x - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Pivot.y - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_RootOrder - value: 112 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMax.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMax.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMin.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMin.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_SizeDelta.x - value: 256.1 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_SizeDelta.y - value: 30 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalPosition.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.w - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.x - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.y - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.z - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchoredPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchoredPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalEulerAnglesHint.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalEulerAnglesHint.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalEulerAnglesHint.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604939, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_OnClick.m_PersistentCalls.m_Calls.Array.data[0].m_Target - value: - objectReference: {fileID: 921037224} - - target: {fileID: 2903879014986604939, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_OnClick.m_PersistentCalls.m_Calls.Array.data[0].m_MethodName - value: PlayFeedbacks - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604939, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_OnClick.m_PersistentCalls.m_Calls.Array.data[0].m_Arguments.m_ObjectArgumentAssemblyTypeName - value: UnityEngine.Object, UnityEngine - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604941, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Name - value: Button - Text - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Text - value: TMP Text - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Color.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Color.b - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Color.g - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Color.r - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 4258887795993319071, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: NotSupportedInWebGL - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.size - value: 11 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[0]' - value: MoreMountains.Feedbacks MoreMountains.Feedbacks.MMF_AudioSource - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[1]' - value: MoreMountains.Feedbacks.TextMeshPro MoreMountains.Feedbacks.MMF_TMPText - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[2]' - value: MoreMountains.Feedbacks MoreMountains.Feedbacks.MMF_SetActive - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[3]' - value: MoreMountains.Feedbacks MoreMountains.Feedbacks.MMF_Pause - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[4]' - value: MoreMountains.Feedbacks.TextMeshPro MoreMountains.Feedbacks.MMF_TMPText - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[5]' - value: MoreMountains.Feedbacks MoreMountains.Feedbacks.MMF_HoldingPause - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[6]' - value: MoreMountains.Feedbacks.TextMeshPro MoreMountains.Feedbacks.MMF_TMPText - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[7]' - value: MoreMountains.Feedbacks MoreMountains.Feedbacks.MMF_HoldingPause - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[8]' - value: MoreMountains.Feedbacks.TextMeshPro MoreMountains.Feedbacks.MMF_TMPText - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[9]' - value: MoreMountains.Feedbacks MoreMountains.Feedbacks.MMF_HoldingPause - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[10]' - value: MoreMountains.Feedbacks MoreMountains.Feedbacks.MMF_SetActive - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Mode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Label - value: AudioSource - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Label - value: TMP Text - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Label - value: Set Active - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Label - value: Pause - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Label - value: TMP Text - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Label - value: Holding Pause - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Label - value: TMP Text - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].Label - value: Holding Pause - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[8].Label - value: TMP Text - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[8].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[9].Label - value: Holding Pause - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[9].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[10].Label - value: Set inactive - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[10].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[8].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[8].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[9].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[9].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[10].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[10].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].NewText - value: "This is an example \nof a Text Mesh Pro\ntext object." - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].NewText - value: "Using the TMP \nText feedback..." - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].NewText - value: "you can \nchange its text..." - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[8].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[8].NewText - value: "...to anything \nyou want." - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[9].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].MaxPitch - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].MinPitch - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].UniqueID - value: -3598547 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[10].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].UniqueID - value: 233901120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].UniqueID - value: -2133985832 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].UniqueID - value: 696147010 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].UniqueID - value: 320796917 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].UniqueID - value: -2146841106 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].UniqueID - value: 2010060201 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].UniqueID - value: -2011230620 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[8].UniqueID - value: 1385539824 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[9].UniqueID - value: -811409460 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].MaxVolume - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].MinVolume - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[10].UniqueID - value: 473838630 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AutoResume - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].AutoResume - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].AutoResume - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[9].AutoResume - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].StateOnInit - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].StateOnPlay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].StateOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[8].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[9].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[10].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[10].StateOnInit - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[10].StateOnPlay - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[10].StateOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].StateOnReset - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].ScriptDriven - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].ScriptDriven - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].ScriptDriven - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[9].ScriptDriven - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[10].StateOnReset - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].TargetTMPText - value: - objectReference: {fileID: 500670851} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].PauseDuration - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].TargetTMPText - value: - objectReference: {fileID: 500670851} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].PauseDuration - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].TargetTMPText - value: - objectReference: {fileID: 500670851} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].PauseDuration - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[8].TargetTMPText - value: - objectReference: {fileID: 500670851} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[9].PauseDuration - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].SetStateOnInit - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].SetStateOnPlay - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].SetStateOnStop - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[8].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[8].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[8].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[8].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[8].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[9].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[9].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[9].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[9].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[9].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[10].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[10].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[10].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[10].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[10].SetStateOnInit - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[10].SetStateOnPlay - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[10].SetStateOnStop - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[10].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].SetStateOnReset - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AutoResumeAfter - value: 0.25 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].AutoResumeAfter - value: 0.25 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].AutoResumeAfter - value: 0.25 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[8].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[9].AutoResumeAfter - value: 0.25 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[9].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[10].SetStateOnReset - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[10].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].TargetGameObject - value: - objectReference: {fileID: 731678809} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].MaxPauseDuration - value: 3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].MinPauseDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].MaxPauseDuration - value: 3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].MinPauseDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].MaxPauseDuration - value: 3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].MinPauseDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[8].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[8].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[9].MaxPauseDuration - value: 3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[9].MinPauseDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[9].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[9].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].TargetAudioSource - value: - objectReference: {fileID: 478010195} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[10].TargetGameObject - value: - objectReference: {fileID: 731678809} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[10].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[10].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].SfxAudioMixerGroup - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].RandomizeOnEachPlay - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].RandomizeOnEachPlay - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].RandomizeOnEachPlay - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[8].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[9].RandomizeOnEachPlay - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[9].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].RandomSfx.Array.size - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[10].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[8].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[8].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[8].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[9].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[9].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[9].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[10].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[10].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[10].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].RandomizePauseDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].RandomizePauseDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].RandomizePauseDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[8].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[9].RandomizePauseDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[9].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[10].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[8].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[8].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[9].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[9].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[10].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[10].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[8].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[9].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[10].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[8].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[9].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[10].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[8].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[8].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[8].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[9].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[9].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[9].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[10].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[10].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[10].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[8].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[9].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[10].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[8].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[9].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[10].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[8].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[9].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[10].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 9167406172343059487, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_IsActive - value: 0 - objectReference: {fileID: 0} - m_RemovedComponents: - - {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, type: 3} - m_RemovedGameObjects: [] - m_AddedGameObjects: [] - m_AddedComponents: [] - m_SourcePrefab: {fileID: 100100000, guid: a16c33a1240b8ce4f930161a7c85fae6, type: 3} ---- !u!1001 &787009179 -PrefabInstance: - m_ObjectHideFlags: 0 - serializedVersion: 2 - m_Modification: - serializedVersion: 3 - m_TransformParent: {fileID: 1557570896} - m_Modifications: - - target: {fileID: 4994452109645884045, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_Name - value: Spacer - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_Pivot.x - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_Pivot.y - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_RootOrder - value: 34 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_AnchorMax.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_AnchorMax.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_AnchorMin.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_AnchorMin.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_SizeDelta.x - value: 236.1 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_SizeDelta.y - value: 30 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_LocalPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_LocalPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_LocalPosition.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_LocalRotation.w - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_LocalRotation.x - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_LocalRotation.y - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_LocalRotation.z - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_AnchoredPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_AnchoredPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_LocalEulerAnglesHint.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_LocalEulerAnglesHint.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_LocalEulerAnglesHint.z - value: 0 - objectReference: {fileID: 0} - m_RemovedComponents: [] - m_RemovedGameObjects: [] - m_AddedGameObjects: [] - m_AddedComponents: [] - m_SourcePrefab: {fileID: 100100000, guid: b4ba93cf48b1c6b468135361158be27d, type: 3} ---- !u!224 &789421317 stripped -RectTransform: - m_CorrespondingSourceObject: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - m_PrefabInstance: {fileID: 891629051} - m_PrefabAsset: {fileID: 0} ---- !u!1001 &793323693 -PrefabInstance: - m_ObjectHideFlags: 0 - serializedVersion: 2 - m_Modification: - serializedVersion: 3 - m_TransformParent: {fileID: 1557570896} - m_Modifications: - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: Feedbacks.Array.size - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[0]' - value: - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[1]' - value: - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Pivot.x - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Pivot.y - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_RootOrder - value: 12 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMax.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMax.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMin.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMin.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_SizeDelta.x - value: 256.1 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_SizeDelta.y - value: 30 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalPosition.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.w - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.x - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.y - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.z - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchoredPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchoredPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalEulerAnglesHint.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalEulerAnglesHint.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalEulerAnglesHint.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604939, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_OnClick.m_PersistentCalls.m_Calls.Array.data[0].m_Target - value: - objectReference: {fileID: 664164238} - - target: {fileID: 2903879014986604939, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_OnClick.m_PersistentCalls.m_Calls.Array.data[0].m_MethodName - value: PlayFeedbacks - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604939, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_OnClick.m_PersistentCalls.m_Calls.Array.data[0].m_Arguments.m_ObjectArgumentAssemblyTypeName - value: UnityEngine.Object, UnityEngine - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604941, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Name - value: Button - Property - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Text - value: Property - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Color.b - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Color.g - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Color.r - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.size - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[0]' - value: MoreMountains.Feedbacks MoreMountains.Feedbacks.MMF_AudioSource - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[1]' - value: MoreMountains.Feedbacks.MMTools MoreMountains.Feedbacks.MMF_Property - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Mode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Mode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Label - value: AudioSource - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Label - value: Property - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].MaxPitch - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].MinPitch - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].UniqueID - value: -1843055500 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Duration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].UniqueID - value: -194236298 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].MaxVolume - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].MinVolume - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].StartsOff - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].InstantLevel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Target.Level - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].RemapLevelOne - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].RelativeValues - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].RemapLevelZero - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Target.ModifyW - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Target.ModifyX - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Target.ModifyY - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Target.ModifyZ - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Target.Threshold - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].TargetAudioSource - value: - objectReference: {fileID: 478010195} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].SfxAudioMixerGroup - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AllowAdditivePlays - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Target.IntRemapOne - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Target.BoolRemapOne - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Target.IntRemapZero - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Target.TargetObject - value: - objectReference: {fileID: 2131905320} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].RandomSfx.Array.size - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Target.BoolRemapZero - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Target.FloatRemapOne - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Target.RelativeValue - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Target.FloatRemapZero - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Target.StringRemapOne - value: One - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Target.ColorRemapOne.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Target.ColorRemapOne.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Target.ColorRemapOne.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Target.ColorRemapOne.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Target.StringRemapZero - value: Zero - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Target.TargetComponent - value: - objectReference: {fileID: 2131905321} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].LevelCurve.MMTweenCurve - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Target.ColorRemapZero.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Target.ColorRemapZero.b - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Target.ColorRemapZero.g - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Target.ColorRemapZero.r - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Target.ShouldModifyValue - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Target.Vector2RemapOne.x - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Target.Vector2RemapOne.y - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Target.Vector3RemapOne.x - value: 5000 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Target.Vector3RemapOne.y - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Target.Vector3RemapOne.z - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Target.Vector4RemapOne.w - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Target.Vector4RemapOne.x - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Target.Vector4RemapOne.y - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Target.Vector4RemapOne.z - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Target.TargetPropertyName - value: RotationSpeed - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Target.Vector2RemapZero.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Target.Vector2RemapZero.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Target.Vector3RemapZero.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Target.Vector3RemapZero.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Target.Vector3RemapZero.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Target.Vector4RemapZero.w - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Target.Vector4RemapZero.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Target.Vector4RemapZero.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Target.Vector4RemapZero.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Target.QuaternionRemapOne.x - value: 180 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Target.QuaternionRemapOne.y - value: 180 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Target.QuaternionRemapOne.z - value: 180 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Target.QuaternionRemapZero.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Target.QuaternionRemapZero.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Target.QuaternionRemapZero.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Target.TargetScriptableObject - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].LevelCurve.Curve.m_PreInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].LevelCurve.Curve.m_PostInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].LevelCurve.Curve.m_RotationOrder - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].LevelCurve.MMTweenDefinitionType - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].LevelCurve.Curve.m_Curve.Array.size - value: 3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].LevelCurve.Curve.m_Curve.Array.data[0].time - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].LevelCurve.Curve.m_Curve.Array.data[1].time - value: 0.3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].LevelCurve.Curve.m_Curve.Array.data[2].time - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].LevelCurve.Curve.m_Curve.Array.data[0].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].LevelCurve.Curve.m_Curve.Array.data[1].value - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].LevelCurve.Curve.m_Curve.Array.data[2].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].LevelCurve.Curve.m_Curve.Array.data[0].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].LevelCurve.Curve.m_Curve.Array.data[1].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].LevelCurve.Curve.m_Curve.Array.data[2].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].LevelCurve.Curve.m_Curve.Array.data[0].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].LevelCurve.Curve.m_Curve.Array.data[0].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].LevelCurve.Curve.m_Curve.Array.data[1].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].LevelCurve.Curve.m_Curve.Array.data[1].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].LevelCurve.Curve.m_Curve.Array.data[2].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].LevelCurve.Curve.m_Curve.Array.data[2].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].LevelCurve.Curve.m_Curve.Array.data[0].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].LevelCurve.Curve.m_Curve.Array.data[1].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].LevelCurve.Curve.m_Curve.Array.data[2].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].LevelCurve.Curve.m_Curve.Array.data[0].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].LevelCurve.Curve.m_Curve.Array.data[1].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].LevelCurve.Curve.m_Curve.Array.data[2].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].LevelCurve.Curve.m_Curve.Array.data[0].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].LevelCurve.Curve.m_Curve.Array.data[1].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].LevelCurve.Curve.m_Curve.Array.data[2].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 9167406172343059487, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_IsActive - value: 0 - objectReference: {fileID: 0} - m_RemovedComponents: - - {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, type: 3} - m_RemovedGameObjects: [] - m_AddedGameObjects: [] - m_AddedComponents: [] - m_SourcePrefab: {fileID: 100100000, guid: a16c33a1240b8ce4f930161a7c85fae6, type: 3} ---- !u!1001 &797730521 -PrefabInstance: - m_ObjectHideFlags: 0 - serializedVersion: 2 - m_Modification: - serializedVersion: 3 - m_TransformParent: {fileID: 1557570896} - m_Modifications: - - target: {fileID: 4994452109645884045, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_Name - value: Spacer - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_Pivot.x - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_Pivot.y - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_RootOrder - value: 21 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_AnchorMax.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_AnchorMax.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_AnchorMin.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_AnchorMin.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_SizeDelta.x - value: 236.1 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_SizeDelta.y - value: 30 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_LocalPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_LocalPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_LocalPosition.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_LocalRotation.w - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_LocalRotation.x - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_LocalRotation.y - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_LocalRotation.z - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_AnchoredPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_AnchoredPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_LocalEulerAnglesHint.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_LocalEulerAnglesHint.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_LocalEulerAnglesHint.z - value: 0 - objectReference: {fileID: 0} - m_RemovedComponents: [] - m_RemovedGameObjects: [] - m_AddedGameObjects: [] - m_AddedComponents: [] - m_SourcePrefab: {fileID: 100100000, guid: b4ba93cf48b1c6b468135361158be27d, type: 3} ---- !u!1001 &802401561 -PrefabInstance: - m_ObjectHideFlags: 0 - serializedVersion: 2 - m_Modification: - serializedVersion: 3 - m_TransformParent: {fileID: 1557570896} - m_Modifications: - - target: {fileID: 4994452109645884045, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_Name - value: Spacer - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_Pivot.x - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_Pivot.y - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_RootOrder - value: 131 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_AnchorMax.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_AnchorMax.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_AnchorMin.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_AnchorMin.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_SizeDelta.x - value: 236.1 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_SizeDelta.y - value: 30 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_LocalPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_LocalPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_LocalPosition.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_LocalRotation.w - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_LocalRotation.x - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_LocalRotation.y - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_LocalRotation.z - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_AnchoredPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_AnchoredPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_LocalEulerAnglesHint.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_LocalEulerAnglesHint.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_LocalEulerAnglesHint.z - value: 0 - objectReference: {fileID: 0} - m_RemovedComponents: [] - m_RemovedGameObjects: [] - m_AddedGameObjects: [] - m_AddedComponents: [] - m_SourcePrefab: {fileID: 100100000, guid: b4ba93cf48b1c6b468135361158be27d, type: 3} ---- !u!224 &807672058 stripped -RectTransform: - m_CorrespondingSourceObject: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - m_PrefabInstance: {fileID: 1924356810} - m_PrefabAsset: {fileID: 0} ---- !u!224 &810301941 stripped -RectTransform: - m_CorrespondingSourceObject: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - m_PrefabInstance: {fileID: 496741026} - m_PrefabAsset: {fileID: 0} ---- !u!224 &812800412 stripped -RectTransform: - m_CorrespondingSourceObject: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - m_PrefabInstance: {fileID: 2903879014710949910} - m_PrefabAsset: {fileID: 0} ---- !u!1 &814007012 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 814007013} - - component: {fileID: 814007015} - - component: {fileID: 814007014} - m_Layer: 0 - m_Name: DudeFootsteps - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &814007013 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 814007012} - serializedVersion: 2 - m_LocalRotation: {x: -0.7071057, y: 0.0012341102, z: 0.0012341102, w: 0.7071057} - m_LocalPosition: {x: 0.411, y: -2.546, z: 8.763} - m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 - m_Children: [] - m_Father: {fileID: 950021599} - m_LocalEulerAnglesHint: {x: -90, y: 0.2, z: 0} ---- !u!199 &814007014 -ParticleSystemRenderer: - serializedVersion: 6 - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 814007012} - m_Enabled: 1 - m_CastShadows: 1 - m_ReceiveShadows: 0 - m_DynamicOccludee: 1 - m_StaticShadowCaster: 0 - m_MotionVectors: 1 - m_LightProbeUsage: 0 - m_ReflectionProbeUsage: 0 - m_RayTracingMode: 0 - m_RayTraceProcedural: 0 - m_RayTracingAccelStructBuildFlagsOverride: 0 - m_RayTracingAccelStructBuildFlags: 1 - m_SmallMeshCulling: 1 - m_RenderingLayerMask: 1 - m_RendererPriority: 0 - m_Materials: - - {fileID: 2100000, guid: 05fa953830786f34fa5fd7523273f72c, type: 2} - - {fileID: 2100000, guid: 05fa953830786f34fa5fd7523273f72c, type: 2} - m_StaticBatchInfo: - firstSubMesh: 0 - subMeshCount: 0 - m_StaticBatchRoot: {fileID: 0} - m_ProbeAnchor: {fileID: 0} - m_LightProbeVolumeOverride: {fileID: 0} - m_ScaleInLightmap: 1 - m_ReceiveGI: 1 - m_PreserveUVs: 0 - m_IgnoreNormalsForChartDetection: 0 - m_ImportantGI: 0 - m_StitchLightmapSeams: 0 - m_SelectedEditorRenderState: 3 - m_MinimumChartSize: 4 - m_AutoUVMaxDistance: 0.5 - m_AutoUVMaxAngle: 89 - m_LightmapParameters: {fileID: 0} - m_SortingLayerID: 0 - m_SortingLayer: 0 - m_SortingOrder: 0 - m_RenderMode: 4 - m_MeshDistribution: 0 - m_SortMode: 0 - m_MinParticleSize: 0 - m_MaxParticleSize: 0.5 - m_CameraVelocityScale: 0 - m_VelocityScale: 0 - m_LengthScale: 2 - m_SortingFudge: 0 - m_NormalDirection: 1 - m_ShadowBias: 0 - m_RenderAlignment: 0 - m_Pivot: {x: 0, y: 0, z: 0} - m_Flip: {x: 0, y: 0, z: 0} - m_EnableGPUInstancing: 1 - m_ApplyActiveColorSpace: 1 - m_AllowRoll: 1 - m_FreeformStretching: 0 - m_RotateWithStretchDirection: 1 - m_UseCustomVertexStreams: 0 - m_VertexStreams: 00010304 - m_UseCustomTrailVertexStreams: 0 - m_TrailVertexStreams: 00010304 - m_Mesh: {fileID: 10202, guid: 0000000000000000e000000000000000, type: 0} - m_Mesh1: {fileID: 0} - m_Mesh2: {fileID: 0} - m_Mesh3: {fileID: 0} - m_MeshWeighting: 1 - m_MeshWeighting1: 1 - m_MeshWeighting2: 1 - m_MeshWeighting3: 1 - m_MaskInteraction: 0 ---- !u!198 &814007015 -ParticleSystem: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 814007012} - serializedVersion: 8 - lengthInSec: 2 - simulationSpeed: 1 - stopAction: 0 - cullingMode: 0 - ringBufferMode: 0 - ringBufferLoopRange: {x: 0, y: 1} - emitterVelocityMode: 1 - looping: 0 - prewarm: 0 - playOnAwake: 1 - useUnscaledTime: 0 - autoRandomSeed: 1 - startDelay: - serializedVersion: 2 - minMaxState: 0 - scalar: 0 - minScalar: 0 - maxCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - minCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - moveWithTransform: 1 - moveWithCustomTransform: {fileID: 0} - scalingMode: 1 - randomSeed: 0 - InitialModule: - serializedVersion: 3 - enabled: 1 - startLifetime: - serializedVersion: 2 - minMaxState: 0 - scalar: 0.3 - minScalar: 5 - maxCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - minCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - startSpeed: - serializedVersion: 2 - minMaxState: 0 - scalar: 20 - minScalar: 5 - maxCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - minCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - startColor: - serializedVersion: 2 - minMaxState: 0 - minColor: {r: 1, g: 1, b: 1, a: 1} - maxColor: {r: 1, g: 1, b: 1, a: 1} - maxGradient: - serializedVersion: 2 - key0: {r: 1, g: 1, b: 1, a: 1} - key1: {r: 1, g: 1, b: 1, a: 1} - key2: {r: 0, g: 0, b: 0, a: 0} - key3: {r: 0, g: 0, b: 0, a: 0} - key4: {r: 0, g: 0, b: 0, a: 0} - key5: {r: 0, g: 0, b: 0, a: 0} - key6: {r: 0, g: 0, b: 0, a: 0} - key7: {r: 0, g: 0, b: 0, a: 0} - ctime0: 0 - ctime1: 65535 - ctime2: 0 - ctime3: 0 - ctime4: 0 - ctime5: 0 - ctime6: 0 - ctime7: 0 - atime0: 0 - atime1: 65535 - atime2: 0 - atime3: 0 - atime4: 0 - atime5: 0 - atime6: 0 - atime7: 0 - m_Mode: 0 - m_ColorSpace: -1 - m_NumColorKeys: 2 - m_NumAlphaKeys: 2 - minGradient: - serializedVersion: 2 - key0: {r: 1, g: 1, b: 1, a: 1} - key1: {r: 1, g: 1, b: 1, a: 1} - key2: {r: 0, g: 0, b: 0, a: 0} - key3: {r: 0, g: 0, b: 0, a: 0} - key4: {r: 0, g: 0, b: 0, a: 0} - key5: {r: 0, g: 0, b: 0, a: 0} - key6: {r: 0, g: 0, b: 0, a: 0} - key7: {r: 0, g: 0, b: 0, a: 0} - ctime0: 0 - ctime1: 65535 - ctime2: 0 - ctime3: 0 - ctime4: 0 - ctime5: 0 - ctime6: 0 - ctime7: 0 - atime0: 0 - atime1: 65535 - atime2: 0 - atime3: 0 - atime4: 0 - atime5: 0 - atime6: 0 - atime7: 0 - m_Mode: 0 - m_ColorSpace: -1 - m_NumColorKeys: 2 - m_NumAlphaKeys: 2 - startSize: - serializedVersion: 2 - minMaxState: 3 - scalar: 0.1 - minScalar: 0.01 - maxCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - minCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - startSizeY: - serializedVersion: 2 - minMaxState: 3 - scalar: 1 - minScalar: 1 - maxCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - minCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - startSizeZ: - serializedVersion: 2 - minMaxState: 3 - scalar: 1 - minScalar: 1 - maxCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - minCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - startRotationX: - serializedVersion: 2 - minMaxState: 3 - scalar: 0 - minScalar: 6.283185 - maxCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - minCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - startRotationY: - serializedVersion: 2 - minMaxState: 3 - scalar: 0 - minScalar: 6.283185 - maxCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - minCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - startRotation: - serializedVersion: 2 - minMaxState: 3 - scalar: 0 - minScalar: 6.283185 - maxCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - minCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - randomizeRotationDirection: 0 - gravitySource: 0 - maxNumParticles: 1000 - customEmitterVelocity: {x: 0, y: 0, z: 0} - size3D: 0 - rotation3D: 1 - gravityModifier: - serializedVersion: 2 - minMaxState: 0 - scalar: 0 - minScalar: 0 - maxCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - minCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - ShapeModule: - serializedVersion: 6 - enabled: 1 - type: 4 - angle: 90 - length: 5 - boxThickness: {x: 0, y: 0, z: 0} - radiusThickness: 1 - donutRadius: 0.2 - m_Position: {x: 0, y: 0, z: 0} - m_Rotation: {x: 0, y: 0, z: 0} - m_Scale: {x: 1, y: 1, z: 1} - placementMode: 0 - m_MeshMaterialIndex: 0 - m_MeshNormalOffset: 0 - m_MeshSpawn: - mode: 0 - spread: 0 - speed: - serializedVersion: 2 - minMaxState: 0 - scalar: 1 - minScalar: 1 - maxCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - minCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - m_Mesh: {fileID: 0} - m_MeshRenderer: {fileID: 0} - m_SkinnedMeshRenderer: {fileID: 0} - m_Sprite: {fileID: 0} - m_SpriteRenderer: {fileID: 0} - m_UseMeshMaterialIndex: 0 - m_UseMeshColors: 1 - alignToDirection: 0 - m_Texture: {fileID: 0} - m_TextureClipChannel: 3 - m_TextureClipThreshold: 0 - m_TextureUVChannel: 0 - m_TextureColorAffectsParticles: 1 - m_TextureAlphaAffectsParticles: 1 - m_TextureBilinearFiltering: 0 - randomDirectionAmount: 0 - sphericalDirectionAmount: 0 - randomPositionAmount: 0 - radius: - value: 0.0001 - mode: 0 - spread: 0 - speed: - serializedVersion: 2 - minMaxState: 0 - scalar: 1 - minScalar: 1 - maxCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - minCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - arc: - value: 360 - mode: 0 - spread: 0 - speed: - serializedVersion: 2 - minMaxState: 0 - scalar: 1 - minScalar: 1 - maxCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - minCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - EmissionModule: - enabled: 1 - serializedVersion: 4 - rateOverTime: - serializedVersion: 2 - minMaxState: 0 - scalar: 0 - minScalar: 10 - maxCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - minCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - rateOverDistance: - serializedVersion: 2 - minMaxState: 0 - scalar: 0 - minScalar: 0 - maxCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - minCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - m_BurstCount: 1 - m_Bursts: - - serializedVersion: 2 - time: 0 - countCurve: - serializedVersion: 2 - minMaxState: 0 - scalar: 100 - minScalar: 30 - maxCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - minCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - cycleCount: 1 - repeatInterval: 0.01 - probability: 1 - SizeModule: - enabled: 1 - curve: - serializedVersion: 2 - minMaxState: 1 - scalar: 1 - minScalar: 1 - maxCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.63094693 - value: 0.99279994 - inSlope: 1.2745562 - outSlope: 1.2745562 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - minCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - y: - serializedVersion: 2 - minMaxState: 1 - scalar: 1 - minScalar: 1 - maxCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 1 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 1 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - minCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - z: - serializedVersion: 2 - minMaxState: 1 - scalar: 1 - minScalar: 1 - maxCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 1 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 1 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - minCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - separateAxes: 0 - RotationModule: - enabled: 0 - x: - serializedVersion: 2 - minMaxState: 0 - scalar: 0 - minScalar: 0 - maxCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - minCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - y: - serializedVersion: 2 - minMaxState: 0 - scalar: 0 - minScalar: 0 - maxCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - minCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - curve: - serializedVersion: 2 - minMaxState: 0 - scalar: 0.7853982 - minScalar: 0.7853982 - maxCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - minCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - separateAxes: 0 - ColorModule: - enabled: 0 - gradient: - serializedVersion: 2 - minMaxState: 1 - minColor: {r: 1, g: 1, b: 1, a: 1} - maxColor: {r: 1, g: 1, b: 1, a: 1} - maxGradient: - serializedVersion: 2 - key0: {r: 1, g: 1, b: 1, a: 1} - key1: {r: 1, g: 1, b: 1, a: 1} - key2: {r: 0, g: 0, b: 0, a: 0} - key3: {r: 0, g: 0, b: 0, a: 0} - key4: {r: 0, g: 0, b: 0, a: 0} - key5: {r: 0, g: 0, b: 0, a: 0} - key6: {r: 0, g: 0, b: 0, a: 0} - key7: {r: 0, g: 0, b: 0, a: 0} - ctime0: 0 - ctime1: 65535 - ctime2: 0 - ctime3: 0 - ctime4: 0 - ctime5: 0 - ctime6: 0 - ctime7: 0 - atime0: 0 - atime1: 65535 - atime2: 0 - atime3: 0 - atime4: 0 - atime5: 0 - atime6: 0 - atime7: 0 - m_Mode: 0 - m_ColorSpace: -1 - m_NumColorKeys: 2 - m_NumAlphaKeys: 2 - minGradient: - serializedVersion: 2 - key0: {r: 1, g: 1, b: 1, a: 1} - key1: {r: 1, g: 1, b: 1, a: 1} - key2: {r: 0, g: 0, b: 0, a: 0} - key3: {r: 0, g: 0, b: 0, a: 0} - key4: {r: 0, g: 0, b: 0, a: 0} - key5: {r: 0, g: 0, b: 0, a: 0} - key6: {r: 0, g: 0, b: 0, a: 0} - key7: {r: 0, g: 0, b: 0, a: 0} - ctime0: 0 - ctime1: 65535 - ctime2: 0 - ctime3: 0 - ctime4: 0 - ctime5: 0 - ctime6: 0 - ctime7: 0 - atime0: 0 - atime1: 65535 - atime2: 0 - atime3: 0 - atime4: 0 - atime5: 0 - atime6: 0 - atime7: 0 - m_Mode: 0 - m_ColorSpace: -1 - m_NumColorKeys: 2 - m_NumAlphaKeys: 2 - UVModule: - serializedVersion: 2 - enabled: 0 - mode: 0 - timeMode: 0 - fps: 30 - frameOverTime: - serializedVersion: 2 - minMaxState: 1 - scalar: 0.9999 - minScalar: 0.9999 - maxCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 1 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 1 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - minCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - startFrame: - serializedVersion: 2 - minMaxState: 0 - scalar: 0 - minScalar: 0 - maxCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - minCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - speedRange: {x: 0, y: 1} - tilesX: 1 - tilesY: 1 - animationType: 0 - rowIndex: 0 - cycles: 1 - uvChannelMask: -1 - rowMode: 1 - sprites: - - sprite: {fileID: 0} - flipU: 0 - flipV: 0 - VelocityModule: - enabled: 0 - x: - serializedVersion: 2 - minMaxState: 0 - scalar: 0 - minScalar: 0 - maxCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - minCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - y: - serializedVersion: 2 - minMaxState: 0 - scalar: 0 - minScalar: 0 - maxCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - minCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - z: - serializedVersion: 2 - minMaxState: 0 - scalar: 0 - minScalar: 0 - maxCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - minCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - orbitalX: - serializedVersion: 2 - minMaxState: 0 - scalar: 0 - minScalar: 0 - maxCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - minCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - orbitalY: - serializedVersion: 2 - minMaxState: 0 - scalar: 0 - minScalar: 0 - maxCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - minCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - orbitalZ: - serializedVersion: 2 - minMaxState: 0 - scalar: 0 - minScalar: 0 - maxCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - minCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - orbitalOffsetX: - serializedVersion: 2 - minMaxState: 0 - scalar: 0 - minScalar: 0 - maxCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - minCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - orbitalOffsetY: - serializedVersion: 2 - minMaxState: 0 - scalar: 0 - minScalar: 0 - maxCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - minCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - orbitalOffsetZ: - serializedVersion: 2 - minMaxState: 0 - scalar: 0 - minScalar: 0 - maxCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - minCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - radial: - serializedVersion: 2 - minMaxState: 0 - scalar: 0 - minScalar: 0 - maxCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - minCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - speedModifier: - serializedVersion: 2 - minMaxState: 0 - scalar: 1 - minScalar: 1 - maxCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - minCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - inWorldSpace: 0 - InheritVelocityModule: - enabled: 0 - m_Mode: 0 - m_Curve: - serializedVersion: 2 - minMaxState: 0 - scalar: 0 - minScalar: 0 - maxCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - minCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - LifetimeByEmitterSpeedModule: - enabled: 0 - m_Curve: - serializedVersion: 2 - minMaxState: 1 - scalar: 1 - minScalar: 1 - maxCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: -0.8 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 0.2 - inSlope: -0.8 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - minCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - m_Range: {x: 0, y: 1} - ForceModule: - enabled: 0 - x: - serializedVersion: 2 - minMaxState: 0 - scalar: 0 - minScalar: 0 - maxCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - minCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - y: - serializedVersion: 2 - minMaxState: 0 - scalar: 0 - minScalar: 0 - maxCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - minCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - z: - serializedVersion: 2 - minMaxState: 0 - scalar: 0 - minScalar: 0 - maxCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - minCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - inWorldSpace: 0 - randomizePerFrame: 0 - ExternalForcesModule: - serializedVersion: 2 - enabled: 0 - multiplierCurve: - serializedVersion: 2 - minMaxState: 0 - scalar: 1 - minScalar: 1 - maxCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - minCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - influenceFilter: 0 - influenceMask: - serializedVersion: 2 - m_Bits: 4294967295 - influenceList: [] - ClampVelocityModule: - enabled: 1 - x: - serializedVersion: 2 - minMaxState: 0 - scalar: 1 - minScalar: 1 - maxCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - minCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - y: - serializedVersion: 2 - minMaxState: 0 - scalar: 1 - minScalar: 1 - maxCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - minCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - z: - serializedVersion: 2 - minMaxState: 0 - scalar: 1 - minScalar: 1 - maxCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - minCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - magnitude: - serializedVersion: 2 - minMaxState: 0 - scalar: 1 - minScalar: 1 - maxCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - minCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - separateAxis: 0 - inWorldSpace: 0 - multiplyDragByParticleSize: 1 - multiplyDragByParticleVelocity: 1 - dampen: 0.3 - drag: - serializedVersion: 2 - minMaxState: 0 - scalar: 0.05 - minScalar: 0 - maxCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - minCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - NoiseModule: - enabled: 0 - strength: - serializedVersion: 2 - minMaxState: 0 - scalar: 1 - minScalar: 1 - maxCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - minCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - strengthY: - serializedVersion: 2 - minMaxState: 0 - scalar: 1 - minScalar: 1 - maxCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - minCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - strengthZ: - serializedVersion: 2 - minMaxState: 0 - scalar: 1 - minScalar: 1 - maxCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - minCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - separateAxes: 0 - frequency: 0.5 - damping: 1 - octaves: 1 - octaveMultiplier: 0.5 - octaveScale: 2 - quality: 2 - scrollSpeed: - serializedVersion: 2 - minMaxState: 0 - scalar: 0 - minScalar: 0 - maxCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - minCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - remap: - serializedVersion: 2 - minMaxState: 1 - scalar: 1 - minScalar: 1 - maxCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 1 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 1 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - minCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - remapY: - serializedVersion: 2 - minMaxState: 1 - scalar: 1 - minScalar: 1 - maxCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 1 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 1 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - minCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - remapZ: - serializedVersion: 2 - minMaxState: 1 - scalar: 1 - minScalar: 1 - maxCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 1 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 1 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - minCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - remapEnabled: 0 - positionAmount: - serializedVersion: 2 - minMaxState: 0 - scalar: 1 - minScalar: 1 - maxCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - minCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - rotationAmount: - serializedVersion: 2 - minMaxState: 0 - scalar: 0 - minScalar: 0 - maxCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - minCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - sizeAmount: - serializedVersion: 2 - minMaxState: 0 - scalar: 0 - minScalar: 0 - maxCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - minCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - SizeBySpeedModule: - enabled: 0 - curve: - serializedVersion: 2 - minMaxState: 1 - scalar: 1 - minScalar: 1 - maxCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 1 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 1 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - minCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - y: - serializedVersion: 2 - minMaxState: 1 - scalar: 1 - minScalar: 1 - maxCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 1 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 1 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - minCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - z: - serializedVersion: 2 - minMaxState: 1 - scalar: 1 - minScalar: 1 - maxCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 1 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 1 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - minCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - range: {x: 0, y: 1} - separateAxes: 0 - RotationBySpeedModule: - enabled: 0 - x: - serializedVersion: 2 - minMaxState: 0 - scalar: 0 - minScalar: 0 - maxCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - minCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - y: - serializedVersion: 2 - minMaxState: 0 - scalar: 0 - minScalar: 0 - maxCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - minCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - curve: - serializedVersion: 2 - minMaxState: 0 - scalar: 0.7853982 - minScalar: 0.7853982 - maxCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - minCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - separateAxes: 0 - range: {x: 0, y: 1} - ColorBySpeedModule: - enabled: 0 - gradient: - serializedVersion: 2 - minMaxState: 1 - minColor: {r: 1, g: 1, b: 1, a: 1} - maxColor: {r: 1, g: 1, b: 1, a: 1} - maxGradient: - serializedVersion: 2 - key0: {r: 1, g: 1, b: 1, a: 1} - key1: {r: 1, g: 1, b: 1, a: 1} - key2: {r: 0, g: 0, b: 0, a: 0} - key3: {r: 0, g: 0, b: 0, a: 0} - key4: {r: 0, g: 0, b: 0, a: 0} - key5: {r: 0, g: 0, b: 0, a: 0} - key6: {r: 0, g: 0, b: 0, a: 0} - key7: {r: 0, g: 0, b: 0, a: 0} - ctime0: 0 - ctime1: 65535 - ctime2: 0 - ctime3: 0 - ctime4: 0 - ctime5: 0 - ctime6: 0 - ctime7: 0 - atime0: 0 - atime1: 65535 - atime2: 0 - atime3: 0 - atime4: 0 - atime5: 0 - atime6: 0 - atime7: 0 - m_Mode: 0 - m_ColorSpace: -1 - m_NumColorKeys: 2 - m_NumAlphaKeys: 2 - minGradient: - serializedVersion: 2 - key0: {r: 1, g: 1, b: 1, a: 1} - key1: {r: 1, g: 1, b: 1, a: 1} - key2: {r: 0, g: 0, b: 0, a: 0} - key3: {r: 0, g: 0, b: 0, a: 0} - key4: {r: 0, g: 0, b: 0, a: 0} - key5: {r: 0, g: 0, b: 0, a: 0} - key6: {r: 0, g: 0, b: 0, a: 0} - key7: {r: 0, g: 0, b: 0, a: 0} - ctime0: 0 - ctime1: 65535 - ctime2: 0 - ctime3: 0 - ctime4: 0 - ctime5: 0 - ctime6: 0 - ctime7: 0 - atime0: 0 - atime1: 65535 - atime2: 0 - atime3: 0 - atime4: 0 - atime5: 0 - atime6: 0 - atime7: 0 - m_Mode: 0 - m_ColorSpace: -1 - m_NumColorKeys: 2 - m_NumAlphaKeys: 2 - range: {x: 0, y: 1} - CollisionModule: - enabled: 1 - serializedVersion: 4 - type: 0 - collisionMode: 0 - colliderForce: 0 - multiplyColliderForceByParticleSize: 0 - multiplyColliderForceByParticleSpeed: 0 - multiplyColliderForceByCollisionAngle: 1 - m_Planes: - - {fileID: 0} - - {fileID: 0} - - {fileID: 0} - - {fileID: 0} - - {fileID: 0} - - {fileID: 0} - m_Dampen: - serializedVersion: 2 - minMaxState: 0 - scalar: 0.3 - minScalar: 0 - maxCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - minCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - m_Bounce: - serializedVersion: 2 - minMaxState: 0 - scalar: 1.2 - minScalar: 1 - maxCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - minCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - m_EnergyLossOnCollision: - serializedVersion: 2 - minMaxState: 0 - scalar: 0 - minScalar: 0 - maxCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - minCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - minKillSpeed: 0 - maxKillSpeed: 10000 - radiusScale: 1 - collidesWith: - serializedVersion: 2 - m_Bits: 4294967295 - maxCollisionShapes: 256 - quality: 0 - voxelSize: 0.5 - collisionMessages: 0 - collidesWithDynamic: 1 - interiorCollisions: 0 - TriggerModule: - enabled: 0 - serializedVersion: 2 - inside: 1 - outside: 0 - enter: 0 - exit: 0 - colliderQueryMode: 0 - radiusScale: 1 - primitives: - - {fileID: 0} - - {fileID: 0} - - {fileID: 0} - - {fileID: 0} - - {fileID: 0} - - {fileID: 0} - SubModule: - serializedVersion: 2 - enabled: 0 - subEmitters: - - serializedVersion: 3 - emitter: {fileID: 0} - type: 0 - properties: 0 - emitProbability: 1 - LightsModule: - enabled: 0 - ratio: 0 - light: {fileID: 0} - randomDistribution: 1 - color: 1 - range: 1 - intensity: 1 - rangeCurve: - serializedVersion: 2 - minMaxState: 0 - scalar: 1 - minScalar: 1 - maxCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - minCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - intensityCurve: - serializedVersion: 2 - minMaxState: 0 - scalar: 1 - minScalar: 1 - maxCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - minCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - maxLights: 20 - TrailModule: - enabled: 0 - mode: 0 - ratio: 1 - lifetime: - serializedVersion: 2 - minMaxState: 0 - scalar: 1 - minScalar: 1 - maxCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - minCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - minVertexDistance: 0.2 - textureMode: 0 - textureScale: {x: 1, y: 1} - ribbonCount: 1 - shadowBias: 0.5 - worldSpace: 0 - dieWithParticles: 1 - sizeAffectsWidth: 1 - sizeAffectsLifetime: 0 - inheritParticleColor: 1 - generateLightingData: 0 - splitSubEmitterRibbons: 0 - attachRibbonsToTransform: 0 - colorOverLifetime: - serializedVersion: 2 - minMaxState: 0 - minColor: {r: 1, g: 1, b: 1, a: 1} - maxColor: {r: 1, g: 1, b: 1, a: 1} - maxGradient: - serializedVersion: 2 - key0: {r: 1, g: 1, b: 1, a: 1} - key1: {r: 1, g: 1, b: 1, a: 1} - key2: {r: 0, g: 0, b: 0, a: 0} - key3: {r: 0, g: 0, b: 0, a: 0} - key4: {r: 0, g: 0, b: 0, a: 0} - key5: {r: 0, g: 0, b: 0, a: 0} - key6: {r: 0, g: 0, b: 0, a: 0} - key7: {r: 0, g: 0, b: 0, a: 0} - ctime0: 0 - ctime1: 65535 - ctime2: 0 - ctime3: 0 - ctime4: 0 - ctime5: 0 - ctime6: 0 - ctime7: 0 - atime0: 0 - atime1: 65535 - atime2: 0 - atime3: 0 - atime4: 0 - atime5: 0 - atime6: 0 - atime7: 0 - m_Mode: 0 - m_ColorSpace: -1 - m_NumColorKeys: 2 - m_NumAlphaKeys: 2 - minGradient: - serializedVersion: 2 - key0: {r: 1, g: 1, b: 1, a: 1} - key1: {r: 1, g: 1, b: 1, a: 1} - key2: {r: 0, g: 0, b: 0, a: 0} - key3: {r: 0, g: 0, b: 0, a: 0} - key4: {r: 0, g: 0, b: 0, a: 0} - key5: {r: 0, g: 0, b: 0, a: 0} - key6: {r: 0, g: 0, b: 0, a: 0} - key7: {r: 0, g: 0, b: 0, a: 0} - ctime0: 0 - ctime1: 65535 - ctime2: 0 - ctime3: 0 - ctime4: 0 - ctime5: 0 - ctime6: 0 - ctime7: 0 - atime0: 0 - atime1: 65535 - atime2: 0 - atime3: 0 - atime4: 0 - atime5: 0 - atime6: 0 - atime7: 0 - m_Mode: 0 - m_ColorSpace: -1 - m_NumColorKeys: 2 - m_NumAlphaKeys: 2 - widthOverTrail: - serializedVersion: 2 - minMaxState: 0 - scalar: 1 - minScalar: 1 - maxCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - minCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - colorOverTrail: - serializedVersion: 2 - minMaxState: 0 - minColor: {r: 1, g: 1, b: 1, a: 1} - maxColor: {r: 1, g: 1, b: 1, a: 1} - maxGradient: - serializedVersion: 2 - key0: {r: 1, g: 1, b: 1, a: 1} - key1: {r: 1, g: 1, b: 1, a: 1} - key2: {r: 0, g: 0, b: 0, a: 0} - key3: {r: 0, g: 0, b: 0, a: 0} - key4: {r: 0, g: 0, b: 0, a: 0} - key5: {r: 0, g: 0, b: 0, a: 0} - key6: {r: 0, g: 0, b: 0, a: 0} - key7: {r: 0, g: 0, b: 0, a: 0} - ctime0: 0 - ctime1: 65535 - ctime2: 0 - ctime3: 0 - ctime4: 0 - ctime5: 0 - ctime6: 0 - ctime7: 0 - atime0: 0 - atime1: 65535 - atime2: 0 - atime3: 0 - atime4: 0 - atime5: 0 - atime6: 0 - atime7: 0 - m_Mode: 0 - m_ColorSpace: -1 - m_NumColorKeys: 2 - m_NumAlphaKeys: 2 - minGradient: - serializedVersion: 2 - key0: {r: 1, g: 1, b: 1, a: 1} - key1: {r: 1, g: 1, b: 1, a: 1} - key2: {r: 0, g: 0, b: 0, a: 0} - key3: {r: 0, g: 0, b: 0, a: 0} - key4: {r: 0, g: 0, b: 0, a: 0} - key5: {r: 0, g: 0, b: 0, a: 0} - key6: {r: 0, g: 0, b: 0, a: 0} - key7: {r: 0, g: 0, b: 0, a: 0} - ctime0: 0 - ctime1: 65535 - ctime2: 0 - ctime3: 0 - ctime4: 0 - ctime5: 0 - ctime6: 0 - ctime7: 0 - atime0: 0 - atime1: 65535 - atime2: 0 - atime3: 0 - atime4: 0 - atime5: 0 - atime6: 0 - atime7: 0 - m_Mode: 0 - m_ColorSpace: -1 - m_NumColorKeys: 2 - m_NumAlphaKeys: 2 - CustomDataModule: - enabled: 0 - mode0: 0 - vectorComponentCount0: 4 - color0: - serializedVersion: 2 - minMaxState: 0 - minColor: {r: 1, g: 1, b: 1, a: 1} - maxColor: {r: 1, g: 1, b: 1, a: 1} - maxGradient: - serializedVersion: 2 - key0: {r: 1, g: 1, b: 1, a: 1} - key1: {r: 1, g: 1, b: 1, a: 1} - key2: {r: 0, g: 0, b: 0, a: 0} - key3: {r: 0, g: 0, b: 0, a: 0} - key4: {r: 0, g: 0, b: 0, a: 0} - key5: {r: 0, g: 0, b: 0, a: 0} - key6: {r: 0, g: 0, b: 0, a: 0} - key7: {r: 0, g: 0, b: 0, a: 0} - ctime0: 0 - ctime1: 65535 - ctime2: 0 - ctime3: 0 - ctime4: 0 - ctime5: 0 - ctime6: 0 - ctime7: 0 - atime0: 0 - atime1: 65535 - atime2: 0 - atime3: 0 - atime4: 0 - atime5: 0 - atime6: 0 - atime7: 0 - m_Mode: 0 - m_ColorSpace: -1 - m_NumColorKeys: 2 - m_NumAlphaKeys: 2 - minGradient: - serializedVersion: 2 - key0: {r: 1, g: 1, b: 1, a: 1} - key1: {r: 1, g: 1, b: 1, a: 1} - key2: {r: 0, g: 0, b: 0, a: 0} - key3: {r: 0, g: 0, b: 0, a: 0} - key4: {r: 0, g: 0, b: 0, a: 0} - key5: {r: 0, g: 0, b: 0, a: 0} - key6: {r: 0, g: 0, b: 0, a: 0} - key7: {r: 0, g: 0, b: 0, a: 0} - ctime0: 0 - ctime1: 65535 - ctime2: 0 - ctime3: 0 - ctime4: 0 - ctime5: 0 - ctime6: 0 - ctime7: 0 - atime0: 0 - atime1: 65535 - atime2: 0 - atime3: 0 - atime4: 0 - atime5: 0 - atime6: 0 - atime7: 0 - m_Mode: 0 - m_ColorSpace: -1 - m_NumColorKeys: 2 - m_NumAlphaKeys: 2 - colorLabel0: Color - vector0_0: - serializedVersion: 2 - minMaxState: 0 - scalar: 0 - minScalar: 0 - maxCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - minCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - vectorLabel0_0: X - vector0_1: - serializedVersion: 2 - minMaxState: 0 - scalar: 0 - minScalar: 0 - maxCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - minCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - vectorLabel0_1: Y - vector0_2: - serializedVersion: 2 - minMaxState: 0 - scalar: 0 - minScalar: 0 - maxCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - minCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - vectorLabel0_2: Z - vector0_3: - serializedVersion: 2 - minMaxState: 0 - scalar: 0 - minScalar: 0 - maxCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - minCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - vectorLabel0_3: W - mode1: 0 - vectorComponentCount1: 4 - color1: - serializedVersion: 2 - minMaxState: 0 - minColor: {r: 1, g: 1, b: 1, a: 1} - maxColor: {r: 1, g: 1, b: 1, a: 1} - maxGradient: - serializedVersion: 2 - key0: {r: 1, g: 1, b: 1, a: 1} - key1: {r: 1, g: 1, b: 1, a: 1} - key2: {r: 0, g: 0, b: 0, a: 0} - key3: {r: 0, g: 0, b: 0, a: 0} - key4: {r: 0, g: 0, b: 0, a: 0} - key5: {r: 0, g: 0, b: 0, a: 0} - key6: {r: 0, g: 0, b: 0, a: 0} - key7: {r: 0, g: 0, b: 0, a: 0} - ctime0: 0 - ctime1: 65535 - ctime2: 0 - ctime3: 0 - ctime4: 0 - ctime5: 0 - ctime6: 0 - ctime7: 0 - atime0: 0 - atime1: 65535 - atime2: 0 - atime3: 0 - atime4: 0 - atime5: 0 - atime6: 0 - atime7: 0 - m_Mode: 0 - m_ColorSpace: -1 - m_NumColorKeys: 2 - m_NumAlphaKeys: 2 - minGradient: - serializedVersion: 2 - key0: {r: 1, g: 1, b: 1, a: 1} - key1: {r: 1, g: 1, b: 1, a: 1} - key2: {r: 0, g: 0, b: 0, a: 0} - key3: {r: 0, g: 0, b: 0, a: 0} - key4: {r: 0, g: 0, b: 0, a: 0} - key5: {r: 0, g: 0, b: 0, a: 0} - key6: {r: 0, g: 0, b: 0, a: 0} - key7: {r: 0, g: 0, b: 0, a: 0} - ctime0: 0 - ctime1: 65535 - ctime2: 0 - ctime3: 0 - ctime4: 0 - ctime5: 0 - ctime6: 0 - ctime7: 0 - atime0: 0 - atime1: 65535 - atime2: 0 - atime3: 0 - atime4: 0 - atime5: 0 - atime6: 0 - atime7: 0 - m_Mode: 0 - m_ColorSpace: -1 - m_NumColorKeys: 2 - m_NumAlphaKeys: 2 - colorLabel1: Color - vector1_0: - serializedVersion: 2 - minMaxState: 0 - scalar: 0 - minScalar: 0 - maxCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - minCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - vectorLabel1_0: X - vector1_1: - serializedVersion: 2 - minMaxState: 0 - scalar: 0 - minScalar: 0 - maxCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - minCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - vectorLabel1_1: Y - vector1_2: - serializedVersion: 2 - minMaxState: 0 - scalar: 0 - minScalar: 0 - maxCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - minCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - vectorLabel1_2: Z - vector1_3: - serializedVersion: 2 - minMaxState: 0 - scalar: 0 - minScalar: 0 - maxCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - minCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - vectorLabel1_3: W ---- !u!1 &820355852 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 820355853} - - component: {fileID: 820355854} - m_Layer: 0 - m_Name: ScaleSpring - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &820355853 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 820355852} - serializedVersion: 2 - m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: 0} - m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 - m_Children: [] - m_Father: {fileID: 161331536} - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!114 &820355854 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 820355852} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 6da43522623d4704e979466dc7650b65, type: 3} - m_Name: - m_EditorClassIdentifier: - Feedbacks: [] - InitializationMode: 2 - AutoInitialization: 1 - SafeMode: 3 - Direction: 0 - AutoChangeDirectionOnEnd: 0 - AutoPlayOnStart: 0 - AutoPlayOnEnable: 0 - ForceTimescaleMode: 0 - ForcedTimescaleMode: 1 - DurationMultiplier: 1 - TimescaleMultiplier: 1 - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 1.5} - DisplayFullDurationDetails: 0 - PlayerTimescaleMode: 1 - OnlyPlayIfWithinRange: 0 - RangeCenter: {fileID: 0} - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - IgnoreRangeEvents: 0 - CooldownDuration: 0 - InitialDelay: 0 - CanPlay: 1 - CanPlayWhileAlreadyPlaying: 1 - ChanceToPlay: 100 - FeedbacksIntensity: 1 - Events: - TriggerMMFeedbacksEvents: 0 - TriggerUnityEvents: 1 - OnPlay: - m_PersistentCalls: - m_Calls: [] - OnPause: - m_PersistentCalls: - m_Calls: [] - OnStop: - m_PersistentCalls: - m_Calls: [] - OnResume: - m_PersistentCalls: - m_Calls: [] - OnChangeDirection: - m_PersistentCalls: - m_Calls: [] - OnComplete: - m_PersistentCalls: - m_Calls: [] - OnRestoreInitialValues: - m_PersistentCalls: - m_Calls: [] - OnSkipToTheEnd: - m_PersistentCalls: - m_Calls: [] - OnInitializationComplete: - m_PersistentCalls: - m_Calls: [] - OnEnable: - m_PersistentCalls: - m_Calls: [] - OnDisable: - m_PersistentCalls: - m_Calls: [] - DebugActive: 0 - InScriptDrivenPause: 0 - FeedbacksList: - - rid: 1779414934241935495 - - rid: 1779414934241935496 - KeepPlayModeChanges: 0 - PerformanceMode: 0 - RestoreInitialValuesOnDisable: 0 - StopFeedbacksOnDisable: 0 - PlayCount: 0 - references: - version: 2 - RefIds: - - rid: 1779414934241935495 - type: {class: MMF_AudioSource, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: 661315871 - Label: AudioSource - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 11 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 820355854} - DebugActive: 0 - TargetAudioSource: {fileID: 478010195} - Mode: 0 - RandomSfx: [] - MinVolume: 1 - MaxVolume: 1 - MinPitch: 1 - MaxPitch: 1 - SfxAudioMixerGroup: {fileID: 0} - - rid: 1779414934241935496 - type: {class: MMF_ScaleSpring, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: 2036408558 - Label: Scale Spring - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 11 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0.8, y: 1} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 820355854} - DebugActive: 0 - AnimateScaleTarget: {fileID: 1579498608} - DeclaredDuration: 0 - DampingX: 0.1 - FrequencyX: 6 - DampingY: 0.1 - FrequencyY: 6 - DampingZ: 0.1 - FrequencyZ: 6 - Mode: 2 - MoveToScaleMin: {x: 1, y: 1, z: 1} - MoveToScaleMax: {x: 2, y: 2, z: 2} - BumpScaleMin: {x: 20, y: 20, z: 20} - BumpScaleMax: {x: 30, y: 30, z: 30} ---- !u!224 &822393417 stripped -RectTransform: - m_CorrespondingSourceObject: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - m_PrefabInstance: {fileID: 2112784615} - m_PrefabAsset: {fileID: 0} ---- !u!1001 &823324262 -PrefabInstance: - m_ObjectHideFlags: 0 - serializedVersion: 2 - m_Modification: - serializedVersion: 3 - m_TransformParent: {fileID: 1557570896} - m_Modifications: - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_Pivot.x - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_Pivot.y - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_RootOrder - value: 91 - objectReference: {fileID: 0} - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_AnchorMax.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_AnchorMax.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_AnchorMin.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_AnchorMin.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_SizeDelta.x - value: 256.1 - objectReference: {fileID: 0} - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_SizeDelta.y - value: 30 - objectReference: {fileID: 0} - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_LocalPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_LocalPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_LocalPosition.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_LocalRotation.w - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_LocalRotation.x - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_LocalRotation.y - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_LocalRotation.z - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_AnchoredPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_AnchoredPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_LocalEulerAnglesHint.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_LocalEulerAnglesHint.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_LocalEulerAnglesHint.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2251616714236910816, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_Text - value: VARIOUS - objectReference: {fileID: 0} - - target: {fileID: 2251616714236910816, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_Color.b - value: 0.19063722 - objectReference: {fileID: 0} - - target: {fileID: 2251616714236910816, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_Color.g - value: 0.7924528 - objectReference: {fileID: 0} - - target: {fileID: 2251616714236910816, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_Color.r - value: 0.33941135 - objectReference: {fileID: 0} - - target: {fileID: 3358702390296254852, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_Name - value: Title - Various - objectReference: {fileID: 0} - m_RemovedComponents: [] - m_RemovedGameObjects: [] - m_AddedGameObjects: [] - m_AddedComponents: [] - m_SourcePrefab: {fileID: 100100000, guid: d0c10e574f6f1af43b3af7996a878151, type: 3} ---- !u!1001 &826143139 -PrefabInstance: - m_ObjectHideFlags: 0 - serializedVersion: 2 - m_Modification: - serializedVersion: 3 - m_TransformParent: {fileID: 1557570896} - m_Modifications: - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: Feedbacks.Array.size - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[0]' - value: - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[1]' - value: - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[2]' - value: - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Pivot.x - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Pivot.y - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_RootOrder - value: 52 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMax.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMax.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMin.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMin.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_SizeDelta.x - value: 256.1 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_SizeDelta.y - value: 30 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalPosition.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.w - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.x - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.y - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.z - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchoredPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchoredPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalEulerAnglesHint.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalEulerAnglesHint.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalEulerAnglesHint.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604939, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_OnClick.m_PersistentCalls.m_Calls.Array.data[0].m_Target - value: - objectReference: {fileID: 1176585567} - - target: {fileID: 2903879014986604939, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_OnClick.m_PersistentCalls.m_Calls.Array.data[0].m_MethodName - value: PlayFeedbacks - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604939, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_OnClick.m_PersistentCalls.m_Calls.Array.data[0].m_Arguments.m_ObjectArgumentAssemblyTypeName - value: UnityEngine.Object, UnityEngine - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604941, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Name - value: Button - SpriteRenderer - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Text - value: Sprite Renderer - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Color.b - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Color.g - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Color.r - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.size - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[0]' - value: MoreMountains.Feedbacks MoreMountains.Feedbacks.MMF_AudioSource - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[1]' - value: MoreMountains.Feedbacks MoreMountains.Feedbacks.MMF_SpriteRenderer - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Mode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Mode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Label - value: AudioSource - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].FlipX - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].FlipY - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Label - value: SpriteRenderer - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].MaxPitch - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].MinPitch - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].UniqueID - value: -740068824 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Duration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].UniqueID - value: -2017681236 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].UseRange - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].MaxVolume - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].MinVolume - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].StartsOff - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].EventRange - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ModifyColor - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].InstantColor.a - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].InstantColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].InstantColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].InstantColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].InitialColorMode - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].TargetAudioSource - value: - objectReference: {fileID: 478010195} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].SfxAudioMixerGroup - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AllowAdditivePlays - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].BoundSpriteRenderer - value: - objectReference: {fileID: 1352294454} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].RandomSfx.Array.size - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ColorOverTime.atime0 - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ColorOverTime.atime1 - value: 39899 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ColorOverTime.atime2 - value: 49537 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ColorOverTime.atime3 - value: 56090 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ColorOverTime.atime4 - value: 65535 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ColorOverTime.atime5 - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ColorOverTime.atime6 - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ColorOverTime.atime7 - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ColorOverTime.ctime0 - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ColorOverTime.ctime1 - value: 5975 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ColorOverTime.ctime2 - value: 16384 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ColorOverTime.ctime3 - value: 29876 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ColorOverTime.ctime4 - value: 65535 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ColorOverTime.ctime5 - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ColorOverTime.ctime6 - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ColorOverTime.ctime7 - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ColorOverTime.key0.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ColorOverTime.key0.b - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ColorOverTime.key0.g - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ColorOverTime.key0.r - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ColorOverTime.key1.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ColorOverTime.key1.b - value: 0.7568628 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ColorOverTime.key1.g - value: 0.40784317 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ColorOverTime.key1.r - value: 0.8431373 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ColorOverTime.key2.a - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ColorOverTime.key2.b - value: 0.38431376 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ColorOverTime.key2.g - value: 0.854902 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ColorOverTime.key2.r - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ColorOverTime.key3.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ColorOverTime.key3.b - value: 0.6627451 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ColorOverTime.key3.g - value: 0.74509805 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ColorOverTime.key3.r - value: 0.42352945 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ColorOverTime.key4.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ColorOverTime.key4.b - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ColorOverTime.key4.g - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ColorOverTime.key4.r - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ColorOverTime.key5.a - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ColorOverTime.key5.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ColorOverTime.key5.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ColorOverTime.key5.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ColorOverTime.key6.a - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ColorOverTime.key6.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ColorOverTime.key6.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ColorOverTime.key6.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ColorOverTime.key7.a - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ColorOverTime.key7.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ColorOverTime.key7.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ColorOverTime.key7.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ColorOverTime.m_Mode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].EventOriginTransform - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ToDestinationColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ToDestinationColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ToDestinationColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ToDestinationColor.r - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ResetShakerValuesAfterShake - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ResetTargetValuesAfterShake - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ColorOverTime.m_NumAlphaKeys - value: 5 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ColorOverTime.m_NumColorKeys - value: 5 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ToDestinationColorCurve.m_PreInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ToDestinationColorCurve.m_PostInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ToDestinationColorCurve.m_RotationOrder - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ToDestinationColorCurve.m_Curve.Array.size - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ToDestinationColorCurve.m_Curve.Array.data[0].time - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ToDestinationColorCurve.m_Curve.Array.data[1].time - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ToDestinationColorCurve.m_Curve.Array.data[0].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ToDestinationColorCurve.m_Curve.Array.data[1].value - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ToDestinationColorCurve.m_Curve.Array.data[0].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ToDestinationColorCurve.m_Curve.Array.data[1].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ToDestinationColorCurve.m_Curve.Array.data[0].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ToDestinationColorCurve.m_Curve.Array.data[0].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ToDestinationColorCurve.m_Curve.Array.data[1].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ToDestinationColorCurve.m_Curve.Array.data[1].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ToDestinationColorCurve.m_Curve.Array.data[0].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ToDestinationColorCurve.m_Curve.Array.data[1].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ToDestinationColorCurve.m_Curve.Array.data[0].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ToDestinationColorCurve.m_Curve.Array.data[1].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ToDestinationColorCurve.m_Curve.Array.data[0].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ToDestinationColorCurve.m_Curve.Array.data[1].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 9167406172343059487, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_IsActive - value: 0 - objectReference: {fileID: 0} - m_RemovedComponents: - - {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, type: 3} - m_RemovedGameObjects: [] - m_AddedGameObjects: [] - m_AddedComponents: [] - m_SourcePrefab: {fileID: 100100000, guid: a16c33a1240b8ce4f930161a7c85fae6, type: 3} ---- !u!1001 &831581403 -PrefabInstance: - m_ObjectHideFlags: 0 - serializedVersion: 2 - m_Modification: - serializedVersion: 3 - m_TransformParent: {fileID: 1557570896} - m_Modifications: - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: Feedbacks.Array.size - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[0]' - value: - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[1]' - value: - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Pivot.x - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Pivot.y - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_RootOrder - value: 62 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMax.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMax.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMin.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMin.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_SizeDelta.x - value: 256.1 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_SizeDelta.y - value: 30 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalPosition.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.w - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.x - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.y - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.z - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchoredPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchoredPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalEulerAnglesHint.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalEulerAnglesHint.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalEulerAnglesHint.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604939, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_OnClick.m_PersistentCalls.m_Calls.Array.data[0].m_Target - value: - objectReference: {fileID: 702262482} - - target: {fileID: 2903879014986604939, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_OnClick.m_PersistentCalls.m_Calls.Array.data[0].m_MethodName - value: PlayFeedbacks - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604939, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_OnClick.m_PersistentCalls.m_Calls.Array.data[0].m_Arguments.m_ObjectArgumentAssemblyTypeName - value: UnityEngine.Object, UnityEngine - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604941, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Name - value: Button - Rotation - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Text - value: Rotation - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Color.b - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Color.g - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Color.r - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.size - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[0]' - value: MoreMountains.Feedbacks MoreMountains.Feedbacks.MMF_Rotation - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[1]' - value: MoreMountains.Feedbacks MoreMountains.Feedbacks.MMF_AudioSource - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Mode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Mode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Label - value: Rotation - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Label - value: AudioSource - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateX - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateY - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateZ - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].UniqueID - value: -1674072016 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].MaxPitch - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].MinPitch - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].UniqueID - value: 1827845500 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].MaxVolume - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].MinVolume - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].RemapCurveOne - value: 360 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].RotationSpace - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].RemapCurveZero - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].TargetAudioSource - value: - objectReference: {fileID: 478010195} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AllowAdditivePlays - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ToDestinationSpace - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].SfxAudioMixerGroup - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DestinationAngles.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DestinationAngles.y - value: 180 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DestinationAngles.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].RandomSfx.Array.size - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateRotationTarget - value: - objectReference: {fileID: 699640085} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateRotationDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DetermineRotationOnPlay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateRotationX.m_PreInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateRotationY.m_PreInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateRotationZ.m_PreInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateRotationX.m_PostInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateRotationY.m_PostInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateRotationZ.m_PostInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateRotationX.m_RotationOrder - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateRotationY.m_RotationOrder - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateRotationZ.m_RotationOrder - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ToDestinationCurve.m_PreInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ToDestinationCurve.m_PostInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ToDestinationCurve.m_RotationOrder - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateRotationX.m_Curve.Array.size - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateRotationY.m_Curve.Array.size - value: 3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateRotationZ.m_Curve.Array.size - value: 3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ToDestinationCurve.m_Curve.Array.size - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateRotationX.m_Curve.Array.data[0].time - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateRotationX.m_Curve.Array.data[1].time - value: 0.15281706 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateRotationX.m_Curve.Array.data[2].time - value: 0.8412695 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateRotationX.m_Curve.Array.data[3].time - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateRotationY.m_Curve.Array.data[0].time - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateRotationY.m_Curve.Array.data[1].time - value: 0.3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateRotationY.m_Curve.Array.data[2].time - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateRotationZ.m_Curve.Array.data[0].time - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateRotationZ.m_Curve.Array.data[1].time - value: 0.3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateRotationZ.m_Curve.Array.data[2].time - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateRotationX.m_Curve.Array.data[0].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateRotationX.m_Curve.Array.data[1].value - value: -0.0047136396 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateRotationX.m_Curve.Array.data[2].value - value: 1.0395712 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateRotationX.m_Curve.Array.data[3].value - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateRotationY.m_Curve.Array.data[0].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateRotationY.m_Curve.Array.data[1].value - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateRotationY.m_Curve.Array.data[2].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateRotationZ.m_Curve.Array.data[0].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateRotationZ.m_Curve.Array.data[1].value - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateRotationZ.m_Curve.Array.data[2].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ToDestinationCurve.m_Curve.Array.data[0].time - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ToDestinationCurve.m_Curve.Array.data[1].time - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateRotationX.m_Curve.Array.data[0].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateRotationX.m_Curve.Array.data[1].inSlope - value: 0.5106594 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateRotationX.m_Curve.Array.data[2].inSlope - value: 0.9263391 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateRotationX.m_Curve.Array.data[3].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateRotationY.m_Curve.Array.data[0].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateRotationY.m_Curve.Array.data[1].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateRotationY.m_Curve.Array.data[2].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateRotationZ.m_Curve.Array.data[0].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateRotationZ.m_Curve.Array.data[1].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateRotationZ.m_Curve.Array.data[2].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ToDestinationCurve.m_Curve.Array.data[0].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ToDestinationCurve.m_Curve.Array.data[1].value - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateRotationX.m_Curve.Array.data[0].inWeight - value: 0.33333334 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateRotationX.m_Curve.Array.data[0].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateRotationX.m_Curve.Array.data[1].inWeight - value: 0.33333334 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateRotationX.m_Curve.Array.data[1].outSlope - value: 0.5106594 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateRotationX.m_Curve.Array.data[2].inWeight - value: 0.33333334 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateRotationX.m_Curve.Array.data[2].outSlope - value: 0.9263391 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateRotationX.m_Curve.Array.data[3].inWeight - value: 0.33333334 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateRotationX.m_Curve.Array.data[3].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateRotationY.m_Curve.Array.data[0].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateRotationY.m_Curve.Array.data[0].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateRotationY.m_Curve.Array.data[1].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateRotationY.m_Curve.Array.data[1].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateRotationY.m_Curve.Array.data[2].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateRotationY.m_Curve.Array.data[2].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateRotationZ.m_Curve.Array.data[0].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateRotationZ.m_Curve.Array.data[0].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateRotationZ.m_Curve.Array.data[1].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateRotationZ.m_Curve.Array.data[1].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateRotationZ.m_Curve.Array.data[2].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateRotationZ.m_Curve.Array.data[2].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateRotationX.m_Curve.Array.data[0].outWeight - value: 0.33333334 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateRotationX.m_Curve.Array.data[1].outWeight - value: 0.33333334 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateRotationX.m_Curve.Array.data[2].outWeight - value: 0.33333334 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateRotationX.m_Curve.Array.data[3].outWeight - value: 0.33333334 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateRotationY.m_Curve.Array.data[0].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateRotationY.m_Curve.Array.data[1].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateRotationY.m_Curve.Array.data[2].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateRotationZ.m_Curve.Array.data[0].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateRotationZ.m_Curve.Array.data[1].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateRotationZ.m_Curve.Array.data[2].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ToDestinationCurve.m_Curve.Array.data[0].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ToDestinationCurve.m_Curve.Array.data[1].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ToDestinationCurve.m_Curve.Array.data[0].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ToDestinationCurve.m_Curve.Array.data[0].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ToDestinationCurve.m_Curve.Array.data[1].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ToDestinationCurve.m_Curve.Array.data[1].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateRotationX.m_Curve.Array.data[0].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateRotationX.m_Curve.Array.data[1].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateRotationX.m_Curve.Array.data[2].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateRotationX.m_Curve.Array.data[3].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateRotationY.m_Curve.Array.data[0].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateRotationY.m_Curve.Array.data[1].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateRotationY.m_Curve.Array.data[2].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateRotationZ.m_Curve.Array.data[0].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateRotationZ.m_Curve.Array.data[1].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateRotationZ.m_Curve.Array.data[2].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ToDestinationCurve.m_Curve.Array.data[0].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ToDestinationCurve.m_Curve.Array.data[1].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateRotationX.m_Curve.Array.data[0].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateRotationX.m_Curve.Array.data[1].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateRotationX.m_Curve.Array.data[2].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateRotationX.m_Curve.Array.data[3].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateRotationY.m_Curve.Array.data[0].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateRotationY.m_Curve.Array.data[1].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateRotationY.m_Curve.Array.data[2].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateRotationZ.m_Curve.Array.data[0].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateRotationZ.m_Curve.Array.data[1].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateRotationZ.m_Curve.Array.data[2].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ToDestinationCurve.m_Curve.Array.data[0].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ToDestinationCurve.m_Curve.Array.data[1].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ToDestinationCurve.m_Curve.Array.data[0].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ToDestinationCurve.m_Curve.Array.data[1].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 9167406172343059487, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_IsActive - value: 0 - objectReference: {fileID: 0} - m_RemovedComponents: - - {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, type: 3} - m_RemovedGameObjects: [] - m_AddedGameObjects: [] - m_AddedComponents: [] - m_SourcePrefab: {fileID: 100100000, guid: a16c33a1240b8ce4f930161a7c85fae6, type: 3} ---- !u!1001 &837878795 -PrefabInstance: - m_ObjectHideFlags: 0 - serializedVersion: 2 - m_Modification: - serializedVersion: 3 - m_TransformParent: {fileID: 1557570896} - m_Modifications: - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: Feedbacks.Array.size - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[0]' - value: - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Pivot.x - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Pivot.y - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_RootOrder - value: 77 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMax.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMax.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMin.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMin.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_SizeDelta.x - value: 256.1 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_SizeDelta.y - value: 30 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalPosition.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.w - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.x - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.y - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.z - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchoredPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchoredPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalEulerAnglesHint.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalEulerAnglesHint.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalEulerAnglesHint.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604939, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_OnClick.m_PersistentCalls.m_Calls.Array.data[0].m_Target - value: - objectReference: {fileID: 325868085} - - target: {fileID: 2903879014986604939, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_OnClick.m_PersistentCalls.m_Calls.Array.data[0].m_MethodName - value: PlayFeedbacks - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604939, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_OnClick.m_PersistentCalls.m_Calls.Array.data[0].m_Arguments.m_ObjectArgumentAssemblyTypeName - value: UnityEngine.Object, UnityEngine - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604941, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Name - value: Button - HapticClip - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Text - value: Haptic Clip - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Color.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Color.b - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Color.g - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Color.r - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 4258887795993319071, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: NotSupportedInWebGL - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.size - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[0]' - value: MoreMountains.Feedbacks MoreMountains.Feedbacks.MMF_AudioSource - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[1]' - value: MoreMountains.Feedbacks.NiceVibrations MoreMountains.FeedbacksForThirdParty.MMF_NVClip - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Mode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Clip - value: - objectReference: {fileID: -8404250095460277587, guid: 6ba7f34892e4048be87810ea8621b3df, - type: 3} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Loop - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Label - value: AudioSource - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Label - value: Haptic Clip - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].MaxPitch - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].MinPitch - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].UniqueID - value: 2078608297 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].MaxLevel - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].MinLevel - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].SeekTime - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].UniqueID - value: -1530386286 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].MaxVolume - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].MinVolume - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].FallbackPreset - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].TargetAudioSource - value: - objectReference: {fileID: 478010195} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].MaxFrequencyShift - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].MinFrequencyShift - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].SfxAudioMixerGroup - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].RandomSfx.Array.size - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].HapticSettings.GamepadID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].HapticSettings.ForceGamepadID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].HapticSettings.OnlyPlayIfHapticsSupported - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].HapticSettings.OnlyPlayIfAdvancedRequirementsMet - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].HapticSettings.OnlyPlayIfAmplitudeModulationSupported - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].HapticSettings.OnlyPlayIfFrequencyModulationSupported - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 9167406172343059487, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_IsActive - value: 0 - objectReference: {fileID: 0} - m_RemovedComponents: - - {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, type: 3} - m_RemovedGameObjects: [] - m_AddedGameObjects: [] - m_AddedComponents: [] - m_SourcePrefab: {fileID: 100100000, guid: a16c33a1240b8ce4f930161a7c85fae6, type: 3} ---- !u!224 &847590895 stripped -RectTransform: - m_CorrespondingSourceObject: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - m_PrefabInstance: {fileID: 1116579202} - m_PrefabAsset: {fileID: 0} ---- !u!1 &847678006 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 847678009} - - component: {fileID: 847678008} - - component: {fileID: 847678007} - m_Layer: 0 - m_Name: EventSystem - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!114 &847678007 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 847678006} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 4f231c4fb786f3946a6b90b886c48677, type: 3} - m_Name: - m_EditorClassIdentifier: - m_SendPointerHoverToParent: 1 - m_HorizontalAxis: Horizontal - m_VerticalAxis: Vertical - m_SubmitButton: Submit - m_CancelButton: Cancel - m_InputActionsPerSecond: 10 - m_RepeatDelay: 0.5 - m_ForceModuleActive: 0 ---- !u!114 &847678008 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 847678006} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 76c392e42b5098c458856cdf6ecaaaa1, type: 3} - m_Name: - m_EditorClassIdentifier: - m_FirstSelected: {fileID: 0} - m_sendNavigationEvents: 1 - m_DragThreshold: 10 ---- !u!4 &847678009 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 847678006} - serializedVersion: 2 - m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: 0, y: -5.74, z: -3.0200002} - m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 - m_Children: [] - m_Father: {fileID: 570372227} - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!1 &852947932 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 852947933} - - component: {fileID: 852947934} - m_Layer: 0 - m_Name: Events - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &852947933 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 852947932} - serializedVersion: 2 - m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: 0} - m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 - m_Children: [] - m_Father: {fileID: 568705691} - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!114 &852947934 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 852947932} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 6da43522623d4704e979466dc7650b65, type: 3} - m_Name: - m_EditorClassIdentifier: - Feedbacks: [] - InitializationMode: 2 - AutoInitialization: 1 - SafeMode: 3 - Direction: 0 - AutoChangeDirectionOnEnd: 0 - AutoPlayOnStart: 0 - AutoPlayOnEnable: 0 - ForceTimescaleMode: 0 - ForcedTimescaleMode: 1 - DurationMultiplier: 1 - TimescaleMultiplier: 1 - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 1.5} - DisplayFullDurationDetails: 0 - PlayerTimescaleMode: 1 - OnlyPlayIfWithinRange: 0 - RangeCenter: {fileID: 0} - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - IgnoreRangeEvents: 0 - CooldownDuration: 0 - InitialDelay: 0 - CanPlay: 1 - CanPlayWhileAlreadyPlaying: 1 - ChanceToPlay: 100 - FeedbacksIntensity: 1 - Events: - TriggerMMFeedbacksEvents: 0 - TriggerUnityEvents: 1 - OnPlay: - m_PersistentCalls: - m_Calls: [] - OnPause: - m_PersistentCalls: - m_Calls: [] - OnStop: - m_PersistentCalls: - m_Calls: [] - OnResume: - m_PersistentCalls: - m_Calls: [] - OnChangeDirection: - m_PersistentCalls: - m_Calls: [] - OnComplete: - m_PersistentCalls: - m_Calls: [] - OnRestoreInitialValues: - m_PersistentCalls: - m_Calls: [] - OnSkipToTheEnd: - m_PersistentCalls: - m_Calls: [] - OnInitializationComplete: - m_PersistentCalls: - m_Calls: [] - OnEnable: - m_PersistentCalls: - m_Calls: [] - OnDisable: - m_PersistentCalls: - m_Calls: [] - DebugActive: 0 - InScriptDrivenPause: 0 - FeedbacksList: - - rid: 0 - - rid: 1 - KeepPlayModeChanges: 0 - PerformanceMode: 0 - RestoreInitialValuesOnDisable: 0 - StopFeedbacksOnDisable: 0 - PlayCount: 0 - references: - version: 2 - RefIds: - - rid: 0 - type: {class: MMF_AudioSource, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: 63333498 - Label: AudioSource - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 852947934} - DebugActive: 0 - TargetAudioSource: {fileID: 478010195} - Mode: 0 - RandomSfx: [] - MinVolume: 1 - MaxVolume: 1 - MinPitch: 1 - MaxPitch: 1 - SfxAudioMixerGroup: {fileID: 0} - - rid: 1 - type: {class: MMF_Events, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: -1555642300 - Label: Events - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 852947934} - DebugActive: 0 - PlayEvents: - m_PersistentCalls: - m_Calls: - - m_Target: {fileID: 1572111972} - m_TargetAssemblyTypeName: - m_MethodName: SetActive - m_Mode: 6 - m_Arguments: - m_ObjectArgument: {fileID: 0} - m_ObjectArgumentAssemblyTypeName: UnityEngine.Object, UnityEngine - m_IntArgument: 0 - m_FloatArgument: 0 - m_StringArgument: - m_BoolArgument: 1 - m_CallState: 2 - StopEvents: - m_PersistentCalls: - m_Calls: [] - InitializationEvents: - m_PersistentCalls: - m_Calls: [] - ResetEvents: - m_PersistentCalls: - m_Calls: [] ---- !u!1001 &861420195 -PrefabInstance: - m_ObjectHideFlags: 0 - serializedVersion: 2 - m_Modification: - serializedVersion: 3 - m_TransformParent: {fileID: 1557570896} - m_Modifications: - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: Feedbacks.Array.size - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[0]' - value: - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[1]' - value: - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Pivot.x - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Pivot.y - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_RootOrder - value: 84 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMax.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMax.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMin.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMin.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_SizeDelta.x - value: 256.1 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_SizeDelta.y - value: 30 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalPosition.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.w - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.x - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.y - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.z - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchoredPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchoredPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalEulerAnglesHint.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalEulerAnglesHint.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalEulerAnglesHint.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604939, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_OnClick.m_PersistentCalls.m_Calls.Array.data[0].m_Target - value: - objectReference: {fileID: 1901192215} - - target: {fileID: 2903879014986604939, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_OnClick.m_PersistentCalls.m_Calls.Array.data[0].m_MethodName - value: PlayFeedbacks - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604939, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_OnClick.m_PersistentCalls.m_Calls.Array.data[0].m_Arguments.m_ObjectArgumentAssemblyTypeName - value: UnityEngine.Object, UnityEngine - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604941, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Name - value: Button - Particles Instantiation - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Text - value: Particles Instantiation - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Color.b - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Color.g - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Color.r - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.size - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[0]' - value: MoreMountains.Feedbacks MoreMountains.Feedbacks.MMF_AudioSource - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[1]' - value: MoreMountains.Feedbacks MoreMountains.Feedbacks.MMF_ParticlesInstantiation - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Mode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Mode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Label - value: AudioSource - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Label - value: Particles Instantiation - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].MaxPitch - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].MinPitch - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].UniqueID - value: 916352719 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Offset.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Offset.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Offset.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].UniqueID - value: -658049074 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].MaxVolume - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].MinVolume - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ApplyScale - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].PositionMode - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ApplyRotation - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].CachedRecycle - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].NestParticles - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ParticlesPrefab - value: - objectReference: {fileID: 90387635257123723, guid: b5aa6eb09d3dc3847a751290d0edcfe9, - type: 3} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].TargetAudioSource - value: - objectReference: {fileID: 478010195} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].SfxAudioMixerGroup - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].RandomSfx.Array.size - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ForceSetActiveOnPlay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].TargetWorldPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].TargetWorldPosition.y - value: 9 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].TargetWorldPosition.z - value: 7 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].InstantiateParticlesPosition - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].RandomParticlePrefabs.Array.size - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 9167406172343059487, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_IsActive - value: 0 - objectReference: {fileID: 0} - m_RemovedComponents: - - {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, type: 3} - m_RemovedGameObjects: [] - m_AddedGameObjects: [] - m_AddedComponents: [] - m_SourcePrefab: {fileID: 100100000, guid: a16c33a1240b8ce4f930161a7c85fae6, type: 3} ---- !u!1001 &862957193 -PrefabInstance: - m_ObjectHideFlags: 0 - serializedVersion: 2 - m_Modification: - serializedVersion: 3 - m_TransformParent: {fileID: 1557570896} - m_Modifications: - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: Feedbacks.Array.size - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[0]' - value: - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[1]' - value: - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[2]' - value: - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Pivot.x - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Pivot.y - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_RootOrder - value: 15 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMax.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMax.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMin.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMin.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_SizeDelta.x - value: 256.1 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_SizeDelta.y - value: 30 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalPosition.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.w - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.x - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.y - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.z - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchoredPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchoredPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalEulerAnglesHint.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalEulerAnglesHint.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalEulerAnglesHint.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604939, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_OnClick.m_PersistentCalls.m_Calls.Array.data[0].m_Target - value: - objectReference: {fileID: 1592154972} - - target: {fileID: 2903879014986604939, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_OnClick.m_PersistentCalls.m_Calls.Array.data[0].m_MethodName - value: PlayFeedbacks - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604939, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_OnClick.m_PersistentCalls.m_Calls.Array.data[0].m_Arguments.m_ObjectArgumentAssemblyTypeName - value: UnityEngine.Object, UnityEngine - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604941, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Name - value: Button - Broadcast - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Text - value: 'MMRadio Broadcast - -' - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Color.b - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Color.g - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Color.r - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.size - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[0]' - value: MoreMountains.Feedbacks MoreMountains.Feedbacks.MMF_AudioSource - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[1]' - value: MoreMountains.Feedbacks.MMTools MoreMountains.Feedbacks.MMF_Broadcast - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Mode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Mode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Label - value: AudioSource - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Label - value: Broadcast - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].MaxPitch - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].MinPitch - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].UniqueID - value: -274170728 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Duration - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].RemapOne - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].UniqueID - value: -893531155 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].MaxVolume - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].MinVolume - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].RemapZero - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].StartsOff - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisableOnStop - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].InstantChange - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].RelativeValues - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].TargetAudioSource - value: - objectReference: {fileID: 478010195} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].SfxAudioMixerGroup - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AllowAdditivePlays - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Curve.MMTweenCurve - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].RandomSfx.Array.size - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Curve.Curve.m_PreInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Curve.Curve.m_PostInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Curve.Curve.m_RotationOrder - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Curve.MMTweenDefinitionType - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Curve.Curve.m_Curve.Array.size - value: 5 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Curve.Curve.m_Curve.Array.data[0].time - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Curve.Curve.m_Curve.Array.data[1].time - value: 0.2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Curve.Curve.m_Curve.Array.data[2].time - value: 0.34951577 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Curve.Curve.m_Curve.Array.data[3].time - value: 0.46982926 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Curve.Curve.m_Curve.Array.data[4].time - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Curve.Curve.m_Curve.Array.data[0].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Curve.Curve.m_Curve.Array.data[1].value - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Curve.Curve.m_Curve.Array.data[2].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Curve.Curve.m_Curve.Array.data[3].value - value: 0.64145595 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Curve.Curve.m_Curve.Array.data[4].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Curve.Curve.m_Curve.Array.data[0].inSlope - value: 8.377358 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Curve.Curve.m_Curve.Array.data[1].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Curve.Curve.m_Curve.Array.data[2].inSlope - value: -0.011933074 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Curve.Curve.m_Curve.Array.data[3].inSlope - value: 0.25713122 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Curve.Curve.m_Curve.Array.data[4].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Curve.Curve.m_Curve.Array.data[0].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Curve.Curve.m_Curve.Array.data[0].outSlope - value: 8.377358 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Curve.Curve.m_Curve.Array.data[1].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Curve.Curve.m_Curve.Array.data[1].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Curve.Curve.m_Curve.Array.data[2].inWeight - value: 0.33333334 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Curve.Curve.m_Curve.Array.data[2].outSlope - value: -0.011933074 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Curve.Curve.m_Curve.Array.data[3].inWeight - value: 0.33333334 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Curve.Curve.m_Curve.Array.data[3].outSlope - value: 0.25713122 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Curve.Curve.m_Curve.Array.data[4].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Curve.Curve.m_Curve.Array.data[4].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Curve.Curve.m_Curve.Array.data[0].outWeight - value: 0.06944444 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Curve.Curve.m_Curve.Array.data[1].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Curve.Curve.m_Curve.Array.data[2].outWeight - value: 0.4152944 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Curve.Curve.m_Curve.Array.data[3].outWeight - value: 0.25606307 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Curve.Curve.m_Curve.Array.data[4].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Curve.Curve.m_Curve.Array.data[0].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Curve.Curve.m_Curve.Array.data[1].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Curve.Curve.m_Curve.Array.data[2].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Curve.Curve.m_Curve.Array.data[3].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Curve.Curve.m_Curve.Array.data[4].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Curve.Curve.m_Curve.Array.data[0].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Curve.Curve.m_Curve.Array.data[1].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Curve.Curve.m_Curve.Array.data[2].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Curve.Curve.m_Curve.Array.data[3].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Curve.Curve.m_Curve.Array.data[4].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 9167406172343059487, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_IsActive - value: 0 - objectReference: {fileID: 0} - m_RemovedComponents: - - {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, type: 3} - m_RemovedGameObjects: [] - m_AddedGameObjects: [] - m_AddedComponents: [] - m_SourcePrefab: {fileID: 100100000, guid: a16c33a1240b8ce4f930161a7c85fae6, type: 3} ---- !u!1 &865589058 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 865589059} - - component: {fileID: 865589060} - m_Layer: 0 - m_Name: TimeManager - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &865589059 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 865589058} - serializedVersion: 2 - m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: 0} - m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 - m_Children: [] - m_Father: {fileID: 2116273087} - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!114 &865589060 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 865589058} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 8f7de9ef06f04864391a928af29f4b46, type: 3} - m_Name: - m_EditorClassIdentifier: - NormalTimeScale: 1 - UpdateTimescale: 1 - UpdateFixedDeltaTime: 1 - UpdateMaximumDeltaTime: 1 - CurrentTimeScale: 1 - TargetTimeScale: 1 - TestButton: 0 ---- !u!1 &867200049 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 867200050} - - component: {fileID: 867200051} - m_Layer: 0 - m_Name: AnimationParameter - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &867200050 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 867200049} - serializedVersion: 2 - m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: 0} - m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 - m_Children: [] - m_Father: {fileID: 562921500} - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!114 &867200051 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 867200049} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 6da43522623d4704e979466dc7650b65, type: 3} - m_Name: - m_EditorClassIdentifier: - Feedbacks: [] - InitializationMode: 2 - AutoInitialization: 1 - SafeMode: 3 - Direction: 0 - AutoChangeDirectionOnEnd: 0 - AutoPlayOnStart: 0 - AutoPlayOnEnable: 0 - ForceTimescaleMode: 0 - ForcedTimescaleMode: 1 - DurationMultiplier: 1 - TimescaleMultiplier: 1 - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 1.5} - DisplayFullDurationDetails: 0 - PlayerTimescaleMode: 1 - OnlyPlayIfWithinRange: 0 - RangeCenter: {fileID: 0} - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - IgnoreRangeEvents: 0 - CooldownDuration: 0 - InitialDelay: 0 - CanPlay: 1 - CanPlayWhileAlreadyPlaying: 1 - ChanceToPlay: 100 - FeedbacksIntensity: 1 - Events: - TriggerMMFeedbacksEvents: 0 - TriggerUnityEvents: 1 - OnPlay: - m_PersistentCalls: - m_Calls: [] - OnPause: - m_PersistentCalls: - m_Calls: [] - OnStop: - m_PersistentCalls: - m_Calls: [] - OnResume: - m_PersistentCalls: - m_Calls: [] - OnChangeDirection: - m_PersistentCalls: - m_Calls: [] - OnComplete: - m_PersistentCalls: - m_Calls: [] - OnRestoreInitialValues: - m_PersistentCalls: - m_Calls: [] - OnSkipToTheEnd: - m_PersistentCalls: - m_Calls: [] - OnInitializationComplete: - m_PersistentCalls: - m_Calls: [] - OnEnable: - m_PersistentCalls: - m_Calls: [] - OnDisable: - m_PersistentCalls: - m_Calls: [] - DebugActive: 0 - InScriptDrivenPause: 0 - FeedbacksList: - - rid: 0 - - rid: 1 - KeepPlayModeChanges: 0 - PerformanceMode: 0 - RestoreInitialValuesOnDisable: 0 - StopFeedbacksOnDisable: 0 - PlayCount: 0 - references: - version: 2 - RefIds: - - rid: 0 - type: {class: MMF_Animation, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: 339492644 - Label: Animation - OriginalLabel: Animation Parameter - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 867200051} - DebugActive: 0 - BoundAnimator: {fileID: 2066439668} - ExtraBoundAnimators: [] - DeclaredDuration: 0 - UpdateTrigger: 1 - TriggerMode: 0 - TriggerParameterName: Jump - UpdateRandomTrigger: 0 - RandomTriggerMode: 0 - RandomTriggerParameterNames: [] - UpdateBool: 0 - BoolParameterName: - BoolParameterValue: 1 - UpdateRandomBool: 0 - RandomBoolParameterValue: 1 - RandomBoolParameterNames: [] - IntValueMode: 0 - IntParameterName: - IntValue: 0 - IntValueMin: 0 - IntValueMax: 5 - IntIncrement: 1 - FloatValueMode: 0 - FloatParameterName: - FloatValue: 0 - FloatValueMin: 0 - FloatValueMax: 5 - FloatIncrement: 1 - SetLayerWeight: 0 - TargetLayerIndex: 1 - LayerName: - NewWeight: 0.5 - - rid: 1 - type: {class: MMF_AudioSource, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: 916692377 - Label: AudioSource - OriginalLabel: AudioSource - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 867200051} - DebugActive: 0 - TargetAudioSource: {fileID: 478010195} - Mode: 0 - RandomSfx: [] - MinVolume: 1 - MaxVolume: 1 - MinPitch: 1 - MaxPitch: 1 - SfxAudioMixerGroup: {fileID: 0} ---- !u!1 &870108986 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 870108987} - - component: {fileID: 870108995} - - component: {fileID: 870108993} - - component: {fileID: 870108992} - - component: {fileID: 870108991} - - component: {fileID: 870108990} - - component: {fileID: 870108989} - - component: {fileID: 870108988} - - component: {fileID: 870108996} - m_Layer: 0 - m_Name: CM vcam2 - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &870108987 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 870108986} - serializedVersion: 2 - m_LocalRotation: {x: 0.356901, y: 0, z: 0, w: 0.93414223} - m_LocalPosition: {x: -0.09099999, y: 2.78, z: 3.7} - m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 - m_Children: [] - m_Father: {fileID: 63926507} - m_LocalEulerAnglesHint: {x: 41.82, y: 0, z: 0} ---- !u!114 &870108988 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 870108986} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: d68394ff0deaba948873307b5fe5a801, type: 3} - m_Name: - m_EditorClassIdentifier: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - ShakeDuration: 0.5 - PlayOnAwake: 0 - PermanentShake: 0 - Interruptible: 1 - AlwaysResetTargetValuesAfterShake: 0 - OnlyUseShakerValues: 0 - CooldownBetweenShakes: 0 - Shaking: 0 - ForwardDirection: 1 - TimescaleMode: 0 - RelativeFieldOfView: 0 - ShakeFieldOfView: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.5 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapFieldOfViewZero: 60 - RemapFieldOfViewOne: 120 ---- !u!114 &870108989 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 870108986} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 9ff80f834f6ca564da816a2f08bc75f0, type: 3} - m_Name: - m_EditorClassIdentifier: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - ShakeDuration: 0.5 - PlayOnAwake: 0 - PermanentShake: 0 - Interruptible: 1 - AlwaysResetTargetValuesAfterShake: 0 - OnlyUseShakerValues: 0 - CooldownBetweenShakes: 0 - Shaking: 0 - ForwardDirection: 1 - TimescaleMode: 0 - RelativeClippingPlanes: 0 - ShakeNear: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.5 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapNearZero: 0.3 - RemapNearOne: 100 - ShakeFar: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.5 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapFarZero: 1000 - RemapFarOne: 1000 ---- !u!114 &870108990 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 870108986} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: f8650a79a9f5e38449718559d1d6a2f5, type: 3} - m_Name: - m_EditorClassIdentifier: - TimescaleMode: 0 - ChannelMode: 0 - Channel: 2 - MMChannelDefinition: {fileID: 0} ---- !u!114 &870108991 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 870108986} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 51662a222e352d74a8ad12e5843f7501, type: 3} - m_Name: - m_EditorClassIdentifier: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Interruptable: 0 - ZoomTween: - MMTweenDefinitionType: 1 - MMTweenCurve: 4 - Curve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - Initialized: 0 - ConditionPropertyName: - EnumConditionPropertyName: - EnumConditions: 0000000000000000000000000000000000000000000000000000000000000000 - TestMode: 0 - TestFieldOfView: 30 - TestTransitionDuration: 0.1 - TestDuration: 0.05 - TestZoomButton: 0 ---- !u!114 &870108992 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 870108986} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 9d66462bf720d28469c8db4b2e52720c, type: 3} - m_Name: - m_EditorClassIdentifier: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - DefaultShakeAmplitude: 0.5 - DefaultShakeFrequency: 10 - IdleAmplitude: 0.4 - IdleFrequency: 0.3 - LerpSpeed: 100 - TestDuration: 0.3 - TestAmplitude: 2 - TestFrequency: 20 - TestShakeButton: 0 ---- !u!114 &870108993 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 870108986} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 00b2d199b96b516448144ab30fb26aed, type: 3} - m_Name: - m_EditorClassIdentifier: - ApplyAfter: 1 - ChannelMask: 1 - Gain: 1 - Use2DDistance: 0 - UseCameraSpace: 0 - ReactionSettings: - m_SecondaryNoise: {fileID: 0} - AmplitudeGain: 0 - FrequencyGain: 0 - Duration: 0 - m_NoiseOffsets: {x: 0, y: 0, z: 0} ---- !u!114 &870108995 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 870108986} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: f9dfa5b682dcd46bda6128250e975f58, type: 3} - m_Name: - m_EditorClassIdentifier: - Priority: - Enabled: 0 - m_Value: 0 - OutputChannel: 1 - StandbyUpdate: 2 - m_StreamingVersion: 20241001 - m_LegacyPriority: 0 - Target: - TrackingTarget: {fileID: 0} - LookAtTarget: {fileID: 0} - CustomLookAtTarget: 0 - Lens: - FieldOfView: 40 - OrthographicSize: 10 - NearClipPlane: 0.1 - FarClipPlane: 5000 - Dutch: 0 - ModeOverride: 0 - PhysicalProperties: - GateFit: 2 - SensorSize: {x: 21.946, y: 16.002} - LensShift: {x: 0, y: 0} - FocusDistance: 10 - Iso: 200 - ShutterSpeed: 0.005 - Aperture: 16 - BladeCount: 5 - Curvature: {x: 2, y: 11} - BarrelClipping: 0.25 - Anamorphism: 0 - BlendHint: 0 ---- !u!114 &870108996 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 870108986} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 68bb026fafb42b14791938953eaace77, type: 3} - m_Name: - m_EditorClassIdentifier: - NoiseProfile: {fileID: 11400000, guid: bcf6524ce6451f34cb7106d0c00da9a5, type: 2} - PivotOffset: {x: 0, y: 0, z: 0} - AmplitudeGain: 1 - FrequencyGain: 0 - m_NoiseOffsets: {x: 0, y: 0, z: 0} ---- !u!1 &871238419 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 871238420} - - component: {fileID: 871238421} - m_Layer: 0 - m_Name: HapticPreset - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &871238420 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 871238419} - serializedVersion: 2 - m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: 0} - m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 - m_Children: [] - m_Father: {fileID: 569166822} - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!114 &871238421 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 871238419} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 6da43522623d4704e979466dc7650b65, type: 3} - m_Name: - m_EditorClassIdentifier: - Feedbacks: [] - InitializationMode: 2 - AutoInitialization: 1 - SafeMode: 3 - Direction: 0 - AutoChangeDirectionOnEnd: 0 - AutoPlayOnStart: 0 - AutoPlayOnEnable: 0 - ForceTimescaleMode: 0 - ForcedTimescaleMode: 1 - DurationMultiplier: 1 - TimescaleMultiplier: 1 - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 1.5} - DisplayFullDurationDetails: 0 - PlayerTimescaleMode: 1 - OnlyPlayIfWithinRange: 0 - RangeCenter: {fileID: 0} - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - IgnoreRangeEvents: 0 - CooldownDuration: 0 - InitialDelay: 0 - CanPlay: 1 - CanPlayWhileAlreadyPlaying: 1 - ChanceToPlay: 100 - FeedbacksIntensity: 1 - Events: - TriggerMMFeedbacksEvents: 0 - TriggerUnityEvents: 1 - OnPlay: - m_PersistentCalls: - m_Calls: [] - OnPause: - m_PersistentCalls: - m_Calls: [] - OnStop: - m_PersistentCalls: - m_Calls: [] - OnResume: - m_PersistentCalls: - m_Calls: [] - OnChangeDirection: - m_PersistentCalls: - m_Calls: [] - OnComplete: - m_PersistentCalls: - m_Calls: [] - OnRestoreInitialValues: - m_PersistentCalls: - m_Calls: [] - OnSkipToTheEnd: - m_PersistentCalls: - m_Calls: [] - OnInitializationComplete: - m_PersistentCalls: - m_Calls: [] - OnEnable: - m_PersistentCalls: - m_Calls: [] - OnDisable: - m_PersistentCalls: - m_Calls: [] - DebugActive: 0 - InScriptDrivenPause: 0 - FeedbacksList: - - rid: 0 - - rid: 1 - KeepPlayModeChanges: 0 - PerformanceMode: 0 - RestoreInitialValuesOnDisable: 0 - StopFeedbacksOnDisable: 0 - PlayCount: 0 - references: - version: 2 - RefIds: - - rid: 0 - type: {class: MMF_AudioSource, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: -1026851484 - Label: AudioSource - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 871238421} - DebugActive: 0 - TargetAudioSource: {fileID: 478010195} - Mode: 0 - RandomSfx: [] - MinVolume: 1 - MaxVolume: 1 - MinPitch: 1 - MaxPitch: 1 - SfxAudioMixerGroup: {fileID: 0} - - rid: 1 - type: {class: MMF_NVPreset, ns: MoreMountains.FeedbacksForThirdParty, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: -719483366 - Label: Haptic Preset - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 871238421} - DebugActive: 0 - Preset: 4 - HapticSettings: - ForceGamepadID: 0 - GamepadID: 0 - OnlyPlayIfHapticsSupported: 1 - OnlyPlayIfAdvancedRequirementsMet: 0 - OnlyPlayIfAmplitudeModulationSupported: 0 - OnlyPlayIfFrequencyModulationSupported: 0 ---- !u!1 &871711027 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 871711028} - - component: {fileID: 871711029} - m_Layer: 0 - m_Name: Material - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &871711028 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 871711027} - serializedVersion: 2 - m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: 0} - m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 - m_Children: [] - m_Father: {fileID: 980395213} - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!114 &871711029 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 871711027} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 6da43522623d4704e979466dc7650b65, type: 3} - m_Name: - m_EditorClassIdentifier: - Feedbacks: [] - InitializationMode: 2 - AutoInitialization: 1 - SafeMode: 3 - Direction: 0 - AutoChangeDirectionOnEnd: 0 - AutoPlayOnStart: 0 - AutoPlayOnEnable: 0 - ForceTimescaleMode: 0 - ForcedTimescaleMode: 1 - DurationMultiplier: 1 - TimescaleMultiplier: 1 - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 1.5} - DisplayFullDurationDetails: 0 - PlayerTimescaleMode: 1 - OnlyPlayIfWithinRange: 0 - RangeCenter: {fileID: 0} - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - IgnoreRangeEvents: 0 - CooldownDuration: 0 - InitialDelay: 0 - CanPlay: 1 - CanPlayWhileAlreadyPlaying: 1 - ChanceToPlay: 100 - FeedbacksIntensity: 1 - Events: - TriggerMMFeedbacksEvents: 0 - TriggerUnityEvents: 1 - OnPlay: - m_PersistentCalls: - m_Calls: [] - OnPause: - m_PersistentCalls: - m_Calls: [] - OnStop: - m_PersistentCalls: - m_Calls: [] - OnResume: - m_PersistentCalls: - m_Calls: [] - OnChangeDirection: - m_PersistentCalls: - m_Calls: [] - OnComplete: - m_PersistentCalls: - m_Calls: [] - OnRestoreInitialValues: - m_PersistentCalls: - m_Calls: [] - OnSkipToTheEnd: - m_PersistentCalls: - m_Calls: [] - OnInitializationComplete: - m_PersistentCalls: - m_Calls: [] - OnEnable: - m_PersistentCalls: - m_Calls: [] - OnDisable: - m_PersistentCalls: - m_Calls: [] - DebugActive: 0 - InScriptDrivenPause: 0 - FeedbacksList: - - rid: 0 - - rid: 1 - KeepPlayModeChanges: 0 - PerformanceMode: 0 - RestoreInitialValuesOnDisable: 0 - StopFeedbacksOnDisable: 0 - PlayCount: 0 - references: - version: 2 - RefIds: - - rid: 0 - type: {class: MMF_Material, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: 1468575169 - Label: Material - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 871711029} - DebugActive: 0 - TargetRenderer: {fileID: 2000030618} - RendererMaterialIndexes: - Method: 0 - Loop: 1 - AlwaysNewMaterial: 1 - InitialIndex: 0 - Materials: - - {fileID: 2100000, guid: f713b23437ee7ce4e91d79c7ebf7deb9, type: 2} - - {fileID: 2100000, guid: 05fa953830786f34fa5fd7523273f72c, type: 2} - - {fileID: 2100000, guid: e69503b16837c6d4fb7e7c787b6bbd80, type: 2} - - {fileID: 2100000, guid: 60b87f7fd5cd21f4797f2d0dac2b7782, type: 2} - - {fileID: 2100000, guid: 859110124559f53448796d58be533933, type: 2} - InterpolateTransition: 0 - TransitionDuration: 1 - TransitionCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - - rid: 1 - type: {class: MMF_AudioSource, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: -1707049777 - Label: AudioSource - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 871711029} - DebugActive: 0 - TargetAudioSource: {fileID: 478010195} - Mode: 0 - RandomSfx: [] - MinVolume: 1 - MaxVolume: 1 - MinPitch: 1 - MaxPitch: 1 - SfxAudioMixerGroup: {fileID: 0} ---- !u!1 &876868303 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 876868304} - - component: {fileID: 876868307} - - component: {fileID: 876868306} - - component: {fileID: 876868305} - - component: {fileID: 876868313} - - component: {fileID: 876868312} - - component: {fileID: 876868311} - - component: {fileID: 876868310} - - component: {fileID: 876868309} - - component: {fileID: 876868308} - m_Layer: 0 - m_Name: MovingFilter - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &876868304 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 876868303} - serializedVersion: 2 - m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} - m_LocalPosition: {x: 0, y: 5, z: 0} - m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 - m_Children: [] - m_Father: {fileID: 1841711012} - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!114 &876868305 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 876868303} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 6acbf0a8faacbb342ad72339d38c5a4d, type: 3} - m_Name: - m_EditorClassIdentifier: - Channel: 0 - TimeScale: 0 - Curve: - MMTweenDefinitionType: 0 - MMTweenCurve: 4 - Curve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - Initialized: 0 - ConditionPropertyName: - EnumConditionPropertyName: - EnumConditions: 0000000000000000000000000000000000000000000000000000000000000000 - Active: 0 - FilterOffset: {x: 0, y: 5} - AddToInitialPosition: 0 - TestDuration: 0.5 - PostProcessingToggleButton: 0 - PostProcessingTriggerOffButton: 0 - PostProcessingTriggerOnButton: 0 ---- !u!65 &876868306 -BoxCollider: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 876868303} - m_Material: {fileID: 0} - m_IncludeLayers: - serializedVersion: 2 - m_Bits: 0 - m_ExcludeLayers: - serializedVersion: 2 - m_Bits: 0 - m_LayerOverridePriority: 0 - m_IsTrigger: 1 - m_ProvidesContacts: 0 - m_Enabled: 1 - serializedVersion: 3 - m_Size: {x: 1, y: 1, z: 1} - m_Center: {x: 0, y: 0, z: 0} ---- !u!114 &876868307 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 876868303} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 8b9a305e18de0c04dbd257a21cd47087, type: 3} - m_Name: - m_EditorClassIdentifier: - sharedProfile: {fileID: 11400000, guid: 4cd05aacfb949444182ef66d63efdbdf, type: 2} - isGlobal: 0 - blendDistance: 2 - weight: 1 - priority: 10 ---- !u!114 &876868308 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 876868303} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 81cf12de3b3c98d489779a3382046725, type: 3} - m_Name: - m_EditorClassIdentifier: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - ShakeDuration: 0.2 - PlayOnAwake: 0 - PermanentShake: 0 - Interruptible: 1 - AlwaysResetTargetValuesAfterShake: 0 - OnlyUseShakerValues: 0 - CooldownBetweenShakes: 0 - Shaking: 0 - ForwardDirection: 1 - TimescaleMode: 0 - RelativeIntensity: 0 - ShakeIntensity: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.5 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapIntensityZero: 0 - RemapIntensityOne: 1 - InterpolateColor: 0 - ColorCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.05 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.95 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapColorZero: 0 - RemapColorOne: 1 - TargetColor: {r: 1, g: 0, b: 0, a: 1} ---- !u!114 &876868309 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 876868303} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 7efc6a4a233d87b4fbc72cda82ca4a31, type: 3} - m_Name: - m_EditorClassIdentifier: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - ShakeDuration: 0.8 - PlayOnAwake: 0 - PermanentShake: 0 - Interruptible: 1 - AlwaysResetTargetValuesAfterShake: 0 - OnlyUseShakerValues: 0 - CooldownBetweenShakes: 0 - Shaking: 0 - ForwardDirection: 1 - TimescaleMode: 0 - RelativeIntensity: 0 - ShakeIntensity: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.2 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.25 - value: -1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.35 - value: 0.7 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.4 - value: -0.7 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.6 - value: 0.3 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.65 - value: -0.3 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.8 - value: 0.1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.85 - value: -0.1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapIntensityZero: 0 - RemapIntensityOne: 50 ---- !u!114 &876868310 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 876868303} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 4792d6bb2cfe7644da1e6972d3da260d, type: 3} - m_Name: - m_EditorClassIdentifier: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - ShakeDuration: 0.2 - PlayOnAwake: 0 - PermanentShake: 0 - Interruptible: 1 - AlwaysResetTargetValuesAfterShake: 0 - OnlyUseShakerValues: 0 - CooldownBetweenShakes: 0 - Shaking: 0 - ForwardDirection: 1 - TimescaleMode: 0 - RelativeValues: 1 - ShakeFocusDistance: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.5 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapFocusDistanceZero: 0 - RemapFocusDistanceOne: 1 - ShakeAperture: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.5 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapApertureZero: 0.1 - RemapApertureOne: 32 - ShakeFocalLength: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.5 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapFocalLengthZero: 1 - RemapFocalLengthOne: 300 ---- !u!114 &876868311 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 876868303} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 416f266b197306a49975dadec6e05526, type: 3} - m_Name: - m_EditorClassIdentifier: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - ShakeDuration: 0.8 - PlayOnAwake: 0 - PermanentShake: 0 - Interruptible: 1 - AlwaysResetTargetValuesAfterShake: 0 - OnlyUseShakerValues: 0 - CooldownBetweenShakes: 0 - Shaking: 0 - ForwardDirection: 1 - TimescaleMode: 0 - RelativeValues: 1 - ShakePostExposure: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.5 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapPostExposureZero: 0 - RemapPostExposureOne: 1 - ShakeHueShift: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.5 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapHueShiftZero: 0 - RemapHueShiftOne: 180 - ShakeSaturation: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.5 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapSaturationZero: 0 - RemapSaturationOne: 100 - ShakeContrast: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.5 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapContrastZero: 0 - RemapContrastOne: 100 - ShakeColorFilter: 0 - ColorFilterGradient: - serializedVersion: 2 - key0: {r: 1, g: 1, b: 1, a: 1} - key1: {r: 1, g: 1, b: 1, a: 1} - key2: {r: 0, g: 0, b: 0, a: 0} - key3: {r: 0, g: 0, b: 0, a: 0} - key4: {r: 0, g: 0, b: 0, a: 0} - key5: {r: 0, g: 0, b: 0, a: 0} - key6: {r: 0, g: 0, b: 0, a: 0} - key7: {r: 0, g: 0, b: 0, a: 0} - ctime0: 0 - ctime1: 65535 - ctime2: 0 - ctime3: 0 - ctime4: 0 - ctime5: 0 - ctime6: 0 - ctime7: 0 - atime0: 0 - atime1: 65535 - atime2: 0 - atime3: 0 - atime4: 0 - atime5: 0 - atime6: 0 - atime7: 0 - m_Mode: 0 - m_ColorSpace: -1 - m_NumColorKeys: 2 - m_NumAlphaKeys: 2 ---- !u!114 &876868312 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 876868303} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 1297b688774526f418895a2f09176619, type: 3} - m_Name: - m_EditorClassIdentifier: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - ShakeDuration: 0.2 - PlayOnAwake: 0 - PermanentShake: 0 - Interruptible: 1 - AlwaysResetTargetValuesAfterShake: 0 - OnlyUseShakerValues: 0 - CooldownBetweenShakes: 0 - Shaking: 0 - ForwardDirection: 1 - TimescaleMode: 0 - RelativeIntensity: 0 - ShakeIntensity: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.5 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapIntensityZero: 0 - RemapIntensityOne: 1 ---- !u!114 &876868313 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 876868303} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 04189ce672fd8c349b61eb900b1dc0ec, type: 3} - m_Name: - m_EditorClassIdentifier: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - ShakeDuration: 0.2 - PlayOnAwake: 0 - PermanentShake: 0 - Interruptible: 1 - AlwaysResetTargetValuesAfterShake: 0 - OnlyUseShakerValues: 0 - CooldownBetweenShakes: 0 - Shaking: 0 - ForwardDirection: 1 - TimescaleMode: 0 - RelativeValues: 1 - ShakeIntensity: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.5 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapIntensityZero: 0 - RemapIntensityOne: 1 - ShakeThreshold: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.5 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapThresholdZero: 0 - RemapThresholdOne: 0 ---- !u!224 &877856761 stripped -RectTransform: - m_CorrespondingSourceObject: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - m_PrefabInstance: {fileID: 1635257955} - m_PrefabAsset: {fileID: 0} ---- !u!1001 &881843300 -PrefabInstance: - m_ObjectHideFlags: 0 - serializedVersion: 2 - m_Modification: - serializedVersion: 3 - m_TransformParent: {fileID: 1557570896} - m_Modifications: - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: Feedbacks.Array.size - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[0]' - value: - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[1]' - value: - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Pivot.x - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Pivot.y - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_RootOrder - value: 28 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMax.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMax.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMin.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMin.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_SizeDelta.x - value: 256.1 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_SizeDelta.y - value: 30 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalPosition.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.w - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.x - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.y - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.z - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchoredPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchoredPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalEulerAnglesHint.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalEulerAnglesHint.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalEulerAnglesHint.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604939, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_OnClick.m_PersistentCalls.m_Calls.Array.data[0].m_Target - value: - objectReference: {fileID: 252591337} - - target: {fileID: 2903879014986604939, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_OnClick.m_PersistentCalls.m_Calls.Array.data[0].m_MethodName - value: PlayFeedbacks - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604939, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_OnClick.m_PersistentCalls.m_Calls.Array.data[0].m_Arguments.m_ObjectArgumentAssemblyTypeName - value: UnityEngine.Object, UnityEngine - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604941, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Name - value: Button - Flash - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Text - value: Flash - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Color.b - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Color.g - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Color.r - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.size - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[0]' - value: MoreMountains.Feedbacks MoreMountains.Feedbacks.MMF_Flash - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[1]' - value: MoreMountains.Feedbacks MoreMountains.Feedbacks.MMF_AudioSource - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Mode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Label - value: Flash - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Label - value: AudioSource - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].FlashID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].UniqueID - value: -559591389 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].MaxPitch - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].MinPitch - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].UniqueID - value: -1533474789 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].MaxVolume - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].MinVolume - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].FlashAlpha - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].FlashColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].FlashColor.b - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].FlashColor.g - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].FlashColor.r - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].FlashDuration - value: 0.2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].TargetAudioSource - value: - objectReference: {fileID: 478010195} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].SfxAudioMixerGroup - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].RandomSfx.Array.size - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 9167406172343059487, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_IsActive - value: 0 - objectReference: {fileID: 0} - m_RemovedComponents: - - {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, type: 3} - m_RemovedGameObjects: [] - m_AddedGameObjects: [] - m_AddedComponents: [] - m_SourcePrefab: {fileID: 100100000, guid: a16c33a1240b8ce4f930161a7c85fae6, type: 3} ---- !u!1 &883319063 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 883319064} - - component: {fileID: 883319066} - - component: {fileID: 883319065} - m_Layer: 5 - m_Name: RaycastBlocker - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!224 &883319064 -RectTransform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 883319063} - m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: 0} - m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 - m_Children: [] - m_Father: {fileID: 731678810} - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} - m_AnchorMin: {x: 0, y: 0} - m_AnchorMax: {x: 1, y: 1} - m_AnchoredPosition: {x: 0, y: 0} - m_SizeDelta: {x: 0, y: 0} - m_Pivot: {x: 0.5, y: 0.5} ---- !u!114 &883319065 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 883319063} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} - m_Name: - m_EditorClassIdentifier: - m_Material: {fileID: 0} - m_Color: {r: 0, g: 0, b: 0, a: 0.49019608} - m_RaycastTarget: 1 - m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0} - m_Maskable: 1 - m_OnCullStateChanged: - m_PersistentCalls: - m_Calls: [] - m_Sprite: {fileID: 21300000, guid: aff4855d499cb7646b344323f4129b58, type: 3} - m_Type: 0 - m_PreserveAspect: 0 - m_FillCenter: 1 - m_FillMethod: 4 - m_FillAmount: 1 - m_FillClockwise: 1 - m_FillOrigin: 0 - m_UseSpriteMesh: 0 - m_PixelsPerUnitMultiplier: 1 ---- !u!222 &883319066 -CanvasRenderer: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 883319063} - m_CullTransparentMesh: 0 ---- !u!1 &885677164 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 885677165} - m_Layer: 0 - m_Name: CupcakePositionTransform1 - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &885677165 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 885677164} - serializedVersion: 2 - m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: 0} - m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 - m_Children: [] - m_Father: {fileID: 1719222803} - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!1001 &888144511 -PrefabInstance: - m_ObjectHideFlags: 0 - serializedVersion: 2 - m_Modification: - serializedVersion: 3 - m_TransformParent: {fileID: 1557570896} - m_Modifications: - - target: {fileID: 4994452109645884045, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_Name - value: Spacer - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_Pivot.x - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_Pivot.y - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_RootOrder - value: 72 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_AnchorMax.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_AnchorMax.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_AnchorMin.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_AnchorMin.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_SizeDelta.x - value: 236.1 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_SizeDelta.y - value: 30 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_LocalPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_LocalPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_LocalPosition.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_LocalRotation.w - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_LocalRotation.x - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_LocalRotation.y - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_LocalRotation.z - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_AnchoredPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_AnchoredPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_LocalEulerAnglesHint.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_LocalEulerAnglesHint.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_LocalEulerAnglesHint.z - value: 0 - objectReference: {fileID: 0} - m_RemovedComponents: [] - m_RemovedGameObjects: [] - m_AddedGameObjects: [] - m_AddedComponents: [] - m_SourcePrefab: {fileID: 100100000, guid: b4ba93cf48b1c6b468135361158be27d, type: 3} ---- !u!1001 &891629051 -PrefabInstance: - m_ObjectHideFlags: 0 - serializedVersion: 2 - m_Modification: - serializedVersion: 3 - m_TransformParent: {fileID: 1557570896} - m_Modifications: - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: Feedbacks.Array.size - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[0]' - value: - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[1]' - value: - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[2]' - value: - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Pivot.x - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Pivot.y - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_RootOrder - value: 96 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMax.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMax.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMin.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMin.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_SizeDelta.x - value: 256.1 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_SizeDelta.y - value: 30 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalPosition.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.w - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.x - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.y - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.z - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchoredPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchoredPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalEulerAnglesHint.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalEulerAnglesHint.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalEulerAnglesHint.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604939, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_OnClick.m_PersistentCalls.m_Calls.Array.data[0].m_Target - value: - objectReference: {fileID: 718201160} - - target: {fileID: 2903879014986604939, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_OnClick.m_PersistentCalls.m_Calls.Array.data[0].m_MethodName - value: PlayFeedbacks - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604939, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_OnClick.m_PersistentCalls.m_Calls.Array.data[0].m_Arguments.m_ObjectArgumentAssemblyTypeName - value: UnityEngine.Object, UnityEngine - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604941, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Name - value: Button - FloatingText - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Text - value: Floating Text - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Color.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Color.b - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Color.g - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Color.r - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 4258887795993319071, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: NotSupportedInWebGL - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.size - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[0]' - value: MoreMountains.Feedbacks MoreMountains.Feedbacks.MMF_AudioSource - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[1]' - value: MoreMountains.Feedbacks.MMTools MoreMountains.Feedbacks.MMF_FloatingText - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Mode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Label - value: AudioSource - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Label - value: Floating Text - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Value - value: -10 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].MaxPitch - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].MinPitch - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].UniqueID - value: 1457949540 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Lifetime - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].UniqueID - value: -1336403211 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].MaxVolume - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].MinVolume - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Intensity - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ForceColor - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Direction.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Direction.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Direction.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].PositionMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ForceLifetime - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].TargetTransform - value: - objectReference: {fileID: 718426372} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].TargetAudioSource - value: - objectReference: {fileID: 478010195} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].SfxAudioMixerGroup - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].UseIntensityAsValue - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].RandomSfx.Array.size - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateColorGradient.atime0 - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateColorGradient.atime1 - value: 65535 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateColorGradient.atime2 - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateColorGradient.atime3 - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateColorGradient.atime4 - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateColorGradient.atime5 - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateColorGradient.atime6 - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateColorGradient.atime7 - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateColorGradient.ctime0 - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateColorGradient.ctime1 - value: 65535 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateColorGradient.ctime2 - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateColorGradient.ctime3 - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateColorGradient.ctime4 - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateColorGradient.ctime5 - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateColorGradient.ctime6 - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateColorGradient.ctime7 - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateColorGradient.key0.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateColorGradient.key0.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateColorGradient.key0.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateColorGradient.key0.r - value: 0.3679245 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateColorGradient.key1.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateColorGradient.key1.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateColorGradient.key1.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateColorGradient.key1.r - value: 11.083669 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateColorGradient.key2.a - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateColorGradient.key2.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateColorGradient.key2.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateColorGradient.key2.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateColorGradient.key3.a - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateColorGradient.key3.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateColorGradient.key3.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateColorGradient.key3.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateColorGradient.key4.a - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateColorGradient.key4.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateColorGradient.key4.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateColorGradient.key4.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateColorGradient.key5.a - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateColorGradient.key5.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateColorGradient.key5.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateColorGradient.key5.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateColorGradient.key6.a - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateColorGradient.key6.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateColorGradient.key6.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateColorGradient.key6.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateColorGradient.key7.a - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateColorGradient.key7.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateColorGradient.key7.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateColorGradient.key7.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateColorGradient.m_Mode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateColorGradient.m_NumAlphaKeys - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateColorGradient.m_NumColorKeys - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 9167406172343059487, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_IsActive - value: 0 - objectReference: {fileID: 0} - m_RemovedComponents: - - {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, type: 3} - m_RemovedGameObjects: [] - m_AddedGameObjects: [] - m_AddedComponents: [] - m_SourcePrefab: {fileID: 100100000, guid: a16c33a1240b8ce4f930161a7c85fae6, type: 3} ---- !u!1 &893060864 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 893060867} - - component: {fileID: 893060866} - - component: {fileID: 893060865} - m_Layer: 0 - m_Name: Broadcaster - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!114 &893060865 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 893060864} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 65443987bd9048f408777b8d8f4c1994, type: 3} - m_Name: - m_EditorClassIdentifier: - SignalMode: 0 - TimeScale: 0 - Duration: 5 - GlobalMultiplier: 1 - CurrentLevel: 0.5 - Playing: 0 - DriverTime: 0 - PlayOnStart: 0 - OnValueChange: - m_PersistentCalls: - m_Calls: [] - StartShakingButton: 0 - AnimatedPreview: 0 - BackAndForth: 0 - BackAndForthMirrorPoint: 0.46 - SignalList: - array: - - Active: 1 - SignalType: 0 - Curve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - TweenCurve: 9 - Mode: 0 - Phase: 1 - Frequency: 2.75 - Amplitude: 1 - Offset: 0 - Invert: 0 - - Active: 1 - SignalType: 7 - Curve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - TweenCurve: 9 - Mode: 0 - Phase: 0 - Frequency: 1 - Amplitude: 1 - Offset: 0 - Invert: 0 - Clamps: {x: -0.48, y: 1.79} - Bias: 0.5 ---- !u!114 &893060866 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 893060864} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 1f655bab42c018140aaf68474d594e6c, type: 3} - m_Name: - m_EditorClassIdentifier: - Emitter: - TargetObject: {fileID: 893060864} - TargetComponent: {fileID: 893060865} - TargetScriptableObject: {fileID: 0} - TargetPropertyName: Level - ClampMin: 1 - ClampMax: 1 - Vector2Option: 0 - Vector3Option: 0 - Vector4Option: 0 - BoolRemapFalse: 0 - BoolRemapTrue: 1 - IntRemapMinToZero: 0 - IntRemapMaxToOne: 1 - FloatRemapMinToZero: 0 - FloatRemapMaxToOne: 1 - QuaternionRemapMinToZero: 0 - QuaternionRemapMaxToOne: 360 - Level: 0 - Receivers: [] - BroadcastOnChannel: 1 - Channel: 0 - OnlyBroadcastOnValueChange: 1 ---- !u!4 &893060867 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 893060864} - serializedVersion: 2 - m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: -2895.786, y: -1529.0939, z: -567.6827} - m_LocalScale: {x: 6.486531, y: 6.486531, z: 6.486531} - m_ConstrainProportionsScale: 0 - m_Children: [] - m_Father: {fileID: 1380114351} - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!1 &893760010 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 893760011} - - component: {fileID: 893760012} - m_Layer: 0 - m_Name: PositionShake - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &893760011 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 893760010} - serializedVersion: 2 - m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: 0} - m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 - m_Children: [] - m_Father: {fileID: 161331536} - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!114 &893760012 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 893760010} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 6da43522623d4704e979466dc7650b65, type: 3} - m_Name: - m_EditorClassIdentifier: - Feedbacks: [] - InitializationMode: 2 - AutoInitialization: 1 - SafeMode: 3 - Direction: 0 - AutoChangeDirectionOnEnd: 0 - AutoPlayOnStart: 0 - AutoPlayOnEnable: 0 - ForceTimescaleMode: 0 - ForcedTimescaleMode: 1 - DurationMultiplier: 1 - TimescaleMultiplier: 1 - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 1.5} - DisplayFullDurationDetails: 0 - PlayerTimescaleMode: 1 - OnlyPlayIfWithinRange: 0 - RangeCenter: {fileID: 0} - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - IgnoreRangeEvents: 0 - CooldownDuration: 0 - InitialDelay: 0 - CanPlay: 1 - CanPlayWhileAlreadyPlaying: 1 - ChanceToPlay: 100 - FeedbacksIntensity: 1 - Events: - TriggerMMFeedbacksEvents: 0 - TriggerUnityEvents: 1 - OnPlay: - m_PersistentCalls: - m_Calls: [] - OnPause: - m_PersistentCalls: - m_Calls: [] - OnStop: - m_PersistentCalls: - m_Calls: [] - OnResume: - m_PersistentCalls: - m_Calls: [] - OnChangeDirection: - m_PersistentCalls: - m_Calls: [] - OnComplete: - m_PersistentCalls: - m_Calls: [] - OnRestoreInitialValues: - m_PersistentCalls: - m_Calls: [] - OnSkipToTheEnd: - m_PersistentCalls: - m_Calls: [] - OnInitializationComplete: - m_PersistentCalls: - m_Calls: [] - OnEnable: - m_PersistentCalls: - m_Calls: [] - OnDisable: - m_PersistentCalls: - m_Calls: [] - DebugActive: 0 - InScriptDrivenPause: 0 - FeedbacksList: - - rid: 0 - - rid: 1 - KeepPlayModeChanges: 0 - PerformanceMode: 0 - RestoreInitialValuesOnDisable: 0 - StopFeedbacksOnDisable: 0 - PlayCount: 0 - references: - version: 2 - RefIds: - - rid: 0 - type: {class: MMF_AudioSource, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: 1902797653 - Label: AudioSource - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 893760012} - DebugActive: 0 - TargetAudioSource: {fileID: 478010195} - Mode: 0 - RandomSfx: [] - MinVolume: 1 - MaxVolume: 1 - MinPitch: 1 - MaxPitch: 1 - SfxAudioMixerGroup: {fileID: 0} - - rid: 1 - type: {class: MMF_PositionShake, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: 1808771213 - Label: Position Shake - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 893760012} - DebugActive: 0 - TargetShaker: {fileID: 0} - Duration: 0.5 - ResetShakerValuesAfterShake: 1 - ResetTargetValuesAfterShake: 1 - ShakeSpeed: 20 - ShakeRange: 0.5 - ShakeMainDirection: {x: 0, y: 1, z: 0} - RandomizeDirection: 0 - ShakeAltDirection: {x: 0, y: 1, z: 0} - RandomizeDirectionOnPlay: 0 - RandomizeDirectionX: 1 - RandomizeDirectionY: 1 - RandomizeDirectionZ: 1 - AddDirectionalNoise: 1 - DirectionalNoiseStrengthMin: {x: 0.25, y: 0.25, z: 0.25} - DirectionalNoiseStrengthMax: {x: 0.25, y: 0.25, z: 0.25} - RandomnessSeed: {x: 0, y: 0, z: 0} - RandomizeSeedOnShake: 1 - UseAttenuation: 1 - AttenuationCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.5 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 ---- !u!224 &896620592 stripped -RectTransform: - m_CorrespondingSourceObject: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - m_PrefabInstance: {fileID: 2108911936} - m_PrefabAsset: {fileID: 0} ---- !u!224 &902164665 stripped -RectTransform: - m_CorrespondingSourceObject: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - m_PrefabInstance: {fileID: 1380840990} - m_PrefabAsset: {fileID: 0} ---- !u!1 &902359849 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 902359850} - m_Layer: 0 - m_Name: CupcakePositionTransform3 - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &902359850 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 902359849} - serializedVersion: 2 - m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: -0.757, y: -0.182, z: -0.437} - m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 - m_Children: [] - m_Father: {fileID: 1719222803} - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!224 &903517819 stripped -RectTransform: - m_CorrespondingSourceObject: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - m_PrefabInstance: {fileID: 1246592543} - m_PrefabAsset: {fileID: 0} ---- !u!1001 &904712638 -PrefabInstance: - m_ObjectHideFlags: 0 - serializedVersion: 2 - m_Modification: - serializedVersion: 3 - m_TransformParent: {fileID: 1557570896} - m_Modifications: - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_Pivot.x - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_Pivot.y - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_RootOrder - value: 146 - objectReference: {fileID: 0} - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_AnchorMax.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_AnchorMax.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_AnchorMin.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_AnchorMin.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_SizeDelta.x - value: 256.1 - objectReference: {fileID: 0} - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_SizeDelta.y - value: 30 - objectReference: {fileID: 0} - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_LocalPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_LocalPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_LocalPosition.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_LocalRotation.w - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_LocalRotation.x - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_LocalRotation.y - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_LocalRotation.z - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_AnchoredPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_AnchoredPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_LocalEulerAnglesHint.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_LocalEulerAnglesHint.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_LocalEulerAnglesHint.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2251616714236910816, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_Text - value: DEBUG - objectReference: {fileID: 0} - - target: {fileID: 2251616714236910816, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_Color.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2251616714236910816, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_Color.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2251616714236910816, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_Color.g - value: 0.009791803 - objectReference: {fileID: 0} - - target: {fileID: 2251616714236910816, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_Color.r - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 3358702390296254852, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_Name - value: Title - Debug - objectReference: {fileID: 0} - m_RemovedComponents: [] - m_RemovedGameObjects: [] - m_AddedGameObjects: [] - m_AddedComponents: [] - m_SourcePrefab: {fileID: 100100000, guid: d0c10e574f6f1af43b3af7996a878151, type: 3} ---- !u!224 &905403629 stripped -RectTransform: - m_CorrespondingSourceObject: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - m_PrefabInstance: {fileID: 1554771089} - m_PrefabAsset: {fileID: 0} ---- !u!224 &911117210 stripped -RectTransform: - m_CorrespondingSourceObject: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - m_PrefabInstance: {fileID: 488647728} - m_PrefabAsset: {fileID: 0} ---- !u!1 &916246572 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 916246573} - - component: {fileID: 916246574} - m_Layer: 0 - m_Name: SpringAnimatorSpeed - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &916246573 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 916246572} - serializedVersion: 2 - m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: 0} - m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 - m_Children: [] - m_Father: {fileID: 490988081} - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!114 &916246574 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 916246572} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 6da43522623d4704e979466dc7650b65, type: 3} - m_Name: - m_EditorClassIdentifier: - Feedbacks: [] - InitializationMode: 2 - AutoInitialization: 1 - SafeMode: 3 - Direction: 0 - AutoChangeDirectionOnEnd: 0 - AutoPlayOnStart: 0 - AutoPlayOnEnable: 0 - ForceTimescaleMode: 0 - ForcedTimescaleMode: 1 - DurationMultiplier: 1 - TimescaleMultiplier: 1 - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 1.5} - DisplayFullDurationDetails: 0 - PlayerTimescaleMode: 1 - OnlyPlayIfWithinRange: 0 - RangeCenter: {fileID: 0} - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - IgnoreRangeEvents: 0 - CooldownDuration: 0 - InitialDelay: 0 - CanPlay: 1 - CanPlayWhileAlreadyPlaying: 1 - ChanceToPlay: 100 - FeedbacksIntensity: 1 - Events: - TriggerMMFeedbacksEvents: 0 - TriggerUnityEvents: 1 - OnPlay: - m_PersistentCalls: - m_Calls: [] - OnPause: - m_PersistentCalls: - m_Calls: [] - OnStop: - m_PersistentCalls: - m_Calls: [] - OnResume: - m_PersistentCalls: - m_Calls: [] - OnChangeDirection: - m_PersistentCalls: - m_Calls: [] - OnComplete: - m_PersistentCalls: - m_Calls: [] - OnRestoreInitialValues: - m_PersistentCalls: - m_Calls: [] - OnSkipToTheEnd: - m_PersistentCalls: - m_Calls: [] - OnInitializationComplete: - m_PersistentCalls: - m_Calls: [] - OnEnable: - m_PersistentCalls: - m_Calls: [] - OnDisable: - m_PersistentCalls: - m_Calls: [] - DebugActive: 0 - InScriptDrivenPause: 0 - FeedbacksList: - - rid: 1779414934241935501 - - rid: 1779414934241935502 - KeepPlayModeChanges: 0 - PerformanceMode: 0 - RestoreInitialValuesOnDisable: 0 - StopFeedbacksOnDisable: 0 - PlayCount: 0 - references: - version: 2 - RefIds: - - rid: 1779414934241935501 - type: {class: MMF_AudioSource, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: 1463171560 - Label: AudioSource - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 1 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 916246574} - DebugActive: 0 - TargetAudioSource: {fileID: 478010195} - Mode: 0 - RandomSfx: [] - MinVolume: 1 - MaxVolume: 1 - MinPitch: 1 - MaxPitch: 1 - SfxAudioMixerGroup: {fileID: 0} - - rid: 1779414934241935502 - type: {class: MMF_SpringFloat, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: 1044701596 - Label: Spring Float - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 32 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0.8, y: 1} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 916246574} - DebugActive: 0 - TargetSpring: {fileID: 2076029461} - DeclaredDuration: 0 - Command: 5 - MoveToValue: 2 - BumpAmount: 3000 - MoveToRandomValue: {x: -2, y: 2} - BumpAmountRandomValue: {x: -50, y: 50} - OverrideDamping: 1 - NewDamping: 0.5 - OverrideFrequency: 1 - NewFrequency: 3 ---- !u!1001 &917610530 -PrefabInstance: - m_ObjectHideFlags: 0 - serializedVersion: 2 - m_Modification: - serializedVersion: 3 - m_TransformParent: {fileID: 1557570896} - m_Modifications: - - target: {fileID: 4994452109645884045, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_Name - value: Spacer - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_Pivot.x - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_Pivot.y - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_RootOrder - value: 148 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_AnchorMax.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_AnchorMax.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_AnchorMin.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_AnchorMin.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_SizeDelta.x - value: 236.1 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_SizeDelta.y - value: 30 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_LocalPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_LocalPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_LocalPosition.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_LocalRotation.w - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_LocalRotation.x - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_LocalRotation.y - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_LocalRotation.z - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_AnchoredPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_AnchoredPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_LocalEulerAnglesHint.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_LocalEulerAnglesHint.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_LocalEulerAnglesHint.z - value: 0 - objectReference: {fileID: 0} - m_RemovedComponents: [] - m_RemovedGameObjects: [] - m_AddedGameObjects: [] - m_AddedComponents: [] - m_SourcePrefab: {fileID: 100100000, guid: b4ba93cf48b1c6b468135361158be27d, type: 3} ---- !u!1 &921037222 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 921037223} - - component: {fileID: 921037224} - m_Layer: 0 - m_Name: TMPText - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &921037223 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 921037222} - serializedVersion: 2 - m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: 0} - m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 - m_Children: [] - m_Father: {fileID: 1860154325} - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!114 &921037224 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 921037222} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 6da43522623d4704e979466dc7650b65, type: 3} - m_Name: - m_EditorClassIdentifier: - Feedbacks: [] - InitializationMode: 2 - AutoInitialization: 1 - SafeMode: 3 - Direction: 0 - AutoChangeDirectionOnEnd: 0 - AutoPlayOnStart: 0 - AutoPlayOnEnable: 0 - ForceTimescaleMode: 0 - ForcedTimescaleMode: 1 - DurationMultiplier: 1 - TimescaleMultiplier: 1 - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 1.5} - DisplayFullDurationDetails: 0 - PlayerTimescaleMode: 1 - OnlyPlayIfWithinRange: 0 - RangeCenter: {fileID: 0} - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - IgnoreRangeEvents: 0 - CooldownDuration: 0 - InitialDelay: 0 - CanPlay: 1 - CanPlayWhileAlreadyPlaying: 1 - ChanceToPlay: 100 - FeedbacksIntensity: 1 - Events: - TriggerMMFeedbacksEvents: 0 - TriggerUnityEvents: 1 - OnPlay: - m_PersistentCalls: - m_Calls: [] - OnPause: - m_PersistentCalls: - m_Calls: [] - OnStop: - m_PersistentCalls: - m_Calls: [] - OnResume: - m_PersistentCalls: - m_Calls: [] - OnChangeDirection: - m_PersistentCalls: - m_Calls: [] - OnComplete: - m_PersistentCalls: - m_Calls: [] - OnRestoreInitialValues: - m_PersistentCalls: - m_Calls: [] - OnSkipToTheEnd: - m_PersistentCalls: - m_Calls: [] - OnInitializationComplete: - m_PersistentCalls: - m_Calls: [] - OnEnable: - m_PersistentCalls: - m_Calls: [] - OnDisable: - m_PersistentCalls: - m_Calls: [] - DebugActive: 0 - InScriptDrivenPause: 0 - FeedbacksList: - - rid: 0 - - rid: 1 - - rid: 2 - - rid: 3 - - rid: 4 - - rid: 5 - - rid: 6 - - rid: 7 - - rid: 8 - - rid: 9 - - rid: 10 - KeepPlayModeChanges: 0 - PerformanceMode: 0 - RestoreInitialValuesOnDisable: 0 - StopFeedbacksOnDisable: 0 - PlayCount: 0 - references: - version: 2 - RefIds: - - rid: 0 - type: {class: MMF_AudioSource, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: -710315008 - Label: AudioSource - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 921037224} - DebugActive: 0 - TargetAudioSource: {fileID: 478010195} - Mode: 0 - RandomSfx: [] - MinVolume: 1 - MaxVolume: 1 - MinPitch: 1 - MaxPitch: 1 - SfxAudioMixerGroup: {fileID: 0} - - rid: 1 - type: {class: MMF_TMPText, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: -1489766445 - Label: TMP Text - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 921037224} - DebugActive: 0 - TargetTMPText: {fileID: 500670851} - NewText: "This is an example \nof a Text Mesh Pro\ntext object." - - rid: 2 - type: {class: MMF_SetActive, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: 1934684945 - Label: Set Active - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 921037224} - DebugActive: 0 - TargetGameObject: {fileID: 731678809} - ExtraTargetGameObjects: [] - IgnorePlayDirection: 0 - SetStateOnInit: 0 - StateOnInit: 1 - SetStateOnPlay: 1 - StateOnPlay: 0 - SetStateOnStop: 0 - StateOnStop: 1 - SetStateOnReset: 0 - StateOnReset: 1 - SetStateOnSkip: 0 - StateOnSkip: 0 - SetStateOnPlayerComplete: 0 - StateOnPlayerComplete: 1 - - rid: 3 - type: {class: MMF_Pause, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: -1091158457 - Label: Pause - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 921037224} - DebugActive: 0 - PauseDuration: 2 - RandomizePauseDuration: 0 - MinPauseDuration: 1 - MaxPauseDuration: 3 - RandomizeOnEachPlay: 1 - ScriptDriven: 0 - AutoResume: 0 - AutoResumeAfter: 0.25 - - rid: 4 - type: {class: MMF_TMPText, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: -1951524316 - Label: TMP Text - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 921037224} - DebugActive: 0 - TargetTMPText: {fileID: 500670851} - NewText: "Using the TMP \nText feedback..." - - rid: 5 - type: {class: MMF_HoldingPause, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: 1264772813 - Label: Holding Pause - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 921037224} - DebugActive: 0 - PauseDuration: 2 - RandomizePauseDuration: 0 - MinPauseDuration: 1 - MaxPauseDuration: 3 - RandomizeOnEachPlay: 1 - ScriptDriven: 0 - AutoResume: 0 - AutoResumeAfter: 0.25 - - rid: 6 - type: {class: MMF_TMPText, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: 560430716 - Label: TMP Text - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 921037224} - DebugActive: 0 - TargetTMPText: {fileID: 500670851} - NewText: "you can \nchange its text..." - - rid: 7 - type: {class: MMF_HoldingPause, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: 950117173 - Label: Holding Pause - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 921037224} - DebugActive: 0 - PauseDuration: 2 - RandomizePauseDuration: 0 - MinPauseDuration: 1 - MaxPauseDuration: 3 - RandomizeOnEachPlay: 1 - ScriptDriven: 0 - AutoResume: 0 - AutoResumeAfter: 0.25 - - rid: 8 - type: {class: MMF_TMPText, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: -703991249 - Label: TMP Text - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 921037224} - DebugActive: 0 - TargetTMPText: {fileID: 500670851} - NewText: "...to anything \nyou want." - - rid: 9 - type: {class: MMF_HoldingPause, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: -817615288 - Label: Holding Pause - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 921037224} - DebugActive: 0 - PauseDuration: 2 - RandomizePauseDuration: 0 - MinPauseDuration: 1 - MaxPauseDuration: 3 - RandomizeOnEachPlay: 1 - ScriptDriven: 0 - AutoResume: 0 - AutoResumeAfter: 0.25 - - rid: 10 - type: {class: MMF_SetActive, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: -1879082940 - Label: Set inactive - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 921037224} - DebugActive: 0 - TargetGameObject: {fileID: 731678809} - ExtraTargetGameObjects: [] - IgnorePlayDirection: 0 - SetStateOnInit: 0 - StateOnInit: 1 - SetStateOnPlay: 1 - StateOnPlay: 1 - SetStateOnStop: 0 - StateOnStop: 1 - SetStateOnReset: 0 - StateOnReset: 1 - SetStateOnSkip: 0 - StateOnSkip: 0 - SetStateOnPlayerComplete: 0 - StateOnPlayerComplete: 1 ---- !u!1001 &924651245 -PrefabInstance: - m_ObjectHideFlags: 0 - serializedVersion: 2 - m_Modification: - serializedVersion: 3 - m_TransformParent: {fileID: 1557570896} - m_Modifications: - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: Feedbacks.Array.size - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[0]' - value: - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[1]' - value: - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Pivot.x - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Pivot.y - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_RootOrder - value: 9 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMax.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMax.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMin.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMin.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_SizeDelta.x - value: 256.1 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_SizeDelta.y - value: 30 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalPosition.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.w - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.x - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.y - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.z - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchoredPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchoredPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalEulerAnglesHint.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalEulerAnglesHint.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalEulerAnglesHint.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604939, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_OnClick.m_PersistentCalls.m_Calls.Array.data[0].m_Mode - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604939, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_OnClick.m_PersistentCalls.m_Calls.Array.data[0].m_Target - value: - objectReference: {fileID: 224207892} - - target: {fileID: 2903879014986604939, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_OnClick.m_PersistentCalls.m_Calls.Array.data[0].m_MethodName - value: PlayFeedbacks - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604939, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_OnClick.m_PersistentCalls.m_Calls.Array.data[0].m_Arguments.m_ObjectArgument - value: - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604939, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_OnClick.m_PersistentCalls.m_Calls.Array.data[0].m_Arguments.m_ObjectArgumentAssemblyTypeName - value: UnityEngine.Object, UnityEngine - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604941, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Name - value: Button - Instantiate Object - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604941, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_IsActive - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Text - value: 'Instantiate Object ' - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Color.b - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Color.g - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Color.r - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 4258887795993319071, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: MMF_PlayerDemo - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.size - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[0]' - value: MoreMountains.Feedbacks MoreMountains.Feedbacks.MMF_InstantiateObject - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[1]' - value: MoreMountains.Feedbacks MoreMountains.Feedbacks.MMF_AudioSource - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Mode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Label - value: Instantiate Object - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Label - value: AudioSource - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].UniqueID - value: 1189170074 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].MaxPitch - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].MinPitch - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].UniqueID - value: -1730095605 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].MaxVolume - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].MinVolume - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].PositionMode - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AlsoApplyScale - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].MutualizePools - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ObjectPoolSize - value: 5 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].TargetTransform - value: - objectReference: {fileID: 699640085} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].CreateObjectPool - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].PositionOffset.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].PositionOffset.y - value: 5 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].PositionOffset.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].TargetPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].TargetPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].TargetPosition.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AlsoApplyRotation - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].TargetAudioSource - value: - objectReference: {fileID: 478010195} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].SfxAudioMixerGroup - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].RandomSfx.Array.size - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].GameObjectToInstantiate - value: - objectReference: {fileID: 67927128625321388, guid: 1ae56196f5de043419e106824d0fa51d, - type: 3} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 9167406172343059487, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_IsActive - value: 0 - objectReference: {fileID: 0} - m_RemovedComponents: - - {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, type: 3} - m_RemovedGameObjects: [] - m_AddedGameObjects: [] - m_AddedComponents: [] - m_SourcePrefab: {fileID: 100100000, guid: a16c33a1240b8ce4f930161a7c85fae6, type: 3} ---- !u!1001 &925488180 -PrefabInstance: - m_ObjectHideFlags: 0 - serializedVersion: 2 - m_Modification: - serializedVersion: 3 - m_TransformParent: {fileID: 1557570896} - m_Modifications: - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: Feedbacks.Array.size - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[0]' - value: - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[1]' - value: - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Pivot.x - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Pivot.y - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_RootOrder - value: 13 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMax.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMax.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMin.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMin.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_SizeDelta.x - value: 256.1 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_SizeDelta.y - value: 30 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalPosition.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.w - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.x - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.y - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.z - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchoredPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchoredPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalEulerAnglesHint.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalEulerAnglesHint.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalEulerAnglesHint.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604939, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_OnClick.m_PersistentCalls.m_Calls.Array.data[0].m_Target - value: - objectReference: {fileID: 1907051852} - - target: {fileID: 2903879014986604939, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_OnClick.m_PersistentCalls.m_Calls.Array.data[0].m_MethodName - value: PlayFeedbacks - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604939, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_OnClick.m_PersistentCalls.m_Calls.Array.data[0].m_Arguments.m_ObjectArgumentAssemblyTypeName - value: UnityEngine.Object, UnityEngine - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604941, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Name - value: Button - Set Active - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Text - value: Set Active - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Color.b - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Color.g - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Color.r - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.size - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[0]' - value: MoreMountains.Feedbacks MoreMountains.Feedbacks.MMF_SetActive - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[1]' - value: MoreMountains.Feedbacks MoreMountains.Feedbacks.MMF_AudioSource - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Mode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Label - value: Set Active - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Label - value: AudioSource - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].UniqueID - value: 894266754 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].MaxPitch - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].MinPitch - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].UniqueID - value: 96194911 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].MaxVolume - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].MinVolume - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].StateOnInit - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].StateOnPlay - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].StateOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].StateOnReset - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].SetStateOnInit - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].SetStateOnPlay - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].SetStateOnStop - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].SetStateOnReset - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].TargetGameObject - value: - objectReference: {fileID: 1096839753} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].TargetAudioSource - value: - objectReference: {fileID: 478010195} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].SfxAudioMixerGroup - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].RandomSfx.Array.size - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 9167406172343059487, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_IsActive - value: 0 - objectReference: {fileID: 0} - m_RemovedComponents: - - {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, type: 3} - m_RemovedGameObjects: [] - m_AddedGameObjects: [] - m_AddedComponents: [] - m_SourcePrefab: {fileID: 100100000, guid: a16c33a1240b8ce4f930161a7c85fae6, type: 3} ---- !u!1 &929996759 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 929996760} - - component: {fileID: 929996774} - - component: {fileID: 929996773} - - component: {fileID: 929996772} - - component: {fileID: 929996771} - - component: {fileID: 929996770} - - component: {fileID: 929996769} - - component: {fileID: 929996768} - - component: {fileID: 929996767} - - component: {fileID: 929996766} - - component: {fileID: 929996765} - - component: {fileID: 929996764} - - component: {fileID: 929996763} - - component: {fileID: 929996762} - - component: {fileID: 929996761} - m_Layer: 5 - m_Name: AudioTrack - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!224 &929996760 -RectTransform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 929996759} - m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: 0} - m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 - m_Children: [] - m_Father: {fileID: 1932278732} - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} - m_AnchorMin: {x: 0.5, y: 0.5} - m_AnchorMax: {x: 0.5, y: 0.5} - m_AnchoredPosition: {x: 0, y: 0} - m_SizeDelta: {x: 100, y: 100} - m_Pivot: {x: 0.5, y: 0.5} ---- !u!114 &929996761 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 929996759} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: e16a029f4e85daf40b26bf34dcb47b4f, type: 3} - m_Name: - m_EditorClassIdentifier: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - ShakeDuration: 2 - PlayOnAwake: 0 - PermanentShake: 0 - Interruptible: 1 - AlwaysResetTargetValuesAfterShake: 0 - OnlyUseShakerValues: 0 - CooldownBetweenShakes: 0 - Shaking: 0 - ForwardDirection: 1 - TimescaleMode: 0 - RelativeReverb: 0 - ShakeReverb: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.5 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapReverbZero: -10000 - RemapReverbOne: 2000 ---- !u!114 &929996762 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 929996759} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: ebf9417587f151a47b3524335d88983e, type: 3} - m_Name: - m_EditorClassIdentifier: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - ShakeDuration: 2 - PlayOnAwake: 0 - PermanentShake: 0 - Interruptible: 1 - AlwaysResetTargetValuesAfterShake: 0 - OnlyUseShakerValues: 0 - CooldownBetweenShakes: 0 - Shaking: 0 - ForwardDirection: 1 - TimescaleMode: 0 - RelativeLowPass: 0 - ShakeLowPass: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.5 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapLowPassZero: 0 - RemapLowPassOne: 10000 ---- !u!114 &929996763 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 929996759} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 7ca043dc9da4b1e49a30103f3e9a5fa8, type: 3} - m_Name: - m_EditorClassIdentifier: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - ShakeDuration: 2 - PlayOnAwake: 0 - PermanentShake: 0 - Interruptible: 1 - AlwaysResetTargetValuesAfterShake: 0 - OnlyUseShakerValues: 0 - CooldownBetweenShakes: 0 - Shaking: 0 - ForwardDirection: 1 - TimescaleMode: 0 - RelativeHighPass: 0 - ShakeHighPass: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.5 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapHighPassZero: 0 - RemapHighPassOne: 10000 ---- !u!114 &929996764 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 929996759} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 14662af9a6e0b6e409e588758b806feb, type: 3} - m_Name: - m_EditorClassIdentifier: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - ShakeDuration: 2 - PlayOnAwake: 0 - PermanentShake: 0 - Interruptible: 1 - AlwaysResetTargetValuesAfterShake: 0 - OnlyUseShakerValues: 0 - CooldownBetweenShakes: 0 - Shaking: 0 - ForwardDirection: 1 - TimescaleMode: 0 - RelativeEcho: 0 - ShakeEcho: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.5 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapEchoZero: 0 - RemapEchoOne: 1 ---- !u!114 &929996765 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 929996759} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 9da38c3c0ef84574b9a95440721bcf17, type: 3} - m_Name: - m_EditorClassIdentifier: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - ShakeDuration: 2 - PlayOnAwake: 0 - PermanentShake: 0 - Interruptible: 1 - AlwaysResetTargetValuesAfterShake: 0 - OnlyUseShakerValues: 0 - CooldownBetweenShakes: 0 - Shaking: 0 - ForwardDirection: 1 - TimescaleMode: 0 - RelativeDistortion: 0 - ShakeDistortion: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.5 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapDistortionZero: 0 - RemapDistortionOne: 1 ---- !u!114 &929996766 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 929996759} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: ed3e1ef7541c2d7439c23e2e5f185b96, type: 3} - m_Name: - m_EditorClassIdentifier: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - ShakeDuration: 2 - PlayOnAwake: 0 - PermanentShake: 0 - Interruptible: 1 - AlwaysResetTargetValuesAfterShake: 0 - OnlyUseShakerValues: 0 - CooldownBetweenShakes: 0 - Shaking: 0 - ForwardDirection: 1 - TimescaleMode: 0 - RelativeStereoPan: 0 - ShakeStereoPan: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.3 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.6 - value: -1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapStereoPanZero: 0 - RemapStereoPanOne: 1 ---- !u!114 &929996767 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 929996759} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 4cfddfd71be34fb43b85eec28d5cf24a, type: 3} - m_Name: - m_EditorClassIdentifier: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - ShakeDuration: 2 - PlayOnAwake: 0 - PermanentShake: 0 - Interruptible: 1 - AlwaysResetTargetValuesAfterShake: 0 - OnlyUseShakerValues: 0 - CooldownBetweenShakes: 0 - Shaking: 0 - ForwardDirection: 1 - TimescaleMode: 0 - RelativePitch: 0 - ShakePitch: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.5 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapPitchZero: 0 - RemapPitchOne: 1 ---- !u!114 &929996768 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 929996759} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 90d58dde470982e44ab64592b6029c50, type: 3} - m_Name: - m_EditorClassIdentifier: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - ShakeDuration: 2 - PlayOnAwake: 0 - PermanentShake: 0 - Interruptible: 1 - AlwaysResetTargetValuesAfterShake: 0 - OnlyUseShakerValues: 0 - CooldownBetweenShakes: 0 - Shaking: 0 - ForwardDirection: 1 - TimescaleMode: 0 - RelativeVolume: 0 - ShakeVolume: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.5 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapVolumeZero: 0 - RemapVolumeOne: 1 ---- !u!164 &929996769 -AudioReverbFilter: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 929996759} - m_Enabled: 1 - m_DryLevel: 0 - m_Room: 0 - m_RoomHF: 0 - m_DecayTime: 4.67 - m_DecayHFRatio: 0.5 - m_ReflectionsLevel: -10000 - m_ReverbLevel: -10000 - m_ReverbDelay: 0.04 - m_Diffusion: 100 - m_Density: 100 - m_HFReference: 5000 - m_RoomLF: 0 - m_LFReference: 250 - m_ReflectionsDelay: 0 - m_ReverbPreset: 27 ---- !u!168 &929996770 -AudioEchoFilter: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 929996759} - m_Enabled: 1 - serializedVersion: 2 - m_Delay: 500 - m_DecayRatio: 0.5 - m_WetMix: 0 - m_DryMix: 1 ---- !u!170 &929996771 -AudioDistortionFilter: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 929996759} - m_Enabled: 1 - m_DistortionLevel: 0 ---- !u!165 &929996772 -AudioHighPassFilter: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 929996759} - m_Enabled: 1 - m_CutoffFrequency: 10 - m_HighpassResonanceQ: 1 ---- !u!169 &929996773 -AudioLowPassFilter: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 929996759} - m_Enabled: 1 - serializedVersion: 3 - m_LowpassResonanceQ: 1 - lowpassLevelCustomCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 ---- !u!82 &929996774 -AudioSource: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 929996759} - m_Enabled: 1 - serializedVersion: 4 - OutputAudioMixerGroup: {fileID: 0} - m_audioClip: {fileID: 8300000, guid: e99b6c5ad04e7474d98b5d3425dd7f82, type: 3} - m_Resource: {fileID: 8300000, guid: e99b6c5ad04e7474d98b5d3425dd7f82, type: 3} - m_PlayOnAwake: 0 - m_Volume: 1 - m_Pitch: 1 - Loop: 0 - Mute: 0 - Spatialize: 0 - SpatializePostEffects: 0 - Priority: 128 - DopplerLevel: 1 - MinDistance: 1 - MaxDistance: 500 - Pan2D: 0 - rolloffMode: 0 - BypassEffects: 0 - BypassListenerEffects: 0 - BypassReverbZones: 0 - rolloffCustomCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - panLevelCustomCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - spreadCustomCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - reverbZoneMixCustomCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 ---- !u!1 &930333314 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 930333315} - m_Layer: 5 - m_Name: TMPOutlineContainer - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 0 ---- !u!224 &930333315 -RectTransform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 930333314} - m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: 0} - m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 - m_Children: - - {fileID: 1780991165} - - {fileID: 1996559227} - m_Father: {fileID: 1380114351} - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} - m_AnchorMin: {x: 0, y: 0} - m_AnchorMax: {x: 1, y: 1} - m_AnchoredPosition: {x: 0, y: 0} - m_SizeDelta: {x: 0, y: 0} - m_Pivot: {x: 0.5, y: 0.5} ---- !u!4 &931482099 stripped -Transform: - m_CorrespondingSourceObject: {fileID: -4216859302048453862, guid: 9b87c0dd981e72b4abff6b56929b3e68, - type: 3} - m_PrefabInstance: {fileID: 2014623607} - m_PrefabAsset: {fileID: 0} ---- !u!1001 &934404696 -PrefabInstance: - m_ObjectHideFlags: 0 - serializedVersion: 2 - m_Modification: - serializedVersion: 3 - m_TransformParent: {fileID: 1557570896} - m_Modifications: - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: Feedbacks.Array.size - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[0]' - value: - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[1]' - value: - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Pivot.x - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Pivot.y - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_RootOrder - value: 18 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMax.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMax.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMin.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMin.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_SizeDelta.x - value: 256.1 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_SizeDelta.y - value: 30 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalPosition.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.w - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.x - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.y - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.z - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchoredPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchoredPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalEulerAnglesHint.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalEulerAnglesHint.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalEulerAnglesHint.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604939, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_OnClick.m_PersistentCalls.m_Calls.Array.data[0].m_Target - value: - objectReference: {fileID: 867200051} - - target: {fileID: 2903879014986604939, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_OnClick.m_PersistentCalls.m_Calls.Array.data[0].m_MethodName - value: PlayFeedbacks - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604939, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_OnClick.m_PersistentCalls.m_Calls.Array.data[0].m_Arguments.m_ObjectArgumentAssemblyTypeName - value: UnityEngine.Object, UnityEngine - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604941, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Name - value: Button - AnimationParameter - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Text - value: Animation Parameter - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Color.b - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Color.g - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Color.r - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.size - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[0]' - value: MoreMountains.Feedbacks MoreMountains.Feedbacks.MMF_Animation - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[1]' - value: MoreMountains.Feedbacks MoreMountains.Feedbacks.MMF_AudioSource - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Mode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Label - value: Animation - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Label - value: AudioSource - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].IntValue - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].UniqueID - value: -1324229046 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].MaxPitch - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].MinPitch - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].UniqueID - value: 930405588 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].MaxVolume - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].MinVolume - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].FloatValue - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].UpdateBool - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].IntValueMax - value: 5 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].IntValueMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].TriggerMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].IntIncrement - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].IntValueMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].BoundAnimator - value: - objectReference: {fileID: 2066439668} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].FloatValueMax - value: 5 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].FloatValueMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].UpdateTrigger - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].FloatIncrement - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].FloatValueMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].IntParameterName - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].UpdateRandomBool - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].BoolParameterName - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].RandomTriggerMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].TargetAudioSource - value: - objectReference: {fileID: 478010195} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].BoolParameterValue - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].FloatParameterName - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].SfxAudioMixerGroup - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].UpdateRandomTrigger - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].TriggerParameterName - value: Jump - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].RandomSfx.Array.size - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].RandomBoolParameterValue - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].RandomBoolParameterNames.Array.size - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].RandomTriggerParameterNames.Array.size - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 9167406172343059487, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_IsActive - value: 0 - objectReference: {fileID: 0} - m_RemovedComponents: - - {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, type: 3} - m_RemovedGameObjects: [] - m_AddedGameObjects: [] - m_AddedComponents: [] - m_SourcePrefab: {fileID: 100100000, guid: a16c33a1240b8ce4f930161a7c85fae6, type: 3} ---- !u!1 &934428177 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 934428178} - - component: {fileID: 934428179} - m_Layer: 0 - m_Name: TMPCountTo - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &934428178 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 934428177} - serializedVersion: 2 - m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: 0} - m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 - m_Children: [] - m_Father: {fileID: 1860154325} - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!114 &934428179 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 934428177} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 6da43522623d4704e979466dc7650b65, type: 3} - m_Name: - m_EditorClassIdentifier: - Feedbacks: [] - InitializationMode: 2 - AutoInitialization: 1 - SafeMode: 3 - Direction: 0 - AutoChangeDirectionOnEnd: 0 - AutoPlayOnStart: 0 - AutoPlayOnEnable: 0 - ForceTimescaleMode: 0 - ForcedTimescaleMode: 1 - DurationMultiplier: 1 - TimescaleMultiplier: 1 - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 1.5} - DisplayFullDurationDetails: 0 - PlayerTimescaleMode: 1 - OnlyPlayIfWithinRange: 0 - RangeCenter: {fileID: 0} - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - IgnoreRangeEvents: 0 - CooldownDuration: 0 - InitialDelay: 0 - CanPlay: 1 - CanPlayWhileAlreadyPlaying: 1 - ChanceToPlay: 100 - FeedbacksIntensity: 1 - Events: - TriggerMMFeedbacksEvents: 0 - TriggerUnityEvents: 1 - OnPlay: - m_PersistentCalls: - m_Calls: [] - OnPause: - m_PersistentCalls: - m_Calls: [] - OnStop: - m_PersistentCalls: - m_Calls: [] - OnResume: - m_PersistentCalls: - m_Calls: [] - OnChangeDirection: - m_PersistentCalls: - m_Calls: [] - OnComplete: - m_PersistentCalls: - m_Calls: [] - OnRestoreInitialValues: - m_PersistentCalls: - m_Calls: [] - OnSkipToTheEnd: - m_PersistentCalls: - m_Calls: [] - OnInitializationComplete: - m_PersistentCalls: - m_Calls: [] - OnEnable: - m_PersistentCalls: - m_Calls: [] - OnDisable: - m_PersistentCalls: - m_Calls: [] - DebugActive: 0 - InScriptDrivenPause: 0 - FeedbacksList: - - rid: 0 - - rid: 1 - - rid: 2 - - rid: 3 - - rid: 4 - - rid: 5 - - rid: 6 - KeepPlayModeChanges: 0 - PerformanceMode: 0 - RestoreInitialValuesOnDisable: 0 - StopFeedbacksOnDisable: 0 - PlayCount: 0 - references: - version: 2 - RefIds: - - rid: 0 - type: {class: MMF_AudioSource, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: -1210390330 - Label: AudioSource - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 934428179} - DebugActive: 0 - TargetAudioSource: {fileID: 478010195} - Mode: 0 - RandomSfx: [] - MinVolume: 1 - MaxVolume: 1 - MinPitch: 1 - MaxPitch: 1 - SfxAudioMixerGroup: {fileID: 0} - - rid: 1 - type: {class: MMF_TMPText, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: 1990851528 - Label: TMP Text - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 934428179} - DebugActive: 0 - TargetTMPText: {fileID: 500670851} - NewText: "This feedback will \ncount from 0 to 100 in 5s" - - rid: 2 - type: {class: MMF_SetActive, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: 1408741296 - Label: Set Active - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 934428179} - DebugActive: 0 - TargetGameObject: {fileID: 731678809} - ExtraTargetGameObjects: [] - IgnorePlayDirection: 0 - SetStateOnInit: 0 - StateOnInit: 1 - SetStateOnPlay: 1 - StateOnPlay: 0 - SetStateOnStop: 0 - StateOnStop: 1 - SetStateOnReset: 0 - StateOnReset: 1 - SetStateOnSkip: 0 - StateOnSkip: 0 - SetStateOnPlayerComplete: 0 - StateOnPlayerComplete: 1 - - rid: 3 - type: {class: MMF_Pause, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: -469165787 - Label: Pause - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 934428179} - DebugActive: 0 - PauseDuration: 2 - RandomizePauseDuration: 0 - MinPauseDuration: 1 - MaxPauseDuration: 3 - RandomizeOnEachPlay: 1 - ScriptDriven: 0 - AutoResume: 0 - AutoResumeAfter: 0.25 - - rid: 4 - type: {class: MMF_TMPCountTo, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: 1049053304 - Label: TMP Count To - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 934428179} - DebugActive: 0 - TargetTMPText: {fileID: 500670851} - CountFrom: 0 - CountTo: 100 - CountingCurve: - MMTweenDefinitionType: 0 - MMTweenCurve: 0 - Curve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.3 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - Initialized: 0 - ConditionPropertyName: - EnumConditionPropertyName: - EnumConditions: 0000000000000000000000000000000000000000000000000000000000000000 - Duration: 5 - Format: 00.00 - FloorValues: 1 - MinRefreshFrequency: 0 - - rid: 5 - type: {class: MMF_HoldingPause, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: -77740880 - Label: Holding Pause - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 934428179} - DebugActive: 0 - PauseDuration: 2 - RandomizePauseDuration: 0 - MinPauseDuration: 1 - MaxPauseDuration: 3 - RandomizeOnEachPlay: 1 - ScriptDriven: 0 - AutoResume: 0 - AutoResumeAfter: 0.25 - - rid: 6 - type: {class: MMF_SetActive, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: 1609033515 - Label: Set inactive - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 934428179} - DebugActive: 0 - TargetGameObject: {fileID: 731678809} - ExtraTargetGameObjects: [] - IgnorePlayDirection: 0 - SetStateOnInit: 0 - StateOnInit: 1 - SetStateOnPlay: 1 - StateOnPlay: 1 - SetStateOnStop: 0 - StateOnStop: 1 - SetStateOnReset: 0 - StateOnReset: 1 - SetStateOnSkip: 0 - StateOnSkip: 0 - SetStateOnPlayerComplete: 0 - StateOnPlayerComplete: 1 ---- !u!1001 &934930924 -PrefabInstance: - m_ObjectHideFlags: 0 - serializedVersion: 2 - m_Modification: - serializedVersion: 3 - m_TransformParent: {fileID: 1557570896} - m_Modifications: - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_Pivot.x - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_Pivot.y - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_RootOrder - value: 73 - objectReference: {fileID: 0} - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_AnchorMax.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_AnchorMax.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_AnchorMin.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_AnchorMin.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_SizeDelta.x - value: 256.1 - objectReference: {fileID: 0} - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_SizeDelta.y - value: 30 - objectReference: {fileID: 0} - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_LocalPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_LocalPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_LocalPosition.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_LocalRotation.w - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_LocalRotation.x - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_LocalRotation.y - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_LocalRotation.z - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_AnchoredPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_AnchoredPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_LocalEulerAnglesHint.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_LocalEulerAnglesHint.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_LocalEulerAnglesHint.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2251616714236910816, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_Text - value: HAPTICS - objectReference: {fileID: 0} - - target: {fileID: 2251616714236910816, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_Color.b - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2251616714236910816, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_Color.g - value: 0.5730133 - objectReference: {fileID: 0} - - target: {fileID: 2251616714236910816, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_Color.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 3358702390296254852, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_Name - value: Title - Haptics - objectReference: {fileID: 0} - m_RemovedComponents: [] - m_RemovedGameObjects: [] - m_AddedGameObjects: [] - m_AddedComponents: [] - m_SourcePrefab: {fileID: 100100000, guid: d0c10e574f6f1af43b3af7996a878151, type: 3} ---- !u!1 &950021598 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 950021599} - m_Layer: 0 - m_Name: DemoLevel ---------------------------- - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &950021599 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 950021598} - serializedVersion: 2 - m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} - m_LocalPosition: {x: -0.27076912, y: 2.6249886, z: -2.0969918} - m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 - m_Children: - - {fileID: 467252282} - - {fileID: 718426372} - - {fileID: 436266584} - - {fileID: 1096839754} - - {fileID: 311682028} - - {fileID: 611302157} - - {fileID: 1579498608} - - {fileID: 699640085} - - {fileID: 814007013} - - {fileID: 319203425} - - {fileID: 1700312461} - - {fileID: 1719222803} - - {fileID: 1572111975} - - {fileID: 590965381} - - {fileID: 1562927123} - m_Father: {fileID: 0} - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!1001 &951013881 -PrefabInstance: - m_ObjectHideFlags: 0 - serializedVersion: 2 - m_Modification: - serializedVersion: 3 - m_TransformParent: {fileID: 1557570896} - m_Modifications: - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: Feedbacks.Array.size - value: 6 - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[0]' - value: - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[1]' - value: - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[2]' - value: - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[3]' - value: - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[4]' - value: - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[5]' - value: - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Pivot.x - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Pivot.y - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_RootOrder - value: 144 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMax.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMax.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMin.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMin.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_SizeDelta.x - value: 256.1 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_SizeDelta.y - value: 30 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalPosition.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.w - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.x - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.y - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.z - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchoredPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchoredPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalEulerAnglesHint.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalEulerAnglesHint.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalEulerAnglesHint.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604939, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_OnClick.m_PersistentCalls.m_Calls.Array.data[0].m_Target - value: - objectReference: {fileID: 470329277} - - target: {fileID: 2903879014986604939, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_OnClick.m_PersistentCalls.m_Calls.Array.data[0].m_MethodName - value: PlayFeedbacks - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604939, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_OnClick.m_PersistentCalls.m_Calls.Array.data[0].m_Arguments.m_ObjectArgumentAssemblyTypeName - value: UnityEngine.Object, UnityEngine - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604941, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Name - value: Button - MMSoundManager:TrackFade - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Text - value: 'MMSM : Control' - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Color.b - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Color.g - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Color.r - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 4258887795993319071, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: NotSupportedInWebGL - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.size - value: 6 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[0]' - value: MoreMountains.Feedbacks.MMTools MoreMountains.Feedbacks.MMF_MMSoundManagerSound - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[1]' - value: MoreMountains.Feedbacks MoreMountains.Feedbacks.MMF_Pause - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[2]' - value: MoreMountains.Feedbacks.MMTools MoreMountains.Feedbacks.MMF_MMSoundManagerTrackFade - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[3]' - value: MoreMountains.Feedbacks MoreMountains.Feedbacks.MMF_Pause - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[4]' - value: MoreMountains.Feedbacks.MMTools MoreMountains.Feedbacks.MMF_MMSoundManagerTrackControl - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[5]' - value: MoreMountains.Feedbacks.MMTools MoreMountains.Feedbacks.MMF_MMSoundManagerTrackControl - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Sfx - value: - objectReference: {fileID: 8300000, guid: e99b6c5ad04e7474d98b5d3425dd7f82, type: 3} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Fade - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Loop - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Label - value: MMSoundManager Sound - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Label - value: Pause - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Label - value: MMSoundManager Track Fade - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Track - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Label - value: Pause - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Label - value: MMSoundManager Track Control - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Track - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Label - value: MMSoundManager Track Control - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Track - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Spread - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Volume - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Volume - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].MaxPitch - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].MinPitch - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Priority - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].UniqueID - value: 1414327832 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].UniqueID - value: -397213302 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].UniqueID - value: 1544189249 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].UniqueID - value: 1016132658 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].UniqueID - value: 1611309079 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].UniqueID - value: -2058355176 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].MaxVolume - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].MinVolume - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].PanStereo - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AudioGroup - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Persistent - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AutoResume - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AutoResume - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].MaxDistance - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].MinDistance - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].RolloffMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].FinalVolume - value: 0.0001 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].ControlMode - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].ControlMode - value: 5 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DopplerLevel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].FadeDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].SpatialBlend - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ScriptDriven - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].FadeDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].ScriptDriven - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].BypassEffects - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ReverbZoneMix - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].SoloAllTracks - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].PauseDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].PauseDuration - value: 1.1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].PlaybackTime.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].PlaybackTime.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AutoUnSoloOnEnd - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].SoloSingleTrack - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AutoResumeAfter - value: 0.25 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AutoResumeAfter - value: 0.25 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].MaxPauseDuration - value: 3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].MinPauseDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].MaxPauseDuration - value: 3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].MinPauseDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].BypassReverbZones - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].FadeInitialVolume - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].RecycleAudioSource - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].MmSoundManagerTrack - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].RandomizeOnEachPlay - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].RandomizeOnEachPlay - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].RandomSfx.Array.size - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].BypassListenerEffects - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].FadeTween.MMTweenCurve - value: 9 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].RandomizePauseDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].FadeTween.MMTweenCurve - value: 9 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].RandomizePauseDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].StopSoundOnFeedbackStop - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].TestPlayButton.ButtonText - value: Debug Play Sound - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].TestStopButton.ButtonText - value: Debug Stop Sound - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DoNotPlayIfClipAlreadyPlaying - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].FadeTween.Curve.m_PreInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].FadeTween.Curve.m_PreInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].FadeTween.Curve.m_PostInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].FadeTween.Curve.m_PostInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].FadeTween.Curve.m_RotationOrder - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].FadeTween.MMTweenDefinitionType - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].FadeTween.Curve.m_RotationOrder - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].FadeTween.MMTweenDefinitionType - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].FadeTween.Curve.m_Curve.Array.size - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].FadeTween.Curve.m_Curve.Array.size - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].FadeTween.Curve.m_Curve.Array.data[0].time - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].FadeTween.Curve.m_Curve.Array.data[1].time - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].FadeTween.Curve.m_Curve.Array.data[0].time - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].FadeTween.Curve.m_Curve.Array.data[1].time - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].FadeTween.Curve.m_Curve.Array.data[0].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].FadeTween.Curve.m_Curve.Array.data[1].value - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].FadeTween.Curve.m_Curve.Array.data[0].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].FadeTween.Curve.m_Curve.Array.data[1].value - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].FadeTween.Curve.m_Curve.Array.data[0].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].FadeTween.Curve.m_Curve.Array.data[1].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].FadeTween.Curve.m_Curve.Array.data[0].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].FadeTween.Curve.m_Curve.Array.data[1].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].FadeTween.Curve.m_Curve.Array.data[0].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].FadeTween.Curve.m_Curve.Array.data[0].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].FadeTween.Curve.m_Curve.Array.data[1].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].FadeTween.Curve.m_Curve.Array.data[1].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].FadeTween.Curve.m_Curve.Array.data[0].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].FadeTween.Curve.m_Curve.Array.data[0].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].FadeTween.Curve.m_Curve.Array.data[1].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].FadeTween.Curve.m_Curve.Array.data[1].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].FadeTween.Curve.m_Curve.Array.data[0].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].FadeTween.Curve.m_Curve.Array.data[1].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].FadeTween.Curve.m_Curve.Array.data[0].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].FadeTween.Curve.m_Curve.Array.data[1].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].FadeTween.Curve.m_Curve.Array.data[0].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].FadeTween.Curve.m_Curve.Array.data[1].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].FadeTween.Curve.m_Curve.Array.data[0].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].FadeTween.Curve.m_Curve.Array.data[1].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].FadeTween.Curve.m_Curve.Array.data[0].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].FadeTween.Curve.m_Curve.Array.data[1].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].FadeTween.Curve.m_Curve.Array.data[0].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].FadeTween.Curve.m_Curve.Array.data[1].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 9167406172343059487, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_IsActive - value: 0 - objectReference: {fileID: 0} - m_RemovedComponents: - - {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, type: 3} - m_RemovedGameObjects: [] - m_AddedGameObjects: [] - m_AddedComponents: [] - m_SourcePrefab: {fileID: 100100000, guid: a16c33a1240b8ce4f930161a7c85fae6, type: 3} ---- !u!1001 &972364555 -PrefabInstance: - m_ObjectHideFlags: 0 - serializedVersion: 2 - m_Modification: - serializedVersion: 3 - m_TransformParent: {fileID: 1557570896} - m_Modifications: - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: Feedbacks.Array.size - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[0]' - value: - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[1]' - value: - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Pivot.x - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Pivot.y - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_RootOrder - value: 37 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMax.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMax.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMin.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMin.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_SizeDelta.x - value: 256.1 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_SizeDelta.y - value: 30 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalPosition.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.w - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.x - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.y - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.z - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchoredPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchoredPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalEulerAnglesHint.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalEulerAnglesHint.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalEulerAnglesHint.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604939, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_OnClick.m_PersistentCalls.m_Calls.Array.data[0].m_Target - value: - objectReference: {fileID: 1324904713} - - target: {fileID: 2903879014986604939, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_OnClick.m_PersistentCalls.m_Calls.Array.data[0].m_MethodName - value: PlayFeedbacks - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604939, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_OnClick.m_PersistentCalls.m_Calls.Array.data[0].m_Arguments.m_ObjectArgumentAssemblyTypeName - value: UnityEngine.Object, UnityEngine - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604941, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Name - value: Button - Chromatic Aberration - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Text - value: Chromatic Aberration - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Color.b - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Color.g - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Color.r - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.size - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[0]' - value: MoreMountains.Feedbacks.PostProcessing MoreMountains.FeedbacksForThirdParty.MMF_ChromaticAberration - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[1]' - value: MoreMountains.Feedbacks MoreMountains.Feedbacks.MMF_AudioSource - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Mode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Label - value: Chromatic Aberration - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Label - value: AudioSource - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Duration - value: 0.2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].UniqueID - value: -194618474 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].MaxPitch - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].MinPitch - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].UniqueID - value: -1219112861 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Amplitude - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].MaxVolume - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].MinVolume - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].RelativeIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].RemapIntensityOne - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].TargetAudioSource - value: - objectReference: {fileID: 478010195} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].RemapIntensityZero - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].SfxAudioMixerGroup - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].RandomSfx.Array.size - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Intensity.m_PreInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Intensity.m_PostInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Intensity.m_RotationOrder - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ResetShakerValuesAfterShake - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ResetTargetValuesAfterShake - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Intensity.m_Curve.Array.size - value: 3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Intensity.m_Curve.Array.data[0].time - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Intensity.m_Curve.Array.data[1].time - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Intensity.m_Curve.Array.data[2].time - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Intensity.m_Curve.Array.data[0].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Intensity.m_Curve.Array.data[1].value - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Intensity.m_Curve.Array.data[2].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Intensity.m_Curve.Array.data[0].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Intensity.m_Curve.Array.data[1].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Intensity.m_Curve.Array.data[2].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Intensity.m_Curve.Array.data[0].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Intensity.m_Curve.Array.data[0].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Intensity.m_Curve.Array.data[1].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Intensity.m_Curve.Array.data[1].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Intensity.m_Curve.Array.data[2].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Intensity.m_Curve.Array.data[2].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Intensity.m_Curve.Array.data[0].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Intensity.m_Curve.Array.data[1].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Intensity.m_Curve.Array.data[2].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Intensity.m_Curve.Array.data[0].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Intensity.m_Curve.Array.data[1].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Intensity.m_Curve.Array.data[2].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Intensity.m_Curve.Array.data[0].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Intensity.m_Curve.Array.data[1].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Intensity.m_Curve.Array.data[2].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 9167406172343059487, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_IsActive - value: 0 - objectReference: {fileID: 0} - m_RemovedComponents: - - {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, type: 3} - m_RemovedGameObjects: [] - m_AddedGameObjects: [] - m_AddedComponents: [] - m_SourcePrefab: {fileID: 100100000, guid: a16c33a1240b8ce4f930161a7c85fae6, type: 3} ---- !u!1 &972370397 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 972370398} - - component: {fileID: 972370400} - - component: {fileID: 972370399} - m_Layer: 5 - m_Name: CorgiIcon - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!224 &972370398 -RectTransform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 972370397} - m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: 0} - m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 - m_Children: [] - m_Father: {fileID: 1328195342} - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} - m_AnchorMin: {x: 0.5, y: 0.5} - m_AnchorMax: {x: 0.5, y: 0.5} - m_AnchoredPosition: {x: 0, y: 0} - m_SizeDelta: {x: 200, y: 200} - m_Pivot: {x: 0.5, y: 0.5} ---- !u!114 &972370399 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 972370397} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} - m_Name: - m_EditorClassIdentifier: - m_Material: {fileID: 0} - m_Color: {r: 1, g: 1, b: 1, a: 1} - m_RaycastTarget: 0 - m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0} - m_Maskable: 1 - m_OnCullStateChanged: - m_PersistentCalls: - m_Calls: [] - m_Sprite: {fileID: 21300000, guid: bdd6c77f3b6358b4797992581e75bd64, type: 3} - m_Type: 0 - m_PreserveAspect: 0 - m_FillCenter: 1 - m_FillMethod: 4 - m_FillAmount: 1 - m_FillClockwise: 1 - m_FillOrigin: 0 - m_UseSpriteMesh: 0 - m_PixelsPerUnitMultiplier: 1 ---- !u!222 &972370400 -CanvasRenderer: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 972370397} - m_CullTransparentMesh: 0 ---- !u!1 &974289727 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 974289729} - - component: {fileID: 974289728} - m_Layer: 0 - m_Name: TMPTextReveal_AudioFeedback - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!114 &974289728 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 974289727} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 6da43522623d4704e979466dc7650b65, type: 3} - m_Name: - m_EditorClassIdentifier: - Feedbacks: [] - InitializationMode: 2 - AutoInitialization: 1 - SafeMode: 3 - Direction: 0 - AutoChangeDirectionOnEnd: 0 - AutoPlayOnStart: 0 - AutoPlayOnEnable: 0 - ForceTimescaleMode: 0 - ForcedTimescaleMode: 1 - DurationMultiplier: 1 - TimescaleMultiplier: 1 - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 1.5} - DisplayFullDurationDetails: 0 - PlayerTimescaleMode: 1 - OnlyPlayIfWithinRange: 0 - RangeCenter: {fileID: 0} - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - IgnoreRangeEvents: 0 - CooldownDuration: 0 - InitialDelay: 0 - CanPlay: 1 - CanPlayWhileAlreadyPlaying: 1 - ChanceToPlay: 100 - FeedbacksIntensity: 1 - Events: - TriggerMMFeedbacksEvents: 0 - TriggerUnityEvents: 1 - OnPlay: - m_PersistentCalls: - m_Calls: [] - OnPause: - m_PersistentCalls: - m_Calls: [] - OnStop: - m_PersistentCalls: - m_Calls: [] - OnResume: - m_PersistentCalls: - m_Calls: [] - OnChangeDirection: - m_PersistentCalls: - m_Calls: [] - OnComplete: - m_PersistentCalls: - m_Calls: [] - OnRestoreInitialValues: - m_PersistentCalls: - m_Calls: [] - OnSkipToTheEnd: - m_PersistentCalls: - m_Calls: [] - OnInitializationComplete: - m_PersistentCalls: - m_Calls: [] - OnEnable: - m_PersistentCalls: - m_Calls: [] - OnDisable: - m_PersistentCalls: - m_Calls: [] - DebugActive: 0 - InScriptDrivenPause: 0 - FeedbacksList: - - rid: 0 - KeepPlayModeChanges: 0 - PerformanceMode: 0 - RestoreInitialValuesOnDisable: 0 - StopFeedbacksOnDisable: 0 - PlayCount: 0 - references: - version: 2 - RefIds: - - rid: 0 - type: {class: MMF_MMSoundManagerSound, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: 125644190 - Label: MMSoundManager Sound - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0.8, y: 1} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: Automatic Shaker Setup - Owner: {fileID: 974289728} - DebugActive: 0 - Source: 0 - Sfx: {fileID: 8300000, guid: ab16ee0540fb44fa69eff0e4867ad114, type: 3} - AudioResourceToPlay: {fileID: 0} - RandomSfx: [] - SequentialOrder: 0 - SequentialOrderHoldLast: 0 - SequentialOrderHoldCooldownDuration: 2 - RandomUnique: 0 - SoundDataSO: {fileID: 0} - MinVolume: 0.8 - MaxVolume: 1 - MinPitch: 0.9 - MaxPitch: 1.1 - MmSoundManagerTrack: 0 - ID: 0 - AudioGroup: {fileID: 0} - RecycleAudioSource: {fileID: 0} - Loop: 0 - Persistent: 0 - DoNotPlayIfClipAlreadyPlaying: 0 - StopSoundOnFeedbackStop: 0 - Fade: 0 - FadeInitialVolume: 0 - FadeDuration: 1 - FadeTween: - MMTweenDefinitionType: 0 - MMTweenCurve: 9 - Curve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - Initialized: 0 - ConditionPropertyName: Fade - EnumConditionPropertyName: - EnumConditions: 0000000000000000000000000000000000000000000000000000000000000000 - SoloSingleTrack: 0 - SoloAllTracks: 0 - AutoUnSoloOnEnd: 0 - PanStereo: 0 - SpatialBlend: 0 - AttachToTransform: {fileID: 0} - BypassEffects: 0 - BypassListenerEffects: 0 - BypassReverbZones: 0 - Priority: 128 - ReverbZoneMix: 1 - PlaybackTime: {x: 0, y: 0} - PlaybackDuration: {x: 0, y: 0} - DopplerLevel: 1 - Spread: 0 - RolloffMode: 0 - MinDistance: 1 - MaxDistance: 500 - UseCustomRolloffCurve: 0 - CustomRolloffCurve: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - UseSpatialBlendCurve: 0 - SpatialBlendCurve: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - UseReverbZoneMixCurve: 0 - ReverbZoneMixCurve: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - UseSpreadCurve: 0 - SpreadCurve: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - DrawGizmos: 0 - GizmosCenter: {fileID: 0} - MinDistanceColor: {r: 0.37254903, g: 0.61960787, b: 0.627451, a: 1} - MaxDistanceColor: {r: 1, g: 0.27058825, b: 0, a: 1} - TestPlayButton: - ButtonText: Debug Play Sound - TestStopButton: - ButtonText: Debug Stop Sound - ResetSequentialIndexButton: - ButtonText: Reset Sequential Index ---- !u!4 &974289729 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 974289727} - serializedVersion: 2 - m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: 0} - m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 - m_Children: [] - m_Father: {fileID: 1845940772} - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!1 &980395212 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 980395213} - m_Layer: 0 - m_Name: Renderer - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &980395213 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 980395212} - serializedVersion: 2 - m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: 0} - m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 - m_Children: - - {fileID: 505933541} - - {fileID: 2075452477} - - {fileID: 871711028} - - {fileID: 2104425431} - - {fileID: 1109162913} - - {fileID: 616823397} - - {fileID: 1039913915} - - {fileID: 1176585566} - - {fileID: 1554797867} - - {fileID: 1727624278} - m_Father: {fileID: 999639631} - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!224 &981640497 stripped -RectTransform: - m_CorrespondingSourceObject: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - m_PrefabInstance: {fileID: 220151087} - m_PrefabAsset: {fileID: 0} ---- !u!1 &983745962 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 983745963} - - component: {fileID: 983745966} - - component: {fileID: 983745965} - - component: {fileID: 983745964} - m_Layer: 5 - m_Name: MMFaderRound - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!224 &983745963 -RectTransform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 983745962} - m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: 0} - m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 - m_Children: - - {fileID: 1842783663} - - {fileID: 1931422817} - m_Father: {fileID: 1785320358} - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} - m_AnchorMin: {x: 0, y: 0} - m_AnchorMax: {x: 1, y: 1} - m_AnchoredPosition: {x: 0, y: 0} - m_SizeDelta: {x: 0, y: 0} - m_Pivot: {x: 0.5, y: 0.5} ---- !u!114 &983745964 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 983745962} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: b2691418b0bcfc540b38b297cf91acf2, type: 3} - m_Name: - m_EditorClassIdentifier: - CameraMode: 0 - TargetCamera: {fileID: 0} - FaderBackground: {fileID: 1931422817} - FaderMask: {fileID: 1842783663} - ID: 1 - MaskScale: {x: 0, y: 15} - DefaultDuration: 0.2 - DefaultTween: - MMTweenDefinitionType: 0 - MMTweenCurve: 0 - Curve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - Initialized: 0 - ConditionPropertyName: - EnumConditionPropertyName: - EnumConditions: 0000000000000000000000000000000000000000000000000000000000000000 - IgnoreTimescale: 1 - ShouldBlockRaycasts: 0 - DebugWorldPositionTarget: {fileID: 2076029460} - DebugToolbar: 0 ---- !u!225 &983745965 -CanvasGroup: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 983745962} - m_Enabled: 1 - m_Alpha: 0 - m_Interactable: 0 - m_BlocksRaycasts: 0 - m_IgnoreParentGroups: 0 ---- !u!222 &983745966 -CanvasRenderer: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 983745962} - m_CullTransparentMesh: 0 ---- !u!1001 &984504755 -PrefabInstance: - m_ObjectHideFlags: 0 - serializedVersion: 2 - m_Modification: - serializedVersion: 3 - m_TransformParent: {fileID: 1557570896} - m_Modifications: - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_Pivot.x - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_Pivot.y - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_RootOrder - value: 35 - objectReference: {fileID: 0} - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_AnchorMax.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_AnchorMax.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_AnchorMin.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_AnchorMin.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_SizeDelta.x - value: 256.1 - objectReference: {fileID: 0} - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_SizeDelta.y - value: 30 - objectReference: {fileID: 0} - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_LocalPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_LocalPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_LocalPosition.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_LocalRotation.w - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_LocalRotation.x - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_LocalRotation.y - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_LocalRotation.z - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_AnchoredPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_AnchoredPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_LocalEulerAnglesHint.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_LocalEulerAnglesHint.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_LocalEulerAnglesHint.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2251616714236910816, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_Text - value: POST PROCESSING - objectReference: {fileID: 0} - - target: {fileID: 2251616714236910816, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_Color.b - value: 0.23137255 - objectReference: {fileID: 0} - - target: {fileID: 2251616714236910816, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_Color.g - value: 0.91764706 - objectReference: {fileID: 0} - - target: {fileID: 2251616714236910816, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_Color.r - value: 0.99607843 - objectReference: {fileID: 0} - - target: {fileID: 3358702390296254852, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_Name - value: Title - Post Processing - objectReference: {fileID: 0} - m_RemovedComponents: [] - m_RemovedGameObjects: [] - m_AddedGameObjects: [] - m_AddedComponents: [] - m_SourcePrefab: {fileID: 100100000, guid: d0c10e574f6f1af43b3af7996a878151, type: 3} ---- !u!1001 &989892115 -PrefabInstance: - m_ObjectHideFlags: 0 - serializedVersion: 2 - m_Modification: - serializedVersion: 3 - m_TransformParent: {fileID: 1557570896} - m_Modifications: - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: Feedbacks.Array.size - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[0]' - value: - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[1]' - value: - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Pivot.x - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Pivot.y - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_RootOrder - value: 10 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMax.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMax.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMin.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMin.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_SizeDelta.x - value: 256.1 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_SizeDelta.y - value: 30 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalPosition.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.w - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.x - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.y - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.z - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchoredPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchoredPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalEulerAnglesHint.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalEulerAnglesHint.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalEulerAnglesHint.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604939, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_OnClick.m_PersistentCalls.m_Calls.Array.data[0].m_Target - value: - objectReference: {fileID: 1892535169} - - target: {fileID: 2903879014986604939, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_OnClick.m_PersistentCalls.m_Calls.Array.data[0].m_MethodName - value: PlayFeedbacks - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604939, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_OnClick.m_PersistentCalls.m_Calls.Array.data[0].m_Arguments.m_ObjectArgumentAssemblyTypeName - value: UnityEngine.Object, UnityEngine - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604941, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Name - value: Button - Rigidbody - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Text - value: RigidBody - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Color.b - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Color.g - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Color.r - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.size - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[0]' - value: MoreMountains.Feedbacks MoreMountains.Feedbacks.MMF_Rigidbody - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[1]' - value: MoreMountains.Feedbacks MoreMountains.Feedbacks.MMF_AudioSource - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Mode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Mode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Label - value: Rigidbody - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Label - value: AudioSource - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].UniqueID - value: 324639927 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].MaxPitch - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].MinPitch - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].UniqueID - value: 2014376020 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].MaxVolume - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].MinVolume - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].MaxForce.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].MaxForce.y - value: 8 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].MaxForce.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].MinForce.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].MinForce.y - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].MinForce.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].TargetRigidbody - value: - objectReference: {fileID: 1240631691} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AppliedForceMode - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].TargetAudioSource - value: - objectReference: {fileID: 478010195} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].SfxAudioMixerGroup - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].RandomSfx.Array.size - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 9167406172343059487, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_IsActive - value: 0 - objectReference: {fileID: 0} - m_RemovedComponents: - - {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, type: 3} - m_RemovedGameObjects: [] - m_AddedGameObjects: [] - m_AddedComponents: [] - m_SourcePrefab: {fileID: 100100000, guid: a16c33a1240b8ce4f930161a7c85fae6, type: 3} ---- !u!1 &993993078 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 993993079} - - component: {fileID: 993993080} - m_Layer: 0 - m_Name: DestinationTransform - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &993993079 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 993993078} - serializedVersion: 2 - m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: 0} - m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 - m_Children: [] - m_Father: {fileID: 161331536} - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!114 &993993080 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 993993078} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 6da43522623d4704e979466dc7650b65, type: 3} - m_Name: - m_EditorClassIdentifier: - Feedbacks: [] - InitializationMode: 2 - AutoInitialization: 1 - SafeMode: 3 - Direction: 0 - AutoChangeDirectionOnEnd: 0 - AutoPlayOnStart: 0 - AutoPlayOnEnable: 0 - ForceTimescaleMode: 0 - ForcedTimescaleMode: 1 - DurationMultiplier: 1 - TimescaleMultiplier: 1 - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 1.5} - DisplayFullDurationDetails: 0 - PlayerTimescaleMode: 1 - OnlyPlayIfWithinRange: 0 - RangeCenter: {fileID: 0} - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - IgnoreRangeEvents: 0 - CooldownDuration: 0 - InitialDelay: 0 - CanPlay: 1 - CanPlayWhileAlreadyPlaying: 1 - ChanceToPlay: 100 - FeedbacksIntensity: 1 - Events: - TriggerMMFeedbacksEvents: 0 - TriggerUnityEvents: 1 - OnPlay: - m_PersistentCalls: - m_Calls: [] - OnPause: - m_PersistentCalls: - m_Calls: [] - OnStop: - m_PersistentCalls: - m_Calls: [] - OnResume: - m_PersistentCalls: - m_Calls: [] - OnChangeDirection: - m_PersistentCalls: - m_Calls: [] - OnComplete: - m_PersistentCalls: - m_Calls: [] - OnRestoreInitialValues: - m_PersistentCalls: - m_Calls: [] - OnSkipToTheEnd: - m_PersistentCalls: - m_Calls: [] - OnInitializationComplete: - m_PersistentCalls: - m_Calls: [] - OnEnable: - m_PersistentCalls: - m_Calls: [] - OnDisable: - m_PersistentCalls: - m_Calls: [] - DebugActive: 0 - InScriptDrivenPause: 0 - FeedbacksList: - - rid: 0 - - rid: 1 - KeepPlayModeChanges: 0 - PerformanceMode: 0 - RestoreInitialValuesOnDisable: 0 - StopFeedbacksOnDisable: 0 - PlayCount: 0 - references: - version: 2 - RefIds: - - rid: 0 - type: {class: MMF_AudioSource, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: 674907292 - Label: AudioSource - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 993993080} - DebugActive: 0 - TargetAudioSource: {fileID: 478010195} - Mode: 0 - RandomSfx: [] - MinVolume: 1 - MaxVolume: 1 - MinPitch: 1 - MaxPitch: 1 - SfxAudioMixerGroup: {fileID: 0} - - rid: 1 - type: {class: MMF_DestinationTransform, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: 2040353220 - Label: Destination - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 993993080} - DebugActive: 0 - TargetTransform: {fileID: 1579498608} - ForceOrigin: 0 - Origin: {fileID: 0} - Destination: {fileID: 590965381} - GlobalAnimationTween: - MMTweenDefinitionType: 1 - MMTweenCurve: 4 - Curve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.3 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - Initialized: 1 - ConditionPropertyName: - EnumConditionPropertyName: - EnumConditions: 0000000000000000000000000000000000000000000000000000000000000000 - Duration: 1 - UpdateDestinationEveryFrame: 0 - AnimatePositionX: 1 - AnimatePositionY: 1 - AnimatePositionZ: 1 - AnimateRotationX: 1 - AnimateRotationY: 1 - AnimateRotationZ: 1 - AnimateRotationW: 1 - AnimateScaleX: 1 - AnimateScaleY: 1 - AnimateScaleZ: 1 - SeparatePositionCurve: 0 - AnimatePositionTween: - MMTweenDefinitionType: 1 - MMTweenCurve: 4 - Curve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.3 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - Initialized: 1 - ConditionPropertyName: SeparatePositionCurve - EnumConditionPropertyName: - EnumConditions: 0000000000000000000000000000000000000000000000000000000000000000 - SeparateRotationCurve: 0 - AnimateRotationTween: - MMTweenDefinitionType: 1 - MMTweenCurve: 4 - Curve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.3 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - Initialized: 1 - ConditionPropertyName: SeparateRotationCurve - EnumConditionPropertyName: - EnumConditions: 0000000000000000000000000000000000000000000000000000000000000000 - SeparateScaleCurve: 0 - AnimateScaleTween: - MMTweenDefinitionType: 1 - MMTweenCurve: 4 - Curve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.3 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - Initialized: 1 - ConditionPropertyName: SeparateScaleCurve - EnumConditionPropertyName: - EnumConditions: 0000000000000000000000000000000000000000000000000000000000000000 - GlobalAnimationCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.3 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - AnimateScaleCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.3 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - AnimatePositionCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.3 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - AnimateRotationCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.3 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 ---- !u!1001 &996626770 -PrefabInstance: - m_ObjectHideFlags: 0 - serializedVersion: 2 - m_Modification: - serializedVersion: 3 - m_TransformParent: {fileID: 1557570896} - m_Modifications: - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: Feedbacks.Array.size - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[0]' - value: - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[1]' - value: - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Pivot.x - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Pivot.y - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_RootOrder - value: 92 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMax.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMax.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMin.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMin.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_SizeDelta.x - value: 256.1 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_SizeDelta.y - value: 30 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalPosition.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.w - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.x - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.y - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.z - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchoredPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchoredPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalEulerAnglesHint.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalEulerAnglesHint.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalEulerAnglesHint.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604939, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_OnClick.m_PersistentCalls.m_Calls.Array.data[0].m_Target - value: - objectReference: {fileID: 852947934} - - target: {fileID: 2903879014986604939, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_OnClick.m_PersistentCalls.m_Calls.Array.data[0].m_MethodName - value: PlayFeedbacks - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604939, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_OnClick.m_PersistentCalls.m_Calls.Array.data[0].m_Arguments.m_ObjectArgumentAssemblyTypeName - value: UnityEngine.Object, UnityEngine - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604941, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Name - value: Button - Events - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Text - value: Events - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Color.b - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Color.g - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Color.r - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.size - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[0]' - value: MoreMountains.Feedbacks MoreMountains.Feedbacks.MMF_AudioSource - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[1]' - value: MoreMountains.Feedbacks MoreMountains.Feedbacks.MMF_Events - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Mode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Label - value: AudioSource - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Label - value: Events - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].MaxPitch - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].MinPitch - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].UniqueID - value: -1656491848 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].UniqueID - value: -735497412 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].MaxVolume - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].MinVolume - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].TargetAudioSource - value: - objectReference: {fileID: 478010195} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].SfxAudioMixerGroup - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].RandomSfx.Array.size - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].PlayEvents.m_PersistentCalls.m_Calls.Array.size - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].StopEvents.m_PersistentCalls.m_Calls.Array.size - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ResetEvents.m_PersistentCalls.m_Calls.Array.size - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].InitializationEvents.m_PersistentCalls.m_Calls.Array.size - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].PlayEvents.m_PersistentCalls.m_Calls.Array.data[0].m_Mode - value: 6 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].PlayEvents.m_PersistentCalls.m_Calls.Array.data[0].m_Target - value: - objectReference: {fileID: 1572111972} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].PlayEvents.m_PersistentCalls.m_Calls.Array.data[0].m_CallState - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].PlayEvents.m_PersistentCalls.m_Calls.Array.data[0].m_MethodName - value: SetActive - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].PlayEvents.m_PersistentCalls.m_Calls.Array.data[0].m_Arguments.m_IntArgument - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].PlayEvents.m_PersistentCalls.m_Calls.Array.data[0].m_Arguments.m_BoolArgument - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].PlayEvents.m_PersistentCalls.m_Calls.Array.data[0].m_Arguments.m_FloatArgument - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].PlayEvents.m_PersistentCalls.m_Calls.Array.data[0].m_Arguments.m_ObjectArgument - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].PlayEvents.m_PersistentCalls.m_Calls.Array.data[0].m_Arguments.m_StringArgument - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].PlayEvents.m_PersistentCalls.m_Calls.Array.data[0].m_Arguments.m_ObjectArgumentAssemblyTypeName - value: UnityEngine.Object, UnityEngine - objectReference: {fileID: 0} - - target: {fileID: 9167406172343059487, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_IsActive - value: 0 - objectReference: {fileID: 0} - m_RemovedComponents: - - {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, type: 3} - m_RemovedGameObjects: [] - m_AddedGameObjects: [] - m_AddedComponents: [] - m_SourcePrefab: {fileID: 100100000, guid: a16c33a1240b8ce4f930161a7c85fae6, type: 3} ---- !u!1 &998457211 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 998457212} - - component: {fileID: 998457213} - m_Layer: 0 - m_Name: TextColor - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &998457212 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 998457211} - serializedVersion: 2 - m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: 0} - m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 - m_Children: [] - m_Father: {fileID: 1282069688} - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!114 &998457213 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 998457211} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 6da43522623d4704e979466dc7650b65, type: 3} - m_Name: - m_EditorClassIdentifier: - Feedbacks: [] - InitializationMode: 2 - AutoInitialization: 1 - SafeMode: 3 - Direction: 0 - AutoChangeDirectionOnEnd: 0 - AutoPlayOnStart: 0 - AutoPlayOnEnable: 0 - ForceTimescaleMode: 0 - ForcedTimescaleMode: 1 - DurationMultiplier: 1 - TimescaleMultiplier: 1 - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 1.5} - DisplayFullDurationDetails: 0 - PlayerTimescaleMode: 1 - OnlyPlayIfWithinRange: 0 - RangeCenter: {fileID: 0} - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - IgnoreRangeEvents: 0 - CooldownDuration: 0 - InitialDelay: 0 - CanPlay: 1 - CanPlayWhileAlreadyPlaying: 1 - ChanceToPlay: 100 - FeedbacksIntensity: 1 - Events: - TriggerMMFeedbacksEvents: 0 - TriggerUnityEvents: 1 - OnPlay: - m_PersistentCalls: - m_Calls: [] - OnPause: - m_PersistentCalls: - m_Calls: [] - OnStop: - m_PersistentCalls: - m_Calls: [] - OnResume: - m_PersistentCalls: - m_Calls: [] - OnChangeDirection: - m_PersistentCalls: - m_Calls: [] - OnComplete: - m_PersistentCalls: - m_Calls: [] - OnRestoreInitialValues: - m_PersistentCalls: - m_Calls: [] - OnSkipToTheEnd: - m_PersistentCalls: - m_Calls: [] - OnInitializationComplete: - m_PersistentCalls: - m_Calls: [] - OnEnable: - m_PersistentCalls: - m_Calls: [] - OnDisable: - m_PersistentCalls: - m_Calls: [] - DebugActive: 0 - InScriptDrivenPause: 0 - FeedbacksList: - - rid: 0 - - rid: 1 - - rid: 2 - - rid: 3 - - rid: 4 - - rid: 5 - - rid: 6 - KeepPlayModeChanges: 0 - PerformanceMode: 0 - RestoreInitialValuesOnDisable: 0 - StopFeedbacksOnDisable: 0 - PlayCount: 0 - references: - version: 2 - RefIds: - - rid: 0 - type: {class: MMF_AudioSource, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: -355495352 - Label: AudioSource - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 998457213} - DebugActive: 0 - TargetAudioSource: {fileID: 478010195} - Mode: 0 - RandomSfx: [] - MinVolume: 1 - MaxVolume: 1 - MinPitch: 1 - MaxPitch: 1 - SfxAudioMixerGroup: {fileID: 0} - - rid: 1 - type: {class: MMF_SetActive, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: -1005474621 - Label: Set Container Active - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 998457213} - DebugActive: 0 - TargetGameObject: {fileID: 1855939571} - ExtraTargetGameObjects: [] - IgnorePlayDirection: 0 - SetStateOnInit: 0 - StateOnInit: 1 - SetStateOnPlay: 1 - StateOnPlay: 0 - SetStateOnStop: 0 - StateOnStop: 1 - SetStateOnReset: 0 - StateOnReset: 1 - SetStateOnSkip: 0 - StateOnSkip: 0 - SetStateOnPlayerComplete: 0 - StateOnPlayerComplete: 1 - - rid: 2 - type: {class: MMF_Text, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: 1811707487 - Label: Text - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 998457213} - DebugActive: 0 - TargetText: {fileID: 1213889022} - NewText: "This feedback lets you \nchange the color of a Text over time." - - rid: 3 - type: {class: MMF_Pause, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: 25297384 - Label: Pause - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 998457213} - DebugActive: 0 - PauseDuration: 1 - RandomizePauseDuration: 0 - MinPauseDuration: 1 - MaxPauseDuration: 3 - RandomizeOnEachPlay: 1 - ScriptDriven: 0 - AutoResume: 0 - AutoResumeAfter: 0.25 - - rid: 4 - type: {class: MMF_TextColor, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: 154167108 - Label: Text Color - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 998457213} - DebugActive: 0 - TargetText: {fileID: 1213889022} - ColorMode: 1 - Duration: 1 - InstantColor: {r: 1, g: 0.92156863, b: 0.015686275, a: 1} - ColorGradient: - serializedVersion: 2 - key0: {r: 1, g: 1, b: 1, a: 1} - key1: {r: 1, g: 1, b: 1, a: 1} - key2: {r: 1, g: 0, b: 0, a: 0} - key3: {r: 0, g: 0.76277757, b: 1, a: 0} - key4: {r: 1, g: 1, b: 1, a: 0} - key5: {r: 0, g: 0, b: 0, a: 0} - key6: {r: 0, g: 0, b: 0, a: 0} - key7: {r: 0, g: 0, b: 0, a: 0} - ctime0: 0 - ctime1: 12722 - ctime2: 21395 - ctime3: 40092 - ctime4: 65535 - ctime5: 0 - ctime6: 0 - ctime7: 0 - atime0: 0 - atime1: 65535 - atime2: 0 - atime3: 0 - atime4: 0 - atime5: 0 - atime6: 0 - atime7: 0 - m_Mode: 0 - m_ColorSpace: -1 - m_NumColorKeys: 5 - m_NumAlphaKeys: 2 - DestinationColor: {r: 1, g: 0.92156863, b: 0.015686275, a: 1} - ColorCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.5 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - AllowAdditivePlays: 0 - - rid: 5 - type: {class: MMF_HoldingPause, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: -1966050245 - Label: Holding Pause - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 998457213} - DebugActive: 0 - PauseDuration: 1 - RandomizePauseDuration: 0 - MinPauseDuration: 1 - MaxPauseDuration: 3 - RandomizeOnEachPlay: 1 - ScriptDriven: 0 - AutoResume: 0 - AutoResumeAfter: 0.25 - - rid: 6 - type: {class: MMF_SetActive, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: 332813170 - Label: Set Container Inactive - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 998457213} - DebugActive: 0 - TargetGameObject: {fileID: 1855939571} - ExtraTargetGameObjects: [] - IgnorePlayDirection: 0 - SetStateOnInit: 0 - StateOnInit: 1 - SetStateOnPlay: 1 - StateOnPlay: 1 - SetStateOnStop: 0 - StateOnStop: 1 - SetStateOnReset: 0 - StateOnReset: 1 - SetStateOnSkip: 0 - StateOnSkip: 0 - SetStateOnPlayerComplete: 0 - StateOnPlayerComplete: 1 ---- !u!1 &999639630 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 999639631} - m_Layer: 0 - m_Name: Feedbacks ----------------------------- - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &999639631 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 999639630} - serializedVersion: 2 - m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} - m_LocalPosition: {x: 0.023957789, y: 4.7921257, z: 1.0697918} - m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 - m_Children: - - {fileID: 743745512} - - {fileID: 1582576612} - - {fileID: 562921500} - - {fileID: 438603709} - - {fileID: 168975947} - - {fileID: 980395213} - - {fileID: 511090939} - - {fileID: 161331536} - - {fileID: 569166822} - - {fileID: 184949460} - - {fileID: 2071101537} - - {fileID: 1177831177} - - {fileID: 568705691} - - {fileID: 490988081} - - {fileID: 1282069688} - - {fileID: 1860154325} - - {fileID: 1408360770} - - {fileID: 27798845} - - {fileID: 212498969} - m_Father: {fileID: 0} - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!1001 &1002889111 -PrefabInstance: - m_ObjectHideFlags: 0 - serializedVersion: 2 - m_Modification: - serializedVersion: 3 - m_TransformParent: {fileID: 1557570896} - m_Modifications: - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: Feedbacks.Array.size - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[0]' - value: - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[1]' - value: - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[2]' - value: - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Pivot.x - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Pivot.y - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_RootOrder - value: 54 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMax.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMax.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMin.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMin.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_SizeDelta.x - value: 256.1 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_SizeDelta.y - value: 30 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalPosition.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.w - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.x - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.y - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.z - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchoredPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchoredPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalEulerAnglesHint.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalEulerAnglesHint.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalEulerAnglesHint.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604939, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_OnClick.m_PersistentCalls.m_Calls.Array.data[0].m_Target - value: - objectReference: {fileID: 1727624279} - - target: {fileID: 2903879014986604939, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_OnClick.m_PersistentCalls.m_Calls.Array.data[0].m_MethodName - value: PlayFeedbacks - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604939, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_OnClick.m_PersistentCalls.m_Calls.Array.data[0].m_Arguments.m_ObjectArgumentAssemblyTypeName - value: UnityEngine.Object, UnityEngine - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604941, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Name - value: Button - Texture Scale - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Text - value: Texture Scale - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Color.b - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Color.g - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Color.r - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.size - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[0]' - value: MoreMountains.Feedbacks MoreMountains.Feedbacks.MMF_AudioSource - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[1]' - value: MoreMountains.Feedbacks MoreMountains.Feedbacks.MMF_TextureScale - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Mode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Mode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Label - value: AudioSource - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Label - value: Texture Scale - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].MaxPitch - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].MinPitch - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].UniqueID - value: -151372619 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Duration - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].UniqueID - value: 1415302487 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].MaxVolume - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].MinVolume - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].RemapOne.x - value: 5 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].RemapOne.y - value: 5 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].RemapZero.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].RemapZero.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].MaterialIndex - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].InstantScale.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].InstantScale.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].RelativeValues - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].TargetRenderer - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].TargetAudioSource - value: - objectReference: {fileID: 478010195} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].SfxAudioMixerGroup - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AllowAdditivePlays - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].RandomSfx.Array.size - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].MaterialPropertyName - value: _MainTex_ST - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ScaleCurve.m_PreInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ScaleCurve.m_PostInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].UseMaterialPropertyBlocks - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ScaleCurve.m_RotationOrder - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ScaleCurve.m_Curve.Array.size - value: 3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ScaleCurve.m_Curve.Array.data[0].time - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ScaleCurve.m_Curve.Array.data[1].time - value: 0.3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ScaleCurve.m_Curve.Array.data[2].time - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ScaleCurve.m_Curve.Array.data[0].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ScaleCurve.m_Curve.Array.data[1].value - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ScaleCurve.m_Curve.Array.data[2].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ScaleCurve.m_Curve.Array.data[0].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ScaleCurve.m_Curve.Array.data[1].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ScaleCurve.m_Curve.Array.data[2].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ScaleCurve.m_Curve.Array.data[0].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ScaleCurve.m_Curve.Array.data[0].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ScaleCurve.m_Curve.Array.data[1].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ScaleCurve.m_Curve.Array.data[1].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ScaleCurve.m_Curve.Array.data[2].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ScaleCurve.m_Curve.Array.data[2].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ScaleCurve.m_Curve.Array.data[0].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ScaleCurve.m_Curve.Array.data[1].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ScaleCurve.m_Curve.Array.data[2].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ScaleCurve.m_Curve.Array.data[0].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ScaleCurve.m_Curve.Array.data[1].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ScaleCurve.m_Curve.Array.data[2].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ScaleCurve.m_Curve.Array.data[0].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ScaleCurve.m_Curve.Array.data[1].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ScaleCurve.m_Curve.Array.data[2].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 9167406172343059487, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_IsActive - value: 0 - objectReference: {fileID: 0} - m_RemovedComponents: - - {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, type: 3} - m_RemovedGameObjects: [] - m_AddedGameObjects: [] - m_AddedComponents: [] - m_SourcePrefab: {fileID: 100100000, guid: a16c33a1240b8ce4f930161a7c85fae6, type: 3} ---- !u!224 &1006123936 stripped -RectTransform: - m_CorrespondingSourceObject: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - m_PrefabInstance: {fileID: 1945389149} - m_PrefabAsset: {fileID: 0} ---- !u!1001 &1007796840 -PrefabInstance: - m_ObjectHideFlags: 0 - serializedVersion: 2 - m_Modification: - serializedVersion: 3 - m_TransformParent: {fileID: 1562927123} - m_Modifications: - - target: {fileID: 4610476634640326944, guid: 9c99ec9330979f94aa6e33f0bec7752f, - type: 3} - propertyPath: m_Name - value: FeedbackDemoBackgroundCube (5) - objectReference: {fileID: 0} - - target: {fileID: 4610476634640326949, guid: 9c99ec9330979f94aa6e33f0bec7752f, - type: 3} - propertyPath: m_RootOrder - value: 5 - objectReference: {fileID: 0} - - target: {fileID: 4610476634640326949, guid: 9c99ec9330979f94aa6e33f0bec7752f, - type: 3} - propertyPath: m_LocalPosition.x - value: 5.040769 - objectReference: {fileID: 0} - - target: {fileID: 4610476634640326949, guid: 9c99ec9330979f94aa6e33f0bec7752f, - type: 3} - propertyPath: m_LocalPosition.y - value: 0.19501138 - objectReference: {fileID: 0} - - target: {fileID: 4610476634640326949, guid: 9c99ec9330979f94aa6e33f0bec7752f, - type: 3} - propertyPath: m_LocalPosition.z - value: 13.166991 - objectReference: {fileID: 0} - - target: {fileID: 4610476634640326949, guid: 9c99ec9330979f94aa6e33f0bec7752f, - type: 3} - propertyPath: m_LocalRotation.w - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 4610476634640326949, guid: 9c99ec9330979f94aa6e33f0bec7752f, - type: 3} - propertyPath: m_LocalRotation.x - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 4610476634640326949, guid: 9c99ec9330979f94aa6e33f0bec7752f, - type: 3} - propertyPath: m_LocalRotation.y - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 4610476634640326949, guid: 9c99ec9330979f94aa6e33f0bec7752f, - type: 3} - propertyPath: m_LocalRotation.z - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 4610476634640326949, guid: 9c99ec9330979f94aa6e33f0bec7752f, - type: 3} - propertyPath: m_LocalEulerAnglesHint.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 4610476634640326949, guid: 9c99ec9330979f94aa6e33f0bec7752f, - type: 3} - propertyPath: m_LocalEulerAnglesHint.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 4610476634640326949, guid: 9c99ec9330979f94aa6e33f0bec7752f, - type: 3} - propertyPath: m_LocalEulerAnglesHint.z - value: 0 - objectReference: {fileID: 0} - m_RemovedComponents: [] - m_RemovedGameObjects: [] - m_AddedGameObjects: [] - m_AddedComponents: [] - m_SourcePrefab: {fileID: 100100000, guid: 9c99ec9330979f94aa6e33f0bec7752f, type: 3} ---- !u!1001 &1009259867 -PrefabInstance: - m_ObjectHideFlags: 0 - serializedVersion: 2 - m_Modification: - serializedVersion: 3 - m_TransformParent: {fileID: 1557570896} - m_Modifications: - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: Feedbacks.Array.size - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[0]' - value: - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[1]' - value: - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Pivot.x - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Pivot.y - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_RootOrder - value: 97 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMax.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMax.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMin.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMin.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_SizeDelta.x - value: 256.1 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_SizeDelta.y - value: 30 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalPosition.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.w - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.x - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.y - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.z - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchoredPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchoredPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalEulerAnglesHint.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalEulerAnglesHint.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalEulerAnglesHint.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604939, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_OnClick.m_PersistentCalls.m_Calls.Array.data[0].m_Target - value: - objectReference: {fileID: 1410034809} - - target: {fileID: 2903879014986604939, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_OnClick.m_PersistentCalls.m_Calls.Array.data[0].m_MethodName - value: PlayFeedbacks - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604939, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_OnClick.m_PersistentCalls.m_Calls.Array.data[0].m_Arguments.m_ObjectArgumentAssemblyTypeName - value: UnityEngine.Object, UnityEngine - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604941, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Name - value: Button - Image - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Text - value: Image - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Color.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Color.b - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Color.g - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Color.r - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 4258887795993319071, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: NotSupportedInWebGL - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.size - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[0]' - value: MoreMountains.Feedbacks MoreMountains.Feedbacks.MMF_AudioSource - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[1]' - value: MoreMountains.Feedbacks MoreMountains.Feedbacks.MMF_Image - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Mode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Mode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Label - value: AudioSource - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Label - value: Image - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].MaxPitch - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].MinPitch - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].UniqueID - value: 33054207 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Duration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].UniqueID - value: 2016458086 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].UseRange - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].MaxVolume - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].MinVolume - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].StartsOff - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].BoundImage - value: - objectReference: {fileID: 1553717074} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].EventRange - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ModifyColor - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].InstantColor.a - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].InstantColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].InstantColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].InstantColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].TargetAudioSource - value: - objectReference: {fileID: 478010195} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].SfxAudioMixerGroup - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AllowAdditivePlays - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].RandomSfx.Array.size - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ColorOverTime.atime0 - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ColorOverTime.atime1 - value: 11372 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ColorOverTime.atime2 - value: 53777 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ColorOverTime.atime3 - value: 65535 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ColorOverTime.atime4 - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ColorOverTime.atime5 - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ColorOverTime.atime6 - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ColorOverTime.atime7 - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ColorOverTime.ctime0 - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ColorOverTime.ctime1 - value: 13300 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ColorOverTime.ctime2 - value: 19468 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ColorOverTime.ctime3 - value: 26021 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ColorOverTime.ctime4 - value: 33346 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ColorOverTime.ctime5 - value: 41056 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ColorOverTime.ctime6 - value: 51079 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ColorOverTime.ctime7 - value: 65535 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ColorOverTime.key0.a - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ColorOverTime.key0.b - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ColorOverTime.key0.g - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ColorOverTime.key0.r - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ColorOverTime.key1.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ColorOverTime.key1.b - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ColorOverTime.key1.g - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ColorOverTime.key1.r - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ColorOverTime.key2.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ColorOverTime.key2.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ColorOverTime.key2.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ColorOverTime.key2.r - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ColorOverTime.key3.a - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ColorOverTime.key3.b - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ColorOverTime.key3.g - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ColorOverTime.key3.r - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ColorOverTime.key4.a - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ColorOverTime.key4.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ColorOverTime.key4.g - value: 0.93442965 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ColorOverTime.key4.r - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ColorOverTime.key5.a - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ColorOverTime.key5.b - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ColorOverTime.key5.g - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ColorOverTime.key5.r - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ColorOverTime.key6.a - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ColorOverTime.key6.b - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ColorOverTime.key6.g - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ColorOverTime.key6.r - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ColorOverTime.key7.a - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ColorOverTime.key7.b - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ColorOverTime.key7.g - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ColorOverTime.key7.r - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ColorOverTime.m_Mode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].EventOriginTransform - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ResetShakerValuesAfterShake - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ResetTargetValuesAfterShake - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ColorOverTime.m_NumAlphaKeys - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ColorOverTime.m_NumColorKeys - value: 8 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 9167406172343059487, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_IsActive - value: 0 - objectReference: {fileID: 0} - m_RemovedComponents: - - {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, type: 3} - m_RemovedGameObjects: [] - m_AddedGameObjects: [] - m_AddedComponents: [] - m_SourcePrefab: {fileID: 100100000, guid: a16c33a1240b8ce4f930161a7c85fae6, type: 3} ---- !u!224 &1009259868 stripped -RectTransform: - m_CorrespondingSourceObject: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - m_PrefabInstance: {fileID: 1009259867} - m_PrefabAsset: {fileID: 0} ---- !u!1001 &1011134487 -PrefabInstance: - m_ObjectHideFlags: 0 - serializedVersion: 2 - m_Modification: - serializedVersion: 3 - m_TransformParent: {fileID: 1557570896} - m_Modifications: - - target: {fileID: 4994452109645884045, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_Name - value: Spacer - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_Pivot.x - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_Pivot.y - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_RootOrder - value: 126 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_AnchorMax.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_AnchorMax.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_AnchorMin.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_AnchorMin.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_SizeDelta.x - value: 236.1 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_SizeDelta.y - value: 30 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_LocalPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_LocalPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_LocalPosition.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_LocalRotation.w - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_LocalRotation.x - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_LocalRotation.y - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_LocalRotation.z - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_AnchoredPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_AnchoredPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_LocalEulerAnglesHint.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_LocalEulerAnglesHint.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_LocalEulerAnglesHint.z - value: 0 - objectReference: {fileID: 0} - m_RemovedComponents: [] - m_RemovedGameObjects: [] - m_AddedGameObjects: [] - m_AddedComponents: [] - m_SourcePrefab: {fileID: 100100000, guid: b4ba93cf48b1c6b468135361158be27d, type: 3} ---- !u!1 &1015468895 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 1015468896} - - component: {fileID: 1015468898} - - component: {fileID: 1015468897} - m_Layer: 5 - m_Name: ScrollBar - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!224 &1015468896 -RectTransform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1015468895} - m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: 0} - m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 - m_Children: [] - m_Father: {fileID: 2130812382} - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} - m_AnchorMin: {x: 0, y: 0} - m_AnchorMax: {x: 0, y: 0} - m_AnchoredPosition: {x: -0.000061035156, y: 4.5} - m_SizeDelta: {x: 20, y: 9} - m_Pivot: {x: 0.5, y: 0.5} ---- !u!114 &1015468897 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1015468895} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} - m_Name: - m_EditorClassIdentifier: - m_Material: {fileID: 0} - m_Color: {r: 0, g: 0, b: 0, a: 0.5019608} - m_RaycastTarget: 1 - m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0} - m_Maskable: 1 - m_OnCullStateChanged: - m_PersistentCalls: - m_Calls: [] - m_Sprite: {fileID: 0} - m_Type: 0 - m_PreserveAspect: 0 - m_FillCenter: 1 - m_FillMethod: 4 - m_FillAmount: 1 - m_FillClockwise: 1 - m_FillOrigin: 0 - m_UseSpriteMesh: 0 - m_PixelsPerUnitMultiplier: 1 ---- !u!222 &1015468898 -CanvasRenderer: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1015468895} - m_CullTransparentMesh: 0 ---- !u!1 &1034298454 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 1034298455} - - component: {fileID: 1034298456} - m_Layer: 0 - m_Name: Wiggle - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &1034298455 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1034298454} - serializedVersion: 2 - m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: 0} - m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 - m_Children: - - {fileID: 931482099} - m_Father: {fileID: 1579498608} - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!114 &1034298456 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1034298454} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 347013242dca7c44fb5001793033ea59, type: 3} - m_Name: - m_EditorClassIdentifier: - UpdateMode: 0 - PositionActive: 1 - RotationActive: 1 - ScaleActive: 1 - PositionWiggleProperties: - WigglePermitted: 1 - WiggleType: 3 - UseUnscaledTime: 0 - TimeMultiplier: 1 - StartWigglingAutomatically: 1 - SmoothPingPong: 1 - UseSpeedCurve: 0 - SpeedCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 1 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 1 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - FrequencyMin: 0 - FrequencyMax: 1 - AmplitudeMin: {x: 0, y: 0.3, z: 0} - AmplitudeMax: {x: 0, y: 0.3, z: 0} - RelativeAmplitude: 1 - UniformValues: 0 - ForceVectorLength: 0 - ForcedVectorLength: 1 - Curve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 1 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 1 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapCurveZeroMin: {x: 0, y: 0, z: 0} - RemapCurveZeroMax: {x: 0, y: 0, z: 0} - RemapCurveOneMin: {x: 1, y: 1, z: 1} - RemapCurveOneMax: {x: 1, y: 1, z: 1} - RelativeCurveAmplitude: 1 - CurvePingPong: 0 - PauseMin: 0 - PauseMax: 0 - LimitedTime: 0 - LimitedTimeTotal: 0 - LimitedTimeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - LimitedTimeResetValue: 1 - LimitedTimeLeft: 0 - NoiseFrequencyMin: {x: 0, y: 1, z: 0} - NoiseFrequencyMax: {x: 0, y: 1, z: 0} - NoiseShiftMin: {x: 0, y: 1, z: 0} - NoiseShiftMax: {x: 0, y: 1, z: 0} - RotationWiggleProperties: - WigglePermitted: 1 - WiggleType: 3 - UseUnscaledTime: 0 - TimeMultiplier: 1 - StartWigglingAutomatically: 1 - SmoothPingPong: 1 - UseSpeedCurve: 0 - SpeedCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 1 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 1 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - FrequencyMin: 0 - FrequencyMax: 1 - AmplitudeMin: {x: 0, y: 360, z: 0} - AmplitudeMax: {x: 0, y: 360, z: 0} - RelativeAmplitude: 1 - UniformValues: 0 - ForceVectorLength: 0 - ForcedVectorLength: 1 - Curve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 1 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 1 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapCurveZeroMin: {x: 0, y: 0, z: 0} - RemapCurveZeroMax: {x: 0, y: 0, z: 0} - RemapCurveOneMin: {x: 1, y: 1, z: 1} - RemapCurveOneMax: {x: 1, y: 1, z: 1} - RelativeCurveAmplitude: 1 - CurvePingPong: 0 - PauseMin: 0 - PauseMax: 0 - LimitedTime: 0 - LimitedTimeTotal: 0 - LimitedTimeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - LimitedTimeResetValue: 1 - LimitedTimeLeft: 0 - NoiseFrequencyMin: {x: 0, y: 0.25, z: 0} - NoiseFrequencyMax: {x: 0, y: 0.25, z: 0} - NoiseShiftMin: {x: 0, y: 0, z: 0} - NoiseShiftMax: {x: 0, y: 0, z: 0} - ScaleWiggleProperties: - WigglePermitted: 1 - WiggleType: 3 - UseUnscaledTime: 0 - TimeMultiplier: 1 - StartWigglingAutomatically: 1 - SmoothPingPong: 1 - UseSpeedCurve: 0 - SpeedCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 1 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 1 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - FrequencyMin: 0 - FrequencyMax: 1 - AmplitudeMin: {x: -0.1, y: -0.1, z: -0.1} - AmplitudeMax: {x: 0.5, y: 0.5, z: 0.5} - RelativeAmplitude: 1 - UniformValues: 0 - ForceVectorLength: 0 - ForcedVectorLength: 1 - Curve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 1 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 1 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapCurveZeroMin: {x: 0, y: 0, z: 0} - RemapCurveZeroMax: {x: 0, y: 0, z: 0} - RemapCurveOneMin: {x: 1, y: 1, z: 1} - RemapCurveOneMax: {x: 1, y: 1, z: 1} - RelativeCurveAmplitude: 1 - CurvePingPong: 0 - PauseMin: 0 - PauseMax: 0 - LimitedTime: 0 - LimitedTimeTotal: 0 - LimitedTimeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - LimitedTimeResetValue: 1 - LimitedTimeLeft: 0 - NoiseFrequencyMin: {x: 1, y: 1, z: 1} - NoiseFrequencyMax: {x: 2, y: 2, z: 2} - NoiseShiftMin: {x: 1, y: 3, z: 2} - NoiseShiftMax: {x: 1, y: 3, z: 2} - DebugWiggleDuration: 2 ---- !u!1 &1039184894 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 1039184895} - - component: {fileID: 1039184897} - - component: {fileID: 1039184896} - m_Layer: 5 - m_Name: CorgiIcon - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!224 &1039184895 -RectTransform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1039184894} - m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: 0} - m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 - m_Children: [] - m_Father: {fileID: 1328195342} - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} - m_AnchorMin: {x: 0.5, y: 0.5} - m_AnchorMax: {x: 0.5, y: 0.5} - m_AnchoredPosition: {x: 0, y: 150} - m_SizeDelta: {x: 100, y: 100} - m_Pivot: {x: 0.5, y: 0.5} ---- !u!114 &1039184896 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1039184894} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} - m_Name: - m_EditorClassIdentifier: - m_Material: {fileID: 0} - m_Color: {r: 1, g: 1, b: 1, a: 1} - m_RaycastTarget: 0 - m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0} - m_Maskable: 1 - m_OnCullStateChanged: - m_PersistentCalls: - m_Calls: [] - m_Sprite: {fileID: 21300000, guid: bdd6c77f3b6358b4797992581e75bd64, type: 3} - m_Type: 0 - m_PreserveAspect: 0 - m_FillCenter: 1 - m_FillMethod: 4 - m_FillAmount: 1 - m_FillClockwise: 1 - m_FillOrigin: 0 - m_UseSpriteMesh: 0 - m_PixelsPerUnitMultiplier: 1 ---- !u!222 &1039184897 -CanvasRenderer: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1039184894} - m_CullTransparentMesh: 0 ---- !u!1 &1039913914 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 1039913915} - - component: {fileID: 1039913916} - m_Layer: 0 - m_Name: Skybox - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &1039913915 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1039913914} - serializedVersion: 2 - m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: 0} - m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 - m_Children: [] - m_Father: {fileID: 980395213} - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!114 &1039913916 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1039913914} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 6da43522623d4704e979466dc7650b65, type: 3} - m_Name: - m_EditorClassIdentifier: - Feedbacks: [] - InitializationMode: 2 - AutoInitialization: 1 - SafeMode: 3 - Direction: 0 - AutoChangeDirectionOnEnd: 0 - AutoPlayOnStart: 0 - AutoPlayOnEnable: 0 - ForceTimescaleMode: 0 - ForcedTimescaleMode: 1 - DurationMultiplier: 1 - TimescaleMultiplier: 1 - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 1.5} - DisplayFullDurationDetails: 0 - PlayerTimescaleMode: 1 - OnlyPlayIfWithinRange: 0 - RangeCenter: {fileID: 0} - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - IgnoreRangeEvents: 0 - CooldownDuration: 0 - InitialDelay: 0 - CanPlay: 1 - CanPlayWhileAlreadyPlaying: 1 - ChanceToPlay: 100 - FeedbacksIntensity: 1 - Events: - TriggerMMFeedbacksEvents: 0 - TriggerUnityEvents: 1 - OnPlay: - m_PersistentCalls: - m_Calls: [] - OnPause: - m_PersistentCalls: - m_Calls: [] - OnStop: - m_PersistentCalls: - m_Calls: [] - OnResume: - m_PersistentCalls: - m_Calls: [] - OnChangeDirection: - m_PersistentCalls: - m_Calls: [] - OnComplete: - m_PersistentCalls: - m_Calls: [] - OnRestoreInitialValues: - m_PersistentCalls: - m_Calls: [] - OnSkipToTheEnd: - m_PersistentCalls: - m_Calls: [] - OnInitializationComplete: - m_PersistentCalls: - m_Calls: [] - OnEnable: - m_PersistentCalls: - m_Calls: [] - OnDisable: - m_PersistentCalls: - m_Calls: [] - DebugActive: 0 - InScriptDrivenPause: 0 - FeedbacksList: - - rid: 0 - - rid: 1 - - rid: 2 - - rid: 3 - - rid: 4 - - rid: 5 - - rid: 6 - KeepPlayModeChanges: 0 - PerformanceMode: 0 - RestoreInitialValuesOnDisable: 0 - StopFeedbacksOnDisable: 0 - PlayCount: 0 - references: - version: 2 - RefIds: - - rid: 0 - type: {class: MMF_AudioSource, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: 825934306 - Label: AudioSource - OriginalLabel: AudioSource - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 1039913916} - DebugActive: 0 - TargetAudioSource: {fileID: 478010195} - Mode: 0 - RandomSfx: [] - MinVolume: 1 - MaxVolume: 1 - MinPitch: 1 - MaxPitch: 1 - SfxAudioMixerGroup: {fileID: 0} - - rid: 1 - type: {class: MMF_SetActive, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: 449561785 - Label: Disable background - OriginalLabel: Set Active - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 1039913916} - DebugActive: 0 - TargetGameObject: {fileID: 1952722751} - ExtraTargetGameObjects: [] - IgnorePlayDirection: 0 - SetStateOnInit: 0 - StateOnInit: 1 - SetStateOnPlay: 1 - StateOnPlay: 1 - SetStateOnStop: 0 - StateOnStop: 1 - SetStateOnReset: 0 - StateOnReset: 1 - SetStateOnSkip: 0 - StateOnSkip: 0 - SetStateOnPlayerComplete: 0 - StateOnPlayerComplete: 1 - - rid: 2 - type: {class: MMF_Pause, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: -1673043664 - Label: Pause - OriginalLabel: Pause - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 1039913916} - DebugActive: 0 - PauseDuration: 0.5 - RandomizePauseDuration: 0 - MinPauseDuration: 1 - MaxPauseDuration: 3 - RandomizeOnEachPlay: 1 - ScriptDriven: 0 - AutoResume: 0 - AutoResumeAfter: 0.25 - - rid: 3 - type: {class: MMF_Skybox, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: -1200049823 - Label: Skybox - OriginalLabel: Skybox - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 1039913916} - DebugActive: 0 - Mode: 0 - SingleSkybox: {fileID: 2100000, guid: 0a1985bb2529e5e42b326b7b7c80b2d8, type: 2} - RandomSkyboxes: [] - - rid: 4 - type: {class: MMF_Pause, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: -1809596920 - Label: Pause - OriginalLabel: Pause - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 1039913916} - DebugActive: 0 - PauseDuration: 1 - RandomizePauseDuration: 0 - MinPauseDuration: 1 - MaxPauseDuration: 3 - RandomizeOnEachPlay: 1 - ScriptDriven: 0 - AutoResume: 0 - AutoResumeAfter: 0.25 - - rid: 5 - type: {class: MMF_SetActive, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: 1662639825 - Label: Enable background - OriginalLabel: Set Active - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 1039913916} - DebugActive: 0 - TargetGameObject: {fileID: 1952722751} - ExtraTargetGameObjects: [] - IgnorePlayDirection: 0 - SetStateOnInit: 0 - StateOnInit: 1 - SetStateOnPlay: 1 - StateOnPlay: 0 - SetStateOnStop: 0 - StateOnStop: 1 - SetStateOnReset: 0 - StateOnReset: 1 - SetStateOnSkip: 0 - StateOnSkip: 0 - SetStateOnPlayerComplete: 0 - StateOnPlayerComplete: 1 - - rid: 6 - type: {class: MMF_Skybox, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: -1743641416 - Label: Skybox - OriginalLabel: Skybox - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 1039913916} - DebugActive: 0 - Mode: 0 - SingleSkybox: {fileID: 2100000, guid: 2459024c3a4db5043be35787edddf1eb, type: 2} - RandomSkyboxes: [] ---- !u!1001 &1040884805 -PrefabInstance: - m_ObjectHideFlags: 0 - serializedVersion: 2 - m_Modification: - serializedVersion: 3 - m_TransformParent: {fileID: 1557570896} - m_Modifications: - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: Feedbacks.Array.size - value: 5 - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[0]' - value: - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[1]' - value: - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[2]' - value: - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[3]' - value: - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[4]' - value: - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Pivot.x - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Pivot.y - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_RootOrder - value: 142 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMax.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMax.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMin.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMin.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_SizeDelta.x - value: 256.1 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_SizeDelta.y - value: 30 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalPosition.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.w - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.x - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.y - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.z - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchoredPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchoredPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalEulerAnglesHint.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalEulerAnglesHint.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalEulerAnglesHint.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604939, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_OnClick.m_PersistentCalls.m_Calls.Array.data[0].m_Target - value: - objectReference: {fileID: 338423884} - - target: {fileID: 2903879014986604939, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_OnClick.m_PersistentCalls.m_Calls.Array.data[0].m_MethodName - value: PlayFeedbacks - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604939, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_OnClick.m_PersistentCalls.m_Calls.Array.data[0].m_Arguments.m_ObjectArgumentAssemblyTypeName - value: UnityEngine.Object, UnityEngine - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604941, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Name - value: Button - Reverb - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Text - value: Reverb Filter - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Color.b - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Color.g - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Color.r - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 4258887795993319071, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: NotSupportedInWebGL - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.size - value: 5 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[0]' - value: MoreMountains.Feedbacks MoreMountains.Feedbacks.MMF_AudioSource - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[1]' - value: MoreMountains.Feedbacks MoreMountains.Feedbacks.MMF_Pause - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[2]' - value: MoreMountains.Feedbacks MoreMountains.Feedbacks.MMF_AudioFilterReverb - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[3]' - value: MoreMountains.Feedbacks MoreMountains.Feedbacks.MMF_HoldingPause - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[4]' - value: MoreMountains.Feedbacks MoreMountains.Feedbacks.MMF_AudioSource - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Mode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Mode - value: 3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Label - value: AudioSource - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Label - value: Pause - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Label - value: Audio Filter Reverb - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Label - value: Holding Pause - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Label - value: AudioSource - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].MaxPitch - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].MinPitch - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].UniqueID - value: -1432345596 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].UniqueID - value: -1364880622 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Duration - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].UniqueID - value: 2073859918 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].UniqueID - value: -1414537570 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].MaxPitch - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].MinPitch - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].UniqueID - value: 1257664156 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].MaxVolume - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].MinVolume - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].MaxVolume - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].MinVolume - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AutoResume - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AutoResume - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ScriptDriven - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].ScriptDriven - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].PauseDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].PauseDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].RelativeReverb - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].RemapReverbOne - value: 2000 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AutoResumeAfter - value: 0.25 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].RemapReverbZero - value: -10000 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AutoResumeAfter - value: 0.25 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].MaxPauseDuration - value: 3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].MinPauseDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].MaxPauseDuration - value: 3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].MinPauseDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].TargetAudioSource - value: - objectReference: {fileID: 1467162775} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].TargetAudioSource - value: - objectReference: {fileID: 1467162775} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].SfxAudioMixerGroup - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].SfxAudioMixerGroup - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].RandomizeOnEachPlay - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].RandomizeOnEachPlay - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].RandomSfx.Array.size - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].RandomSfx.Array.size - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].RandomizePauseDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].RandomizePauseDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].ShakeReverb.m_PreInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].ShakeReverb.m_PostInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].ResetShakerValuesAfterShake - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].ResetTargetValuesAfterShake - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].ShakeReverb.m_RotationOrder - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].ShakeReverb.m_Curve.Array.size - value: 3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].ShakeReverb.m_Curve.Array.data[0].time - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].ShakeReverb.m_Curve.Array.data[1].time - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].ShakeReverb.m_Curve.Array.data[2].time - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].ShakeReverb.m_Curve.Array.data[0].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].ShakeReverb.m_Curve.Array.data[1].value - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].ShakeReverb.m_Curve.Array.data[2].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].ShakeReverb.m_Curve.Array.data[0].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].ShakeReverb.m_Curve.Array.data[1].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].ShakeReverb.m_Curve.Array.data[2].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].ShakeReverb.m_Curve.Array.data[0].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].ShakeReverb.m_Curve.Array.data[0].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].ShakeReverb.m_Curve.Array.data[1].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].ShakeReverb.m_Curve.Array.data[1].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].ShakeReverb.m_Curve.Array.data[2].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].ShakeReverb.m_Curve.Array.data[2].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].ShakeReverb.m_Curve.Array.data[0].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].ShakeReverb.m_Curve.Array.data[1].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].ShakeReverb.m_Curve.Array.data[2].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].ShakeReverb.m_Curve.Array.data[0].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].ShakeReverb.m_Curve.Array.data[1].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].ShakeReverb.m_Curve.Array.data[2].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].ShakeReverb.m_Curve.Array.data[0].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].ShakeReverb.m_Curve.Array.data[1].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].ShakeReverb.m_Curve.Array.data[2].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 9167406172343059487, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_IsActive - value: 0 - objectReference: {fileID: 0} - m_RemovedComponents: - - {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, type: 3} - m_RemovedGameObjects: [] - m_AddedGameObjects: [] - m_AddedComponents: [] - m_SourcePrefab: {fileID: 100100000, guid: a16c33a1240b8ce4f930161a7c85fae6, type: 3} ---- !u!224 &1045794972 stripped -RectTransform: - m_CorrespondingSourceObject: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - m_PrefabInstance: {fileID: 734771697} - m_PrefabAsset: {fileID: 0} ---- !u!224 &1047230304 stripped -RectTransform: - m_CorrespondingSourceObject: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - m_PrefabInstance: {fileID: 1929125823} - m_PrefabAsset: {fileID: 0} ---- !u!1 &1047419949 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 1047419950} - m_Layer: 0 - m_Name: DudeS&S - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &1047419950 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1047419949} - serializedVersion: 2 - m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: 0} - m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 - m_Children: - - {fileID: 2076029460} - m_Father: {fileID: 611302157} - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!1 &1047976018 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 1047976019} - - component: {fileID: 1047976022} - - component: {fileID: 1047976021} - - component: {fileID: 1047976020} - m_Layer: 5 - m_Name: Canvas - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!224 &1047976019 -RectTransform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1047976018} - m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: 0} - m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 - m_Children: - - {fileID: 2015176685} - - {fileID: 1361577706} - - {fileID: 2130812382} - - {fileID: 478010194} - - {fileID: 1380114351} - m_Father: {fileID: 1785320358} - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} - m_AnchorMin: {x: 0, y: 0} - m_AnchorMax: {x: 1, y: 1} - m_AnchoredPosition: {x: 0, y: 0} - m_SizeDelta: {x: 0, y: 0} - m_Pivot: {x: 0.5, y: 0.5} ---- !u!114 &1047976020 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1047976018} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: dc42784cf147c0c48a680349fa168899, type: 3} - m_Name: - m_EditorClassIdentifier: - m_IgnoreReversedGraphics: 1 - m_BlockingObjects: 0 - m_BlockingMask: - serializedVersion: 2 - m_Bits: 4294967295 ---- !u!114 &1047976021 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1047976018} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 0cd44c1031e13a943bb63640046fad76, type: 3} - m_Name: - m_EditorClassIdentifier: - m_UiScaleMode: 0 - m_ReferencePixelsPerUnit: 100 - m_ScaleFactor: 1 - m_ReferenceResolution: {x: 800, y: 600} - m_ScreenMatchMode: 0 - m_MatchWidthOrHeight: 0 - m_PhysicalUnit: 3 - m_FallbackScreenDPI: 96 - m_DefaultSpriteDPI: 96 - m_DynamicPixelsPerUnit: 1 - m_PresetInfoIsWorld: 0 ---- !u!223 &1047976022 -Canvas: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1047976018} - m_Enabled: 1 - serializedVersion: 3 - m_RenderMode: 0 - m_Camera: {fileID: 0} - m_PlaneDistance: 100 - m_PixelPerfect: 0 - m_ReceivesEvents: 1 - m_OverrideSorting: 0 - m_OverridePixelPerfect: 0 - m_SortingBucketNormalizedSize: 0 - m_VertexColorAlwaysGammaSpace: 0 - m_AdditionalShaderChannelsFlag: 25 - m_UpdateRectTransformForStandalone: 0 - m_SortingLayerID: 0 - m_SortingOrder: 0 - m_TargetDisplay: 0 ---- !u!1 &1049831026 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 1049831027} - - component: {fileID: 1049831028} - m_Layer: 0 - m_Name: SquashAndStretchSpring - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &1049831027 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1049831026} - serializedVersion: 2 - m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: 0} - m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 - m_Children: [] - m_Father: {fileID: 161331536} - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!114 &1049831028 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1049831026} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 6da43522623d4704e979466dc7650b65, type: 3} - m_Name: - m_EditorClassIdentifier: - Feedbacks: [] - InitializationMode: 2 - AutoInitialization: 1 - SafeMode: 3 - Direction: 0 - AutoChangeDirectionOnEnd: 0 - AutoPlayOnStart: 0 - AutoPlayOnEnable: 0 - ForceTimescaleMode: 0 - ForcedTimescaleMode: 1 - DurationMultiplier: 1 - TimescaleMultiplier: 1 - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 1.5} - DisplayFullDurationDetails: 0 - PlayerTimescaleMode: 1 - OnlyPlayIfWithinRange: 0 - RangeCenter: {fileID: 0} - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - IgnoreRangeEvents: 0 - CooldownDuration: 0 - InitialDelay: 0 - CanPlay: 1 - CanPlayWhileAlreadyPlaying: 1 - ChanceToPlay: 100 - FeedbacksIntensity: 1 - Events: - TriggerMMFeedbacksEvents: 0 - TriggerUnityEvents: 1 - OnPlay: - m_PersistentCalls: - m_Calls: [] - OnPause: - m_PersistentCalls: - m_Calls: [] - OnStop: - m_PersistentCalls: - m_Calls: [] - OnResume: - m_PersistentCalls: - m_Calls: [] - OnChangeDirection: - m_PersistentCalls: - m_Calls: [] - OnComplete: - m_PersistentCalls: - m_Calls: [] - OnRestoreInitialValues: - m_PersistentCalls: - m_Calls: [] - OnSkipToTheEnd: - m_PersistentCalls: - m_Calls: [] - OnInitializationComplete: - m_PersistentCalls: - m_Calls: [] - OnEnable: - m_PersistentCalls: - m_Calls: [] - OnDisable: - m_PersistentCalls: - m_Calls: [] - DebugActive: 0 - InScriptDrivenPause: 0 - FeedbacksList: - - rid: 1779414934241935497 - - rid: 1779414934241935498 - KeepPlayModeChanges: 0 - PerformanceMode: 0 - RestoreInitialValuesOnDisable: 0 - StopFeedbacksOnDisable: 0 - PlayCount: 0 - references: - version: 2 - RefIds: - - rid: 1779414934241935497 - type: {class: MMF_AudioSource, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: -1892669775 - Label: AudioSource - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 27 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 1049831028} - DebugActive: 0 - TargetAudioSource: {fileID: 478010195} - Mode: 0 - RandomSfx: [] - MinVolume: 1 - MaxVolume: 1 - MinPitch: 1 - MaxPitch: 1 - SfxAudioMixerGroup: {fileID: 0} - - rid: 1779414934241935498 - type: {class: MMF_SquashAndStretchSpring, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: -1015685999 - Label: Squash and Stretch Spring - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 27 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0.8, y: 1} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 1049831028} - DebugActive: 0 - AnimateScaleTarget: {fileID: 1047419950} - DeclaredDuration: 0 - Axis: 0 - Damping: 0.2 - Frequency: 6 - Mode: 2 - MoveToMin: 1 - MoveToMax: 2 - BumpScaleMin: 50 - BumpScaleMax: 60 ---- !u!1001 &1050685600 -PrefabInstance: - m_ObjectHideFlags: 0 - serializedVersion: 2 - m_Modification: - serializedVersion: 3 - m_TransformParent: {fileID: 1557570896} - m_Modifications: - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: Feedbacks.Array.size - value: 17 - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[0]' - value: - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[1]' - value: - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[2]' - value: - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[3]' - value: - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[4]' - value: - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[5]' - value: - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[6]' - value: - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[7]' - value: - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[8]' - value: - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[9]' - value: - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[10]' - value: - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[11]' - value: - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[12]' - value: - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[13]' - value: - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[14]' - value: - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[15]' - value: - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[16]' - value: - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Pivot.x - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Pivot.y - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_RootOrder - value: 3 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMax.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMax.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMin.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMin.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_SizeDelta.x - value: 256.1 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_SizeDelta.y - value: 30 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalPosition.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.w - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.x - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.y - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.z - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchoredPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchoredPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalEulerAnglesHint.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalEulerAnglesHint.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalEulerAnglesHint.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604939, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_OnClick.m_PersistentCalls.m_Calls.Array.data[0].m_Target - value: - objectReference: {fileID: 1425389458} - - target: {fileID: 2903879014986604939, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_OnClick.m_PersistentCalls.m_Calls.Array.data[0].m_MethodName - value: PlayFeedbacks - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604939, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_OnClick.m_PersistentCalls.m_Calls.Array.data[0].m_Arguments.m_ObjectArgumentAssemblyTypeName - value: UnityEngine.Object, UnityEngine - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604941, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Name - value: Button - Combo2 - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Text - value: Combo 2 - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Color.b - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Color.g - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Color.r - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.size - value: 17 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[0]' - value: MoreMountains.Feedbacks MoreMountains.Feedbacks.MMF_AudioSource - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[1]' - value: MoreMountains.Feedbacks.Cinemachine MoreMountains.FeedbacksForThirdParty.MMF_CinemachineImpulseSource - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[2]' - value: MoreMountains.Feedbacks.PostProcessing MoreMountains.FeedbacksForThirdParty.MMF_ChromaticAberration - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[3]' - value: MoreMountains.Feedbacks.PostProcessing MoreMountains.FeedbacksForThirdParty.MMF_Bloom - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[4]' - value: MoreMountains.Feedbacks MoreMountains.Feedbacks.MMF_Position - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[5]' - value: MoreMountains.Feedbacks MoreMountains.Feedbacks.MMF_HoldingPause - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[6]' - value: MoreMountains.Feedbacks MoreMountains.Feedbacks.MMF_Rotation - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[7]' - value: MoreMountains.Feedbacks MoreMountains.Feedbacks.MMF_CameraZoom - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[8]' - value: MoreMountains.Feedbacks.PostProcessing MoreMountains.FeedbacksForThirdParty.MMF_Vignette - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[9]' - value: MoreMountains.Feedbacks.MMTools MoreMountains.Feedbacks.MMF_Blink - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[10]' - value: MoreMountains.Feedbacks.MMTools MoreMountains.Feedbacks.MMF_Sound - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[11]' - value: MoreMountains.Feedbacks MoreMountains.Feedbacks.MMF_HoldingPause - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[12]' - value: MoreMountains.Feedbacks MoreMountains.Feedbacks.MMF_Scale - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[13]' - value: MoreMountains.Feedbacks.MMTools MoreMountains.Feedbacks.MMF_Sound - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[14]' - value: MoreMountains.Feedbacks.MMTools MoreMountains.Feedbacks.MMF_ShaderController - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[15]' - value: MoreMountains.Feedbacks.MMTools MoreMountains.Feedbacks.MMF_ShaderController - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[16]' - value: MoreMountains.Feedbacks.PostProcessing MoreMountains.FeedbacksForThirdParty.MMF_GlobalPPVolumeAutoBlend - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[17]' - value: MoreMountains.Feedbacks.PostProcessing MoreMountains.FeedbacksForThirdParty.MMF_GlobalPPVolumeAutoBlend - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Mode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[10].Sfx - value: - objectReference: {fileID: 8300000, guid: d6252c9736dd3514dae1fc4563f27d43, type: 3} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[11].Sfx - value: - objectReference: {fileID: 8300000, guid: d6252c9736dd3514dae1fc4563f27d43, type: 3} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[13].Sfx - value: - objectReference: {fileID: 8300000, guid: 6c0124a99f664c84481722e6ce386883, type: 3} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[14].Sfx - value: - objectReference: {fileID: 8300000, guid: 6c0124a99f664c84481722e6ce386883, type: 3} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Mode - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Mode - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Mode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].Mode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Label - value: AudioSource - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[12].Mode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[13].Mode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[14].Mode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[15].Mode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[16].Mode - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[17].Mode - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Label - value: Cinemachine Impulse Source - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Label - value: Chromatic Aberration - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Label - value: Bloom - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Label - value: Position - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Space - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Label - value: Holding Pause - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Space - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Label - value: Rotation - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].Label - value: Camera Zoom - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[8].Label - value: Vignette - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[8].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[9].Label - value: MMBlink - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[9].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[10].Label - value: Sound - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[10].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[11].Label - value: Holding Pause - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[11].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[12].Label - value: Scale - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[12].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[13].Label - value: Sound - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[13].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[14].Label - value: ShaderController - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[14].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[15].Label - value: ShaderController - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[15].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[16].Label - value: Global PP Volume Auto Blend - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[16].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[17].Label - value: Global PP Volume Auto Blend - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[17].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[8].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[8].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[9].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[9].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[10].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[10].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[11].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[11].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[12].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[12].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[12].Offset - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[13].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[13].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[13].Offset - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[14].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[14].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[15].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[15].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[16].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[16].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[17].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[17].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[8].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[9].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].MaxPitch - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].MinPitch - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].UniqueID - value: -872219602 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[10].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[11].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[12].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[13].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[14].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[15].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[16].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[17].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].UniqueID - value: -1812958541 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Duration - value: 0.2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].UniqueID - value: 1735771675 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Duration - value: 0.2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].UniqueID - value: -388069332 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimateX - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimateY - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimateZ - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].UniqueID - value: -27728361 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].AnimateX - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].AnimateY - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].AnimateZ - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].UniqueID - value: -1083130237 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].AnimateX - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].AnimateY - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].AnimateZ - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].UniqueID - value: 1832659148 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].AnimateX - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].AnimateY - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].AnimateZ - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].UniqueID - value: 109073651 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].ZoomMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[8].Duration - value: 0.3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[8].UniqueID - value: -1119411069 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[8].ZoomMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[9].Duration - value: 0.3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[9].UniqueID - value: -236435995 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].MaxVolume - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].MinVolume - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[10].MaxPitch - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[10].MinPitch - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[10].PoolSize - value: 10 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[10].UniqueID - value: -225746281 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[11].MaxPitch - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[11].MinPitch - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[11].PoolSize - value: 10 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[11].UniqueID - value: 103904426 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[12].AnimateX - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[12].AnimateY - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[12].AnimateZ - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[12].UniqueID - value: -656073795 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[13].AnimateX - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[13].AnimateY - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[13].AnimateZ - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[13].MaxPitch - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[13].MinPitch - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[13].PoolSize - value: 10 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[13].UniqueID - value: -698780116 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[14].MaxPitch - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[14].MinPitch - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[14].PoolSize - value: 10 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[14].UniqueID - value: -915072427 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[15].UniqueID - value: 226371726 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[16].UniqueID - value: -2030263503 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[17].UniqueID - value: -2030263503 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Amplitude - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Amplitude - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[9].BlinkMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[10].BlinkMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[10].MaxVolume - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[10].MinVolume - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[11].MaxVolume - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[11].MinVolume - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[13].MaxVolume - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[13].MinVolume - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[14].MaxVolume - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[14].MinVolume - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Velocity.x - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Velocity.y - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Velocity.z - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Velocity.x - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Velocity.y - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Velocity.z - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Velocity.x - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Velocity.y - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Velocity.z - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Velocity.x - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Velocity.y - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Velocity.z - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].AutoResume - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Velocity.x - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Velocity.y - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Velocity.z - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].AutoResume - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Velocity.x - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Velocity.y - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Velocity.z - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[8].Velocity.x - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[8].Velocity.y - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[8].Velocity.z - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[10].PlayMethod - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[11].AutoResume - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[11].PlayMethod - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[11].Velocity.x - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[11].Velocity.y - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[11].Velocity.z - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[12].AutoResume - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[12].Velocity.x - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[12].Velocity.y - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[12].Velocity.z - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[13].PlayMethod - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[14].PlayMethod - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[15].Velocity.x - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[15].Velocity.y - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[15].Velocity.z - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[8].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[9].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[9].TargetBlink - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[10].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[10].TargetBlink - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[11].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[12].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[13].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[14].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[15].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[16].BlendAction - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[16].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[16].FinalWeight - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[17].BlendAction - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[17].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[17].FinalWeight - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].ScriptDriven - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].ScriptDriven - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].ZoomDuration - value: 0.1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[8].ZoomDuration - value: 0.1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[11].ScriptDriven - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[12].ScriptDriven - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ImpulseSource - value: - objectReference: {fileID: 456019763} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].ImpulseSource - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].ImpulseSource - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].ShakeDuration - value: 0.2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].ImpulseSource - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].RemapCurveOne - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].ShakeDuration - value: 0.2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].ImpulseSource - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].PauseDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].RemapCurveOne - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].ImpulseSource - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].PauseDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].RemapCurveOne - value: 360 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].RotationSpace - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].RemapCurveOne - value: 360 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].RotationSpace - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[8].ImpulseSource - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[11].ImpulseSource - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[11].PauseDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[12].ImpulseSource - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[12].PauseDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[12].RemapCurveOne - value: 1.5 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[13].RemapCurveOne - value: 1.5 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[15].ImpulseSource - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[16].BlendDuration - value: 0.25 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[16].InitialWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[17].BlendDuration - value: 0.25 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[17].InitialWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].RelativeValues - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].RelativeValues - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].RemapCurveZero - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].RemapCurveZero - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].RemapCurveZero - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].RemapCurveZero - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[8].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[8].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[8].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[8].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[8].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[9].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[9].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[9].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[9].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[9].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[10].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[10].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[10].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[10].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[10].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[11].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[11].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[11].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[11].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[11].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[12].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[12].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[12].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[12].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[12].RemapCurveZero - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[12].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[13].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[13].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[13].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[13].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[13].RemapCurveZero - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[13].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[14].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[14].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[14].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[14].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[14].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[15].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[15].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[15].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[15].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[15].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[16].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[16].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[16].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[16].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[16].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[17].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[17].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[17].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[17].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[17].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].AutoResumeAfter - value: 0.25 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].AutoResumeAfter - value: 0.25 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].ZoomFieldOfView - value: 35 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[8].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[8].ZoomFieldOfView - value: 35 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[9].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[10].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[11].AutoResumeAfter - value: 0.25 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[11].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[12].AutoResumeAfter - value: 0.25 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[12].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[13].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[14].OneTimeDuration - value: 3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[14].OneTimeRemapMax - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[14].OneTimeRemapMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[14].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[15].OneTimeDuration - value: 3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[15].OneTimeRemapMax - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[15].OneTimeRemapMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[15].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[16].OneTimeDuration - value: 3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[16].OneTimeRemapMax - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[16].OneTimeRemapMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[16].TargetAutoBlend - value: - objectReference: {fileID: 185880664} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[16].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[17].TargetAutoBlend - value: - objectReference: {fileID: 185880664} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[17].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].RelativePosition - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].MaxPauseDuration - value: 3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].MinPauseDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].RelativePosition - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].MaxPauseDuration - value: 3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].MinPauseDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[8].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[8].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[9].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[9].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].TargetAudioSource - value: - objectReference: {fileID: 478010195} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[10].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[10].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[11].MaxPauseDuration - value: 3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[11].MinPauseDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[11].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[11].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[12].MaxPauseDuration - value: 3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[12].MinPauseDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[12].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[12].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[13].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[13].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[14].OneTimeAmplitude - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[14].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[14].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[15].OneTimeAmplitude - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[15].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[15].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[16].OneTimeAmplitude - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[16].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[16].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[17].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[17].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].RelativeIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].RemapIntensityOne - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].RelativeIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].RemapIntensityOne - value: 3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].RemapThresholdOne - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].InitialPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].InitialPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].InitialPosition.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].RemapIntensityOne - value: 3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].RemapThresholdOne - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].InitialPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].InitialPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].InitialPosition.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[8].RelativeIntensity - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[8].RemapIntensityOne - value: 0.1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[9].RelativeIntensity - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[9].RemapIntensityOne - value: 0.1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].SfxAudioMixerGroup - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ClearImpulseOnStop - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].ClearImpulseOnStop - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].RemapIntensityZero - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].ClearImpulseOnStop - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].RemapIntensityZero - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].RemapThresholdZero - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AllowAdditivePlays - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].ClearImpulseOnStop - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].RemapIntensityZero - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].RemapThresholdZero - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].AllowAdditivePlays - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].ClearImpulseOnStop - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].AllowAdditivePlays - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].ClearImpulseOnStop - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].ToDestinationSpace - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].AllowAdditivePlays - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].ToDestinationSpace - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[8].ClearImpulseOnStop - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[8].RemapIntensityZero - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[9].RemapIntensityZero - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[10].SfxAudioMixerGroup - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[11].ClearImpulseOnStop - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[11].SfxAudioMixerGroup - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[12].AllowAdditivePlays - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[12].AnimateScaleTarget - value: - objectReference: {fileID: 699640085} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[12].ClearImpulseOnStop - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[12].DestinationScale.x - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[12].DestinationScale.y - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[12].DestinationScale.z - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[13].AllowAdditivePlays - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[13].AnimateScaleTarget - value: - objectReference: {fileID: 699640085} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[13].DestinationScale.x - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[13].DestinationScale.y - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[13].DestinationScale.z - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[13].SfxAudioMixerGroup - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[14].SfxAudioMixerGroup - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[14].ToDestinationValue - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[15].ClearImpulseOnStop - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[15].ToDestinationValue - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[16].ToDestinationValue - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.InitialDelay - value: 0.2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].RandomizeOnEachPlay - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].DestinationAngles.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].DestinationAngles.y - value: 180 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].DestinationAngles.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].RandomizeOnEachPlay - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].DestinationAngles.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].DestinationAngles.y - value: 180 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].DestinationAngles.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].RelativeFieldOfView - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[8].RelativeFieldOfView - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[8].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[9].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].RandomSfx.Array.size - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[10].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[11].RandomizeOnEachPlay - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[11].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[12].RandomizeOnEachPlay - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[12].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[13].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[14].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[15].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[16].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[17].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[8].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[8].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[8].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[9].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[9].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[9].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[10].RandomSfx.Array.size - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[10].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[10].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[10].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[11].RandomSfx.Array.size - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[11].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[11].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[11].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[12].AnimateScaleDuration - value: 0.2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[12].DetermineScaleOnPlay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[12].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[12].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[12].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[13].AnimateScaleDuration - value: 0.2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[13].DetermineScaleOnPlay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[13].RandomSfx.Array.size - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[13].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[13].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[13].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[14].RandomSfx.Array.size - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[14].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[14].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[14].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[14].ToDestinationColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[14].ToDestinationColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[14].ToDestinationColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[14].ToDestinationColor.r - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[15].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[15].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[15].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[15].ToDestinationColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[15].ToDestinationColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[15].ToDestinationColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[15].ToDestinationColor.r - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[16].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[16].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[16].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[16].ToDestinationColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[16].ToDestinationColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[16].ToDestinationColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[16].ToDestinationColor.r - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[17].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[17].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[17].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionTarget - value: - objectReference: {fileID: 699640084} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].DestinationPosition.x - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].DestinationPosition.y - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].DestinationPosition.z - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].AnimatePositionTarget - value: - objectReference: {fileID: 699640084} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].DestinationPosition.x - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].DestinationPosition.y - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].DestinationPosition.z - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].AnimateRotationTarget - value: - objectReference: {fileID: 1579498608} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].AnimateRotationTarget - value: - objectReference: {fileID: 1579498608} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[14].ToDestinationDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[15].ToDestinationDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[16].ToDestinationDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].RandomizePauseDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].RandomizePauseDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].ZoomTransitionDuration - value: 0.1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[8].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[8].ZoomTransitionDuration - value: 0.1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[9].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[10].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[11].RandomizePauseDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[11].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[12].RandomizePauseDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[12].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[13].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[14].TargetShaderController - value: - objectReference: {fileID: 594467931} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[14].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[15].TargetShaderController - value: - objectReference: {fileID: 749648100} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[15].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[16].TargetShaderController - value: - objectReference: {fileID: 749648100} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[16].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[17].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Intensity.m_PreInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Intensity.m_PreInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionDuration - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].AnimatePositionDuration - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].AnimateRotationDuration - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].DetermineRotationOnPlay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].AnimateRotationDuration - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].DetermineRotationOnPlay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[8].Intensity.m_PreInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[8].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[8].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[9].Intensity.m_PreInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[9].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[9].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[10].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[10].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[11].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[11].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[12].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[12].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[13].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[13].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[14].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[14].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[15].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[15].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[16].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[16].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[17].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[17].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Intensity.m_PostInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Intensity.m_PostInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].DeterminePositionsOnPlay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].InitialPositionTransform - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].DeterminePositionsOnPlay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].InitialPositionTransform - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[8].Intensity.m_PostInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[8].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[9].Intensity.m_PostInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[9].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[10].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[11].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[12].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[13].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[14].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[15].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[16].BlendCurve.m_PreInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[16].ResetToInitialValueOnEnd - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[16].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[17].BlendCurve.m_PreInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[17].ResetToInitialValueOnEnd - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[17].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Intensity.m_RotationOrder - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Intensity.m_RotationOrder - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[8].Intensity.m_RotationOrder - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[9].Intensity.m_RotationOrder - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[10].TestPlayButton.ButtonText - value: Debug Play Sound - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[10].TestStopButton.ButtonText - value: Debug Stop Sound - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[11].TestPlayButton.ButtonText - value: Debug Play Sound - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[11].TestStopButton.ButtonText - value: Debug Stop Sound - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[13].TestPlayButton.ButtonText - value: Debug Play Sound - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[13].TestStopButton.ButtonText - value: Debug Stop Sound - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[14].TestPlayButton.ButtonText - value: Debug Play Sound - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[14].TestStopButton.ButtonText - value: Debug Stop Sound - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[16].BlendCurve.m_PostInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[17].BlendCurve.m_PostInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[8].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[9].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[10].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[11].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[12].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[13].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[14].OneTimeCurve.m_PreInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[14].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[15].OneTimeCurve.m_PreInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[15].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[16].BlendCurve.m_RotationOrder - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[16].OneTimeCurve.m_PreInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[16].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[17].BlendCurve.m_RotationOrder - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[17].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].ResetShakerValuesAfterShake - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].ResetTargetValuesAfterShake - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].ResetShakerValuesAfterShake - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].ResetTargetValuesAfterShake - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].ResetShakerValuesAfterShake - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].ResetTargetValuesAfterShake - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[8].ResetShakerValuesAfterShake - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[8].ResetTargetValuesAfterShake - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[8].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[8].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[8].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[9].ResetShakerValuesAfterShake - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[9].ResetTargetValuesAfterShake - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[9].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[9].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[9].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[10].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[10].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[10].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[11].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[11].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[11].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[12].AnimateScaleX.m_PreInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[12].AnimateScaleY.m_PreInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[12].AnimateScaleZ.m_PreInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[12].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[12].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[12].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[13].AnimateScaleX.m_PreInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[13].AnimateScaleY.m_PreInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[13].AnimateScaleZ.m_PreInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[13].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[13].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[13].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[14].OneTimeCurve.m_PostInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[14].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[14].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[14].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[15].OneTimeCurve.m_PostInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[15].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[15].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[15].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[16].OneTimeCurve.m_PostInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[16].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[16].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[16].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[17].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[17].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[17].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Intensity.m_Curve.Array.size - value: 3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Intensity.m_Curve.Array.size - value: 3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].ShakeIntensity.m_PreInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].ShakeThreshold.m_PreInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].DestinationPositionTransform - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].ShakeIntensity.m_PreInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].ShakeThreshold.m_PreInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].DestinationPositionTransform - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[8].Intensity.m_Curve.Array.size - value: 3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[9].Intensity.m_Curve.Array.size - value: 3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[12].AnimateScaleX.m_PostInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[12].AnimateScaleY.m_PostInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[12].AnimateScaleZ.m_PostInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[13].AnimateScaleX.m_PostInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[13].AnimateScaleY.m_PostInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[13].AnimateScaleZ.m_PostInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[14].OneTimeCurve.m_RotationOrder - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[14].RevertToInitialValueAfterEnd - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[15].OneTimeCurve.m_RotationOrder - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[15].RevertToInitialValueAfterEnd - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[16].OneTimeCurve.m_RotationOrder - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[16].RevertToInitialValueAfterEnd - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].ShakeIntensity.m_PostInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].ShakeThreshold.m_PostInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].ShakeIntensity.m_PostInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].ShakeThreshold.m_PostInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[12].AnimateScaleX.m_RotationOrder - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[12].AnimateScaleY.m_RotationOrder - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[12].AnimateScaleZ.m_RotationOrder - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[13].AnimateScaleX.m_RotationOrder - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[13].AnimateScaleY.m_RotationOrder - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[13].AnimateScaleZ.m_RotationOrder - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[16].BlendCurve.m_Curve.Array.size - value: 3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[17].BlendCurve.m_Curve.Array.size - value: 3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].ShakeIntensity.m_RotationOrder - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].ShakeThreshold.m_RotationOrder - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].ShakeIntensity.m_RotationOrder - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].ShakeThreshold.m_RotationOrder - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].AnimateRotationX.m_PreInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].AnimateRotationY.m_PreInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].AnimateRotationZ.m_PreInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].AnimateRotationX.m_PreInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].AnimateRotationY.m_PreInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].AnimateRotationZ.m_PreInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].AnimateRotationX.m_PostInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].AnimateRotationY.m_PostInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].AnimateRotationZ.m_PostInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].AnimateRotationX.m_PostInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].AnimateRotationY.m_PostInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].AnimateRotationZ.m_PostInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[8].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[9].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[10].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[11].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[12].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[13].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[14].OneTimeCurve.m_Curve.Array.size - value: 3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[14].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[15].OneTimeCurve.m_Curve.Array.size - value: 3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[15].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[16].OneTimeCurve.m_Curve.Array.size - value: 3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[16].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[17].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].AnimateRotationX.m_RotationOrder - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].AnimateRotationY.m_RotationOrder - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].AnimateRotationZ.m_RotationOrder - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].ToDestinationCurve.m_PreInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].AnimateRotationX.m_RotationOrder - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].AnimateRotationY.m_RotationOrder - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].AnimateRotationZ.m_RotationOrder - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].ToDestinationCurve.m_PreInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[8].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[9].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[10].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[11].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[12].AnimateScaleX.m_Curve.Array.size - value: 3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[12].AnimateScaleY.m_Curve.Array.size - value: 3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[12].AnimateScaleZ.m_Curve.Array.size - value: 3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[12].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[13].AnimateScaleX.m_Curve.Array.size - value: 3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[13].AnimateScaleY.m_Curve.Array.size - value: 3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[13].AnimateScaleZ.m_Curve.Array.size - value: 3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[13].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[14].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[14].ToDestinationCurve.m_PreInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[15].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[15].ToDestinationCurve.m_PreInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[16].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[16].ToDestinationCurve.m_PreInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[17].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].ShakeIntensity.m_Curve.Array.size - value: 3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].ShakeThreshold.m_Curve.Array.size - value: 3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].ShakeIntensity.m_Curve.Array.size - value: 3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].ShakeThreshold.m_Curve.Array.size - value: 3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].ToDestinationCurve.m_PostInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].ToDestinationCurve.m_PostInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[14].ToDestinationCurve.m_PostInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[15].ToDestinationCurve.m_PostInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[16].ToDestinationCurve.m_PostInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurve.m_PreInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].AnimatePositionCurve.m_PreInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].ToDestinationCurve.m_RotationOrder - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].ToDestinationCurve.m_RotationOrder - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[14].ToDestinationCurve.m_RotationOrder - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[15].ToDestinationCurve.m_RotationOrder - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[16].ToDestinationCurve.m_RotationOrder - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurve.m_PostInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveX.m_PreInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveY.m_PreInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveZ.m_PreInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].AnimatePositionCurve.m_PostInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].AnimatePositionCurveX.m_PreInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].AnimatePositionCurveY.m_PreInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].AnimatePositionCurveZ.m_PreInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].AnimateRotationX.m_Curve.Array.size - value: 3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].AnimateRotationY.m_Curve.Array.size - value: 3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].AnimateRotationZ.m_Curve.Array.size - value: 3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].AnimateRotationX.m_Curve.Array.size - value: 3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].AnimateRotationY.m_Curve.Array.size - value: 3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].AnimateRotationZ.m_Curve.Array.size - value: 3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Intensity.m_Curve.Array.data[0].time - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Intensity.m_Curve.Array.data[1].time - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Intensity.m_Curve.Array.data[2].time - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Intensity.m_Curve.Array.data[0].time - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Intensity.m_Curve.Array.data[1].time - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Intensity.m_Curve.Array.data[2].time - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurve.m_RotationOrder - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveX.m_PostInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveY.m_PostInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveZ.m_PostInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].AnimatePositionCurve.m_RotationOrder - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].AnimatePositionCurveX.m_PostInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].AnimatePositionCurveY.m_PostInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].AnimatePositionCurveZ.m_PostInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[8].Intensity.m_Curve.Array.data[0].time - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[8].Intensity.m_Curve.Array.data[1].time - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[8].Intensity.m_Curve.Array.data[2].time - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[8].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[9].Intensity.m_Curve.Array.data[0].time - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[9].Intensity.m_Curve.Array.data[1].time - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[9].Intensity.m_Curve.Array.data[2].time - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[9].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[10].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[11].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[12].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[13].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[14].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[15].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[16].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[17].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Intensity.m_Curve.Array.data[0].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Intensity.m_Curve.Array.data[1].value - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Intensity.m_Curve.Array.data[2].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Intensity.m_Curve.Array.data[0].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Intensity.m_Curve.Array.data[1].value - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Intensity.m_Curve.Array.data[2].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveX.m_RotationOrder - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveY.m_RotationOrder - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveZ.m_RotationOrder - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].AnimatePositionCurveX.m_RotationOrder - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].AnimatePositionCurveY.m_RotationOrder - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].AnimatePositionCurveZ.m_RotationOrder - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].ToDestinationCurve.m_Curve.Array.size - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].ToDestinationCurve.m_Curve.Array.size - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[8].Intensity.m_Curve.Array.data[0].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[8].Intensity.m_Curve.Array.data[1].value - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[8].Intensity.m_Curve.Array.data[2].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[9].Intensity.m_Curve.Array.data[0].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[9].Intensity.m_Curve.Array.data[1].value - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[9].Intensity.m_Curve.Array.data[2].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[14].TargetShaderControllerList.Array.size - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[14].ToDestinationCurve.m_Curve.Array.size - value: 3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[15].TargetShaderControllerList.Array.size - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[15].ToDestinationCurve.m_Curve.Array.size - value: 3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[16].BlendCurve.m_Curve.Array.data[0].time - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[16].BlendCurve.m_Curve.Array.data[1].time - value: 0.2301577 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[16].BlendCurve.m_Curve.Array.data[2].time - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[16].TargetShaderControllerList.Array.size - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[16].ToDestinationCurve.m_Curve.Array.size - value: 3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[17].BlendCurve.m_Curve.Array.data[0].time - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[17].BlendCurve.m_Curve.Array.data[1].time - value: 0.2301577 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[17].BlendCurve.m_Curve.Array.data[2].time - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[16].BlendCurve.m_Curve.Array.data[0].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[16].BlendCurve.m_Curve.Array.data[1].value - value: 0.9369415 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[16].BlendCurve.m_Curve.Array.data[2].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[17].BlendCurve.m_Curve.Array.data[0].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[17].BlendCurve.m_Curve.Array.data[1].value - value: 0.9369415 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[17].BlendCurve.m_Curve.Array.data[2].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Intensity.m_Curve.Array.data[0].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Intensity.m_Curve.Array.data[1].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Intensity.m_Curve.Array.data[2].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Intensity.m_Curve.Array.data[0].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Intensity.m_Curve.Array.data[1].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Intensity.m_Curve.Array.data[2].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurve.m_Curve.Array.size - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].AnimatePositionCurve.m_Curve.Array.size - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[8].Intensity.m_Curve.Array.data[0].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[8].Intensity.m_Curve.Array.data[1].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[8].Intensity.m_Curve.Array.data[2].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[9].Intensity.m_Curve.Array.data[0].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[9].Intensity.m_Curve.Array.data[1].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[9].Intensity.m_Curve.Array.data[2].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[14].OneTimeCurve.m_Curve.Array.data[0].time - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[14].OneTimeCurve.m_Curve.Array.data[1].time - value: 0.16522217 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[14].OneTimeCurve.m_Curve.Array.data[2].time - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[15].OneTimeCurve.m_Curve.Array.data[0].time - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[15].OneTimeCurve.m_Curve.Array.data[1].time - value: 0.16522217 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[15].OneTimeCurve.m_Curve.Array.data[2].time - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[16].OneTimeCurve.m_Curve.Array.data[0].time - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[16].OneTimeCurve.m_Curve.Array.data[1].time - value: 0.16522217 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[16].OneTimeCurve.m_Curve.Array.data[2].time - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Intensity.m_Curve.Array.data[0].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Intensity.m_Curve.Array.data[0].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Intensity.m_Curve.Array.data[1].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Intensity.m_Curve.Array.data[1].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Intensity.m_Curve.Array.data[2].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Intensity.m_Curve.Array.data[2].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Intensity.m_Curve.Array.data[0].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Intensity.m_Curve.Array.data[0].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Intensity.m_Curve.Array.data[1].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Intensity.m_Curve.Array.data[1].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Intensity.m_Curve.Array.data[2].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Intensity.m_Curve.Array.data[2].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveX.m_Curve.Array.size - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveY.m_Curve.Array.size - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveZ.m_Curve.Array.size - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].AnimatePositionCurveX.m_Curve.Array.size - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].AnimatePositionCurveY.m_Curve.Array.size - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].AnimatePositionCurveZ.m_Curve.Array.size - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[8].Intensity.m_Curve.Array.data[0].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[8].Intensity.m_Curve.Array.data[0].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[8].Intensity.m_Curve.Array.data[1].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[8].Intensity.m_Curve.Array.data[1].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[8].Intensity.m_Curve.Array.data[2].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[8].Intensity.m_Curve.Array.data[2].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[9].Intensity.m_Curve.Array.data[0].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[9].Intensity.m_Curve.Array.data[0].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[9].Intensity.m_Curve.Array.data[1].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[9].Intensity.m_Curve.Array.data[1].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[9].Intensity.m_Curve.Array.data[2].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[9].Intensity.m_Curve.Array.data[2].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[12].AnimateScaleX.m_Curve.Array.data[0].time - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[12].AnimateScaleX.m_Curve.Array.data[1].time - value: 0.3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[12].AnimateScaleX.m_Curve.Array.data[2].time - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[12].AnimateScaleY.m_Curve.Array.data[0].time - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[12].AnimateScaleY.m_Curve.Array.data[1].time - value: 0.3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[12].AnimateScaleY.m_Curve.Array.data[2].time - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[12].AnimateScaleZ.m_Curve.Array.data[0].time - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[12].AnimateScaleZ.m_Curve.Array.data[1].time - value: 0.3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[12].AnimateScaleZ.m_Curve.Array.data[2].time - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[13].AnimateScaleX.m_Curve.Array.data[0].time - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[13].AnimateScaleX.m_Curve.Array.data[1].time - value: 0.3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[13].AnimateScaleX.m_Curve.Array.data[2].time - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[13].AnimateScaleY.m_Curve.Array.data[0].time - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[13].AnimateScaleY.m_Curve.Array.data[1].time - value: 0.3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[13].AnimateScaleY.m_Curve.Array.data[2].time - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[13].AnimateScaleZ.m_Curve.Array.data[0].time - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[13].AnimateScaleZ.m_Curve.Array.data[1].time - value: 0.3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[13].AnimateScaleZ.m_Curve.Array.data[2].time - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[14].OneTimeCurve.m_Curve.Array.data[0].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[14].OneTimeCurve.m_Curve.Array.data[1].value - value: 1.0069199 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[14].OneTimeCurve.m_Curve.Array.data[2].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[15].OneTimeCurve.m_Curve.Array.data[0].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[15].OneTimeCurve.m_Curve.Array.data[1].value - value: 1.0069199 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[15].OneTimeCurve.m_Curve.Array.data[2].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[16].BlendCurve.m_Curve.Array.data[0].inSlope - value: 5.0189557 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[16].BlendCurve.m_Curve.Array.data[1].inSlope - value: 1.4963219 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[16].BlendCurve.m_Curve.Array.data[2].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[16].OneTimeCurve.m_Curve.Array.data[0].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[16].OneTimeCurve.m_Curve.Array.data[1].value - value: 1.0069199 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[16].OneTimeCurve.m_Curve.Array.data[2].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[17].BlendCurve.m_Curve.Array.data[0].inSlope - value: 5.0189557 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[17].BlendCurve.m_Curve.Array.data[1].inSlope - value: 1.4963219 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[17].BlendCurve.m_Curve.Array.data[2].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Intensity.m_Curve.Array.data[0].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Intensity.m_Curve.Array.data[1].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Intensity.m_Curve.Array.data[2].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Intensity.m_Curve.Array.data[0].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Intensity.m_Curve.Array.data[1].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Intensity.m_Curve.Array.data[2].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].ShakeIntensity.m_Curve.Array.data[0].time - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].ShakeIntensity.m_Curve.Array.data[1].time - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].ShakeIntensity.m_Curve.Array.data[2].time - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].ShakeThreshold.m_Curve.Array.data[0].time - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].ShakeThreshold.m_Curve.Array.data[1].time - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].ShakeThreshold.m_Curve.Array.data[2].time - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].ShakeIntensity.m_Curve.Array.data[0].time - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].ShakeIntensity.m_Curve.Array.data[1].time - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].ShakeIntensity.m_Curve.Array.data[2].time - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].ShakeThreshold.m_Curve.Array.data[0].time - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].ShakeThreshold.m_Curve.Array.data[1].time - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].ShakeThreshold.m_Curve.Array.data[2].time - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[8].Intensity.m_Curve.Array.data[0].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[8].Intensity.m_Curve.Array.data[1].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[8].Intensity.m_Curve.Array.data[2].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[9].Intensity.m_Curve.Array.data[0].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[9].Intensity.m_Curve.Array.data[1].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[9].Intensity.m_Curve.Array.data[2].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[12].AnimateScaleX.m_Curve.Array.data[0].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[12].AnimateScaleX.m_Curve.Array.data[1].value - value: 1.5 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[12].AnimateScaleX.m_Curve.Array.data[2].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[12].AnimateScaleY.m_Curve.Array.data[0].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[12].AnimateScaleY.m_Curve.Array.data[1].value - value: 1.5 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[12].AnimateScaleY.m_Curve.Array.data[2].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[12].AnimateScaleZ.m_Curve.Array.data[0].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[12].AnimateScaleZ.m_Curve.Array.data[1].value - value: 1.5 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[12].AnimateScaleZ.m_Curve.Array.data[2].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[13].AnimateScaleX.m_Curve.Array.data[0].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[13].AnimateScaleX.m_Curve.Array.data[1].value - value: 1.5 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[13].AnimateScaleX.m_Curve.Array.data[2].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[13].AnimateScaleY.m_Curve.Array.data[0].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[13].AnimateScaleY.m_Curve.Array.data[1].value - value: 1.5 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[13].AnimateScaleY.m_Curve.Array.data[2].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[13].AnimateScaleZ.m_Curve.Array.data[0].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[13].AnimateScaleZ.m_Curve.Array.data[1].value - value: 1.5 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[13].AnimateScaleZ.m_Curve.Array.data[2].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[16].BlendCurve.m_Curve.Array.data[0].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[16].BlendCurve.m_Curve.Array.data[0].outSlope - value: 5.0189557 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[16].BlendCurve.m_Curve.Array.data[1].inWeight - value: 0.33333334 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[16].BlendCurve.m_Curve.Array.data[1].outSlope - value: 1.4963219 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[16].BlendCurve.m_Curve.Array.data[2].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[16].BlendCurve.m_Curve.Array.data[2].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[17].BlendCurve.m_Curve.Array.data[0].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[17].BlendCurve.m_Curve.Array.data[0].outSlope - value: 5.0189557 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[17].BlendCurve.m_Curve.Array.data[1].inWeight - value: 0.33333334 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[17].BlendCurve.m_Curve.Array.data[1].outSlope - value: 1.4963219 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[17].BlendCurve.m_Curve.Array.data[2].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[17].BlendCurve.m_Curve.Array.data[2].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].ShakeIntensity.m_Curve.Array.data[0].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].ShakeIntensity.m_Curve.Array.data[1].value - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].ShakeIntensity.m_Curve.Array.data[2].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].ShakeThreshold.m_Curve.Array.data[0].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].ShakeThreshold.m_Curve.Array.data[1].value - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].ShakeThreshold.m_Curve.Array.data[2].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].ShakeIntensity.m_Curve.Array.data[0].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].ShakeIntensity.m_Curve.Array.data[1].value - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].ShakeIntensity.m_Curve.Array.data[2].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].ShakeThreshold.m_Curve.Array.data[0].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].ShakeThreshold.m_Curve.Array.data[1].value - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].ShakeThreshold.m_Curve.Array.data[2].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[14].OneTimeCurve.m_Curve.Array.data[0].inSlope - value: 5.336938 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[14].OneTimeCurve.m_Curve.Array.data[1].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[14].OneTimeCurve.m_Curve.Array.data[2].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[15].OneTimeCurve.m_Curve.Array.data[0].inSlope - value: 5.336938 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[15].OneTimeCurve.m_Curve.Array.data[1].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[15].OneTimeCurve.m_Curve.Array.data[2].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[16].BlendCurve.m_Curve.Array.data[0].outWeight - value: 0.10933422 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[16].BlendCurve.m_Curve.Array.data[1].outWeight - value: 0.33333334 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[16].BlendCurve.m_Curve.Array.data[2].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[16].OneTimeCurve.m_Curve.Array.data[0].inSlope - value: 5.336938 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[16].OneTimeCurve.m_Curve.Array.data[1].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[16].OneTimeCurve.m_Curve.Array.data[2].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[17].BlendCurve.m_Curve.Array.data[0].outWeight - value: 0.10933422 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[17].BlendCurve.m_Curve.Array.data[1].outWeight - value: 0.33333334 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[17].BlendCurve.m_Curve.Array.data[2].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Intensity.m_Curve.Array.data[0].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Intensity.m_Curve.Array.data[1].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Intensity.m_Curve.Array.data[2].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Intensity.m_Curve.Array.data[0].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Intensity.m_Curve.Array.data[1].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Intensity.m_Curve.Array.data[2].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].AnimateRotationX.m_Curve.Array.data[0].time - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].AnimateRotationX.m_Curve.Array.data[1].time - value: 0.3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].AnimateRotationX.m_Curve.Array.data[2].time - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].AnimateRotationY.m_Curve.Array.data[0].time - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].AnimateRotationY.m_Curve.Array.data[1].time - value: 0.3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].AnimateRotationY.m_Curve.Array.data[2].time - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].AnimateRotationZ.m_Curve.Array.data[0].time - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].AnimateRotationZ.m_Curve.Array.data[1].time - value: 0.3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].AnimateRotationZ.m_Curve.Array.data[2].time - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].AnimateRotationX.m_Curve.Array.data[0].time - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].AnimateRotationX.m_Curve.Array.data[1].time - value: 0.3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].AnimateRotationX.m_Curve.Array.data[2].time - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].AnimateRotationY.m_Curve.Array.data[0].time - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].AnimateRotationY.m_Curve.Array.data[1].time - value: 0.3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].AnimateRotationY.m_Curve.Array.data[2].time - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].AnimateRotationZ.m_Curve.Array.data[0].time - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].AnimateRotationZ.m_Curve.Array.data[1].time - value: 0.3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].AnimateRotationZ.m_Curve.Array.data[2].time - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[8].Intensity.m_Curve.Array.data[0].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[8].Intensity.m_Curve.Array.data[1].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[8].Intensity.m_Curve.Array.data[2].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[9].Intensity.m_Curve.Array.data[0].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[9].Intensity.m_Curve.Array.data[1].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[9].Intensity.m_Curve.Array.data[2].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[12].AnimateScaleX.m_Curve.Array.data[0].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[12].AnimateScaleX.m_Curve.Array.data[1].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[12].AnimateScaleX.m_Curve.Array.data[2].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[12].AnimateScaleY.m_Curve.Array.data[0].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[12].AnimateScaleY.m_Curve.Array.data[1].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[12].AnimateScaleY.m_Curve.Array.data[2].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[12].AnimateScaleZ.m_Curve.Array.data[0].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[12].AnimateScaleZ.m_Curve.Array.data[1].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[12].AnimateScaleZ.m_Curve.Array.data[2].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[13].AnimateScaleX.m_Curve.Array.data[0].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[13].AnimateScaleX.m_Curve.Array.data[1].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[13].AnimateScaleX.m_Curve.Array.data[2].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[13].AnimateScaleY.m_Curve.Array.data[0].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[13].AnimateScaleY.m_Curve.Array.data[1].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[13].AnimateScaleY.m_Curve.Array.data[2].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[13].AnimateScaleZ.m_Curve.Array.data[0].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[13].AnimateScaleZ.m_Curve.Array.data[1].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[13].AnimateScaleZ.m_Curve.Array.data[2].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[14].OneTimeCurve.m_Curve.Array.data[0].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[14].OneTimeCurve.m_Curve.Array.data[0].outSlope - value: 5.336938 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[14].OneTimeCurve.m_Curve.Array.data[1].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[14].OneTimeCurve.m_Curve.Array.data[1].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[14].OneTimeCurve.m_Curve.Array.data[2].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[14].OneTimeCurve.m_Curve.Array.data[2].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[15].OneTimeCurve.m_Curve.Array.data[0].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[15].OneTimeCurve.m_Curve.Array.data[0].outSlope - value: 5.336938 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[15].OneTimeCurve.m_Curve.Array.data[1].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[15].OneTimeCurve.m_Curve.Array.data[1].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[15].OneTimeCurve.m_Curve.Array.data[2].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[15].OneTimeCurve.m_Curve.Array.data[2].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[16].OneTimeCurve.m_Curve.Array.data[0].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[16].OneTimeCurve.m_Curve.Array.data[0].outSlope - value: 5.336938 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[16].OneTimeCurve.m_Curve.Array.data[1].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[16].OneTimeCurve.m_Curve.Array.data[1].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[16].OneTimeCurve.m_Curve.Array.data[2].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[16].OneTimeCurve.m_Curve.Array.data[2].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Intensity.m_Curve.Array.data[0].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Intensity.m_Curve.Array.data[1].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Intensity.m_Curve.Array.data[2].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Intensity.m_Curve.Array.data[0].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Intensity.m_Curve.Array.data[1].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Intensity.m_Curve.Array.data[2].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].ShakeIntensity.m_Curve.Array.data[0].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].ShakeIntensity.m_Curve.Array.data[1].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].ShakeIntensity.m_Curve.Array.data[2].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].ShakeThreshold.m_Curve.Array.data[0].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].ShakeThreshold.m_Curve.Array.data[1].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].ShakeThreshold.m_Curve.Array.data[2].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].ShakeIntensity.m_Curve.Array.data[0].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].ShakeIntensity.m_Curve.Array.data[1].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].ShakeIntensity.m_Curve.Array.data[2].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].ShakeThreshold.m_Curve.Array.data[0].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].ShakeThreshold.m_Curve.Array.data[1].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].ShakeThreshold.m_Curve.Array.data[2].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].AnimateRotationX.m_Curve.Array.data[0].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].AnimateRotationX.m_Curve.Array.data[1].value - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].AnimateRotationX.m_Curve.Array.data[2].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].AnimateRotationY.m_Curve.Array.data[0].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].AnimateRotationY.m_Curve.Array.data[1].value - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].AnimateRotationY.m_Curve.Array.data[2].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].AnimateRotationZ.m_Curve.Array.data[0].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].AnimateRotationZ.m_Curve.Array.data[1].value - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].AnimateRotationZ.m_Curve.Array.data[2].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].AnimateRotationX.m_Curve.Array.data[0].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].AnimateRotationX.m_Curve.Array.data[1].value - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].AnimateRotationX.m_Curve.Array.data[2].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].AnimateRotationY.m_Curve.Array.data[0].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].AnimateRotationY.m_Curve.Array.data[1].value - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].AnimateRotationY.m_Curve.Array.data[2].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].AnimateRotationZ.m_Curve.Array.data[0].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].AnimateRotationZ.m_Curve.Array.data[1].value - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].AnimateRotationZ.m_Curve.Array.data[2].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[8].Intensity.m_Curve.Array.data[0].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[8].Intensity.m_Curve.Array.data[1].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[8].Intensity.m_Curve.Array.data[2].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[9].Intensity.m_Curve.Array.data[0].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[9].Intensity.m_Curve.Array.data[1].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[9].Intensity.m_Curve.Array.data[2].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[12].AnimateScaleX.m_Curve.Array.data[0].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[12].AnimateScaleX.m_Curve.Array.data[0].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[12].AnimateScaleX.m_Curve.Array.data[1].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[12].AnimateScaleX.m_Curve.Array.data[1].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[12].AnimateScaleX.m_Curve.Array.data[2].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[12].AnimateScaleX.m_Curve.Array.data[2].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[12].AnimateScaleY.m_Curve.Array.data[0].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[12].AnimateScaleY.m_Curve.Array.data[0].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[12].AnimateScaleY.m_Curve.Array.data[1].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[12].AnimateScaleY.m_Curve.Array.data[1].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[12].AnimateScaleY.m_Curve.Array.data[2].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[12].AnimateScaleY.m_Curve.Array.data[2].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[12].AnimateScaleZ.m_Curve.Array.data[0].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[12].AnimateScaleZ.m_Curve.Array.data[0].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[12].AnimateScaleZ.m_Curve.Array.data[1].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[12].AnimateScaleZ.m_Curve.Array.data[1].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[12].AnimateScaleZ.m_Curve.Array.data[2].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[12].AnimateScaleZ.m_Curve.Array.data[2].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[13].AnimateScaleX.m_Curve.Array.data[0].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[13].AnimateScaleX.m_Curve.Array.data[0].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[13].AnimateScaleX.m_Curve.Array.data[1].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[13].AnimateScaleX.m_Curve.Array.data[1].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[13].AnimateScaleX.m_Curve.Array.data[2].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[13].AnimateScaleX.m_Curve.Array.data[2].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[13].AnimateScaleY.m_Curve.Array.data[0].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[13].AnimateScaleY.m_Curve.Array.data[0].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[13].AnimateScaleY.m_Curve.Array.data[1].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[13].AnimateScaleY.m_Curve.Array.data[1].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[13].AnimateScaleY.m_Curve.Array.data[2].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[13].AnimateScaleY.m_Curve.Array.data[2].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[13].AnimateScaleZ.m_Curve.Array.data[0].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[13].AnimateScaleZ.m_Curve.Array.data[0].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[13].AnimateScaleZ.m_Curve.Array.data[1].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[13].AnimateScaleZ.m_Curve.Array.data[1].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[13].AnimateScaleZ.m_Curve.Array.data[2].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[13].AnimateScaleZ.m_Curve.Array.data[2].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[14].OneTimeCurve.m_Curve.Array.data[0].outWeight - value: 0.03501094 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[14].OneTimeCurve.m_Curve.Array.data[1].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[14].OneTimeCurve.m_Curve.Array.data[2].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[15].OneTimeCurve.m_Curve.Array.data[0].outWeight - value: 0.03501094 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[15].OneTimeCurve.m_Curve.Array.data[1].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[15].OneTimeCurve.m_Curve.Array.data[2].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[16].BlendCurve.m_Curve.Array.data[0].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[16].BlendCurve.m_Curve.Array.data[1].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[16].BlendCurve.m_Curve.Array.data[2].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[16].OneTimeCurve.m_Curve.Array.data[0].outWeight - value: 0.03501094 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[16].OneTimeCurve.m_Curve.Array.data[1].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[16].OneTimeCurve.m_Curve.Array.data[2].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[17].BlendCurve.m_Curve.Array.data[0].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[17].BlendCurve.m_Curve.Array.data[1].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[17].BlendCurve.m_Curve.Array.data[2].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].ShakeIntensity.m_Curve.Array.data[0].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].ShakeIntensity.m_Curve.Array.data[0].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].ShakeIntensity.m_Curve.Array.data[1].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].ShakeIntensity.m_Curve.Array.data[1].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].ShakeIntensity.m_Curve.Array.data[2].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].ShakeIntensity.m_Curve.Array.data[2].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].ShakeThreshold.m_Curve.Array.data[0].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].ShakeThreshold.m_Curve.Array.data[0].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].ShakeThreshold.m_Curve.Array.data[1].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].ShakeThreshold.m_Curve.Array.data[1].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].ShakeThreshold.m_Curve.Array.data[2].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].ShakeThreshold.m_Curve.Array.data[2].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].ShakeIntensity.m_Curve.Array.data[0].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].ShakeIntensity.m_Curve.Array.data[0].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].ShakeIntensity.m_Curve.Array.data[1].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].ShakeIntensity.m_Curve.Array.data[1].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].ShakeIntensity.m_Curve.Array.data[2].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].ShakeIntensity.m_Curve.Array.data[2].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].ShakeThreshold.m_Curve.Array.data[0].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].ShakeThreshold.m_Curve.Array.data[0].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].ShakeThreshold.m_Curve.Array.data[1].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].ShakeThreshold.m_Curve.Array.data[1].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].ShakeThreshold.m_Curve.Array.data[2].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].ShakeThreshold.m_Curve.Array.data[2].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].ToDestinationCurve.m_Curve.Array.data[0].time - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].ToDestinationCurve.m_Curve.Array.data[1].time - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].ToDestinationCurve.m_Curve.Array.data[0].time - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].ToDestinationCurve.m_Curve.Array.data[1].time - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[12].AnimateScaleX.m_Curve.Array.data[0].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[12].AnimateScaleX.m_Curve.Array.data[1].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[12].AnimateScaleX.m_Curve.Array.data[2].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[12].AnimateScaleY.m_Curve.Array.data[0].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[12].AnimateScaleY.m_Curve.Array.data[1].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[12].AnimateScaleY.m_Curve.Array.data[2].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[12].AnimateScaleZ.m_Curve.Array.data[0].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[12].AnimateScaleZ.m_Curve.Array.data[1].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[12].AnimateScaleZ.m_Curve.Array.data[2].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[13].AnimateScaleX.m_Curve.Array.data[0].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[13].AnimateScaleX.m_Curve.Array.data[1].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[13].AnimateScaleX.m_Curve.Array.data[2].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[13].AnimateScaleY.m_Curve.Array.data[0].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[13].AnimateScaleY.m_Curve.Array.data[1].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[13].AnimateScaleY.m_Curve.Array.data[2].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[13].AnimateScaleZ.m_Curve.Array.data[0].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[13].AnimateScaleZ.m_Curve.Array.data[1].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[13].AnimateScaleZ.m_Curve.Array.data[2].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[14].ToDestinationCurve.m_Curve.Array.data[0].time - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[14].ToDestinationCurve.m_Curve.Array.data[1].time - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[14].ToDestinationCurve.m_Curve.Array.data[2].time - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[15].ToDestinationCurve.m_Curve.Array.data[0].time - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[15].ToDestinationCurve.m_Curve.Array.data[1].time - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[15].ToDestinationCurve.m_Curve.Array.data[2].time - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[16].BlendCurve.m_Curve.Array.data[0].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[16].BlendCurve.m_Curve.Array.data[1].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[16].BlendCurve.m_Curve.Array.data[2].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[16].ToDestinationCurve.m_Curve.Array.data[0].time - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[16].ToDestinationCurve.m_Curve.Array.data[1].time - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[16].ToDestinationCurve.m_Curve.Array.data[2].time - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[17].BlendCurve.m_Curve.Array.data[0].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[17].BlendCurve.m_Curve.Array.data[1].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[17].BlendCurve.m_Curve.Array.data[2].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].ShakeIntensity.m_Curve.Array.data[0].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].ShakeIntensity.m_Curve.Array.data[1].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].ShakeIntensity.m_Curve.Array.data[2].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].ShakeThreshold.m_Curve.Array.data[0].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].ShakeThreshold.m_Curve.Array.data[1].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].ShakeThreshold.m_Curve.Array.data[2].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].ShakeIntensity.m_Curve.Array.data[0].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].ShakeIntensity.m_Curve.Array.data[1].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].ShakeIntensity.m_Curve.Array.data[2].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].ShakeThreshold.m_Curve.Array.data[0].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].ShakeThreshold.m_Curve.Array.data[1].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].ShakeThreshold.m_Curve.Array.data[2].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].AnimateRotationX.m_Curve.Array.data[0].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].AnimateRotationX.m_Curve.Array.data[1].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].AnimateRotationX.m_Curve.Array.data[2].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].AnimateRotationY.m_Curve.Array.data[0].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].AnimateRotationY.m_Curve.Array.data[1].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].AnimateRotationY.m_Curve.Array.data[2].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].AnimateRotationZ.m_Curve.Array.data[0].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].AnimateRotationZ.m_Curve.Array.data[1].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].AnimateRotationZ.m_Curve.Array.data[2].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].ToDestinationCurve.m_Curve.Array.data[0].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].ToDestinationCurve.m_Curve.Array.data[1].value - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].AnimateRotationX.m_Curve.Array.data[0].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].AnimateRotationX.m_Curve.Array.data[1].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].AnimateRotationX.m_Curve.Array.data[2].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].AnimateRotationY.m_Curve.Array.data[0].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].AnimateRotationY.m_Curve.Array.data[1].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].AnimateRotationY.m_Curve.Array.data[2].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].AnimateRotationZ.m_Curve.Array.data[0].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].AnimateRotationZ.m_Curve.Array.data[1].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].AnimateRotationZ.m_Curve.Array.data[2].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].ToDestinationCurve.m_Curve.Array.data[0].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].ToDestinationCurve.m_Curve.Array.data[1].value - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[14].OneTimeCurve.m_Curve.Array.data[0].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[14].OneTimeCurve.m_Curve.Array.data[1].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[14].OneTimeCurve.m_Curve.Array.data[2].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[14].ToDestinationCurve.m_Curve.Array.data[0].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[14].ToDestinationCurve.m_Curve.Array.data[1].value - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[14].ToDestinationCurve.m_Curve.Array.data[2].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[15].OneTimeCurve.m_Curve.Array.data[0].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[15].OneTimeCurve.m_Curve.Array.data[1].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[15].OneTimeCurve.m_Curve.Array.data[2].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[15].ToDestinationCurve.m_Curve.Array.data[0].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[15].ToDestinationCurve.m_Curve.Array.data[1].value - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[15].ToDestinationCurve.m_Curve.Array.data[2].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[16].OneTimeCurve.m_Curve.Array.data[0].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[16].OneTimeCurve.m_Curve.Array.data[1].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[16].OneTimeCurve.m_Curve.Array.data[2].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[16].ToDestinationCurve.m_Curve.Array.data[0].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[16].ToDestinationCurve.m_Curve.Array.data[1].value - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[16].ToDestinationCurve.m_Curve.Array.data[2].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurve.m_Curve.Array.data[0].time - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurve.m_Curve.Array.data[1].time - value: 0.1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurve.m_Curve.Array.data[2].time - value: 0.9 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurve.m_Curve.Array.data[3].time - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].AnimatePositionCurve.m_Curve.Array.data[0].time - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].AnimatePositionCurve.m_Curve.Array.data[1].time - value: 0.1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].AnimatePositionCurve.m_Curve.Array.data[2].time - value: 0.9 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].AnimatePositionCurve.m_Curve.Array.data[3].time - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].AnimateRotationX.m_Curve.Array.data[0].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].AnimateRotationX.m_Curve.Array.data[0].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].AnimateRotationX.m_Curve.Array.data[1].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].AnimateRotationX.m_Curve.Array.data[1].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].AnimateRotationX.m_Curve.Array.data[2].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].AnimateRotationX.m_Curve.Array.data[2].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].AnimateRotationY.m_Curve.Array.data[0].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].AnimateRotationY.m_Curve.Array.data[0].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].AnimateRotationY.m_Curve.Array.data[1].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].AnimateRotationY.m_Curve.Array.data[1].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].AnimateRotationY.m_Curve.Array.data[2].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].AnimateRotationY.m_Curve.Array.data[2].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].AnimateRotationZ.m_Curve.Array.data[0].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].AnimateRotationZ.m_Curve.Array.data[0].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].AnimateRotationZ.m_Curve.Array.data[1].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].AnimateRotationZ.m_Curve.Array.data[1].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].AnimateRotationZ.m_Curve.Array.data[2].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].AnimateRotationZ.m_Curve.Array.data[2].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].AnimateRotationX.m_Curve.Array.data[0].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].AnimateRotationX.m_Curve.Array.data[0].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].AnimateRotationX.m_Curve.Array.data[1].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].AnimateRotationX.m_Curve.Array.data[1].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].AnimateRotationX.m_Curve.Array.data[2].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].AnimateRotationX.m_Curve.Array.data[2].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].AnimateRotationY.m_Curve.Array.data[0].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].AnimateRotationY.m_Curve.Array.data[0].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].AnimateRotationY.m_Curve.Array.data[1].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].AnimateRotationY.m_Curve.Array.data[1].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].AnimateRotationY.m_Curve.Array.data[2].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].AnimateRotationY.m_Curve.Array.data[2].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].AnimateRotationZ.m_Curve.Array.data[0].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].AnimateRotationZ.m_Curve.Array.data[0].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].AnimateRotationZ.m_Curve.Array.data[1].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].AnimateRotationZ.m_Curve.Array.data[1].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].AnimateRotationZ.m_Curve.Array.data[2].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].AnimateRotationZ.m_Curve.Array.data[2].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[12].AnimateScaleX.m_Curve.Array.data[0].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[12].AnimateScaleX.m_Curve.Array.data[1].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[12].AnimateScaleX.m_Curve.Array.data[2].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[12].AnimateScaleY.m_Curve.Array.data[0].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[12].AnimateScaleY.m_Curve.Array.data[1].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[12].AnimateScaleY.m_Curve.Array.data[2].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[12].AnimateScaleZ.m_Curve.Array.data[0].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[12].AnimateScaleZ.m_Curve.Array.data[1].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[12].AnimateScaleZ.m_Curve.Array.data[2].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[13].AnimateScaleX.m_Curve.Array.data[0].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[13].AnimateScaleX.m_Curve.Array.data[1].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[13].AnimateScaleX.m_Curve.Array.data[2].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[13].AnimateScaleY.m_Curve.Array.data[0].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[13].AnimateScaleY.m_Curve.Array.data[1].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[13].AnimateScaleY.m_Curve.Array.data[2].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[13].AnimateScaleZ.m_Curve.Array.data[0].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[13].AnimateScaleZ.m_Curve.Array.data[1].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[13].AnimateScaleZ.m_Curve.Array.data[2].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[14].OneTimeCurve.m_Curve.Array.data[0].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[14].OneTimeCurve.m_Curve.Array.data[1].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[14].OneTimeCurve.m_Curve.Array.data[2].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[15].OneTimeCurve.m_Curve.Array.data[0].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[15].OneTimeCurve.m_Curve.Array.data[1].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[15].OneTimeCurve.m_Curve.Array.data[2].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[16].OneTimeCurve.m_Curve.Array.data[0].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[16].OneTimeCurve.m_Curve.Array.data[1].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[16].OneTimeCurve.m_Curve.Array.data[2].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].ShakeIntensity.m_Curve.Array.data[0].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].ShakeIntensity.m_Curve.Array.data[1].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].ShakeIntensity.m_Curve.Array.data[2].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].ShakeThreshold.m_Curve.Array.data[0].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].ShakeThreshold.m_Curve.Array.data[1].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].ShakeThreshold.m_Curve.Array.data[2].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurve.m_Curve.Array.data[0].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurve.m_Curve.Array.data[1].value - value: 0.05 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurve.m_Curve.Array.data[2].value - value: 0.95 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurve.m_Curve.Array.data[3].value - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveX.m_Curve.Array.data[0].time - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveX.m_Curve.Array.data[1].time - value: 0.3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveX.m_Curve.Array.data[2].time - value: 0.6 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveX.m_Curve.Array.data[3].time - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveY.m_Curve.Array.data[0].time - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveY.m_Curve.Array.data[1].time - value: 0.3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveY.m_Curve.Array.data[2].time - value: 0.6 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveY.m_Curve.Array.data[3].time - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveZ.m_Curve.Array.data[0].time - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveZ.m_Curve.Array.data[1].time - value: 0.3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveZ.m_Curve.Array.data[2].time - value: 0.6 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveZ.m_Curve.Array.data[3].time - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].ShakeIntensity.m_Curve.Array.data[0].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].ShakeIntensity.m_Curve.Array.data[1].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].ShakeIntensity.m_Curve.Array.data[2].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].ShakeThreshold.m_Curve.Array.data[0].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].ShakeThreshold.m_Curve.Array.data[1].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].ShakeThreshold.m_Curve.Array.data[2].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].AnimatePositionCurve.m_Curve.Array.data[0].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].AnimatePositionCurve.m_Curve.Array.data[1].value - value: 0.05 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].AnimatePositionCurve.m_Curve.Array.data[2].value - value: 0.95 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].AnimatePositionCurve.m_Curve.Array.data[3].value - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].AnimatePositionCurveX.m_Curve.Array.data[0].time - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].AnimatePositionCurveX.m_Curve.Array.data[1].time - value: 0.3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].AnimatePositionCurveX.m_Curve.Array.data[2].time - value: 0.6 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].AnimatePositionCurveX.m_Curve.Array.data[3].time - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].AnimatePositionCurveY.m_Curve.Array.data[0].time - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].AnimatePositionCurveY.m_Curve.Array.data[1].time - value: 0.3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].AnimatePositionCurveY.m_Curve.Array.data[2].time - value: 0.6 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].AnimatePositionCurveY.m_Curve.Array.data[3].time - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].AnimatePositionCurveZ.m_Curve.Array.data[0].time - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].AnimatePositionCurveZ.m_Curve.Array.data[1].time - value: 0.3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].AnimatePositionCurveZ.m_Curve.Array.data[2].time - value: 0.6 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].AnimatePositionCurveZ.m_Curve.Array.data[3].time - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].AnimateRotationX.m_Curve.Array.data[0].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].AnimateRotationX.m_Curve.Array.data[1].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].AnimateRotationX.m_Curve.Array.data[2].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].AnimateRotationY.m_Curve.Array.data[0].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].AnimateRotationY.m_Curve.Array.data[1].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].AnimateRotationY.m_Curve.Array.data[2].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].AnimateRotationZ.m_Curve.Array.data[0].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].AnimateRotationZ.m_Curve.Array.data[1].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].AnimateRotationZ.m_Curve.Array.data[2].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].ToDestinationCurve.m_Curve.Array.data[0].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].ToDestinationCurve.m_Curve.Array.data[1].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].AnimateRotationX.m_Curve.Array.data[0].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].AnimateRotationX.m_Curve.Array.data[1].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].AnimateRotationX.m_Curve.Array.data[2].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].AnimateRotationY.m_Curve.Array.data[0].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].AnimateRotationY.m_Curve.Array.data[1].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].AnimateRotationY.m_Curve.Array.data[2].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].AnimateRotationZ.m_Curve.Array.data[0].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].AnimateRotationZ.m_Curve.Array.data[1].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].AnimateRotationZ.m_Curve.Array.data[2].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].ToDestinationCurve.m_Curve.Array.data[0].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].ToDestinationCurve.m_Curve.Array.data[1].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[12].AnimateScaleX.m_Curve.Array.data[0].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[12].AnimateScaleX.m_Curve.Array.data[1].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[12].AnimateScaleX.m_Curve.Array.data[2].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[12].AnimateScaleY.m_Curve.Array.data[0].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[12].AnimateScaleY.m_Curve.Array.data[1].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[12].AnimateScaleY.m_Curve.Array.data[2].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[12].AnimateScaleZ.m_Curve.Array.data[0].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[12].AnimateScaleZ.m_Curve.Array.data[1].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[12].AnimateScaleZ.m_Curve.Array.data[2].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[13].AnimateScaleX.m_Curve.Array.data[0].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[13].AnimateScaleX.m_Curve.Array.data[1].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[13].AnimateScaleX.m_Curve.Array.data[2].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[13].AnimateScaleY.m_Curve.Array.data[0].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[13].AnimateScaleY.m_Curve.Array.data[1].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[13].AnimateScaleY.m_Curve.Array.data[2].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[13].AnimateScaleZ.m_Curve.Array.data[0].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[13].AnimateScaleZ.m_Curve.Array.data[1].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[13].AnimateScaleZ.m_Curve.Array.data[2].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[14].ToDestinationCurve.m_Curve.Array.data[0].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[14].ToDestinationCurve.m_Curve.Array.data[1].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[14].ToDestinationCurve.m_Curve.Array.data[2].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[15].ToDestinationCurve.m_Curve.Array.data[0].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[15].ToDestinationCurve.m_Curve.Array.data[1].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[15].ToDestinationCurve.m_Curve.Array.data[2].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[16].ToDestinationCurve.m_Curve.Array.data[0].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[16].ToDestinationCurve.m_Curve.Array.data[1].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[16].ToDestinationCurve.m_Curve.Array.data[2].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].ShakeIntensity.m_Curve.Array.data[0].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].ShakeIntensity.m_Curve.Array.data[1].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].ShakeIntensity.m_Curve.Array.data[2].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].ShakeThreshold.m_Curve.Array.data[0].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].ShakeThreshold.m_Curve.Array.data[1].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].ShakeThreshold.m_Curve.Array.data[2].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveX.m_Curve.Array.data[0].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveX.m_Curve.Array.data[1].value - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveX.m_Curve.Array.data[2].value - value: -1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveX.m_Curve.Array.data[3].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveY.m_Curve.Array.data[0].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveY.m_Curve.Array.data[1].value - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveY.m_Curve.Array.data[2].value - value: -1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveY.m_Curve.Array.data[3].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveZ.m_Curve.Array.data[0].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveZ.m_Curve.Array.data[1].value - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveZ.m_Curve.Array.data[2].value - value: -1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveZ.m_Curve.Array.data[3].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].ShakeIntensity.m_Curve.Array.data[0].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].ShakeIntensity.m_Curve.Array.data[1].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].ShakeIntensity.m_Curve.Array.data[2].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].ShakeThreshold.m_Curve.Array.data[0].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].ShakeThreshold.m_Curve.Array.data[1].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].ShakeThreshold.m_Curve.Array.data[2].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].AnimatePositionCurveX.m_Curve.Array.data[0].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].AnimatePositionCurveX.m_Curve.Array.data[1].value - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].AnimatePositionCurveX.m_Curve.Array.data[2].value - value: -1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].AnimatePositionCurveX.m_Curve.Array.data[3].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].AnimatePositionCurveY.m_Curve.Array.data[0].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].AnimatePositionCurveY.m_Curve.Array.data[1].value - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].AnimatePositionCurveY.m_Curve.Array.data[2].value - value: -1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].AnimatePositionCurveY.m_Curve.Array.data[3].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].AnimatePositionCurveZ.m_Curve.Array.data[0].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].AnimatePositionCurveZ.m_Curve.Array.data[1].value - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].AnimatePositionCurveZ.m_Curve.Array.data[2].value - value: -1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].AnimatePositionCurveZ.m_Curve.Array.data[3].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].ToDestinationCurve.m_Curve.Array.data[0].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].ToDestinationCurve.m_Curve.Array.data[0].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].ToDestinationCurve.m_Curve.Array.data[1].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].ToDestinationCurve.m_Curve.Array.data[1].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].ToDestinationCurve.m_Curve.Array.data[0].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].ToDestinationCurve.m_Curve.Array.data[0].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].ToDestinationCurve.m_Curve.Array.data[1].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].ToDestinationCurve.m_Curve.Array.data[1].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[14].ToDestinationCurve.m_Curve.Array.data[0].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[14].ToDestinationCurve.m_Curve.Array.data[0].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[14].ToDestinationCurve.m_Curve.Array.data[1].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[14].ToDestinationCurve.m_Curve.Array.data[1].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[14].ToDestinationCurve.m_Curve.Array.data[2].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[14].ToDestinationCurve.m_Curve.Array.data[2].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[15].ToDestinationCurve.m_Curve.Array.data[0].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[15].ToDestinationCurve.m_Curve.Array.data[0].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[15].ToDestinationCurve.m_Curve.Array.data[1].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[15].ToDestinationCurve.m_Curve.Array.data[1].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[15].ToDestinationCurve.m_Curve.Array.data[2].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[15].ToDestinationCurve.m_Curve.Array.data[2].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[16].ToDestinationCurve.m_Curve.Array.data[0].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[16].ToDestinationCurve.m_Curve.Array.data[0].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[16].ToDestinationCurve.m_Curve.Array.data[1].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[16].ToDestinationCurve.m_Curve.Array.data[1].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[16].ToDestinationCurve.m_Curve.Array.data[2].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[16].ToDestinationCurve.m_Curve.Array.data[2].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurve.m_Curve.Array.data[0].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurve.m_Curve.Array.data[1].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurve.m_Curve.Array.data[2].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurve.m_Curve.Array.data[3].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].AnimatePositionCurve.m_Curve.Array.data[0].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].AnimatePositionCurve.m_Curve.Array.data[1].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].AnimatePositionCurve.m_Curve.Array.data[2].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].AnimatePositionCurve.m_Curve.Array.data[3].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].AnimateRotationX.m_Curve.Array.data[0].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].AnimateRotationX.m_Curve.Array.data[1].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].AnimateRotationX.m_Curve.Array.data[2].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].AnimateRotationY.m_Curve.Array.data[0].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].AnimateRotationY.m_Curve.Array.data[1].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].AnimateRotationY.m_Curve.Array.data[2].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].AnimateRotationZ.m_Curve.Array.data[0].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].AnimateRotationZ.m_Curve.Array.data[1].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].AnimateRotationZ.m_Curve.Array.data[2].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].ToDestinationCurve.m_Curve.Array.data[0].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].ToDestinationCurve.m_Curve.Array.data[1].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].AnimateRotationX.m_Curve.Array.data[0].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].AnimateRotationX.m_Curve.Array.data[1].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].AnimateRotationX.m_Curve.Array.data[2].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].AnimateRotationY.m_Curve.Array.data[0].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].AnimateRotationY.m_Curve.Array.data[1].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].AnimateRotationY.m_Curve.Array.data[2].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].AnimateRotationZ.m_Curve.Array.data[0].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].AnimateRotationZ.m_Curve.Array.data[1].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].AnimateRotationZ.m_Curve.Array.data[2].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].ToDestinationCurve.m_Curve.Array.data[0].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].ToDestinationCurve.m_Curve.Array.data[1].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[14].ToDestinationCurve.m_Curve.Array.data[0].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[14].ToDestinationCurve.m_Curve.Array.data[1].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[14].ToDestinationCurve.m_Curve.Array.data[2].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[15].ToDestinationCurve.m_Curve.Array.data[0].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[15].ToDestinationCurve.m_Curve.Array.data[1].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[15].ToDestinationCurve.m_Curve.Array.data[2].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[16].ToDestinationCurve.m_Curve.Array.data[0].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[16].ToDestinationCurve.m_Curve.Array.data[1].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[16].ToDestinationCurve.m_Curve.Array.data[2].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurve.m_Curve.Array.data[0].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurve.m_Curve.Array.data[0].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurve.m_Curve.Array.data[1].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurve.m_Curve.Array.data[1].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurve.m_Curve.Array.data[2].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurve.m_Curve.Array.data[2].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurve.m_Curve.Array.data[3].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurve.m_Curve.Array.data[3].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveX.m_Curve.Array.data[0].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveX.m_Curve.Array.data[1].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveX.m_Curve.Array.data[2].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveX.m_Curve.Array.data[3].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveY.m_Curve.Array.data[0].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveY.m_Curve.Array.data[1].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveY.m_Curve.Array.data[2].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveY.m_Curve.Array.data[3].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveZ.m_Curve.Array.data[0].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveZ.m_Curve.Array.data[1].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveZ.m_Curve.Array.data[2].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveZ.m_Curve.Array.data[3].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].AnimatePositionCurve.m_Curve.Array.data[0].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].AnimatePositionCurve.m_Curve.Array.data[0].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].AnimatePositionCurve.m_Curve.Array.data[1].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].AnimatePositionCurve.m_Curve.Array.data[1].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].AnimatePositionCurve.m_Curve.Array.data[2].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].AnimatePositionCurve.m_Curve.Array.data[2].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].AnimatePositionCurve.m_Curve.Array.data[3].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].AnimatePositionCurve.m_Curve.Array.data[3].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].AnimatePositionCurveX.m_Curve.Array.data[0].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].AnimatePositionCurveX.m_Curve.Array.data[1].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].AnimatePositionCurveX.m_Curve.Array.data[2].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].AnimatePositionCurveX.m_Curve.Array.data[3].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].AnimatePositionCurveY.m_Curve.Array.data[0].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].AnimatePositionCurveY.m_Curve.Array.data[1].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].AnimatePositionCurveY.m_Curve.Array.data[2].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].AnimatePositionCurveY.m_Curve.Array.data[3].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].AnimatePositionCurveZ.m_Curve.Array.data[0].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].AnimatePositionCurveZ.m_Curve.Array.data[1].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].AnimatePositionCurveZ.m_Curve.Array.data[2].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].AnimatePositionCurveZ.m_Curve.Array.data[3].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].AnimateRotationX.m_Curve.Array.data[0].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].AnimateRotationX.m_Curve.Array.data[1].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].AnimateRotationX.m_Curve.Array.data[2].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].AnimateRotationY.m_Curve.Array.data[0].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].AnimateRotationY.m_Curve.Array.data[1].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].AnimateRotationY.m_Curve.Array.data[2].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].AnimateRotationZ.m_Curve.Array.data[0].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].AnimateRotationZ.m_Curve.Array.data[1].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].AnimateRotationZ.m_Curve.Array.data[2].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].AnimateRotationX.m_Curve.Array.data[0].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].AnimateRotationX.m_Curve.Array.data[1].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].AnimateRotationX.m_Curve.Array.data[2].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].AnimateRotationY.m_Curve.Array.data[0].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].AnimateRotationY.m_Curve.Array.data[1].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].AnimateRotationY.m_Curve.Array.data[2].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].AnimateRotationZ.m_Curve.Array.data[0].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].AnimateRotationZ.m_Curve.Array.data[1].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].AnimateRotationZ.m_Curve.Array.data[2].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurve.m_Curve.Array.data[0].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurve.m_Curve.Array.data[1].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurve.m_Curve.Array.data[2].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurve.m_Curve.Array.data[3].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveX.m_Curve.Array.data[0].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveX.m_Curve.Array.data[0].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveX.m_Curve.Array.data[1].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveX.m_Curve.Array.data[1].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveX.m_Curve.Array.data[2].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveX.m_Curve.Array.data[2].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveX.m_Curve.Array.data[3].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveX.m_Curve.Array.data[3].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveY.m_Curve.Array.data[0].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveY.m_Curve.Array.data[0].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveY.m_Curve.Array.data[1].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveY.m_Curve.Array.data[1].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveY.m_Curve.Array.data[2].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveY.m_Curve.Array.data[2].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveY.m_Curve.Array.data[3].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveY.m_Curve.Array.data[3].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveZ.m_Curve.Array.data[0].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveZ.m_Curve.Array.data[0].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveZ.m_Curve.Array.data[1].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveZ.m_Curve.Array.data[1].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveZ.m_Curve.Array.data[2].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveZ.m_Curve.Array.data[2].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveZ.m_Curve.Array.data[3].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveZ.m_Curve.Array.data[3].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].AnimatePositionCurve.m_Curve.Array.data[0].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].AnimatePositionCurve.m_Curve.Array.data[1].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].AnimatePositionCurve.m_Curve.Array.data[2].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].AnimatePositionCurve.m_Curve.Array.data[3].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].AnimatePositionCurveX.m_Curve.Array.data[0].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].AnimatePositionCurveX.m_Curve.Array.data[0].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].AnimatePositionCurveX.m_Curve.Array.data[1].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].AnimatePositionCurveX.m_Curve.Array.data[1].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].AnimatePositionCurveX.m_Curve.Array.data[2].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].AnimatePositionCurveX.m_Curve.Array.data[2].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].AnimatePositionCurveX.m_Curve.Array.data[3].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].AnimatePositionCurveX.m_Curve.Array.data[3].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].AnimatePositionCurveY.m_Curve.Array.data[0].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].AnimatePositionCurveY.m_Curve.Array.data[0].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].AnimatePositionCurveY.m_Curve.Array.data[1].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].AnimatePositionCurveY.m_Curve.Array.data[1].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].AnimatePositionCurveY.m_Curve.Array.data[2].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].AnimatePositionCurveY.m_Curve.Array.data[2].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].AnimatePositionCurveY.m_Curve.Array.data[3].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].AnimatePositionCurveY.m_Curve.Array.data[3].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].AnimatePositionCurveZ.m_Curve.Array.data[0].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].AnimatePositionCurveZ.m_Curve.Array.data[0].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].AnimatePositionCurveZ.m_Curve.Array.data[1].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].AnimatePositionCurveZ.m_Curve.Array.data[1].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].AnimatePositionCurveZ.m_Curve.Array.data[2].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].AnimatePositionCurveZ.m_Curve.Array.data[2].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].AnimatePositionCurveZ.m_Curve.Array.data[3].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].AnimatePositionCurveZ.m_Curve.Array.data[3].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].ToDestinationCurve.m_Curve.Array.data[0].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].ToDestinationCurve.m_Curve.Array.data[1].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].ToDestinationCurve.m_Curve.Array.data[0].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].ToDestinationCurve.m_Curve.Array.data[1].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[14].ToDestinationCurve.m_Curve.Array.data[0].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[14].ToDestinationCurve.m_Curve.Array.data[1].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[14].ToDestinationCurve.m_Curve.Array.data[2].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[15].ToDestinationCurve.m_Curve.Array.data[0].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[15].ToDestinationCurve.m_Curve.Array.data[1].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[15].ToDestinationCurve.m_Curve.Array.data[2].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[16].ToDestinationCurve.m_Curve.Array.data[0].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[16].ToDestinationCurve.m_Curve.Array.data[1].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[16].ToDestinationCurve.m_Curve.Array.data[2].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveX.m_Curve.Array.data[0].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveX.m_Curve.Array.data[1].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveX.m_Curve.Array.data[2].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveX.m_Curve.Array.data[3].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveY.m_Curve.Array.data[0].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveY.m_Curve.Array.data[1].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveY.m_Curve.Array.data[2].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveY.m_Curve.Array.data[3].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveZ.m_Curve.Array.data[0].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveZ.m_Curve.Array.data[1].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveZ.m_Curve.Array.data[2].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveZ.m_Curve.Array.data[3].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].AnimatePositionCurveX.m_Curve.Array.data[0].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].AnimatePositionCurveX.m_Curve.Array.data[1].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].AnimatePositionCurveX.m_Curve.Array.data[2].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].AnimatePositionCurveX.m_Curve.Array.data[3].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].AnimatePositionCurveY.m_Curve.Array.data[0].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].AnimatePositionCurveY.m_Curve.Array.data[1].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].AnimatePositionCurveY.m_Curve.Array.data[2].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].AnimatePositionCurveY.m_Curve.Array.data[3].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].AnimatePositionCurveZ.m_Curve.Array.data[0].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].AnimatePositionCurveZ.m_Curve.Array.data[1].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].AnimatePositionCurveZ.m_Curve.Array.data[2].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].AnimatePositionCurveZ.m_Curve.Array.data[3].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].ToDestinationCurve.m_Curve.Array.data[0].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].ToDestinationCurve.m_Curve.Array.data[1].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].ToDestinationCurve.m_Curve.Array.data[0].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].ToDestinationCurve.m_Curve.Array.data[1].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[14].ToDestinationCurve.m_Curve.Array.data[0].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[14].ToDestinationCurve.m_Curve.Array.data[1].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[14].ToDestinationCurve.m_Curve.Array.data[2].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[15].ToDestinationCurve.m_Curve.Array.data[0].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[15].ToDestinationCurve.m_Curve.Array.data[1].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[15].ToDestinationCurve.m_Curve.Array.data[2].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[16].ToDestinationCurve.m_Curve.Array.data[0].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[16].ToDestinationCurve.m_Curve.Array.data[1].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[16].ToDestinationCurve.m_Curve.Array.data[2].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurve.m_Curve.Array.data[0].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurve.m_Curve.Array.data[1].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurve.m_Curve.Array.data[2].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurve.m_Curve.Array.data[3].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].AnimatePositionCurve.m_Curve.Array.data[0].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].AnimatePositionCurve.m_Curve.Array.data[1].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].AnimatePositionCurve.m_Curve.Array.data[2].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].AnimatePositionCurve.m_Curve.Array.data[3].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurve.m_Curve.Array.data[0].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurve.m_Curve.Array.data[1].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurve.m_Curve.Array.data[2].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurve.m_Curve.Array.data[3].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveX.m_Curve.Array.data[0].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveX.m_Curve.Array.data[1].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveX.m_Curve.Array.data[2].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveX.m_Curve.Array.data[3].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveY.m_Curve.Array.data[0].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveY.m_Curve.Array.data[1].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveY.m_Curve.Array.data[2].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveY.m_Curve.Array.data[3].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveZ.m_Curve.Array.data[0].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveZ.m_Curve.Array.data[1].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveZ.m_Curve.Array.data[2].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveZ.m_Curve.Array.data[3].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].AnimatePositionCurve.m_Curve.Array.data[0].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].AnimatePositionCurve.m_Curve.Array.data[1].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].AnimatePositionCurve.m_Curve.Array.data[2].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].AnimatePositionCurve.m_Curve.Array.data[3].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].AnimatePositionCurveX.m_Curve.Array.data[0].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].AnimatePositionCurveX.m_Curve.Array.data[1].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].AnimatePositionCurveX.m_Curve.Array.data[2].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].AnimatePositionCurveX.m_Curve.Array.data[3].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].AnimatePositionCurveY.m_Curve.Array.data[0].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].AnimatePositionCurveY.m_Curve.Array.data[1].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].AnimatePositionCurveY.m_Curve.Array.data[2].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].AnimatePositionCurveY.m_Curve.Array.data[3].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].AnimatePositionCurveZ.m_Curve.Array.data[0].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].AnimatePositionCurveZ.m_Curve.Array.data[1].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].AnimatePositionCurveZ.m_Curve.Array.data[2].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].AnimatePositionCurveZ.m_Curve.Array.data[3].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveX.m_Curve.Array.data[0].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveX.m_Curve.Array.data[1].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveX.m_Curve.Array.data[2].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveX.m_Curve.Array.data[3].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveY.m_Curve.Array.data[0].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveY.m_Curve.Array.data[1].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveY.m_Curve.Array.data[2].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveY.m_Curve.Array.data[3].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveZ.m_Curve.Array.data[0].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveZ.m_Curve.Array.data[1].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveZ.m_Curve.Array.data[2].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveZ.m_Curve.Array.data[3].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].AnimatePositionCurveX.m_Curve.Array.data[0].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].AnimatePositionCurveX.m_Curve.Array.data[1].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].AnimatePositionCurveX.m_Curve.Array.data[2].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].AnimatePositionCurveX.m_Curve.Array.data[3].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].AnimatePositionCurveY.m_Curve.Array.data[0].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].AnimatePositionCurveY.m_Curve.Array.data[1].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].AnimatePositionCurveY.m_Curve.Array.data[2].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].AnimatePositionCurveY.m_Curve.Array.data[3].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].AnimatePositionCurveZ.m_Curve.Array.data[0].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].AnimatePositionCurveZ.m_Curve.Array.data[1].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].AnimatePositionCurveZ.m_Curve.Array.data[2].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].AnimatePositionCurveZ.m_Curve.Array.data[3].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 9167406172343059487, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_IsActive - value: 0 - objectReference: {fileID: 0} - m_RemovedComponents: - - {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, type: 3} - m_RemovedGameObjects: [] - m_AddedGameObjects: [] - m_AddedComponents: - - targetCorrespondingSourceObject: {fileID: 8265520595526061170, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - insertIndex: -1 - addedObject: {fileID: 456019763} - m_SourcePrefab: {fileID: 100100000, guid: a16c33a1240b8ce4f930161a7c85fae6, type: 3} ---- !u!1 &1056074796 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 1056074797} - - component: {fileID: 1056074798} - m_Layer: 0 - m_Name: HapticContinuous - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &1056074797 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1056074796} - serializedVersion: 2 - m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: 0} - m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 - m_Children: [] - m_Father: {fileID: 569166822} - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!114 &1056074798 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1056074796} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 6da43522623d4704e979466dc7650b65, type: 3} - m_Name: - m_EditorClassIdentifier: - Feedbacks: [] - InitializationMode: 2 - AutoInitialization: 1 - SafeMode: 3 - Direction: 0 - AutoChangeDirectionOnEnd: 0 - AutoPlayOnStart: 0 - AutoPlayOnEnable: 0 - ForceTimescaleMode: 0 - ForcedTimescaleMode: 1 - DurationMultiplier: 1 - TimescaleMultiplier: 1 - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 1.5} - DisplayFullDurationDetails: 0 - PlayerTimescaleMode: 1 - OnlyPlayIfWithinRange: 0 - RangeCenter: {fileID: 0} - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - IgnoreRangeEvents: 0 - CooldownDuration: 0 - InitialDelay: 0 - CanPlay: 1 - CanPlayWhileAlreadyPlaying: 1 - ChanceToPlay: 100 - FeedbacksIntensity: 1 - Events: - TriggerMMFeedbacksEvents: 0 - TriggerUnityEvents: 1 - OnPlay: - m_PersistentCalls: - m_Calls: [] - OnPause: - m_PersistentCalls: - m_Calls: [] - OnStop: - m_PersistentCalls: - m_Calls: [] - OnResume: - m_PersistentCalls: - m_Calls: [] - OnChangeDirection: - m_PersistentCalls: - m_Calls: [] - OnComplete: - m_PersistentCalls: - m_Calls: [] - OnRestoreInitialValues: - m_PersistentCalls: - m_Calls: [] - OnSkipToTheEnd: - m_PersistentCalls: - m_Calls: [] - OnInitializationComplete: - m_PersistentCalls: - m_Calls: [] - OnEnable: - m_PersistentCalls: - m_Calls: [] - OnDisable: - m_PersistentCalls: - m_Calls: [] - DebugActive: 0 - InScriptDrivenPause: 0 - FeedbacksList: - - rid: 0 - - rid: 1 - KeepPlayModeChanges: 0 - PerformanceMode: 0 - RestoreInitialValuesOnDisable: 0 - StopFeedbacksOnDisable: 0 - PlayCount: 0 - references: - version: 2 - RefIds: - - rid: 0 - type: {class: MMF_AudioSource, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: -2072860665 - Label: AudioSource - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 1056074798} - DebugActive: 0 - TargetAudioSource: {fileID: 478010195} - Mode: 0 - RandomSfx: [] - MinVolume: 1 - MaxVolume: 1 - MinPitch: 1 - MaxPitch: 1 - SfxAudioMixerGroup: {fileID: 0} - - rid: 1 - type: {class: MMF_NVContinuous, ns: MoreMountains.FeedbacksForThirdParty, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: 32918611 - Label: Haptic Continuous - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 1056074798} - DebugActive: 0 - MinAmplitude: 1 - MaxAmplitude: 1 - MinFrequency: 1 - MaxFrequency: 1 - MinDuration: 2 - MaxDuration: 2 - UseRealTimeModulation: 1 - AmplitudeMultiplication: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.5 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - ShiftFrequency: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.5 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - HapticSettings: - ForceGamepadID: 0 - GamepadID: 0 - OnlyPlayIfHapticsSupported: 1 - OnlyPlayIfAdvancedRequirementsMet: 0 - OnlyPlayIfAmplitudeModulationSupported: 0 - OnlyPlayIfFrequencyModulationSupported: 0 ---- !u!1001 &1056187192 -PrefabInstance: - m_ObjectHideFlags: 0 - serializedVersion: 2 - m_Modification: - serializedVersion: 3 - m_TransformParent: {fileID: 1562927123} - m_Modifications: - - target: {fileID: 4610476634640326944, guid: 9c99ec9330979f94aa6e33f0bec7752f, - type: 3} - propertyPath: m_Name - value: FeedbackDemoBackgroundCube (3) - objectReference: {fileID: 0} - - target: {fileID: 4610476634640326949, guid: 9c99ec9330979f94aa6e33f0bec7752f, - type: 3} - propertyPath: m_RootOrder - value: 3 - objectReference: {fileID: 0} - - target: {fileID: 4610476634640326949, guid: 9c99ec9330979f94aa6e33f0bec7752f, - type: 3} - propertyPath: m_LocalScale.x - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 4610476634640326949, guid: 9c99ec9330979f94aa6e33f0bec7752f, - type: 3} - propertyPath: m_LocalScale.y - value: 100.00004 - objectReference: {fileID: 0} - - target: {fileID: 4610476634640326949, guid: 9c99ec9330979f94aa6e33f0bec7752f, - type: 3} - propertyPath: m_LocalScale.z - value: 100.00004 - objectReference: {fileID: 0} - - target: {fileID: 4610476634640326949, guid: 9c99ec9330979f94aa6e33f0bec7752f, - type: 3} - propertyPath: m_LocalPosition.x - value: -5.329231 - objectReference: {fileID: 0} - - target: {fileID: 4610476634640326949, guid: 9c99ec9330979f94aa6e33f0bec7752f, - type: 3} - propertyPath: m_LocalPosition.y - value: -1.4249885 - objectReference: {fileID: 0} - - target: {fileID: 4610476634640326949, guid: 9c99ec9330979f94aa6e33f0bec7752f, - type: 3} - propertyPath: m_LocalPosition.z - value: 11.356992 - objectReference: {fileID: 0} - - target: {fileID: 4610476634640326949, guid: 9c99ec9330979f94aa6e33f0bec7752f, - type: 3} - propertyPath: m_LocalRotation.w - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 4610476634640326949, guid: 9c99ec9330979f94aa6e33f0bec7752f, - type: 3} - propertyPath: m_LocalRotation.x - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 4610476634640326949, guid: 9c99ec9330979f94aa6e33f0bec7752f, - type: 3} - propertyPath: m_LocalRotation.y - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 4610476634640326949, guid: 9c99ec9330979f94aa6e33f0bec7752f, - type: 3} - propertyPath: m_LocalRotation.z - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 4610476634640326949, guid: 9c99ec9330979f94aa6e33f0bec7752f, - type: 3} - propertyPath: m_LocalEulerAnglesHint.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 4610476634640326949, guid: 9c99ec9330979f94aa6e33f0bec7752f, - type: 3} - propertyPath: m_LocalEulerAnglesHint.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 4610476634640326949, guid: 9c99ec9330979f94aa6e33f0bec7752f, - type: 3} - propertyPath: m_LocalEulerAnglesHint.z - value: 0 - objectReference: {fileID: 0} - m_RemovedComponents: [] - m_RemovedGameObjects: [] - m_AddedGameObjects: [] - m_AddedComponents: - - targetCorrespondingSourceObject: {fileID: 4610476634640326944, guid: 9c99ec9330979f94aa6e33f0bec7752f, - type: 3} - insertIndex: -1 - addedObject: {fileID: 80339205} - m_SourcePrefab: {fileID: 100100000, guid: 9c99ec9330979f94aa6e33f0bec7752f, type: 3} ---- !u!1 &1056405888 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 1056405889} - - component: {fileID: 1056405890} - m_Layer: 0 - m_Name: TMPParagraphSpacing - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &1056405889 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1056405888} - serializedVersion: 2 - m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: 0} - m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 - m_Children: [] - m_Father: {fileID: 1860154325} - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!114 &1056405890 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1056405888} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 6da43522623d4704e979466dc7650b65, type: 3} - m_Name: - m_EditorClassIdentifier: - Feedbacks: [] - InitializationMode: 2 - AutoInitialization: 1 - SafeMode: 3 - Direction: 0 - AutoChangeDirectionOnEnd: 0 - AutoPlayOnStart: 0 - AutoPlayOnEnable: 0 - ForceTimescaleMode: 0 - ForcedTimescaleMode: 1 - DurationMultiplier: 1 - TimescaleMultiplier: 1 - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 1.5} - DisplayFullDurationDetails: 0 - PlayerTimescaleMode: 1 - OnlyPlayIfWithinRange: 0 - RangeCenter: {fileID: 0} - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - IgnoreRangeEvents: 0 - CooldownDuration: 0 - InitialDelay: 0 - CanPlay: 1 - CanPlayWhileAlreadyPlaying: 1 - ChanceToPlay: 100 - FeedbacksIntensity: 1 - Events: - TriggerMMFeedbacksEvents: 0 - TriggerUnityEvents: 1 - OnPlay: - m_PersistentCalls: - m_Calls: [] - OnPause: - m_PersistentCalls: - m_Calls: [] - OnStop: - m_PersistentCalls: - m_Calls: [] - OnResume: - m_PersistentCalls: - m_Calls: [] - OnChangeDirection: - m_PersistentCalls: - m_Calls: [] - OnComplete: - m_PersistentCalls: - m_Calls: [] - OnRestoreInitialValues: - m_PersistentCalls: - m_Calls: [] - OnSkipToTheEnd: - m_PersistentCalls: - m_Calls: [] - OnInitializationComplete: - m_PersistentCalls: - m_Calls: [] - OnEnable: - m_PersistentCalls: - m_Calls: [] - OnDisable: - m_PersistentCalls: - m_Calls: [] - DebugActive: 0 - InScriptDrivenPause: 0 - FeedbacksList: - - rid: 0 - - rid: 1 - - rid: 2 - - rid: 3 - - rid: 4 - - rid: 5 - - rid: 6 - - rid: 7 - - rid: 8 - KeepPlayModeChanges: 0 - PerformanceMode: 0 - RestoreInitialValuesOnDisable: 0 - StopFeedbacksOnDisable: 0 - PlayCount: 0 - references: - version: 2 - RefIds: - - rid: 0 - type: {class: MMF_AudioSource, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: -1587665149 - Label: AudioSource - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 1056405890} - DebugActive: 0 - TargetAudioSource: {fileID: 478010195} - Mode: 0 - RandomSfx: [] - MinVolume: 1 - MaxVolume: 1 - MinPitch: 1 - MaxPitch: 1 - SfxAudioMixerGroup: {fileID: 0} - - rid: 1 - type: {class: MMF_SetActive, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: 119558311 - Label: Set Active - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 1056405890} - DebugActive: 0 - TargetGameObject: {fileID: 731678809} - ExtraTargetGameObjects: [] - IgnorePlayDirection: 0 - SetStateOnInit: 0 - StateOnInit: 1 - SetStateOnPlay: 1 - StateOnPlay: 0 - SetStateOnStop: 0 - StateOnStop: 1 - SetStateOnReset: 0 - StateOnReset: 1 - SetStateOnSkip: 0 - StateOnSkip: 0 - SetStateOnPlayerComplete: 0 - StateOnPlayerComplete: 1 - - rid: 2 - type: {class: MMF_TMPFontSize, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: -491714153 - Label: TMP Font Size - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 1056405890} - DebugActive: 0 - Mode: 1 - Duration: 0.2 - StartsOff: 0 - EndsOff: 0 - RelativeValues: 0 - AllowAdditivePlays: 0 - DisableOnStop: 0 - OnlyPlayIfTargetIsActive: 0 - TargetTMPText: {fileID: 500670851} - FontSizeCurve: - MMTweenDefinitionType: 1 - MMTweenCurve: 4 - Curve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - Initialized: 0 - ConditionPropertyName: - EnumConditionPropertyName: - EnumConditions: 0000000000000000000000000000000000000000000000000000000000000000 - RemapZero: 0 - RemapOne: 1 - InstantFontSize: 15 - DestinationFontSize: 0 - - rid: 3 - type: {class: MMF_TMPText, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: -437271935 - Label: TMP Text - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 1056405890} - DebugActive: 0 - TargetTMPText: {fileID: 500670851} - NewText: 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Quisque - molestie porta nisl, at euismod justo rutrum volutpat. Pellentesque convallis - magna dui, ac placerat nulla ullamcorper varius. Nullam vitae hendrerit - nunc. Praesent ac libero lacus. Nulla aliquam fringilla maximus. Orci varius - natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. - Etiam commodo id dolor ac faucibus. - - - - Donec non erat vitae eros - hendrerit finibus vel sed massa. Ut mi quam, aliquet sed congue vitae, - vulputate at arcu. Quisque venenatis quis arcu maximus porta. Ut vel porta - mi, at dignissim magna. Maecenas iaculis iaculis enim, quis tristique nisi - convallis non. Maecenas tincidunt semper magna at suscipit. Duis interdum - condimentum mattis. Ut eu mi sit amet enim maximus porta. Aliquam accumsan - sit amet nisl id semper. Praesent finibus turpis vitae tortor volutpat, - in vestibulum elit egestas. - - - - Vivamus a tortor congue, viverra - est non, imperdiet ligula. Mauris eget fermentum diam. Maecenas mollis - tristique massa, eu posuere eros mollis vel. Fusce lobortis tellus ut tellus - hendrerit, quis hendrerit mauris aliquet. Etiam luctus viverra sodales. - Duis dignissim, mi lobortis posuere faucibus, ipsum odio fringilla urna, - eu rhoncus justo ligula lobortis nunc. Nunc massa ante, vehicula ac nibh - eget, varius dictum justo. Etiam ac consectetur magna, eget rhoncus justo. - Cras porttitor imperdiet lectus in porta. Vivamus congue neque eu augue - finibus posuere. - - - - Aenean sit amet eleifend magna. Sed bibendum - non risus ut consequat. Mauris in euismod tellus, at commodo augue. Etiam - rhoncus ante nibh, id condimentum augue posuere vitae. In congue, eros - a mattis aliquam, eros leo rutrum ex, ac fermentum diam orci eget dolor. - Etiam rhoncus blandit bibendum. Maecenas dictum mi ut felis suscipit euismod - vitae a mi. Fusce augue justo, blandit a condimentum vitae, tempor in tellus. - Nam gravida quam erat, eu feugiat risus blandit non. Aenean in dapibus - tellus. Nullam tristique iaculis pharetra. - - - - Nullam rhoncus - dignissim lacinia. Duis ut libero a erat vestibulum semper. Mauris ultrices - pulvinar sapien id consectetur. Nullam elementum tincidunt sollicitudin. - Ut ac sem eu odio gravida varius. Sed blandit sed magna quis tincidunt. - Praesent fringilla leo eget diam volutpat, eget fringilla neque venenatis. - Morbi quis enim in ligula porttitor fermentum a non orci. Sed eu luctus - sapien, sed porttitor purus. Sed euismod nulla sed eros bibendum dapibus. - Pellentesque ornare lorem auctor mi volutpat, id ultricies ligula sollicitudin.' - - rid: 4 - type: {class: MMF_Pause, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: 458585691 - Label: Pause - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 1056405890} - DebugActive: 0 - PauseDuration: 1 - RandomizePauseDuration: 0 - MinPauseDuration: 1 - MaxPauseDuration: 3 - RandomizeOnEachPlay: 1 - ScriptDriven: 0 - AutoResume: 0 - AutoResumeAfter: 0.25 - - rid: 5 - type: {class: MMF_TMPParagraphSpacing, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: -969245432 - Label: TMP Paragraph Spacing - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 1056405890} - DebugActive: 0 - Mode: 0 - Duration: 2 - StartsOff: 0 - EndsOff: 0 - RelativeValues: 1 - AllowAdditivePlays: 0 - DisableOnStop: 0 - OnlyPlayIfTargetIsActive: 0 - TargetTMPText: {fileID: 500670851} - ParagraphSpacingCurve: - MMTweenDefinitionType: 1 - MMTweenCurve: 4 - Curve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 7.274787 - outSlope: 7.274787 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0.07788162 - - serializedVersion: 3 - time: 0.3 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.62714374 - value: -0.11714649 - inSlope: -1.1340511 - outSlope: -1.1340511 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - Initialized: 0 - ConditionPropertyName: - EnumConditionPropertyName: - EnumConditions: 0000000000000000000000000000000000000000000000000000000000000000 - RemapZero: 0 - RemapOne: 50 - InstantParagraphSpacing: 0 - DestinationParagraphSpacing: 0 - - rid: 6 - type: {class: MMF_HoldingPause, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: 739340656 - Label: Holding Pause - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 1056405890} - DebugActive: 0 - PauseDuration: 1 - RandomizePauseDuration: 0 - MinPauseDuration: 1 - MaxPauseDuration: 3 - RandomizeOnEachPlay: 1 - ScriptDriven: 0 - AutoResume: 0 - AutoResumeAfter: 0.25 - - rid: 7 - type: {class: MMF_TMPFontSize, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: -716496425 - Label: TMP Font Size - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 1056405890} - DebugActive: 0 - Mode: 1 - Duration: 0.2 - StartsOff: 0 - EndsOff: 0 - RelativeValues: 0 - AllowAdditivePlays: 0 - DisableOnStop: 0 - OnlyPlayIfTargetIsActive: 0 - TargetTMPText: {fileID: 500670851} - FontSizeCurve: - MMTweenDefinitionType: 1 - MMTweenCurve: 4 - Curve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - Initialized: 0 - ConditionPropertyName: - EnumConditionPropertyName: - EnumConditions: 0000000000000000000000000000000000000000000000000000000000000000 - RemapZero: 0 - RemapOne: 1 - InstantFontSize: 60 - DestinationFontSize: 0 - - rid: 8 - type: {class: MMF_SetActive, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: -2078255811 - Label: Set Inactive - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 1056405890} - DebugActive: 0 - TargetGameObject: {fileID: 731678809} - ExtraTargetGameObjects: [] - IgnorePlayDirection: 0 - SetStateOnInit: 0 - StateOnInit: 1 - SetStateOnPlay: 1 - StateOnPlay: 1 - SetStateOnStop: 0 - StateOnStop: 1 - SetStateOnReset: 0 - StateOnReset: 1 - SetStateOnSkip: 0 - StateOnSkip: 0 - SetStateOnPlayerComplete: 0 - StateOnPlayerComplete: 1 ---- !u!1001 &1056432654 -PrefabInstance: - m_ObjectHideFlags: 0 - serializedVersion: 2 - m_Modification: - serializedVersion: 3 - m_TransformParent: {fileID: 1557570896} - m_Modifications: - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: Feedbacks.Array.size - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[0]' - value: - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[1]' - value: - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Pivot.x - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Pivot.y - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_RootOrder - value: 11 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMax.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMax.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMin.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMin.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_SizeDelta.x - value: 256.1 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_SizeDelta.y - value: 30 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalPosition.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.w - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.x - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.y - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.z - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchoredPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchoredPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalEulerAnglesHint.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalEulerAnglesHint.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalEulerAnglesHint.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604939, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_OnClick.m_PersistentCalls.m_Calls.Array.data[0].m_Target - value: - objectReference: {fileID: 1317828858} - - target: {fileID: 2903879014986604939, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_OnClick.m_PersistentCalls.m_Calls.Array.data[0].m_MethodName - value: PlayFeedbacks - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604939, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_OnClick.m_PersistentCalls.m_Calls.Array.data[0].m_Arguments.m_ObjectArgumentAssemblyTypeName - value: UnityEngine.Object, UnityEngine - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604941, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Name - value: Button - Rigidbody 2D - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Text - value: RigidBody2D - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Color.b - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Color.g - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Color.r - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.size - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[0]' - value: MoreMountains.Feedbacks MoreMountains.Feedbacks.MMF_Rigidbody2D - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[1]' - value: MoreMountains.Feedbacks MoreMountains.Feedbacks.MMF_AudioSource - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Mode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Mode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Label - value: Rigidbody2D - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Label - value: AudioSource - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].UniqueID - value: 901327649 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].MaxPitch - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].MinPitch - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].UniqueID - value: -318653209 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].MaxTorque - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].MinTorque - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].MaxVolume - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].MinVolume - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].MaxForce.x - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].MaxForce.y - value: 5 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].MinForce.x - value: -1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].MinForce.y - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AppliedForceMode - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].TargetRigidbody2D - value: - objectReference: {fileID: 319203427} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].TargetAudioSource - value: - objectReference: {fileID: 478010195} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].SfxAudioMixerGroup - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].RandomSfx.Array.size - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 9167406172343059487, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_IsActive - value: 0 - objectReference: {fileID: 0} - m_RemovedComponents: - - {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, type: 3} - m_RemovedGameObjects: [] - m_AddedGameObjects: [] - m_AddedComponents: [] - m_SourcePrefab: {fileID: 100100000, guid: a16c33a1240b8ce4f930161a7c85fae6, type: 3} ---- !u!850595691 &1063045300 -LightingSettings: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_Name: Settings.lighting - serializedVersion: 9 - m_EnableBakedLightmaps: 1 - m_EnableRealtimeLightmaps: 1 - m_RealtimeEnvironmentLighting: 1 - m_BounceScale: 1 - m_AlbedoBoost: 1 - m_IndirectOutputScale: 1 - m_UsingShadowmask: 1 - m_BakeBackend: 1 - m_LightmapMaxSize: 1024 - m_LightmapSizeFixed: 0 - m_UseMipmapLimits: 1 - m_BakeResolution: 40 - m_Padding: 2 - m_LightmapCompression: 2 - m_AO: 0 - m_AOMaxDistance: 1 - m_CompAOExponent: 1 - m_CompAOExponentDirect: 0 - m_ExtractAO: 0 - m_MixedBakeMode: 2 - m_LightmapsBakeMode: 1 - m_FilterMode: 1 - m_LightmapParameters: {fileID: 15204, guid: 0000000000000000f000000000000000, type: 0} - m_ExportTrainingData: 0 - m_EnableWorkerProcessBaking: 1 - m_TrainingDataDestination: TrainingData - m_RealtimeResolution: 2 - m_ForceWhiteAlbedo: 0 - m_ForceUpdates: 0 - m_PVRCulling: 1 - m_PVRSampling: 1 - m_PVRDirectSampleCount: 32 - m_PVRSampleCount: 512 - m_PVREnvironmentSampleCount: 512 - m_PVREnvironmentReferencePointCount: 2048 - m_LightProbeSampleCountMultiplier: 4 - m_PVRBounces: 2 - m_PVRMinBounces: 2 - m_PVREnvironmentImportanceSampling: 0 - m_PVRFilteringMode: 2 - m_PVRDenoiserTypeDirect: 0 - m_PVRDenoiserTypeIndirect: 0 - m_PVRDenoiserTypeAO: 0 - m_PVRFilterTypeDirect: 0 - m_PVRFilterTypeIndirect: 0 - m_PVRFilterTypeAO: 0 - m_PVRFilteringGaussRadiusDirect: 1 - m_PVRFilteringGaussRadiusIndirect: 5 - m_PVRFilteringGaussRadiusAO: 2 - m_PVRFilteringAtrousPositionSigmaDirect: 0.5 - m_PVRFilteringAtrousPositionSigmaIndirect: 2 - m_PVRFilteringAtrousPositionSigmaAO: 1 - m_RespectSceneVisibilityWhenBakingGI: 0 ---- !u!4 &1071623050 stripped -Transform: - m_CorrespondingSourceObject: {fileID: -4216859302048453862, guid: e7b8d3e8e58ffc24984b81ddbd5f9c29, - type: 3} - m_PrefabInstance: {fileID: 1376881397} - m_PrefabAsset: {fileID: 0} ---- !u!1001 &1073327968 -PrefabInstance: - m_ObjectHideFlags: 0 - serializedVersion: 2 - m_Modification: - serializedVersion: 3 - m_TransformParent: {fileID: 1557570896} - m_Modifications: - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: Feedbacks.Array.size - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[0]' - value: - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[1]' - value: - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Pivot.x - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Pivot.y - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_RootOrder - value: 20 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMax.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMax.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMin.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMin.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_SizeDelta.x - value: 256.1 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_SizeDelta.y - value: 30 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalPosition.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.w - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.x - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.y - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.z - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchoredPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchoredPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalEulerAnglesHint.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalEulerAnglesHint.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalEulerAnglesHint.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604939, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_OnClick.m_PersistentCalls.m_Calls.Array.data[0].m_Target - value: - objectReference: {fileID: 639944941} - - target: {fileID: 2903879014986604939, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_OnClick.m_PersistentCalls.m_Calls.Array.data[0].m_MethodName - value: PlayFeedbacks - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604939, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_OnClick.m_PersistentCalls.m_Calls.Array.data[0].m_TargetAssemblyTypeName - value: MoreMountains.Feedbacks.MMF_Player, MoreMountains.Tools - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604939, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_OnClick.m_PersistentCalls.m_Calls.Array.data[0].m_Arguments.m_ObjectArgumentAssemblyTypeName - value: UnityEngine.Object, UnityEngine - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604941, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Name - value: Button - SpriteSheetAnimation - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Text - value: Sprite Sheet Animation - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Color.b - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Color.g - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Color.r - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.size - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[0]' - value: MoreMountains.Feedbacks MoreMountains.Feedbacks.MMF_Animation - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[1]' - value: MoreMountains.Feedbacks MoreMountains.Feedbacks.MMF_AudioSource - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Mode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Label - value: Animation - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Label - value: AudioSource - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].IntValue - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].UniqueID - value: -1324229046 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].MaxPitch - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].MinPitch - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].UniqueID - value: 930405588 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].MaxVolume - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].MinVolume - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].FloatValue - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].UpdateBool - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].IntValueMax - value: 5 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].IntValueMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].TriggerMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].IntIncrement - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].IntValueMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].BoundAnimator - value: - objectReference: {fileID: 2066439668} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].FloatValueMax - value: 5 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].FloatValueMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].UpdateTrigger - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].FloatIncrement - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].FloatValueMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].IntParameterName - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].UpdateRandomBool - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].BoolParameterName - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].RandomTriggerMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].TargetAudioSource - value: - objectReference: {fileID: 478010195} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].BoolParameterValue - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].FloatParameterName - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].SfxAudioMixerGroup - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].UpdateRandomTrigger - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].TriggerParameterName - value: Jump - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].RandomSfx.Array.size - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].RandomBoolParameterValue - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].RandomBoolParameterNames.Array.size - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].RandomTriggerParameterNames.Array.size - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 9167406172343059487, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_IsActive - value: 0 - objectReference: {fileID: 0} - m_RemovedComponents: - - {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, type: 3} - m_RemovedGameObjects: [] - m_AddedGameObjects: [] - m_AddedComponents: [] - m_SourcePrefab: {fileID: 100100000, guid: a16c33a1240b8ce4f930161a7c85fae6, type: 3} ---- !u!224 &1073327969 stripped -RectTransform: - m_CorrespondingSourceObject: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - m_PrefabInstance: {fileID: 1073327968} - m_PrefabAsset: {fileID: 0} ---- !u!1 &1074420531 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 1074420532} - - component: {fileID: 1074420533} - m_Layer: 0 - m_Name: CameraZoom - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &1074420532 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1074420531} - serializedVersion: 2 - m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: 0.023957789, y: 4.7921257, z: 1.0697918} - m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 - m_Children: [] - m_Father: {fileID: 438603709} - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!114 &1074420533 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1074420531} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 6da43522623d4704e979466dc7650b65, type: 3} - m_Name: - m_EditorClassIdentifier: - Feedbacks: [] - InitializationMode: 2 - AutoInitialization: 1 - SafeMode: 3 - Direction: 0 - AutoChangeDirectionOnEnd: 0 - AutoPlayOnStart: 0 - AutoPlayOnEnable: 0 - ForceTimescaleMode: 0 - ForcedTimescaleMode: 1 - DurationMultiplier: 1 - TimescaleMultiplier: 1 - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 1.5} - DisplayFullDurationDetails: 0 - PlayerTimescaleMode: 1 - OnlyPlayIfWithinRange: 0 - RangeCenter: {fileID: 0} - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - IgnoreRangeEvents: 0 - CooldownDuration: 0 - InitialDelay: 0 - CanPlay: 1 - CanPlayWhileAlreadyPlaying: 1 - ChanceToPlay: 100 - FeedbacksIntensity: 1 - Events: - TriggerMMFeedbacksEvents: 0 - TriggerUnityEvents: 1 - OnPlay: - m_PersistentCalls: - m_Calls: [] - OnPause: - m_PersistentCalls: - m_Calls: [] - OnStop: - m_PersistentCalls: - m_Calls: [] - OnResume: - m_PersistentCalls: - m_Calls: [] - OnChangeDirection: - m_PersistentCalls: - m_Calls: [] - OnComplete: - m_PersistentCalls: - m_Calls: [] - OnRestoreInitialValues: - m_PersistentCalls: - m_Calls: [] - OnSkipToTheEnd: - m_PersistentCalls: - m_Calls: [] - OnInitializationComplete: - m_PersistentCalls: - m_Calls: [] - OnEnable: - m_PersistentCalls: - m_Calls: [] - OnDisable: - m_PersistentCalls: - m_Calls: [] - DebugActive: 0 - InScriptDrivenPause: 0 - FeedbacksList: - - rid: 0 - - rid: 1 - KeepPlayModeChanges: 0 - PerformanceMode: 0 - RestoreInitialValuesOnDisable: 0 - StopFeedbacksOnDisable: 0 - PlayCount: 0 - references: - version: 2 - RefIds: - - rid: 0 - type: {class: MMF_CameraZoom, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: -1674971354 - Label: Camera Zoom - OriginalLabel: Camera Zoom - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: Automatic Shaker Setup - Owner: {fileID: 1074420533} - DebugActive: 0 - ZoomMode: 0 - ZoomFieldOfView: 30 - ZoomTransitionDuration: 0.5 - ZoomDuration: 1 - RelativeFieldOfView: 0 - ZoomTween: - MMTweenDefinitionType: 0 - MMTweenCurve: 16 - Curve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - Initialized: 0 - ConditionPropertyName: - EnumConditionPropertyName: - EnumConditions: 0000000000000000000000000000000000000000000000000000000000000000 - - rid: 1 - type: {class: MMF_AudioSource, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: 834565393 - Label: AudioSource - OriginalLabel: AudioSource - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 1074420533} - DebugActive: 0 - TargetAudioSource: {fileID: 478010195} - Mode: 0 - RandomSfx: [] - MinVolume: 1 - MaxVolume: 1 - MinPitch: 1 - MaxPitch: 1 - SfxAudioMixerGroup: {fileID: 0} ---- !u!224 &1087628734 stripped -RectTransform: - m_CorrespondingSourceObject: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - m_PrefabInstance: {fileID: 1402669687} - m_PrefabAsset: {fileID: 0} ---- !u!1 &1093445973 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 1093445974} - - component: {fileID: 1093445988} - - component: {fileID: 1093445987} - - component: {fileID: 1093445986} - - component: {fileID: 1093445985} - - component: {fileID: 1093445984} - - component: {fileID: 1093445983} - - component: {fileID: 1093445982} - - component: {fileID: 1093445981} - - component: {fileID: 1093445980} - - component: {fileID: 1093445979} - - component: {fileID: 1093445978} - - component: {fileID: 1093445977} - - component: {fileID: 1093445976} - - component: {fileID: 1093445975} - m_Layer: 5 - m_Name: AudioTrack - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!224 &1093445974 -RectTransform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1093445973} - m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: 0} - m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 - m_Children: [] - m_Father: {fileID: 1110636859} - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} - m_AnchorMin: {x: 0.5, y: 0.5} - m_AnchorMax: {x: 0.5, y: 0.5} - m_AnchoredPosition: {x: 0, y: 0} - m_SizeDelta: {x: 100, y: 100} - m_Pivot: {x: 0.5, y: 0.5} ---- !u!114 &1093445975 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1093445973} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: e16a029f4e85daf40b26bf34dcb47b4f, type: 3} - m_Name: - m_EditorClassIdentifier: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - ShakeDuration: 2 - PlayOnAwake: 0 - PermanentShake: 0 - Interruptible: 1 - AlwaysResetTargetValuesAfterShake: 0 - OnlyUseShakerValues: 0 - CooldownBetweenShakes: 0 - Shaking: 0 - ForwardDirection: 1 - TimescaleMode: 0 - RelativeReverb: 0 - ShakeReverb: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.5 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapReverbZero: -10000 - RemapReverbOne: 2000 ---- !u!114 &1093445976 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1093445973} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: ebf9417587f151a47b3524335d88983e, type: 3} - m_Name: - m_EditorClassIdentifier: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - ShakeDuration: 2 - PlayOnAwake: 0 - PermanentShake: 0 - Interruptible: 1 - AlwaysResetTargetValuesAfterShake: 0 - OnlyUseShakerValues: 0 - CooldownBetweenShakes: 0 - Shaking: 0 - ForwardDirection: 1 - TimescaleMode: 0 - RelativeLowPass: 0 - ShakeLowPass: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.5 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapLowPassZero: 0 - RemapLowPassOne: 10000 ---- !u!114 &1093445977 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1093445973} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 7ca043dc9da4b1e49a30103f3e9a5fa8, type: 3} - m_Name: - m_EditorClassIdentifier: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - ShakeDuration: 2 - PlayOnAwake: 0 - PermanentShake: 0 - Interruptible: 1 - AlwaysResetTargetValuesAfterShake: 0 - OnlyUseShakerValues: 0 - CooldownBetweenShakes: 0 - Shaking: 0 - ForwardDirection: 1 - TimescaleMode: 0 - RelativeHighPass: 0 - ShakeHighPass: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.5 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapHighPassZero: 0 - RemapHighPassOne: 10000 ---- !u!114 &1093445978 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1093445973} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 14662af9a6e0b6e409e588758b806feb, type: 3} - m_Name: - m_EditorClassIdentifier: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - ShakeDuration: 2 - PlayOnAwake: 0 - PermanentShake: 0 - Interruptible: 1 - AlwaysResetTargetValuesAfterShake: 0 - OnlyUseShakerValues: 0 - CooldownBetweenShakes: 0 - Shaking: 0 - ForwardDirection: 1 - TimescaleMode: 0 - RelativeEcho: 0 - ShakeEcho: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.5 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapEchoZero: 0 - RemapEchoOne: 1 ---- !u!114 &1093445979 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1093445973} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 9da38c3c0ef84574b9a95440721bcf17, type: 3} - m_Name: - m_EditorClassIdentifier: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - ShakeDuration: 2 - PlayOnAwake: 0 - PermanentShake: 0 - Interruptible: 1 - AlwaysResetTargetValuesAfterShake: 0 - OnlyUseShakerValues: 0 - CooldownBetweenShakes: 0 - Shaking: 0 - ForwardDirection: 1 - TimescaleMode: 0 - RelativeDistortion: 0 - ShakeDistortion: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.5 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapDistortionZero: 0 - RemapDistortionOne: 1 ---- !u!114 &1093445980 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1093445973} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: ed3e1ef7541c2d7439c23e2e5f185b96, type: 3} - m_Name: - m_EditorClassIdentifier: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - ShakeDuration: 2 - PlayOnAwake: 0 - PermanentShake: 0 - Interruptible: 1 - AlwaysResetTargetValuesAfterShake: 0 - OnlyUseShakerValues: 0 - CooldownBetweenShakes: 0 - Shaking: 0 - ForwardDirection: 1 - TimescaleMode: 0 - RelativeStereoPan: 0 - ShakeStereoPan: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.3 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.6 - value: -1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapStereoPanZero: 0 - RemapStereoPanOne: 1 ---- !u!114 &1093445981 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1093445973} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 4cfddfd71be34fb43b85eec28d5cf24a, type: 3} - m_Name: - m_EditorClassIdentifier: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - ShakeDuration: 2 - PlayOnAwake: 0 - PermanentShake: 0 - Interruptible: 1 - AlwaysResetTargetValuesAfterShake: 0 - OnlyUseShakerValues: 0 - CooldownBetweenShakes: 0 - Shaking: 0 - ForwardDirection: 1 - TimescaleMode: 0 - RelativePitch: 0 - ShakePitch: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.5 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapPitchZero: 0 - RemapPitchOne: 1 ---- !u!114 &1093445982 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1093445973} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 90d58dde470982e44ab64592b6029c50, type: 3} - m_Name: - m_EditorClassIdentifier: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - ShakeDuration: 2 - PlayOnAwake: 0 - PermanentShake: 0 - Interruptible: 1 - AlwaysResetTargetValuesAfterShake: 0 - OnlyUseShakerValues: 0 - CooldownBetweenShakes: 0 - Shaking: 0 - ForwardDirection: 1 - TimescaleMode: 0 - RelativeVolume: 0 - ShakeVolume: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.5 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapVolumeZero: 0 - RemapVolumeOne: 1 ---- !u!164 &1093445983 -AudioReverbFilter: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1093445973} - m_Enabled: 1 - m_DryLevel: 0 - m_Room: 0 - m_RoomHF: 0 - m_DecayTime: 4.67 - m_DecayHFRatio: 0.5 - m_ReflectionsLevel: -10000 - m_ReverbLevel: -10000 - m_ReverbDelay: 0.04 - m_Diffusion: 100 - m_Density: 100 - m_HFReference: 5000 - m_RoomLF: 0 - m_LFReference: 250 - m_ReflectionsDelay: 0 - m_ReverbPreset: 27 ---- !u!168 &1093445984 -AudioEchoFilter: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1093445973} - m_Enabled: 1 - serializedVersion: 2 - m_Delay: 500 - m_DecayRatio: 0.5 - m_WetMix: 0 - m_DryMix: 1 ---- !u!170 &1093445985 -AudioDistortionFilter: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1093445973} - m_Enabled: 1 - m_DistortionLevel: 0 ---- !u!165 &1093445986 -AudioHighPassFilter: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1093445973} - m_Enabled: 1 - m_CutoffFrequency: 10 - m_HighpassResonanceQ: 1 ---- !u!169 &1093445987 -AudioLowPassFilter: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1093445973} - m_Enabled: 1 - serializedVersion: 3 - m_LowpassResonanceQ: 1 - lowpassLevelCustomCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 ---- !u!82 &1093445988 -AudioSource: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1093445973} - m_Enabled: 1 - serializedVersion: 4 - OutputAudioMixerGroup: {fileID: 0} - m_audioClip: {fileID: 8300000, guid: e99b6c5ad04e7474d98b5d3425dd7f82, type: 3} - m_Resource: {fileID: 8300000, guid: e99b6c5ad04e7474d98b5d3425dd7f82, type: 3} - m_PlayOnAwake: 0 - m_Volume: 1 - m_Pitch: 1 - Loop: 0 - Mute: 0 - Spatialize: 0 - SpatializePostEffects: 0 - Priority: 128 - DopplerLevel: 1 - MinDistance: 1 - MaxDistance: 500 - Pan2D: 0 - rolloffMode: 0 - BypassEffects: 0 - BypassListenerEffects: 0 - BypassReverbZones: 0 - rolloffCustomCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - panLevelCustomCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - spreadCustomCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - reverbZoneMixCustomCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 ---- !u!1 &1096839753 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 1096839754} - - component: {fileID: 1096839755} - m_Layer: 0 - m_Name: Rocks - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &1096839754 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1096839753} - serializedVersion: 2 - m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: 0.27076912, y: -2.6249886, z: 2.0969918} - m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 - m_Children: - - {fileID: 1240631690} - - {fileID: 1753178940} - - {fileID: 577765024} - - {fileID: 1595119958} - - {fileID: 1325367638} - - {fileID: 2022528242} - - {fileID: 367079506} - - {fileID: 1770397029} - - {fileID: 1456461956} - - {fileID: 306533486} - m_Father: {fileID: 950021599} - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!114 &1096839755 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1096839753} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 347013242dca7c44fb5001793033ea59, type: 3} - m_Name: - m_EditorClassIdentifier: - UpdateMode: 0 - PositionActive: 1 - RotationActive: 0 - ScaleActive: 0 - PositionWiggleProperties: - WigglePermitted: 0 - WiggleType: 3 - UseUnscaledTime: 0 - TimeMultiplier: 1 - StartWigglingAutomatically: 1 - SmoothPingPong: 1 - UseSpeedCurve: 0 - SpeedCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 1 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 1 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - FrequencyMin: 0 - FrequencyMax: 1 - AmplitudeMin: {x: -0.5, y: 0, z: -0.5} - AmplitudeMax: {x: 0.5, y: 0, z: 0.5} - RelativeAmplitude: 1 - UniformValues: 0 - ForceVectorLength: 0 - ForcedVectorLength: 1 - Curve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 1 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 1 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapCurveZeroMin: {x: 0, y: 0, z: 0} - RemapCurveZeroMax: {x: 0, y: 0, z: 0} - RemapCurveOneMin: {x: 1, y: 1, z: 1} - RemapCurveOneMax: {x: 1, y: 1, z: 1} - RelativeCurveAmplitude: 1 - CurvePingPong: 0 - PauseMin: 0 - PauseMax: 0 - LimitedTime: 1 - LimitedTimeTotal: 0 - LimitedTimeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - LimitedTimeResetValue: 1 - LimitedTimeLeft: 0 - NoiseFrequencyMin: {x: 5, y: 0, z: 5} - NoiseFrequencyMax: {x: 5, y: 0, z: 5} - NoiseShiftMin: {x: 0, y: 0, z: 1} - NoiseShiftMax: {x: 0, y: 0, z: 1} - RotationWiggleProperties: - WigglePermitted: 1 - WiggleType: 1 - UseUnscaledTime: 0 - TimeMultiplier: 1 - StartWigglingAutomatically: 1 - SmoothPingPong: 1 - UseSpeedCurve: 0 - SpeedCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 1 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 1 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - FrequencyMin: 0 - FrequencyMax: 1 - AmplitudeMin: {x: 0, y: 0, z: 0} - AmplitudeMax: {x: 1, y: 1, z: 1} - RelativeAmplitude: 1 - UniformValues: 0 - ForceVectorLength: 0 - ForcedVectorLength: 1 - Curve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 1 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 1 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapCurveZeroMin: {x: 0, y: 0, z: 0} - RemapCurveZeroMax: {x: 0, y: 0, z: 0} - RemapCurveOneMin: {x: 1, y: 1, z: 1} - RemapCurveOneMax: {x: 1, y: 1, z: 1} - RelativeCurveAmplitude: 1 - CurvePingPong: 0 - PauseMin: 0 - PauseMax: 0 - LimitedTime: 0 - LimitedTimeTotal: 0 - LimitedTimeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - LimitedTimeResetValue: 1 - LimitedTimeLeft: 0 - NoiseFrequencyMin: {x: 0, y: 0, z: 0} - NoiseFrequencyMax: {x: 1, y: 1, z: 1} - NoiseShiftMin: {x: 0, y: 0, z: 0} - NoiseShiftMax: {x: 0, y: 0, z: 0} - ScaleWiggleProperties: - WigglePermitted: 1 - WiggleType: 1 - UseUnscaledTime: 0 - TimeMultiplier: 1 - StartWigglingAutomatically: 1 - SmoothPingPong: 1 - UseSpeedCurve: 0 - SpeedCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 1 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 1 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - FrequencyMin: 0 - FrequencyMax: 1 - AmplitudeMin: {x: 0, y: 0, z: 0} - AmplitudeMax: {x: 1, y: 1, z: 1} - RelativeAmplitude: 1 - UniformValues: 0 - ForceVectorLength: 0 - ForcedVectorLength: 1 - Curve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 1 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 1 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapCurveZeroMin: {x: 0, y: 0, z: 0} - RemapCurveZeroMax: {x: 0, y: 0, z: 0} - RemapCurveOneMin: {x: 1, y: 1, z: 1} - RemapCurveOneMax: {x: 1, y: 1, z: 1} - RelativeCurveAmplitude: 1 - CurvePingPong: 0 - PauseMin: 0 - PauseMax: 0 - LimitedTime: 0 - LimitedTimeTotal: 0 - LimitedTimeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - LimitedTimeResetValue: 1 - LimitedTimeLeft: 0 - NoiseFrequencyMin: {x: 0, y: 0, z: 0} - NoiseFrequencyMax: {x: 1, y: 1, z: 1} - NoiseShiftMin: {x: 0, y: 0, z: 0} - NoiseShiftMax: {x: 0, y: 0, z: 0} - DebugWiggleDuration: 2 ---- !u!1001 &1097235779 -PrefabInstance: - m_ObjectHideFlags: 0 - serializedVersion: 2 - m_Modification: - serializedVersion: 3 - m_TransformParent: {fileID: 1557570896} - m_Modifications: - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_Pivot.x - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_Pivot.y - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_RootOrder - value: 79 - objectReference: {fileID: 0} - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_AnchorMax.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_AnchorMax.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_AnchorMin.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_AnchorMin.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_SizeDelta.x - value: 256.1 - objectReference: {fileID: 0} - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_SizeDelta.y - value: 30 - objectReference: {fileID: 0} - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_LocalPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_LocalPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_LocalPosition.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_LocalRotation.w - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_LocalRotation.x - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_LocalRotation.y - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_LocalRotation.z - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_AnchoredPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_AnchoredPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_LocalEulerAnglesHint.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_LocalEulerAnglesHint.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_LocalEulerAnglesHint.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2251616714236910816, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_Text - value: LOOP - objectReference: {fileID: 0} - - target: {fileID: 2251616714236910816, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_Color.b - value: 0.9245283 - objectReference: {fileID: 0} - - target: {fileID: 2251616714236910816, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_Color.g - value: 0.7213667 - objectReference: {fileID: 0} - - target: {fileID: 2251616714236910816, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_Color.r - value: 0.082858644 - objectReference: {fileID: 0} - - target: {fileID: 3358702390296254852, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_Name - value: Title - Loop - objectReference: {fileID: 0} - m_RemovedComponents: [] - m_RemovedGameObjects: [] - m_AddedGameObjects: [] - m_AddedComponents: [] - m_SourcePrefab: {fileID: 100100000, guid: d0c10e574f6f1af43b3af7996a878151, type: 3} ---- !u!1001 &1102725706 -PrefabInstance: - m_ObjectHideFlags: 0 - serializedVersion: 2 - m_Modification: - serializedVersion: 3 - m_TransformParent: {fileID: 1557570896} - m_Modifications: - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: Feedbacks.Array.size - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[0]' - value: - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[1]' - value: - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Pivot.x - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Pivot.y - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_RootOrder - value: 8 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMax.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMax.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMin.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMin.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_SizeDelta.x - value: 256.1 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_SizeDelta.y - value: 30 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalPosition.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.w - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.x - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.y - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.z - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchoredPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchoredPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalEulerAnglesHint.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalEulerAnglesHint.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalEulerAnglesHint.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604939, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_OnClick.m_PersistentCalls.m_Calls.Array.data[0].m_Target - value: - objectReference: {fileID: 1611117782} - - target: {fileID: 2903879014986604939, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_OnClick.m_PersistentCalls.m_Calls.Array.data[0].m_MethodName - value: PlayFeedbacks - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604939, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_OnClick.m_PersistentCalls.m_Calls.Array.data[0].m_Arguments.m_ObjectArgumentAssemblyTypeName - value: UnityEngine.Object, UnityEngine - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604941, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Name - value: Button - Float Controller - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Text - value: Float Controller - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Color.b - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Color.g - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Color.r - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.size - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[0]' - value: MoreMountains.Feedbacks MoreMountains.Feedbacks.MMF_AudioSource - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[1]' - value: MoreMountains.Feedbacks.MMTools MoreMountains.Feedbacks.MMF_FloatController - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Mode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Mode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Label - value: AudioSource - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Label - value: FloatController - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].MaxPitch - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].MinPitch - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].UniqueID - value: -154292413 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].UniqueID - value: 905360139 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].MaxVolume - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].MinVolume - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].OneTimeDuration - value: 2.2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].OneTimeRemapMax - value: 2000 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].OneTimeRemapMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].OneTimeAmplitude - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].TargetAudioSource - value: - objectReference: {fileID: 478010195} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].SfxAudioMixerGroup - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ToDestinationValue - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].RandomSfx.Array.size - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].TargetFloatController - value: - objectReference: {fileID: 611302158} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ToDestinationDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].OneTimeCurve.m_PreInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].OneTimeCurve.m_PostInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].OneTimeCurve.m_RotationOrder - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].RevertToInitialValueAfterEnd - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].OneTimeCurve.m_Curve.Array.size - value: 3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ToDestinationCurve.m_PreInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ToDestinationCurve.m_PostInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ToDestinationCurve.m_RotationOrder - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ToDestinationCurve.m_Curve.Array.size - value: 3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].OneTimeCurve.m_Curve.Array.data[0].time - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].OneTimeCurve.m_Curve.Array.data[1].time - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].OneTimeCurve.m_Curve.Array.data[2].time - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].OneTimeCurve.m_Curve.Array.data[0].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].OneTimeCurve.m_Curve.Array.data[1].value - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].OneTimeCurve.m_Curve.Array.data[2].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].OneTimeCurve.m_Curve.Array.data[0].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].OneTimeCurve.m_Curve.Array.data[1].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].OneTimeCurve.m_Curve.Array.data[2].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].OneTimeCurve.m_Curve.Array.data[0].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].OneTimeCurve.m_Curve.Array.data[0].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].OneTimeCurve.m_Curve.Array.data[1].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].OneTimeCurve.m_Curve.Array.data[1].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].OneTimeCurve.m_Curve.Array.data[2].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].OneTimeCurve.m_Curve.Array.data[2].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].OneTimeCurve.m_Curve.Array.data[0].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].OneTimeCurve.m_Curve.Array.data[1].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].OneTimeCurve.m_Curve.Array.data[2].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ToDestinationCurve.m_Curve.Array.data[0].time - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ToDestinationCurve.m_Curve.Array.data[1].time - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ToDestinationCurve.m_Curve.Array.data[2].time - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].OneTimeCurve.m_Curve.Array.data[0].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].OneTimeCurve.m_Curve.Array.data[1].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].OneTimeCurve.m_Curve.Array.data[2].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ToDestinationCurve.m_Curve.Array.data[0].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ToDestinationCurve.m_Curve.Array.data[1].value - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ToDestinationCurve.m_Curve.Array.data[2].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].OneTimeCurve.m_Curve.Array.data[0].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].OneTimeCurve.m_Curve.Array.data[1].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].OneTimeCurve.m_Curve.Array.data[2].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ToDestinationCurve.m_Curve.Array.data[0].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ToDestinationCurve.m_Curve.Array.data[1].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ToDestinationCurve.m_Curve.Array.data[2].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ToDestinationCurve.m_Curve.Array.data[0].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ToDestinationCurve.m_Curve.Array.data[0].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ToDestinationCurve.m_Curve.Array.data[1].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ToDestinationCurve.m_Curve.Array.data[1].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ToDestinationCurve.m_Curve.Array.data[2].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ToDestinationCurve.m_Curve.Array.data[2].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ToDestinationCurve.m_Curve.Array.data[0].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ToDestinationCurve.m_Curve.Array.data[1].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ToDestinationCurve.m_Curve.Array.data[2].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ToDestinationCurve.m_Curve.Array.data[0].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ToDestinationCurve.m_Curve.Array.data[1].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ToDestinationCurve.m_Curve.Array.data[2].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ToDestinationCurve.m_Curve.Array.data[0].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ToDestinationCurve.m_Curve.Array.data[1].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ToDestinationCurve.m_Curve.Array.data[2].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 9167406172343059487, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_IsActive - value: 0 - objectReference: {fileID: 0} - m_RemovedComponents: - - {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, type: 3} - m_RemovedGameObjects: [] - m_AddedGameObjects: [] - m_AddedComponents: [] - m_SourcePrefab: {fileID: 100100000, guid: a16c33a1240b8ce4f930161a7c85fae6, type: 3} ---- !u!1 &1109162912 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 1109162913} - - component: {fileID: 1109162914} - m_Layer: 0 - m_Name: MMBlink - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &1109162913 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1109162912} - serializedVersion: 2 - m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: 0} - m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 - m_Children: [] - m_Father: {fileID: 980395213} - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!114 &1109162914 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1109162912} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 6da43522623d4704e979466dc7650b65, type: 3} - m_Name: - m_EditorClassIdentifier: - Feedbacks: [] - InitializationMode: 2 - AutoInitialization: 1 - SafeMode: 3 - Direction: 0 - AutoChangeDirectionOnEnd: 0 - AutoPlayOnStart: 0 - AutoPlayOnEnable: 0 - ForceTimescaleMode: 0 - ForcedTimescaleMode: 1 - DurationMultiplier: 1 - TimescaleMultiplier: 1 - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 1.5} - DisplayFullDurationDetails: 0 - PlayerTimescaleMode: 1 - OnlyPlayIfWithinRange: 0 - RangeCenter: {fileID: 0} - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - IgnoreRangeEvents: 0 - CooldownDuration: 0 - InitialDelay: 0 - CanPlay: 1 - CanPlayWhileAlreadyPlaying: 1 - ChanceToPlay: 100 - FeedbacksIntensity: 1 - Events: - TriggerMMFeedbacksEvents: 0 - TriggerUnityEvents: 1 - OnPlay: - m_PersistentCalls: - m_Calls: [] - OnPause: - m_PersistentCalls: - m_Calls: [] - OnStop: - m_PersistentCalls: - m_Calls: [] - OnResume: - m_PersistentCalls: - m_Calls: [] - OnChangeDirection: - m_PersistentCalls: - m_Calls: [] - OnComplete: - m_PersistentCalls: - m_Calls: [] - OnRestoreInitialValues: - m_PersistentCalls: - m_Calls: [] - OnSkipToTheEnd: - m_PersistentCalls: - m_Calls: [] - OnInitializationComplete: - m_PersistentCalls: - m_Calls: [] - OnEnable: - m_PersistentCalls: - m_Calls: [] - OnDisable: - m_PersistentCalls: - m_Calls: [] - DebugActive: 0 - InScriptDrivenPause: 0 - FeedbacksList: - - rid: 0 - - rid: 1 - KeepPlayModeChanges: 0 - PerformanceMode: 0 - RestoreInitialValuesOnDisable: 0 - StopFeedbacksOnDisable: 0 - PlayCount: 0 - references: - version: 2 - RefIds: - - rid: 0 - type: {class: MMF_Blink, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: 2013884512 - Label: MMBlink - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 1109162914} - DebugActive: 0 - TargetBlink: {fileID: 7903921081868765310} - ExtraTargetBlinks: [] - BlinkMode: 1 - Duration: 0 - GrabDurationFromBlinkButton: - ButtonText: Grab Duration From Blink Component - - rid: 1 - type: {class: MMF_AudioSource, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: -247581206 - Label: AudioSource - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 1109162914} - DebugActive: 0 - TargetAudioSource: {fileID: 478010195} - Mode: 0 - RandomSfx: [] - MinVolume: 1 - MaxVolume: 1 - MinPitch: 1 - MaxPitch: 1 - SfxAudioMixerGroup: {fileID: 0} ---- !u!224 &1110636859 stripped -RectTransform: - m_CorrespondingSourceObject: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - m_PrefabInstance: {fileID: 1335759962} - m_PrefabAsset: {fileID: 0} ---- !u!224 &1112039422 stripped -RectTransform: - m_CorrespondingSourceObject: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - m_PrefabInstance: {fileID: 1002889111} - m_PrefabAsset: {fileID: 0} ---- !u!1 &1112567859 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 1112567860} - - component: {fileID: 1112567861} - m_Layer: 0 - m_Name: MMSoundManagerSound - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &1112567860 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1112567859} - serializedVersion: 2 - m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: 0} - m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 - m_Children: [] - m_Father: {fileID: 1408360770} - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!114 &1112567861 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1112567859} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 6da43522623d4704e979466dc7650b65, type: 3} - m_Name: - m_EditorClassIdentifier: - Feedbacks: [] - InitializationMode: 2 - AutoInitialization: 1 - SafeMode: 3 - Direction: 0 - AutoChangeDirectionOnEnd: 0 - AutoPlayOnStart: 0 - AutoPlayOnEnable: 0 - ForceTimescaleMode: 0 - ForcedTimescaleMode: 1 - DurationMultiplier: 1 - TimescaleMultiplier: 1 - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 1.5} - DisplayFullDurationDetails: 0 - PlayerTimescaleMode: 1 - OnlyPlayIfWithinRange: 0 - RangeCenter: {fileID: 0} - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - IgnoreRangeEvents: 0 - CooldownDuration: 0 - InitialDelay: 0 - CanPlay: 1 - CanPlayWhileAlreadyPlaying: 1 - ChanceToPlay: 100 - FeedbacksIntensity: 1 - Events: - TriggerMMFeedbacksEvents: 0 - TriggerUnityEvents: 1 - OnPlay: - m_PersistentCalls: - m_Calls: [] - OnPause: - m_PersistentCalls: - m_Calls: [] - OnStop: - m_PersistentCalls: - m_Calls: [] - OnResume: - m_PersistentCalls: - m_Calls: [] - OnChangeDirection: - m_PersistentCalls: - m_Calls: [] - OnComplete: - m_PersistentCalls: - m_Calls: [] - OnRestoreInitialValues: - m_PersistentCalls: - m_Calls: [] - OnSkipToTheEnd: - m_PersistentCalls: - m_Calls: [] - OnInitializationComplete: - m_PersistentCalls: - m_Calls: [] - OnEnable: - m_PersistentCalls: - m_Calls: [] - OnDisable: - m_PersistentCalls: - m_Calls: [] - DebugActive: 0 - InScriptDrivenPause: 0 - FeedbacksList: - - rid: 0 - KeepPlayModeChanges: 0 - PerformanceMode: 0 - RestoreInitialValuesOnDisable: 0 - StopFeedbacksOnDisable: 0 - PlayCount: 0 - references: - version: 2 - RefIds: - - rid: 0 - type: {class: MMF_MMSoundManagerSound, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: 1592852036 - Label: MMSoundManager Sound - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: Automatic Shaker Setup - Owner: {fileID: 1112567861} - DebugActive: 0 - Source: 0 - Sfx: {fileID: 8300000, guid: 98046261e6947b64eb462140e10a5b35, type: 3} - AudioResourceToPlay: {fileID: 0} - RandomSfx: [] - SequentialOrder: 0 - SequentialOrderHoldLast: 0 - SequentialOrderHoldCooldownDuration: 0 - RandomUnique: 0 - SoundDataSO: {fileID: 0} - MinVolume: 1 - MaxVolume: 1 - MinPitch: 1 - MaxPitch: 1 - MmSoundManagerTrack: 0 - ID: 0 - AudioGroup: {fileID: 0} - RecycleAudioSource: {fileID: 0} - Loop: 0 - Persistent: 0 - DoNotPlayIfClipAlreadyPlaying: 0 - StopSoundOnFeedbackStop: 0 - Fade: 0 - FadeInitialVolume: 0 - FadeDuration: 1 - FadeTween: - MMTweenDefinitionType: 0 - MMTweenCurve: 9 - Curve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - Initialized: 0 - ConditionPropertyName: Fade - EnumConditionPropertyName: - EnumConditions: 0000000000000000000000000000000000000000000000000000000000000000 - SoloSingleTrack: 0 - SoloAllTracks: 0 - AutoUnSoloOnEnd: 0 - PanStereo: 0 - SpatialBlend: 0 - AttachToTransform: {fileID: 0} - BypassEffects: 0 - BypassListenerEffects: 0 - BypassReverbZones: 0 - Priority: 0 - ReverbZoneMix: 0 - PlaybackTime: {x: 0, y: 0} - PlaybackDuration: {x: 0, y: 0} - DopplerLevel: 0 - Spread: 0 - RolloffMode: 0 - MinDistance: 0 - MaxDistance: 0 - UseCustomRolloffCurve: 0 - CustomRolloffCurve: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - UseSpatialBlendCurve: 0 - SpatialBlendCurve: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - UseReverbZoneMixCurve: 0 - ReverbZoneMixCurve: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - UseSpreadCurve: 0 - SpreadCurve: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - DrawGizmos: 0 - GizmosCenter: {fileID: 0} - MinDistanceColor: {r: 0.37254903, g: 0.61960787, b: 0.627451, a: 1} - MaxDistanceColor: {r: 1, g: 0.27058825, b: 0, a: 1} - TestPlayButton: - ButtonText: Debug Play Sound - TestStopButton: - ButtonText: Debug Stop Sound - ResetSequentialIndexButton: - ButtonText: Reset Sequential Index ---- !u!1001 &1116579202 -PrefabInstance: - m_ObjectHideFlags: 0 - serializedVersion: 2 - m_Modification: - serializedVersion: 3 - m_TransformParent: {fileID: 1557570896} - m_Modifications: - - target: {fileID: 4994452109645884045, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_Name - value: Spacer - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_Pivot.x - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_Pivot.y - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_RootOrder - value: 44 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_AnchorMax.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_AnchorMax.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_AnchorMin.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_AnchorMin.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_SizeDelta.x - value: 236.1 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_SizeDelta.y - value: 30 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_LocalPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_LocalPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_LocalPosition.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_LocalRotation.w - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_LocalRotation.x - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_LocalRotation.y - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_LocalRotation.z - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_AnchoredPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_AnchoredPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_LocalEulerAnglesHint.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_LocalEulerAnglesHint.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_LocalEulerAnglesHint.z - value: 0 - objectReference: {fileID: 0} - m_RemovedComponents: [] - m_RemovedGameObjects: [] - m_AddedGameObjects: [] - m_AddedComponents: [] - m_SourcePrefab: {fileID: 100100000, guid: b4ba93cf48b1c6b468135361158be27d, type: 3} ---- !u!224 &1116825811 stripped -RectTransform: - m_CorrespondingSourceObject: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - m_PrefabInstance: {fileID: 765789504} - m_PrefabAsset: {fileID: 0} ---- !u!1 &1122182441 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 1122182442} - - component: {fileID: 1122182443} - m_Layer: 0 - m_Name: TMPAlpha - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &1122182442 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1122182441} - serializedVersion: 2 - m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: 0} - m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 - m_Children: [] - m_Father: {fileID: 1860154325} - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!114 &1122182443 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1122182441} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 6da43522623d4704e979466dc7650b65, type: 3} - m_Name: - m_EditorClassIdentifier: - Feedbacks: [] - InitializationMode: 2 - AutoInitialization: 1 - SafeMode: 3 - Direction: 0 - AutoChangeDirectionOnEnd: 0 - AutoPlayOnStart: 0 - AutoPlayOnEnable: 0 - ForceTimescaleMode: 0 - ForcedTimescaleMode: 1 - DurationMultiplier: 1 - TimescaleMultiplier: 1 - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 1.5} - DisplayFullDurationDetails: 0 - PlayerTimescaleMode: 1 - OnlyPlayIfWithinRange: 0 - RangeCenter: {fileID: 0} - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - IgnoreRangeEvents: 0 - CooldownDuration: 0 - InitialDelay: 0 - CanPlay: 1 - CanPlayWhileAlreadyPlaying: 1 - ChanceToPlay: 100 - FeedbacksIntensity: 1 - Events: - TriggerMMFeedbacksEvents: 0 - TriggerUnityEvents: 1 - OnPlay: - m_PersistentCalls: - m_Calls: [] - OnPause: - m_PersistentCalls: - m_Calls: [] - OnStop: - m_PersistentCalls: - m_Calls: [] - OnResume: - m_PersistentCalls: - m_Calls: [] - OnChangeDirection: - m_PersistentCalls: - m_Calls: [] - OnComplete: - m_PersistentCalls: - m_Calls: [] - OnRestoreInitialValues: - m_PersistentCalls: - m_Calls: [] - OnSkipToTheEnd: - m_PersistentCalls: - m_Calls: [] - OnInitializationComplete: - m_PersistentCalls: - m_Calls: [] - OnEnable: - m_PersistentCalls: - m_Calls: [] - OnDisable: - m_PersistentCalls: - m_Calls: [] - DebugActive: 0 - InScriptDrivenPause: 0 - FeedbacksList: - - rid: 0 - - rid: 1 - - rid: 2 - - rid: 3 - - rid: 4 - - rid: 5 - - rid: 6 - KeepPlayModeChanges: 0 - PerformanceMode: 0 - RestoreInitialValuesOnDisable: 0 - StopFeedbacksOnDisable: 0 - PlayCount: 0 - references: - version: 2 - RefIds: - - rid: 0 - type: {class: MMF_AudioSource, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: -400427687 - Label: AudioSource - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 1122182443} - DebugActive: 0 - TargetAudioSource: {fileID: 478010195} - Mode: 0 - RandomSfx: [] - MinVolume: 1 - MaxVolume: 1 - MinPitch: 1 - MaxPitch: 1 - SfxAudioMixerGroup: {fileID: 0} - - rid: 1 - type: {class: MMF_SetActive, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: -699752459 - Label: Set Active - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 1122182443} - DebugActive: 0 - TargetGameObject: {fileID: 731678809} - ExtraTargetGameObjects: [] - IgnorePlayDirection: 0 - SetStateOnInit: 0 - StateOnInit: 1 - SetStateOnPlay: 1 - StateOnPlay: 0 - SetStateOnStop: 0 - StateOnStop: 1 - SetStateOnReset: 0 - StateOnReset: 1 - SetStateOnSkip: 0 - StateOnSkip: 0 - SetStateOnPlayerComplete: 0 - StateOnPlayerComplete: 1 - - rid: 2 - type: {class: MMF_TMPText, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: -1638627195 - Label: TMP Text - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 1122182443} - DebugActive: 0 - TargetTMPText: {fileID: 500670851} - NewText: 'This text - - will become transparent.' - - rid: 3 - type: {class: MMF_Pause, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: -360246351 - Label: Pause - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 1122182443} - DebugActive: 0 - PauseDuration: 1 - RandomizePauseDuration: 0 - MinPauseDuration: 1 - MaxPauseDuration: 3 - RandomizeOnEachPlay: 1 - ScriptDriven: 0 - AutoResume: 0 - AutoResumeAfter: 0.25 - - rid: 4 - type: {class: MMF_TMPAlpha, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: -1222440004 - Label: TMP Alpha - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 1122182443} - DebugActive: 0 - TargetTMPText: {fileID: 500670851} - AlphaMode: 1 - Duration: 1 - InstantAlpha: 1 - Curve: - MMTweenDefinitionType: 1 - MMTweenCurve: 4 - Curve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.4946782 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - Initialized: 0 - ConditionPropertyName: - EnumConditionPropertyName: AlphaMode - EnumConditions: 0001010000000000000000000000000000000000000000000000000000000000 - CurveRemapZero: 0 - CurveRemapOne: 1 - DestinationAlpha: 1 - AllowAdditivePlays: 0 - - rid: 5 - type: {class: MMF_HoldingPause, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: 200038446 - Label: Holding Pause - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 1122182443} - DebugActive: 0 - PauseDuration: 1 - RandomizePauseDuration: 0 - MinPauseDuration: 1 - MaxPauseDuration: 3 - RandomizeOnEachPlay: 1 - ScriptDriven: 0 - AutoResume: 0 - AutoResumeAfter: 0.25 - - rid: 6 - type: {class: MMF_SetActive, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: -1835564786 - Label: Set Inactive - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 1122182443} - DebugActive: 0 - TargetGameObject: {fileID: 731678809} - ExtraTargetGameObjects: [] - IgnorePlayDirection: 0 - SetStateOnInit: 0 - StateOnInit: 1 - SetStateOnPlay: 1 - StateOnPlay: 1 - SetStateOnStop: 0 - StateOnStop: 1 - SetStateOnReset: 0 - StateOnReset: 1 - SetStateOnSkip: 0 - StateOnSkip: 0 - SetStateOnPlayerComplete: 0 - StateOnPlayerComplete: 1 ---- !u!1001 &1127992060 -PrefabInstance: - m_ObjectHideFlags: 0 - serializedVersion: 2 - m_Modification: - serializedVersion: 3 - m_TransformParent: {fileID: 1557570896} - m_Modifications: - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: Feedbacks.Array.size - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[0]' - value: - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[1]' - value: - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Pivot.x - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Pivot.y - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_RootOrder - value: 102 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMax.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMax.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMin.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMin.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_SizeDelta.x - value: 256.1 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_SizeDelta.y - value: 30 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalPosition.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.w - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.x - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.y - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.z - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchoredPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchoredPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalEulerAnglesHint.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalEulerAnglesHint.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalEulerAnglesHint.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604939, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_OnClick.m_PersistentCalls.m_Calls.Array.data[0].m_Target - value: - objectReference: {fileID: 1799418831} - - target: {fileID: 2903879014986604939, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_OnClick.m_PersistentCalls.m_Calls.Array.data[0].m_MethodName - value: PlayFeedbacks - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604939, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_OnClick.m_PersistentCalls.m_Calls.Array.data[0].m_Arguments.m_ObjectArgumentAssemblyTypeName - value: UnityEngine.Object, UnityEngine - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604941, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Name - value: Button - CanvasGroup - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Text - value: CanvasGroup - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Color.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Color.b - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Color.g - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Color.r - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 4258887795993319071, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: NotSupportedInWebGL - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.size - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[0]' - value: MoreMountains.Feedbacks MoreMountains.Feedbacks.MMF_AudioSource - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[1]' - value: MoreMountains.Feedbacks.MMTools MoreMountains.Feedbacks.MMF_CanvasGroup - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Mode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Mode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Label - value: AudioSource - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Label - value: CanvasGroup - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].MaxPitch - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].MinPitch - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].UniqueID - value: -1635449102 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Duration - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].RemapOne - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].UniqueID - value: 2133949442 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].MaxVolume - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].MinVolume - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].RemapZero - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].StartsOff - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].InstantAlpha - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisableOnStop - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].RelativeValues - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].TargetAudioSource - value: - objectReference: {fileID: 478010195} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].TargetCanvasGroup - value: - objectReference: {fileID: 1328195341} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].SfxAudioMixerGroup - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AllowAdditivePlays - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].RandomSfx.Array.size - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AlphaCurve.MMTweenCurve - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AlphaCurve.Curve.m_PreInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AlphaCurve.Curve.m_PostInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AlphaCurve.Curve.m_RotationOrder - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AlphaCurve.MMTweenDefinitionType - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AlphaCurve.Curve.m_Curve.Array.size - value: 3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AlphaCurve.Curve.m_Curve.Array.data[0].time - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AlphaCurve.Curve.m_Curve.Array.data[1].time - value: 0.3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AlphaCurve.Curve.m_Curve.Array.data[2].time - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AlphaCurve.Curve.m_Curve.Array.data[0].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AlphaCurve.Curve.m_Curve.Array.data[1].value - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AlphaCurve.Curve.m_Curve.Array.data[2].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AlphaCurve.Curve.m_Curve.Array.data[0].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AlphaCurve.Curve.m_Curve.Array.data[1].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AlphaCurve.Curve.m_Curve.Array.data[2].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AlphaCurve.Curve.m_Curve.Array.data[0].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AlphaCurve.Curve.m_Curve.Array.data[0].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AlphaCurve.Curve.m_Curve.Array.data[1].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AlphaCurve.Curve.m_Curve.Array.data[1].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AlphaCurve.Curve.m_Curve.Array.data[2].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AlphaCurve.Curve.m_Curve.Array.data[2].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AlphaCurve.Curve.m_Curve.Array.data[0].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AlphaCurve.Curve.m_Curve.Array.data[1].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AlphaCurve.Curve.m_Curve.Array.data[2].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AlphaCurve.Curve.m_Curve.Array.data[0].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AlphaCurve.Curve.m_Curve.Array.data[1].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AlphaCurve.Curve.m_Curve.Array.data[2].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AlphaCurve.Curve.m_Curve.Array.data[0].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AlphaCurve.Curve.m_Curve.Array.data[1].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AlphaCurve.Curve.m_Curve.Array.data[2].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 9167406172343059487, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_IsActive - value: 0 - objectReference: {fileID: 0} - m_RemovedComponents: - - {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, type: 3} - m_RemovedGameObjects: [] - m_AddedGameObjects: [] - m_AddedComponents: [] - m_SourcePrefab: {fileID: 100100000, guid: a16c33a1240b8ce4f930161a7c85fae6, type: 3} ---- !u!224 &1128529788 stripped -RectTransform: - m_CorrespondingSourceObject: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - m_PrefabInstance: {fileID: 432927701} - m_PrefabAsset: {fileID: 0} ---- !u!1001 &1135274908 -PrefabInstance: - m_ObjectHideFlags: 0 - serializedVersion: 2 - m_Modification: - serializedVersion: 3 - m_TransformParent: {fileID: 1557570896} - m_Modifications: - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: Feedbacks.Array.size - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[0]' - value: - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[1]' - value: - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[2]' - value: - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[3]' - value: - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[4]' - value: - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Pivot.x - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Pivot.y - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_RootOrder - value: 143 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMax.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMax.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMin.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMin.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_SizeDelta.x - value: 256.1 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_SizeDelta.y - value: 30 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalPosition.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.w - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.x - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.y - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.z - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchoredPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchoredPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalEulerAnglesHint.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalEulerAnglesHint.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalEulerAnglesHint.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604939, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_OnClick.m_PersistentCalls.m_Calls.Array.data[0].m_Target - value: - objectReference: {fileID: 1112567861} - - target: {fileID: 2903879014986604939, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_OnClick.m_PersistentCalls.m_Calls.Array.data[0].m_MethodName - value: PlayFeedbacks - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604939, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_OnClick.m_PersistentCalls.m_Calls.Array.data[0].m_Arguments.m_ObjectArgumentAssemblyTypeName - value: UnityEngine.Object, UnityEngine - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604941, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Name - value: Button - MMSoundManager:Sound - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Text - value: 'MMSM : Sound' - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Color.b - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Color.g - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Color.r - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 4258887795993319071, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: NotSupportedInWebGL - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.size - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[0]' - value: MoreMountains.Feedbacks.MMTools MoreMountains.Feedbacks.MMF_MMSoundManagerSound - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Sfx - value: - objectReference: {fileID: 8300000, guid: 98046261e6947b64eb462140e10a5b35, type: 3} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Fade - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Loop - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Label - value: MMSoundManager Sound - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Spread - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].MaxPitch - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].MinPitch - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Priority - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].UniqueID - value: -2071088305 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].MaxVolume - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].MinVolume - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].PanStereo - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AudioGroup - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Persistent - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].MaxDistance - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].MinDistance - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].RolloffMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DopplerLevel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].FadeDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].SpatialBlend - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].BypassEffects - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ReverbZoneMix - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].SoloAllTracks - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].PlaybackTime.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].PlaybackTime.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AutoUnSoloOnEnd - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].SoloSingleTrack - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].BypassReverbZones - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].FadeInitialVolume - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].RecycleAudioSource - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].MmSoundManagerTrack - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].RandomSfx.Array.size - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].BypassListenerEffects - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].FadeTween.MMTweenCurve - value: 9 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].StopSoundOnFeedbackStop - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].TestPlayButton.ButtonText - value: Debug Play Sound - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].TestStopButton.ButtonText - value: Debug Stop Sound - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DoNotPlayIfClipAlreadyPlaying - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].FadeTween.Curve.m_PreInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].FadeTween.Curve.m_PostInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].FadeTween.Curve.m_RotationOrder - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].FadeTween.MMTweenDefinitionType - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].FadeTween.Curve.m_Curve.Array.size - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].FadeTween.Curve.m_Curve.Array.data[0].time - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].FadeTween.Curve.m_Curve.Array.data[1].time - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].FadeTween.Curve.m_Curve.Array.data[0].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].FadeTween.Curve.m_Curve.Array.data[1].value - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].FadeTween.Curve.m_Curve.Array.data[0].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].FadeTween.Curve.m_Curve.Array.data[1].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].FadeTween.Curve.m_Curve.Array.data[0].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].FadeTween.Curve.m_Curve.Array.data[0].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].FadeTween.Curve.m_Curve.Array.data[1].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].FadeTween.Curve.m_Curve.Array.data[1].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].FadeTween.Curve.m_Curve.Array.data[0].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].FadeTween.Curve.m_Curve.Array.data[1].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].FadeTween.Curve.m_Curve.Array.data[0].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].FadeTween.Curve.m_Curve.Array.data[1].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].FadeTween.Curve.m_Curve.Array.data[0].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].FadeTween.Curve.m_Curve.Array.data[1].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 9167406172343059487, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_IsActive - value: 0 - objectReference: {fileID: 0} - m_RemovedComponents: - - {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, type: 3} - m_RemovedGameObjects: [] - m_AddedGameObjects: [] - m_AddedComponents: [] - m_SourcePrefab: {fileID: 100100000, guid: a16c33a1240b8ce4f930161a7c85fae6, type: 3} ---- !u!1 &1141783799 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 1141783800} - - component: {fileID: 1141783801} - m_Layer: 0 - m_Name: Feedback Player - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &1141783800 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1141783799} - serializedVersion: 2 - m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: 0} - m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 - m_Children: [] - m_Father: {fileID: 27798845} - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!114 &1141783801 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1141783799} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 6da43522623d4704e979466dc7650b65, type: 3} - m_Name: - m_EditorClassIdentifier: - Feedbacks: [] - InitializationMode: 2 - AutoInitialization: 1 - SafeMode: 3 - Direction: 0 - AutoChangeDirectionOnEnd: 0 - AutoPlayOnStart: 0 - AutoPlayOnEnable: 0 - ForceTimescaleMode: 0 - ForcedTimescaleMode: 1 - DurationMultiplier: 1 - TimescaleMultiplier: 1 - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 1.5} - DisplayFullDurationDetails: 0 - PlayerTimescaleMode: 1 - OnlyPlayIfWithinRange: 0 - RangeCenter: {fileID: 0} - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - IgnoreRangeEvents: 0 - CooldownDuration: 0 - InitialDelay: 0 - CanPlay: 1 - CanPlayWhileAlreadyPlaying: 1 - ChanceToPlay: 100 - FeedbacksIntensity: 1 - Events: - TriggerMMFeedbacksEvents: 0 - TriggerUnityEvents: 1 - OnPlay: - m_PersistentCalls: - m_Calls: [] - OnPause: - m_PersistentCalls: - m_Calls: [] - OnStop: - m_PersistentCalls: - m_Calls: [] - OnResume: - m_PersistentCalls: - m_Calls: [] - OnChangeDirection: - m_PersistentCalls: - m_Calls: [] - OnComplete: - m_PersistentCalls: - m_Calls: [] - OnRestoreInitialValues: - m_PersistentCalls: - m_Calls: [] - OnSkipToTheEnd: - m_PersistentCalls: - m_Calls: [] - OnInitializationComplete: - m_PersistentCalls: - m_Calls: [] - OnEnable: - m_PersistentCalls: - m_Calls: [] - OnDisable: - m_PersistentCalls: - m_Calls: [] - DebugActive: 0 - InScriptDrivenPause: 0 - FeedbacksList: - - rid: 0 - - rid: 1 - KeepPlayModeChanges: 0 - PerformanceMode: 0 - RestoreInitialValuesOnDisable: 0 - StopFeedbacksOnDisable: 0 - PlayCount: 0 - references: - version: 2 - RefIds: - - rid: 0 - type: {class: MMF_AudioSource, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: 439135475 - Label: AudioSource - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 1141783801} - DebugActive: 0 - TargetAudioSource: {fileID: 478010195} - Mode: 0 - RandomSfx: [] - MinVolume: 1 - MaxVolume: 1 - MinPitch: 1 - MaxPitch: 1 - SfxAudioMixerGroup: {fileID: 0} - - rid: 1 - type: {class: MMF_Feedbacks, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: 615644679 - Label: MMFeedbacks - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 1141783801} - DebugActive: 0 - Mode: 0 - TargetFeedbacks: {fileID: 0} - OnlyTriggerPlayersInRange: 0 - EventRange: 100 - EventOriginTransform: {fileID: 0} ---- !u!1001 &1143351718 -PrefabInstance: - m_ObjectHideFlags: 0 - serializedVersion: 2 - m_Modification: - serializedVersion: 3 - m_TransformParent: {fileID: 1557570896} - m_Modifications: - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: Feedbacks.Array.size - value: 7 - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[0]' - value: - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[1]' - value: - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[2]' - value: - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[3]' - value: - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[4]' - value: - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[5]' - value: - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[6]' - value: - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Pivot.x - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Pivot.y - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_RootOrder - value: 51 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMax.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMax.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMin.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMin.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_SizeDelta.x - value: 256.1 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_SizeDelta.y - value: 30 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalPosition.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.w - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.x - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.y - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.z - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchoredPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchoredPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalEulerAnglesHint.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalEulerAnglesHint.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalEulerAnglesHint.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604939, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_OnClick.m_PersistentCalls.m_Calls.Array.data[0].m_Target - value: - objectReference: {fileID: 1039913916} - - target: {fileID: 2903879014986604939, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_OnClick.m_PersistentCalls.m_Calls.Array.data[0].m_MethodName - value: PlayFeedbacks - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604939, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_OnClick.m_PersistentCalls.m_Calls.Array.data[0].m_Arguments.m_ObjectArgumentAssemblyTypeName - value: UnityEngine.Object, UnityEngine - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604941, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Name - value: Button - Skybox - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Text - value: Skybox - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Color.b - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Color.g - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Color.r - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.size - value: 7 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[0]' - value: MoreMountains.Feedbacks MoreMountains.Feedbacks.MMF_AudioSource - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[1]' - value: MoreMountains.Feedbacks MoreMountains.Feedbacks.MMF_SetActive - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[2]' - value: MoreMountains.Feedbacks MoreMountains.Feedbacks.MMF_Pause - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[3]' - value: MoreMountains.Feedbacks MoreMountains.Feedbacks.MMF_Skybox - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[4]' - value: MoreMountains.Feedbacks MoreMountains.Feedbacks.MMF_Pause - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[5]' - value: MoreMountains.Feedbacks MoreMountains.Feedbacks.MMF_SetActive - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[6]' - value: MoreMountains.Feedbacks MoreMountains.Feedbacks.MMF_Skybox - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Mode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Mode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Mode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Label - value: AudioSource - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Label - value: Disable background - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Label - value: Pause - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Label - value: Skybox - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Label - value: Pause - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Label - value: Enable background - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Label - value: Skybox - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].MaxPitch - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].MinPitch - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].UniqueID - value: 1424622474 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].UniqueID - value: 1363556126 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].UniqueID - value: -1642579287 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].UniqueID - value: 1768839160 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].UniqueID - value: 395387002 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].UniqueID - value: 1357013817 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].UniqueID - value: -2096697468 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].MaxVolume - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].MinVolume - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AutoResume - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AutoResume - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].StateOnInit - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].StateOnPlay - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].StateOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].StateOnInit - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].StateOnPlay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].StateOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].StateOnReset - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].ScriptDriven - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].SingleSkybox - value: - objectReference: {fileID: 2100000, guid: 0a1985bb2529e5e42b326b7b7c80b2d8, type: 2} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].ScriptDriven - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].StateOnReset - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].SingleSkybox - value: - objectReference: {fileID: 2100000, guid: 2459024c3a4db5043be35787edddf1eb, type: 2} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].PauseDuration - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].PauseDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].SetStateOnInit - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].SetStateOnPlay - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].SetStateOnStop - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].SetStateOnInit - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].SetStateOnPlay - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].SetStateOnStop - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].SetStateOnReset - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AutoResumeAfter - value: 0.25 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AutoResumeAfter - value: 0.25 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].SetStateOnReset - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].TargetGameObject - value: - objectReference: {fileID: 467544090} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].MaxPauseDuration - value: 3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].MinPauseDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].MaxPauseDuration - value: 3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].MinPauseDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].TargetGameObject - value: - objectReference: {fileID: 467544090} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].TargetAudioSource - value: - objectReference: {fileID: 478010195} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].SfxAudioMixerGroup - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].RandomizeOnEachPlay - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].RandomizeOnEachPlay - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].RandomSfx.Array.size - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].RandomizePauseDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].RandomizePauseDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].RandomSkyboxes.Array.size - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].RandomSkyboxes.Array.size - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 9167406172343059487, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_IsActive - value: 0 - objectReference: {fileID: 0} - m_RemovedComponents: - - {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, type: 3} - m_RemovedGameObjects: [] - m_AddedGameObjects: [] - m_AddedComponents: [] - m_SourcePrefab: {fileID: 100100000, guid: a16c33a1240b8ce4f930161a7c85fae6, type: 3} ---- !u!1 &1143359168 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 1143359171} - - component: {fileID: 1143359169} - m_Layer: 0 - m_Name: UICamera - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!20 &1143359169 -Camera: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1143359168} - m_Enabled: 1 - serializedVersion: 2 - m_ClearFlags: 3 - m_BackGroundColor: {r: 0.19215687, g: 0.3019608, b: 0.4745098, a: 0} - m_projectionMatrixMode: 1 - m_GateFitMode: 2 - m_FOVAxisMode: 0 - m_Iso: 200 - m_ShutterSpeed: 0.005 - m_Aperture: 16 - m_FocusDistance: 10 - m_FocalLength: 50 - m_BladeCount: 5 - m_Curvature: {x: 2, y: 11} - m_BarrelClipping: 0.25 - m_Anamorphism: 0 - m_SensorSize: {x: 36, y: 24} - m_LensShift: {x: 0, y: 0} - m_NormalizedViewPortRect: - serializedVersion: 2 - x: 0 - y: 0 - width: 1 - height: 1 - near clip plane: 0.3 - far clip plane: 1000 - field of view: 60 - orthographic: 0 - orthographic size: 5 - m_Depth: 0 - m_CullingMask: - serializedVersion: 2 - m_Bits: 32 - m_RenderingPath: -1 - m_TargetTexture: {fileID: 0} - m_TargetDisplay: 0 - m_TargetEye: 3 - m_HDR: 1 - m_AllowMSAA: 1 - m_AllowDynamicResolution: 0 - m_ForceIntoRT: 0 - m_OcclusionCulling: 1 - m_StereoConvergence: 10 - m_StereoSeparation: 0.022 ---- !u!4 &1143359171 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1143359168} - serializedVersion: 2 - m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: 445, y: 238, z: 0} - m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 - m_Children: [] - m_Father: {fileID: 0} - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!1 &1146722113 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 1146722114} - - component: {fileID: 1146722115} - m_Layer: 0 - m_Name: Light - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &1146722114 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1146722113} - serializedVersion: 2 - m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: 0} - m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 - m_Children: [] - m_Father: {fileID: 568705691} - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!114 &1146722115 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1146722113} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 6da43522623d4704e979466dc7650b65, type: 3} - m_Name: - m_EditorClassIdentifier: - Feedbacks: [] - InitializationMode: 2 - AutoInitialization: 1 - SafeMode: 3 - Direction: 0 - AutoChangeDirectionOnEnd: 0 - AutoPlayOnStart: 0 - AutoPlayOnEnable: 0 - ForceTimescaleMode: 0 - ForcedTimescaleMode: 1 - DurationMultiplier: 1 - TimescaleMultiplier: 1 - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 1.5} - DisplayFullDurationDetails: 0 - PlayerTimescaleMode: 1 - OnlyPlayIfWithinRange: 0 - RangeCenter: {fileID: 0} - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - IgnoreRangeEvents: 0 - CooldownDuration: 0 - InitialDelay: 0 - CanPlay: 1 - CanPlayWhileAlreadyPlaying: 1 - ChanceToPlay: 100 - FeedbacksIntensity: 1 - Events: - TriggerMMFeedbacksEvents: 0 - TriggerUnityEvents: 1 - OnPlay: - m_PersistentCalls: - m_Calls: [] - OnPause: - m_PersistentCalls: - m_Calls: [] - OnStop: - m_PersistentCalls: - m_Calls: [] - OnResume: - m_PersistentCalls: - m_Calls: [] - OnChangeDirection: - m_PersistentCalls: - m_Calls: [] - OnComplete: - m_PersistentCalls: - m_Calls: [] - OnRestoreInitialValues: - m_PersistentCalls: - m_Calls: [] - OnSkipToTheEnd: - m_PersistentCalls: - m_Calls: [] - OnInitializationComplete: - m_PersistentCalls: - m_Calls: [] - OnEnable: - m_PersistentCalls: - m_Calls: [] - OnDisable: - m_PersistentCalls: - m_Calls: [] - DebugActive: 0 - InScriptDrivenPause: 0 - FeedbacksList: - - rid: 0 - - rid: 1 - KeepPlayModeChanges: 0 - PerformanceMode: 0 - RestoreInitialValuesOnDisable: 0 - StopFeedbacksOnDisable: 0 - PlayCount: 0 - references: - version: 2 - RefIds: - - rid: 0 - type: {class: MMF_Light, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: -2050002831 - Label: Light - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 1146722115} - DebugActive: 0 - BoundLight: {fileID: 654255416} - ExtraLights: [] - Mode: 0 - Duration: 2 - StartsOff: 1 - DisableOnStop: 1 - RelativeValues: 1 - ResetShakerValuesAfterShake: 1 - ResetTargetValuesAfterShake: 1 - OnlyBroadcastInRange: 0 - EventRange: 100 - EventOriginTransform: {fileID: 0} - AllowAdditivePlays: 0 - ModifyColor: 1 - ColorOverTime: - serializedVersion: 2 - key0: {r: 1, g: 1, b: 1, a: 1} - key1: {r: 0.972549, g: 0.85398763, b: 0, a: 1} - key2: {r: 0.5294118, g: 0.93725497, b: 0, a: 0} - key3: {r: 0.5294118, g: 0.93725497, b: 0, a: 0} - key4: {r: 0, g: 0, b: 0, a: 0} - key5: {r: 0, g: 0, b: 0, a: 0} - key6: {r: 0, g: 0, b: 0, a: 0} - key7: {r: 0, g: 0, b: 0, a: 0} - ctime0: 0 - ctime1: 27949 - ctime2: 65535 - ctime3: 65535 - ctime4: 0 - ctime5: 0 - ctime6: 0 - ctime7: 0 - atime0: 0 - atime1: 65535 - atime2: 0 - atime3: 0 - atime4: 0 - atime5: 0 - atime6: 0 - atime7: 0 - m_Mode: 0 - m_ColorSpace: -1 - m_NumColorKeys: 3 - m_NumAlphaKeys: 2 - InstantColor: {r: 0, g: 0, b: 0, a: 0} - ToDestinationColor: {r: 0, g: 0, b: 0, a: 0} - ModifyIntensity: 1 - IntensityCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.3 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapIntensityZero: 0 - RemapIntensityOne: 1 - InstantIntensity: 0 - ToDestinationIntensity: 0 - ModifyRange: 1 - RangeCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.3 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeZero: 0 - RemapRangeOne: 10 - InstantRange: 0 - ToDestinationRange: 0 - ModifyShadowStrength: 1 - ShadowStrengthCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.3 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapShadowStrengthZero: 0 - RemapShadowStrengthOne: 1 - InstantShadowStrength: 0 - ToDestinationShadowStrength: 0 - - rid: 1 - type: {class: MMF_AudioSource, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: -1449225785 - Label: AudioSource - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 1146722115} - DebugActive: 0 - TargetAudioSource: {fileID: 478010195} - Mode: 0 - RandomSfx: [] - MinVolume: 1 - MaxVolume: 1 - MinPitch: 1 - MaxPitch: 1 - SfxAudioMixerGroup: {fileID: 0} ---- !u!1 &1153712733 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 1153712734} - - component: {fileID: 1153712735} - m_Layer: 0 - m_Name: ColorGrading - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &1153712734 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1153712733} - serializedVersion: 2 - m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: 0.023957789, y: 4.7921257, z: 1.0697918} - m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 - m_Children: [] - m_Father: {fileID: 168975947} - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!114 &1153712735 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1153712733} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 6da43522623d4704e979466dc7650b65, type: 3} - m_Name: - m_EditorClassIdentifier: - Feedbacks: [] - InitializationMode: 2 - AutoInitialization: 1 - SafeMode: 3 - Direction: 0 - AutoChangeDirectionOnEnd: 0 - AutoPlayOnStart: 0 - AutoPlayOnEnable: 0 - ForceTimescaleMode: 0 - ForcedTimescaleMode: 1 - DurationMultiplier: 1 - TimescaleMultiplier: 1 - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 1.5} - DisplayFullDurationDetails: 0 - PlayerTimescaleMode: 1 - OnlyPlayIfWithinRange: 0 - RangeCenter: {fileID: 0} - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - IgnoreRangeEvents: 0 - CooldownDuration: 0 - InitialDelay: 0 - CanPlay: 1 - CanPlayWhileAlreadyPlaying: 1 - ChanceToPlay: 100 - FeedbacksIntensity: 1 - Events: - TriggerMMFeedbacksEvents: 0 - TriggerUnityEvents: 1 - OnPlay: - m_PersistentCalls: - m_Calls: [] - OnPause: - m_PersistentCalls: - m_Calls: [] - OnStop: - m_PersistentCalls: - m_Calls: [] - OnResume: - m_PersistentCalls: - m_Calls: [] - OnChangeDirection: - m_PersistentCalls: - m_Calls: [] - OnComplete: - m_PersistentCalls: - m_Calls: [] - OnRestoreInitialValues: - m_PersistentCalls: - m_Calls: [] - OnSkipToTheEnd: - m_PersistentCalls: - m_Calls: [] - OnInitializationComplete: - m_PersistentCalls: - m_Calls: [] - OnEnable: - m_PersistentCalls: - m_Calls: [] - OnDisable: - m_PersistentCalls: - m_Calls: [] - DebugActive: 0 - InScriptDrivenPause: 0 - FeedbacksList: - - rid: 0 - - rid: 1 - KeepPlayModeChanges: 0 - PerformanceMode: 0 - RestoreInitialValuesOnDisable: 0 - StopFeedbacksOnDisable: 0 - PlayCount: 0 - references: - version: 2 - RefIds: - - rid: 0 - type: {class: MMF_ColorGrading, ns: MoreMountains.FeedbacksForThirdParty, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: -2095846411 - Label: Color Grading - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: Automatic Shaker Setup - Owner: {fileID: 1153712735} - DebugActive: 0 - ShakeDuration: 1 - RelativeIntensity: 1 - ResetShakerValuesAfterShake: 1 - ResetTargetValuesAfterShake: 1 - ShakePostExposure: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.5 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapPostExposureZero: 0 - RemapPostExposureOne: 0 - ShakeHueShift: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.5 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapHueShiftZero: 0 - RemapHueShiftOne: 90 - ShakeSaturation: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.5 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapSaturationZero: 0 - RemapSaturationOne: 0 - ShakeContrast: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.5 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapContrastZero: 0 - RemapContrastOne: 0 - ShakeColorFilter: 0 - ColorFilterGradient: - serializedVersion: 2 - key0: {r: 1, g: 1, b: 1, a: 1} - key1: {r: 1, g: 1, b: 1, a: 1} - key2: {r: 0, g: 0, b: 0, a: 0} - key3: {r: 0, g: 0, b: 0, a: 0} - key4: {r: 0, g: 0, b: 0, a: 0} - key5: {r: 0, g: 0, b: 0, a: 0} - key6: {r: 0, g: 0, b: 0, a: 0} - key7: {r: 0, g: 0, b: 0, a: 0} - ctime0: 0 - ctime1: 65535 - ctime2: 0 - ctime3: 0 - ctime4: 0 - ctime5: 0 - ctime6: 0 - ctime7: 0 - atime0: 0 - atime1: 65535 - atime2: 0 - atime3: 0 - atime4: 0 - atime5: 0 - atime6: 0 - atime7: 0 - m_Mode: 0 - m_ColorSpace: -1 - m_NumColorKeys: 2 - m_NumAlphaKeys: 2 - - rid: 1 - type: {class: MMF_AudioSource, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: 310181598 - Label: AudioSource - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 1153712735} - DebugActive: 0 - TargetAudioSource: {fileID: 478010195} - Mode: 0 - RandomSfx: [] - MinVolume: 1 - MaxVolume: 1 - MinPitch: 1 - MaxPitch: 1 - SfxAudioMixerGroup: {fileID: 0} ---- !u!1001 &1157219854 -PrefabInstance: - m_ObjectHideFlags: 0 - serializedVersion: 2 - m_Modification: - serializedVersion: 3 - m_TransformParent: {fileID: 1557570896} - m_Modifications: - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: Feedbacks.Array.size - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[0]' - value: - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[1]' - value: - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Pivot.x - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Pivot.y - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_RootOrder - value: 63 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMax.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMax.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMin.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMin.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_SizeDelta.x - value: 256.1 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_SizeDelta.y - value: 30 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalPosition.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.w - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.x - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.y - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.z - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchoredPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchoredPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalEulerAnglesHint.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalEulerAnglesHint.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalEulerAnglesHint.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604939, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_OnClick.m_PersistentCalls.m_Calls.Array.data[0].m_Target - value: - objectReference: {fileID: 820355854} - - target: {fileID: 2903879014986604939, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_OnClick.m_PersistentCalls.m_Calls.Array.data[0].m_MethodName - value: PlayFeedbacks - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604939, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_OnClick.m_PersistentCalls.m_Calls.Array.data[0].m_Arguments.m_ObjectArgumentAssemblyTypeName - value: UnityEngine.Object, UnityEngine - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604941, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Name - value: Button - ScaleSpring - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Text - value: Scale Spring - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Color.b - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Color.g - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Color.r - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.size - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[0]' - value: MoreMountains.Feedbacks MoreMountains.Feedbacks.MMF_Scale - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[1]' - value: MoreMountains.Feedbacks MoreMountains.Feedbacks.MMF_AudioSource - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Mode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Mode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Label - value: Scale - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Label - value: AudioSource - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Offset - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateX - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateY - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateZ - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].UniqueID - value: 399372679 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].MaxPitch - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].MinPitch - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].UniqueID - value: 1217082298 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].MaxVolume - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].MinVolume - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].RemapCurveOne - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].RemapCurveZero - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].TargetAudioSource - value: - objectReference: {fileID: 478010195} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AllowAdditivePlays - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateScaleTarget - value: - objectReference: {fileID: 1579498608} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DestinationScale.x - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DestinationScale.y - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DestinationScale.z - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].SfxAudioMixerGroup - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateScaleDuration - value: 0.75 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DetermineScaleOnPlay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].RandomSfx.Array.size - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateScaleX.m_PreInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateScaleY.m_PreInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateScaleZ.m_PreInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateScaleX.m_PostInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateScaleY.m_PostInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateScaleZ.m_PostInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateScaleX.m_RotationOrder - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateScaleY.m_RotationOrder - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateScaleZ.m_RotationOrder - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateScaleX.m_Curve.Array.size - value: 5 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateScaleY.m_Curve.Array.size - value: 5 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateScaleZ.m_Curve.Array.size - value: 5 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateScaleX.m_Curve.Array.data[0].time - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateScaleX.m_Curve.Array.data[1].time - value: 0.06802872 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateScaleX.m_Curve.Array.data[2].time - value: 0.23013693 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateScaleX.m_Curve.Array.data[3].time - value: 0.39592934 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateScaleX.m_Curve.Array.data[4].time - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateScaleY.m_Curve.Array.data[0].time - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateScaleY.m_Curve.Array.data[1].time - value: 0.063432746 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateScaleY.m_Curve.Array.data[2].time - value: 0.124066174 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateScaleY.m_Curve.Array.data[3].time - value: 0.35545844 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateScaleY.m_Curve.Array.data[4].time - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateScaleZ.m_Curve.Array.data[0].time - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateScaleZ.m_Curve.Array.data[1].time - value: 0.08015624 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateScaleZ.m_Curve.Array.data[2].time - value: 0.14020997 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateScaleZ.m_Curve.Array.data[3].time - value: 0.45440018 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateScaleZ.m_Curve.Array.data[4].time - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateScaleX.m_Curve.Array.data[0].value - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateScaleX.m_Curve.Array.data[1].value - value: 0.89614016 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateScaleX.m_Curve.Array.data[2].value - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateScaleX.m_Curve.Array.data[3].value - value: 0.9387266 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateScaleX.m_Curve.Array.data[4].value - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateScaleY.m_Curve.Array.data[0].value - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateScaleY.m_Curve.Array.data[1].value - value: 1.0243673 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateScaleY.m_Curve.Array.data[2].value - value: 1.990097 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateScaleY.m_Curve.Array.data[3].value - value: 1.2077366 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateScaleY.m_Curve.Array.data[4].value - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateScaleZ.m_Curve.Array.data[0].value - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateScaleZ.m_Curve.Array.data[1].value - value: 0.9658811 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateScaleZ.m_Curve.Array.data[2].value - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateScaleZ.m_Curve.Array.data[3].value - value: 1.2087172 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateScaleZ.m_Curve.Array.data[4].value - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateScaleX.m_Curve.Array.data[0].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateScaleX.m_Curve.Array.data[1].inSlope - value: 2.9982896 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateScaleX.m_Curve.Array.data[2].inSlope - value: 0.0022950089 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateScaleX.m_Curve.Array.data[3].inSlope - value: -1.5048184 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateScaleX.m_Curve.Array.data[4].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateScaleY.m_Curve.Array.data[0].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateScaleY.m_Curve.Array.data[1].inSlope - value: 11.118166 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateScaleY.m_Curve.Array.data[2].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateScaleY.m_Curve.Array.data[3].inSlope - value: -0.71974725 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateScaleY.m_Curve.Array.data[4].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateScaleZ.m_Curve.Array.data[0].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateScaleZ.m_Curve.Array.data[1].inSlope - value: 8.81082 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateScaleZ.m_Curve.Array.data[2].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateScaleZ.m_Curve.Array.data[3].inSlope - value: -1.7292799 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateScaleZ.m_Curve.Array.data[4].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateScaleX.m_Curve.Array.data[0].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateScaleX.m_Curve.Array.data[0].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateScaleX.m_Curve.Array.data[1].inWeight - value: 0.33333334 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateScaleX.m_Curve.Array.data[1].outSlope - value: 2.9982896 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateScaleX.m_Curve.Array.data[2].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateScaleX.m_Curve.Array.data[2].outSlope - value: 0.0022950089 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateScaleX.m_Curve.Array.data[3].inWeight - value: 0.33333334 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateScaleX.m_Curve.Array.data[3].outSlope - value: -1.5048184 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateScaleX.m_Curve.Array.data[4].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateScaleX.m_Curve.Array.data[4].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateScaleY.m_Curve.Array.data[0].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateScaleY.m_Curve.Array.data[0].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateScaleY.m_Curve.Array.data[1].inWeight - value: 0.33333334 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateScaleY.m_Curve.Array.data[1].outSlope - value: 11.118166 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateScaleY.m_Curve.Array.data[2].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateScaleY.m_Curve.Array.data[2].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateScaleY.m_Curve.Array.data[3].inWeight - value: 0.33333334 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateScaleY.m_Curve.Array.data[3].outSlope - value: -0.71974725 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateScaleY.m_Curve.Array.data[4].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateScaleY.m_Curve.Array.data[4].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateScaleZ.m_Curve.Array.data[0].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateScaleZ.m_Curve.Array.data[0].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateScaleZ.m_Curve.Array.data[1].inWeight - value: 0.33333334 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateScaleZ.m_Curve.Array.data[1].outSlope - value: 8.81082 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateScaleZ.m_Curve.Array.data[2].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateScaleZ.m_Curve.Array.data[2].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateScaleZ.m_Curve.Array.data[3].inWeight - value: 0.33333334 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateScaleZ.m_Curve.Array.data[3].outSlope - value: -1.7292799 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateScaleZ.m_Curve.Array.data[4].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateScaleZ.m_Curve.Array.data[4].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateScaleX.m_Curve.Array.data[0].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateScaleX.m_Curve.Array.data[1].outWeight - value: 0.33333334 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateScaleX.m_Curve.Array.data[2].outWeight - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateScaleX.m_Curve.Array.data[3].outWeight - value: 0.33333334 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateScaleX.m_Curve.Array.data[4].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateScaleY.m_Curve.Array.data[0].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateScaleY.m_Curve.Array.data[1].outWeight - value: 0.33333334 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateScaleY.m_Curve.Array.data[2].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateScaleY.m_Curve.Array.data[3].outWeight - value: 0.33333334 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateScaleY.m_Curve.Array.data[4].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateScaleZ.m_Curve.Array.data[0].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateScaleZ.m_Curve.Array.data[1].outWeight - value: 0.33333334 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateScaleZ.m_Curve.Array.data[2].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateScaleZ.m_Curve.Array.data[3].outWeight - value: 0.33333334 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateScaleZ.m_Curve.Array.data[4].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateScaleX.m_Curve.Array.data[0].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateScaleX.m_Curve.Array.data[1].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateScaleX.m_Curve.Array.data[2].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateScaleX.m_Curve.Array.data[3].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateScaleX.m_Curve.Array.data[4].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateScaleY.m_Curve.Array.data[0].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateScaleY.m_Curve.Array.data[1].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateScaleY.m_Curve.Array.data[2].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateScaleY.m_Curve.Array.data[3].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateScaleY.m_Curve.Array.data[4].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateScaleZ.m_Curve.Array.data[0].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateScaleZ.m_Curve.Array.data[1].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateScaleZ.m_Curve.Array.data[2].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateScaleZ.m_Curve.Array.data[3].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateScaleZ.m_Curve.Array.data[4].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateScaleX.m_Curve.Array.data[0].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateScaleX.m_Curve.Array.data[1].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateScaleX.m_Curve.Array.data[2].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateScaleX.m_Curve.Array.data[3].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateScaleX.m_Curve.Array.data[4].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateScaleY.m_Curve.Array.data[0].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateScaleY.m_Curve.Array.data[1].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateScaleY.m_Curve.Array.data[2].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateScaleY.m_Curve.Array.data[3].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateScaleY.m_Curve.Array.data[4].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateScaleZ.m_Curve.Array.data[0].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateScaleZ.m_Curve.Array.data[1].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateScaleZ.m_Curve.Array.data[2].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateScaleZ.m_Curve.Array.data[3].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateScaleZ.m_Curve.Array.data[4].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 9167406172343059487, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_IsActive - value: 0 - objectReference: {fileID: 0} - m_RemovedComponents: - - {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, type: 3} - m_RemovedGameObjects: [] - m_AddedGameObjects: [] - m_AddedComponents: [] - m_SourcePrefab: {fileID: 100100000, guid: a16c33a1240b8ce4f930161a7c85fae6, type: 3} ---- !u!224 &1157219855 stripped -RectTransform: - m_CorrespondingSourceObject: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - m_PrefabInstance: {fileID: 1157219854} - m_PrefabAsset: {fileID: 0} ---- !u!1001 &1160567836 -PrefabInstance: - m_ObjectHideFlags: 0 - serializedVersion: 2 - m_Modification: - serializedVersion: 3 - m_TransformParent: {fileID: 1562927123} - m_Modifications: - - target: {fileID: 4610476634640326944, guid: 9c99ec9330979f94aa6e33f0bec7752f, - type: 3} - propertyPath: m_Name - value: FeedbackDemoBackgroundCube (2) - objectReference: {fileID: 0} - - target: {fileID: 4610476634640326949, guid: 9c99ec9330979f94aa6e33f0bec7752f, - type: 3} - propertyPath: m_RootOrder - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 4610476634640326949, guid: 9c99ec9330979f94aa6e33f0bec7752f, - type: 3} - propertyPath: m_LocalScale.x - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 4610476634640326949, guid: 9c99ec9330979f94aa6e33f0bec7752f, - type: 3} - propertyPath: m_LocalScale.y - value: 100.00004 - objectReference: {fileID: 0} - - target: {fileID: 4610476634640326949, guid: 9c99ec9330979f94aa6e33f0bec7752f, - type: 3} - propertyPath: m_LocalScale.z - value: 100.00004 - objectReference: {fileID: 0} - - target: {fileID: 4610476634640326949, guid: 9c99ec9330979f94aa6e33f0bec7752f, - type: 3} - propertyPath: m_LocalPosition.x - value: -4.249231 - objectReference: {fileID: 0} - - target: {fileID: 4610476634640326949, guid: 9c99ec9330979f94aa6e33f0bec7752f, - type: 3} - propertyPath: m_LocalPosition.y - value: 0.50501156 - objectReference: {fileID: 0} - - target: {fileID: 4610476634640326949, guid: 9c99ec9330979f94aa6e33f0bec7752f, - type: 3} - propertyPath: m_LocalPosition.z - value: 15.196992 - objectReference: {fileID: 0} - - target: {fileID: 4610476634640326949, guid: 9c99ec9330979f94aa6e33f0bec7752f, - type: 3} - propertyPath: m_LocalRotation.w - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 4610476634640326949, guid: 9c99ec9330979f94aa6e33f0bec7752f, - type: 3} - propertyPath: m_LocalRotation.x - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 4610476634640326949, guid: 9c99ec9330979f94aa6e33f0bec7752f, - type: 3} - propertyPath: m_LocalRotation.y - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 4610476634640326949, guid: 9c99ec9330979f94aa6e33f0bec7752f, - type: 3} - propertyPath: m_LocalRotation.z - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 4610476634640326949, guid: 9c99ec9330979f94aa6e33f0bec7752f, - type: 3} - propertyPath: m_LocalEulerAnglesHint.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 4610476634640326949, guid: 9c99ec9330979f94aa6e33f0bec7752f, - type: 3} - propertyPath: m_LocalEulerAnglesHint.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 4610476634640326949, guid: 9c99ec9330979f94aa6e33f0bec7752f, - type: 3} - propertyPath: m_LocalEulerAnglesHint.z - value: 0 - objectReference: {fileID: 0} - m_RemovedComponents: [] - m_RemovedGameObjects: [] - m_AddedGameObjects: [] - m_AddedComponents: - - targetCorrespondingSourceObject: {fileID: 4610476634640326944, guid: 9c99ec9330979f94aa6e33f0bec7752f, - type: 3} - insertIndex: -1 - addedObject: {fileID: 1299671009} - m_SourcePrefab: {fileID: 100100000, guid: 9c99ec9330979f94aa6e33f0bec7752f, type: 3} ---- !u!1001 &1160888564 -PrefabInstance: - m_ObjectHideFlags: 0 - serializedVersion: 2 - m_Modification: - serializedVersion: 3 - m_TransformParent: {fileID: 1557570896} - m_Modifications: - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: Feedbacks.Array.size - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[0]' - value: - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[1]' - value: - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Pivot.x - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Pivot.y - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_RootOrder - value: 18 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMax.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMax.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMin.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMin.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_SizeDelta.x - value: 256.1 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_SizeDelta.y - value: 30 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalPosition.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.w - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.x - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.y - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.z - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchoredPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchoredPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalEulerAnglesHint.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalEulerAnglesHint.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalEulerAnglesHint.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604939, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_OnClick.m_PersistentCalls.m_Calls.Array.data[0].m_Target - value: - objectReference: {fileID: 35386168} - - target: {fileID: 2903879014986604939, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_OnClick.m_PersistentCalls.m_Calls.Array.data[0].m_MethodName - value: PlayFeedbacks - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604939, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_OnClick.m_PersistentCalls.m_Calls.Array.data[0].m_Arguments.m_ObjectArgumentAssemblyTypeName - value: UnityEngine.Object, UnityEngine - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604941, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Name - value: Button - AnimatorPlayState - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Text - value: Animator Play State - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Color.b - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Color.g - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Color.r - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.size - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[0]' - value: MoreMountains.Feedbacks MoreMountains.Feedbacks.MMF_Animation - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[1]' - value: MoreMountains.Feedbacks MoreMountains.Feedbacks.MMF_AudioSource - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Mode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Label - value: Animation - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Label - value: AudioSource - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].IntValue - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].UniqueID - value: -1324229046 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].MaxPitch - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].MinPitch - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].UniqueID - value: 930405588 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].MaxVolume - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].MinVolume - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].FloatValue - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].UpdateBool - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].IntValueMax - value: 5 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].IntValueMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].TriggerMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].IntIncrement - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].IntValueMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].BoundAnimator - value: - objectReference: {fileID: 2066439668} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].FloatValueMax - value: 5 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].FloatValueMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].UpdateTrigger - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].FloatIncrement - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].FloatValueMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].IntParameterName - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].UpdateRandomBool - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].BoolParameterName - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].RandomTriggerMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].TargetAudioSource - value: - objectReference: {fileID: 478010195} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].BoolParameterValue - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].FloatParameterName - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].SfxAudioMixerGroup - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].UpdateRandomTrigger - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].TriggerParameterName - value: Jump - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].RandomSfx.Array.size - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].RandomBoolParameterValue - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].RandomBoolParameterNames.Array.size - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].RandomTriggerParameterNames.Array.size - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 7476872580686468728, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: managedReferences[4503284173417480198].OriginalLabel - value: Scale - objectReference: {fileID: 0} - - target: {fileID: 9167406172343059487, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_IsActive - value: 0 - objectReference: {fileID: 0} - m_RemovedComponents: - - {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, type: 3} - m_RemovedGameObjects: [] - m_AddedGameObjects: [] - m_AddedComponents: [] - m_SourcePrefab: {fileID: 100100000, guid: a16c33a1240b8ce4f930161a7c85fae6, type: 3} ---- !u!224 &1160888565 stripped -RectTransform: - m_CorrespondingSourceObject: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - m_PrefabInstance: {fileID: 1160888564} - m_PrefabAsset: {fileID: 0} ---- !u!224 &1163566730 stripped -RectTransform: - m_CorrespondingSourceObject: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - m_PrefabInstance: {fileID: 592447802} - m_PrefabAsset: {fileID: 0} ---- !u!1 &1165131383 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 1165131384} - - component: {fileID: 1165131385} - m_Layer: 0 - m_Name: Distortion - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &1165131384 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1165131383} - serializedVersion: 2 - m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: 0} - m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 - m_Children: [] - m_Father: {fileID: 1408360770} - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!114 &1165131385 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1165131383} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 6da43522623d4704e979466dc7650b65, type: 3} - m_Name: - m_EditorClassIdentifier: - Feedbacks: [] - InitializationMode: 2 - AutoInitialization: 1 - SafeMode: 3 - Direction: 0 - AutoChangeDirectionOnEnd: 0 - AutoPlayOnStart: 0 - AutoPlayOnEnable: 0 - ForceTimescaleMode: 0 - ForcedTimescaleMode: 1 - DurationMultiplier: 1 - TimescaleMultiplier: 1 - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 1.5} - DisplayFullDurationDetails: 0 - PlayerTimescaleMode: 1 - OnlyPlayIfWithinRange: 0 - RangeCenter: {fileID: 0} - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - IgnoreRangeEvents: 0 - CooldownDuration: 0 - InitialDelay: 0 - CanPlay: 1 - CanPlayWhileAlreadyPlaying: 1 - ChanceToPlay: 100 - FeedbacksIntensity: 1 - Events: - TriggerMMFeedbacksEvents: 0 - TriggerUnityEvents: 1 - OnPlay: - m_PersistentCalls: - m_Calls: [] - OnPause: - m_PersistentCalls: - m_Calls: [] - OnStop: - m_PersistentCalls: - m_Calls: [] - OnResume: - m_PersistentCalls: - m_Calls: [] - OnChangeDirection: - m_PersistentCalls: - m_Calls: [] - OnComplete: - m_PersistentCalls: - m_Calls: [] - OnRestoreInitialValues: - m_PersistentCalls: - m_Calls: [] - OnSkipToTheEnd: - m_PersistentCalls: - m_Calls: [] - OnInitializationComplete: - m_PersistentCalls: - m_Calls: [] - OnEnable: - m_PersistentCalls: - m_Calls: [] - OnDisable: - m_PersistentCalls: - m_Calls: [] - DebugActive: 0 - InScriptDrivenPause: 0 - FeedbacksList: - - rid: 0 - - rid: 1 - - rid: 2 - - rid: 3 - - rid: 4 - KeepPlayModeChanges: 0 - PerformanceMode: 0 - RestoreInitialValuesOnDisable: 0 - StopFeedbacksOnDisable: 0 - PlayCount: 0 - references: - version: 2 - RefIds: - - rid: 0 - type: {class: MMF_AudioSource, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: -2135452368 - Label: AudioSource - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 1165131385} - DebugActive: 0 - TargetAudioSource: {fileID: 1467162775} - Mode: 0 - RandomSfx: [] - MinVolume: 1 - MaxVolume: 1 - MinPitch: 1 - MaxPitch: 1 - SfxAudioMixerGroup: {fileID: 0} - - rid: 1 - type: {class: MMF_Pause, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: -922851638 - Label: Pause - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 1165131385} - DebugActive: 0 - PauseDuration: 1 - RandomizePauseDuration: 0 - MinPauseDuration: 1 - MaxPauseDuration: 3 - RandomizeOnEachPlay: 1 - ScriptDriven: 0 - AutoResume: 0 - AutoResumeAfter: 0.25 - - rid: 2 - type: {class: MMF_AudioFilterDistortion, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: 2048593916 - Label: Audio Filter Distortion - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 1165131385} - DebugActive: 0 - Duration: 2 - ResetShakerValuesAfterShake: 1 - ResetTargetValuesAfterShake: 1 - RelativeDistortion: 0 - ShakeDistortion: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.5 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapDistortionZero: 0 - RemapDistortionOne: 1 - - rid: 3 - type: {class: MMF_HoldingPause, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: -335925462 - Label: Holding Pause - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 1165131385} - DebugActive: 0 - PauseDuration: 1 - RandomizePauseDuration: 0 - MinPauseDuration: 1 - MaxPauseDuration: 3 - RandomizeOnEachPlay: 1 - ScriptDriven: 0 - AutoResume: 0 - AutoResumeAfter: 0.25 - - rid: 4 - type: {class: MMF_AudioSource, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: -1599456733 - Label: AudioSource - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 1165131385} - DebugActive: 0 - TargetAudioSource: {fileID: 1467162775} - Mode: 3 - RandomSfx: [] - MinVolume: 1 - MaxVolume: 1 - MinPitch: 1 - MaxPitch: 1 - SfxAudioMixerGroup: {fileID: 0} ---- !u!224 &1165901246 stripped -RectTransform: - m_CorrespondingSourceObject: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - m_PrefabInstance: {fileID: 972364555} - m_PrefabAsset: {fileID: 0} ---- !u!1 &1176585565 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 1176585566} - - component: {fileID: 1176585567} - m_Layer: 0 - m_Name: SpriteRenderer - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &1176585566 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1176585565} - serializedVersion: 2 - m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: 0} - m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 - m_Children: [] - m_Father: {fileID: 980395213} - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!114 &1176585567 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1176585565} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 6da43522623d4704e979466dc7650b65, type: 3} - m_Name: - m_EditorClassIdentifier: - Feedbacks: [] - InitializationMode: 2 - AutoInitialization: 1 - SafeMode: 3 - Direction: 0 - AutoChangeDirectionOnEnd: 0 - AutoPlayOnStart: 0 - AutoPlayOnEnable: 0 - ForceTimescaleMode: 0 - ForcedTimescaleMode: 1 - DurationMultiplier: 1 - TimescaleMultiplier: 1 - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 1.5} - DisplayFullDurationDetails: 0 - PlayerTimescaleMode: 1 - OnlyPlayIfWithinRange: 0 - RangeCenter: {fileID: 0} - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - IgnoreRangeEvents: 0 - CooldownDuration: 0 - InitialDelay: 0 - CanPlay: 1 - CanPlayWhileAlreadyPlaying: 1 - ChanceToPlay: 100 - FeedbacksIntensity: 1 - Events: - TriggerMMFeedbacksEvents: 0 - TriggerUnityEvents: 1 - OnPlay: - m_PersistentCalls: - m_Calls: [] - OnPause: - m_PersistentCalls: - m_Calls: [] - OnStop: - m_PersistentCalls: - m_Calls: [] - OnResume: - m_PersistentCalls: - m_Calls: [] - OnChangeDirection: - m_PersistentCalls: - m_Calls: [] - OnComplete: - m_PersistentCalls: - m_Calls: [] - OnRestoreInitialValues: - m_PersistentCalls: - m_Calls: [] - OnSkipToTheEnd: - m_PersistentCalls: - m_Calls: [] - OnInitializationComplete: - m_PersistentCalls: - m_Calls: [] - OnEnable: - m_PersistentCalls: - m_Calls: [] - OnDisable: - m_PersistentCalls: - m_Calls: [] - DebugActive: 0 - InScriptDrivenPause: 0 - FeedbacksList: - - rid: 0 - - rid: 1 - KeepPlayModeChanges: 0 - PerformanceMode: 0 - RestoreInitialValuesOnDisable: 0 - StopFeedbacksOnDisable: 0 - PlayCount: 0 - references: - version: 2 - RefIds: - - rid: 0 - type: {class: MMF_AudioSource, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: 1486533802 - Label: AudioSource - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 1176585567} - DebugActive: 0 - TargetAudioSource: {fileID: 478010195} - Mode: 0 - RandomSfx: [] - MinVolume: 1 - MaxVolume: 1 - MinPitch: 1 - MaxPitch: 1 - SfxAudioMixerGroup: {fileID: 0} - - rid: 1 - type: {class: MMF_SpriteRenderer, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: -56550922 - Label: SpriteRenderer - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 1176585567} - DebugActive: 0 - BoundSpriteRenderer: {fileID: 1352294454} - Mode: 0 - Duration: 1 - StartsOff: 0 - ResetShakerValuesAfterShake: 1 - ResetTargetValuesAfterShake: 1 - OnlyBroadcastInRange: 0 - EventRange: 100 - EventOriginTransform: {fileID: 0} - AllowAdditivePlays: 0 - InitialColorMode: 1 - ModifyColor: 1 - ColorOverTime: - serializedVersion: 2 - key0: {r: 1, g: 1, b: 1, a: 1} - key1: {r: 0.8431373, g: 0.40784317, b: 0.7568628, a: 1} - key2: {r: 1, g: 0.854902, b: 0.38431376, a: 0} - key3: {r: 0.42352945, g: 0.74509805, b: 0.6627451, a: 1} - key4: {r: 1, g: 1, b: 1, a: 1} - key5: {r: 0, g: 0, b: 0, a: 0} - key6: {r: 0, g: 0, b: 0, a: 0} - key7: {r: 0, g: 0, b: 0, a: 0} - ctime0: 0 - ctime1: 5975 - ctime2: 16384 - ctime3: 29876 - ctime4: 65535 - ctime5: 0 - ctime6: 0 - ctime7: 0 - atime0: 0 - atime1: 39899 - atime2: 49537 - atime3: 56090 - atime4: 65535 - atime5: 0 - atime6: 0 - atime7: 0 - m_Mode: 0 - m_ColorSpace: -1 - m_NumColorKeys: 5 - m_NumAlphaKeys: 5 - InstantColor: {r: 0, g: 0, b: 0, a: 0} - ToDestinationColor: {r: 1, g: 0, b: 0, a: 1} - ToDestinationColorCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - FlipX: 1 - FlipY: 0 ---- !u!1 &1177831176 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 1177831177} - m_Layer: 0 - m_Name: Pause - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &1177831177 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1177831176} - serializedVersion: 2 - m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: 0} - m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 - m_Children: - - {fileID: 367134922} - - {fileID: 11352144} - m_Father: {fileID: 999639631} - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!1001 &1178339793 -PrefabInstance: - m_ObjectHideFlags: 0 - serializedVersion: 2 - m_Modification: - serializedVersion: 3 - m_TransformParent: {fileID: 1557570896} - m_Modifications: - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: Feedbacks.Array.size - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[0]' - value: - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[1]' - value: - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[2]' - value: - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Pivot.x - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Pivot.y - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_RootOrder - value: 128 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMax.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMax.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMin.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMin.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_SizeDelta.x - value: 256.1 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_SizeDelta.y - value: 30 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalPosition.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.w - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.x - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.y - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.z - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchoredPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchoredPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalEulerAnglesHint.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalEulerAnglesHint.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalEulerAnglesHint.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604939, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_OnClick.m_PersistentCalls.m_Calls.Array.data[0].m_Target - value: - objectReference: {fileID: 1141783801} - - target: {fileID: 2903879014986604939, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_OnClick.m_PersistentCalls.m_Calls.Array.data[0].m_MethodName - value: PlayFeedbacks - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604939, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_OnClick.m_PersistentCalls.m_Calls.Array.data[0].m_Arguments.m_ObjectArgumentAssemblyTypeName - value: UnityEngine.Object, UnityEngine - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604941, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Name - value: Button - Feedback - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Text - value: Feedbacks - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Color.b - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Color.g - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Color.r - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.size - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[0]' - value: MoreMountains.Feedbacks MoreMountains.Feedbacks.MMF_AudioSource - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[1]' - value: MoreMountains.Feedbacks MoreMountains.Feedbacks.MMF_Feedbacks - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Mode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Mode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Label - value: AudioSource - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Label - value: MMFeedbacks - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].MaxPitch - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].MinPitch - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].UniqueID - value: 66396446 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].UniqueID - value: -2142036682 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].UseRange - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].MaxVolume - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].MinVolume - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].EventRange - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].TargetFeedbacks - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].TargetAudioSource - value: - objectReference: {fileID: 478010195} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].SfxAudioMixerGroup - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].RandomSfx.Array.size - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].EventOriginTransform - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 9167406172343059487, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_IsActive - value: 0 - objectReference: {fileID: 0} - m_RemovedComponents: - - {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, type: 3} - m_RemovedGameObjects: [] - m_AddedGameObjects: [] - m_AddedComponents: [] - m_SourcePrefab: {fileID: 100100000, guid: a16c33a1240b8ce4f930161a7c85fae6, type: 3} ---- !u!1 &1192712584 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 1192712585} - - component: {fileID: 1192712587} - - component: {fileID: 1192712586} - m_Layer: 5 - m_Name: RaycastBlocker - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!224 &1192712585 -RectTransform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1192712584} - m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: 0} - m_LocalScale: {x: 1.0000306, y: 1.0000306, z: 1.0000306} - m_ConstrainProportionsScale: 0 - m_Children: [] - m_Father: {fileID: 1855939572} - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} - m_AnchorMin: {x: 0, y: 0} - m_AnchorMax: {x: 1, y: 1} - m_AnchoredPosition: {x: 0, y: 0.00012207031} - m_SizeDelta: {x: 0, y: 0} - m_Pivot: {x: 0.5, y: 0.5} ---- !u!114 &1192712586 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1192712584} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} - m_Name: - m_EditorClassIdentifier: - m_Material: {fileID: 0} - m_Color: {r: 0, g: 0, b: 0, a: 0.49019608} - m_RaycastTarget: 1 - m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0} - m_Maskable: 1 - m_OnCullStateChanged: - m_PersistentCalls: - m_Calls: [] - m_Sprite: {fileID: 21300000, guid: aff4855d499cb7646b344323f4129b58, type: 3} - m_Type: 0 - m_PreserveAspect: 0 - m_FillCenter: 1 - m_FillMethod: 4 - m_FillAmount: 1 - m_FillClockwise: 1 - m_FillOrigin: 0 - m_UseSpriteMesh: 0 - m_PixelsPerUnitMultiplier: 1 ---- !u!222 &1192712587 -CanvasRenderer: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1192712584} - m_CullTransparentMesh: 0 ---- !u!1 &1195799689 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 1195799690} - m_Layer: 0 - m_Name: CupcakePositionTransform5 - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &1195799690 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1195799689} - serializedVersion: 2 - m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: -0.072, y: 0.6349999, z: -0.041} - m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 - m_Children: [] - m_Father: {fileID: 1719222803} - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!1001 &1196664494 -PrefabInstance: - m_ObjectHideFlags: 0 - serializedVersion: 2 - m_Modification: - serializedVersion: 3 - m_TransformParent: {fileID: 1557570896} - m_Modifications: - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: Feedbacks.Array.size - value: 6 - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[0]' - value: - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[1]' - value: - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[2]' - value: - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[3]' - value: - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[4]' - value: - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[5]' - value: - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[6]' - value: - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Pivot.x - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Pivot.y - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_RootOrder - value: 105 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMax.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMax.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMin.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMin.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_SizeDelta.x - value: 256.1 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_SizeDelta.y - value: 30 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalPosition.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.w - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.x - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.y - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.z - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchoredPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchoredPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalEulerAnglesHint.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalEulerAnglesHint.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalEulerAnglesHint.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604939, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_OnClick.m_PersistentCalls.m_Calls.Array.data[0].m_Target - value: - objectReference: {fileID: 1894655016} - - target: {fileID: 2903879014986604939, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_OnClick.m_PersistentCalls.m_Calls.Array.data[0].m_MethodName - value: PlayFeedbacks - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604939, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_OnClick.m_PersistentCalls.m_Calls.Array.data[0].m_Arguments.m_ObjectArgumentAssemblyTypeName - value: UnityEngine.Object, UnityEngine - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604941, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Name - value: Button - RectTransform Size Delta - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Text - value: RectTransform Size Delta - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Color.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Color.b - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Color.g - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Color.r - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 4258887795993319071, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: NotSupportedInWebGL - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.size - value: 6 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[0]' - value: MoreMountains.Feedbacks MoreMountains.Feedbacks.MMF_AudioSource - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[1]' - value: MoreMountains.Feedbacks MoreMountains.Feedbacks.MMF_SetActive - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[2]' - value: MoreMountains.Feedbacks MoreMountains.Feedbacks.MMF_Pause - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[3]' - value: MoreMountains.Feedbacks.MMTools MoreMountains.Feedbacks.MMF_RectTransformSizeDelta - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[4]' - value: MoreMountains.Feedbacks MoreMountains.Feedbacks.MMF_HoldingPause - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[5]' - value: MoreMountains.Feedbacks MoreMountains.Feedbacks.MMF_SetActive - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Mode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Mode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Label - value: AudioSource - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Label - value: Set Active - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Label - value: Pause - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Label - value: RectTransformSizeDelta - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Label - value: Holding Pause - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Label - value: Set Active - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].MaxPitch - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].MinPitch - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].UniqueID - value: -323074668 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].UniqueID - value: 1362818748 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].UniqueID - value: 1617196212 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Duration - value: 0.2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].UniqueID - value: 1693035953 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].UniqueID - value: -1436968672 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].UniqueID - value: -1231972054 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].MaxVolume - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].MinVolume - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].StartsOff - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AutoResume - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].RemapOne.x - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].RemapOne.y - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AutoResume - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].StateOnInit - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].StateOnPlay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].StateOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].RemapZero.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].RemapZero.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].StateOnInit - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].StateOnPlay - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].StateOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].StateOnReset - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].ScriptDriven - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].ScriptDriven - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].StateOnReset - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].PauseDuration - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].DisableOnStop - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].PauseDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].SetStateOnInit - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].SetStateOnPlay - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].SetStateOnStop - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].RelativeValues - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].SetStateOnInit - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].SetStateOnPlay - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].SetStateOnStop - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].SetStateOnReset - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AutoResumeAfter - value: 0.25 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AutoResumeAfter - value: 0.25 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].SetStateOnReset - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].TargetGameObject - value: - objectReference: {fileID: 366288791} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].MaxPauseDuration - value: 3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].MinPauseDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].MaxPauseDuration - value: 3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].MinPauseDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].TargetGameObject - value: - objectReference: {fileID: 366288791} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].TargetAudioSource - value: - objectReference: {fileID: 478010195} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].SfxAudioMixerGroup - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AllowAdditivePlays - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].RandomizeOnEachPlay - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].TargetRectTransform - value: - objectReference: {fileID: 366288792} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].RandomizeOnEachPlay - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].RandomSfx.Array.size - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].RandomizePauseDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].RandomizePauseDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].SpeedCurve.MMTweenCurve - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].SpeedCurve.Curve.m_PreInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].SpeedCurve.Curve.m_PostInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].SpeedCurve.Curve.m_RotationOrder - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].SpeedCurve.MMTweenDefinitionType - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].SpeedCurve.Curve.m_Curve.Array.size - value: 3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].SpeedCurve.Curve.m_Curve.Array.data[0].time - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].SpeedCurve.Curve.m_Curve.Array.data[1].time - value: 0.25 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].SpeedCurve.Curve.m_Curve.Array.data[2].time - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].SpeedCurve.Curve.m_Curve.Array.data[0].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].SpeedCurve.Curve.m_Curve.Array.data[1].value - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].SpeedCurve.Curve.m_Curve.Array.data[2].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].SpeedCurve.Curve.m_Curve.Array.data[0].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].SpeedCurve.Curve.m_Curve.Array.data[1].inSlope - value: -0.64006793 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].SpeedCurve.Curve.m_Curve.Array.data[2].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].SpeedCurve.Curve.m_Curve.Array.data[0].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].SpeedCurve.Curve.m_Curve.Array.data[0].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].SpeedCurve.Curve.m_Curve.Array.data[1].inWeight - value: 0.33333334 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].SpeedCurve.Curve.m_Curve.Array.data[1].outSlope - value: -0.64006793 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].SpeedCurve.Curve.m_Curve.Array.data[2].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].SpeedCurve.Curve.m_Curve.Array.data[2].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].SpeedCurve.Curve.m_Curve.Array.data[0].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].SpeedCurve.Curve.m_Curve.Array.data[1].outWeight - value: 0.33333334 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].SpeedCurve.Curve.m_Curve.Array.data[2].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].SpeedCurve.Curve.m_Curve.Array.data[0].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].SpeedCurve.Curve.m_Curve.Array.data[1].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].SpeedCurve.Curve.m_Curve.Array.data[2].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].SpeedCurve.Curve.m_Curve.Array.data[0].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].SpeedCurve.Curve.m_Curve.Array.data[1].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].SpeedCurve.Curve.m_Curve.Array.data[2].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 9167406172343059487, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_IsActive - value: 0 - objectReference: {fileID: 0} - m_RemovedComponents: - - {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, type: 3} - m_RemovedGameObjects: [] - m_AddedGameObjects: [] - m_AddedComponents: [] - m_SourcePrefab: {fileID: 100100000, guid: a16c33a1240b8ce4f930161a7c85fae6, type: 3} ---- !u!224 &1196664495 stripped -RectTransform: - m_CorrespondingSourceObject: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - m_PrefabInstance: {fileID: 1196664494} - m_PrefabAsset: {fileID: 0} ---- !u!1001 &1208283300 -PrefabInstance: - m_ObjectHideFlags: 0 - serializedVersion: 2 - m_Modification: - serializedVersion: 3 - m_TransformParent: {fileID: 1557570896} - m_Modifications: - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_Pivot.x - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_Pivot.y - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_RootOrder - value: 56 - objectReference: {fileID: 0} - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_AnchorMax.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_AnchorMax.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_AnchorMin.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_AnchorMin.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_SizeDelta.x - value: 256.1 - objectReference: {fileID: 0} - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_SizeDelta.y - value: 30 - objectReference: {fileID: 0} - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_LocalPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_LocalPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_LocalPosition.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_LocalRotation.w - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_LocalRotation.x - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_LocalRotation.y - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_LocalRotation.z - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_AnchoredPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_AnchoredPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_LocalEulerAnglesHint.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_LocalEulerAnglesHint.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_LocalEulerAnglesHint.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2251616714236910816, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_Text - value: TIME - objectReference: {fileID: 0} - - target: {fileID: 2251616714236910816, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_Color.b - value: 0.504717 - objectReference: {fileID: 0} - - target: {fileID: 2251616714236910816, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_Color.g - value: 0.504717 - objectReference: {fileID: 0} - - target: {fileID: 2251616714236910816, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_Color.r - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 3358702390296254852, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_Name - value: Title - Time - objectReference: {fileID: 0} - m_RemovedComponents: [] - m_RemovedGameObjects: [] - m_AddedGameObjects: [] - m_AddedComponents: [] - m_SourcePrefab: {fileID: 100100000, guid: d0c10e574f6f1af43b3af7996a878151, type: 3} ---- !u!1001 &1208765573 -PrefabInstance: - m_ObjectHideFlags: 0 - serializedVersion: 2 - m_Modification: - serializedVersion: 3 - m_TransformParent: {fileID: 1557570896} - m_Modifications: - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: Feedbacks.Array.size - value: 7 - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[0]' - value: - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[1]' - value: - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[2]' - value: - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[3]' - value: - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[4]' - value: - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[5]' - value: - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[6]' - value: - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[7]' - value: - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Pivot.x - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Pivot.y - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_RootOrder - value: 113 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMax.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMax.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMin.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMin.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_SizeDelta.x - value: 256.1 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_SizeDelta.y - value: 30 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalPosition.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.w - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.x - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.y - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.z - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchoredPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchoredPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalEulerAnglesHint.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalEulerAnglesHint.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalEulerAnglesHint.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604939, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_OnClick.m_PersistentCalls.m_Calls.Array.data[0].m_Target - value: - objectReference: {fileID: 1122182443} - - target: {fileID: 2903879014986604939, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_OnClick.m_PersistentCalls.m_Calls.Array.data[0].m_MethodName - value: PlayFeedbacks - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604939, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_OnClick.m_PersistentCalls.m_Calls.Array.data[0].m_Arguments.m_ObjectArgumentAssemblyTypeName - value: UnityEngine.Object, UnityEngine - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604941, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Name - value: Button - Alpha - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Text - value: TMP Alpha - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Color.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Color.b - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Color.g - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Color.r - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 4258887795993319071, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: NotSupportedInWebGL - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.size - value: 7 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[0]' - value: MoreMountains.Feedbacks MoreMountains.Feedbacks.MMF_AudioSource - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[1]' - value: MoreMountains.Feedbacks MoreMountains.Feedbacks.MMF_SetActive - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[2]' - value: MoreMountains.Feedbacks.TextMeshPro MoreMountains.Feedbacks.MMF_TMPText - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[3]' - value: MoreMountains.Feedbacks MoreMountains.Feedbacks.MMF_Pause - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[4]' - value: MoreMountains.Feedbacks.TextMeshPro MoreMountains.Feedbacks.MMF_TMPAlpha - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[5]' - value: MoreMountains.Feedbacks MoreMountains.Feedbacks.MMF_HoldingPause - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[6]' - value: MoreMountains.Feedbacks MoreMountains.Feedbacks.MMF_SetActive - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Mode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Label - value: AudioSource - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Label - value: Set Active - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Label - value: TMP Text - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Label - value: Pause - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Label - value: TMP Alpha - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Label - value: Holding Pause - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Label - value: Set Inactive - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].NewText - value: 'This text - - will become transparent.' - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].MaxPitch - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].MinPitch - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].UniqueID - value: 809222159 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].UniqueID - value: 536021507 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].UniqueID - value: 491262749 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].UniqueID - value: 746092170 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Duration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].UniqueID - value: -1162702960 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].UniqueID - value: -940520440 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].UniqueID - value: 294577683 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].MaxVolume - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].MinVolume - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AlphaMode - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AutoResume - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].AutoResume - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].StateOnInit - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].StateOnPlay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].StateOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].StateOnInit - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].StateOnPlay - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].StateOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].StateOnReset - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].ScriptDriven - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].InstantAlpha - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].ScriptDriven - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].StateOnReset - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].TargetTMPText - value: - objectReference: {fileID: 500670851} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].PauseDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].CurveRemapOne - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].TargetTMPText - value: - objectReference: {fileID: 500670851} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].PauseDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].SetStateOnInit - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].SetStateOnPlay - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].SetStateOnStop - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].CurveRemapZero - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].SetStateOnInit - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].SetStateOnPlay - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].SetStateOnStop - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].SetStateOnReset - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AutoResumeAfter - value: 0.25 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].AutoResumeAfter - value: 0.25 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].SetStateOnReset - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].TargetGameObject - value: - objectReference: {fileID: 731678809} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].MaxPauseDuration - value: 3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].MinPauseDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].DestinationAlpha - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].MaxPauseDuration - value: 3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].MinPauseDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].TargetGameObject - value: - objectReference: {fileID: 731678809} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].TargetAudioSource - value: - objectReference: {fileID: 478010195} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].SfxAudioMixerGroup - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AllowAdditivePlays - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Curve.MMTweenCurve - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].RandomizeOnEachPlay - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].RandomizeOnEachPlay - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].RandomSfx.Array.size - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].RandomizePauseDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].RandomizePauseDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Curve.Curve.m_PreInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Curve.Curve.m_PostInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Curve.Curve.m_RotationOrder - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Curve.MMTweenDefinitionType - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Curve.Curve.m_Curve.Array.size - value: 3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Curve.Curve.m_Curve.Array.data[0].time - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Curve.Curve.m_Curve.Array.data[1].time - value: 0.4946782 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Curve.Curve.m_Curve.Array.data[2].time - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Curve.Curve.m_Curve.Array.data[0].value - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Curve.Curve.m_Curve.Array.data[1].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Curve.Curve.m_Curve.Array.data[2].value - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Curve.Curve.m_Curve.Array.data[0].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Curve.Curve.m_Curve.Array.data[1].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Curve.Curve.m_Curve.Array.data[2].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Curve.Curve.m_Curve.Array.data[0].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Curve.Curve.m_Curve.Array.data[0].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Curve.Curve.m_Curve.Array.data[1].inWeight - value: 0.33333334 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Curve.Curve.m_Curve.Array.data[1].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Curve.Curve.m_Curve.Array.data[2].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Curve.Curve.m_Curve.Array.data[2].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Curve.Curve.m_Curve.Array.data[0].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Curve.Curve.m_Curve.Array.data[1].outWeight - value: 0.33333334 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Curve.Curve.m_Curve.Array.data[2].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Curve.Curve.m_Curve.Array.data[0].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Curve.Curve.m_Curve.Array.data[1].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Curve.Curve.m_Curve.Array.data[2].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Curve.Curve.m_Curve.Array.data[0].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Curve.Curve.m_Curve.Array.data[1].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Curve.Curve.m_Curve.Array.data[2].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 9167406172343059487, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_IsActive - value: 0 - objectReference: {fileID: 0} - m_RemovedComponents: - - {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, type: 3} - m_RemovedGameObjects: [] - m_AddedGameObjects: [] - m_AddedComponents: [] - m_SourcePrefab: {fileID: 100100000, guid: a16c33a1240b8ce4f930161a7c85fae6, type: 3} ---- !u!1 &1210353986 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 1210353987} - - component: {fileID: 1210353994} - - component: {fileID: 1210353993} - - component: {fileID: 1210353992} - - component: {fileID: 1210353991} - - component: {fileID: 1210353990} - - component: {fileID: 1210353989} - - component: {fileID: 1210353988} - - component: {fileID: 1210353995} - m_Layer: 0 - m_Name: MainVolume - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &1210353987 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1210353986} - serializedVersion: 2 - m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: 0} - m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 - m_Children: [] - m_Father: {fileID: 63926507} - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!114 &1210353988 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1210353986} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 81cf12de3b3c98d489779a3382046725, type: 3} - m_Name: - m_EditorClassIdentifier: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - ShakeDuration: 0.2 - PlayOnAwake: 0 - PermanentShake: 0 - Interruptible: 1 - AlwaysResetTargetValuesAfterShake: 0 - OnlyUseShakerValues: 0 - CooldownBetweenShakes: 0 - Shaking: 0 - ForwardDirection: 1 - TimescaleMode: 0 - RelativeIntensity: 0 - ShakeIntensity: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.5 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapIntensityZero: 0 - RemapIntensityOne: 1 - InterpolateColor: 0 - ColorCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.05 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.95 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapColorZero: 0 - RemapColorOne: 1 - TargetColor: {r: 1, g: 0, b: 0, a: 1} ---- !u!114 &1210353989 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1210353986} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 7efc6a4a233d87b4fbc72cda82ca4a31, type: 3} - m_Name: - m_EditorClassIdentifier: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - ShakeDuration: 0.8 - PlayOnAwake: 0 - PermanentShake: 0 - Interruptible: 1 - AlwaysResetTargetValuesAfterShake: 0 - OnlyUseShakerValues: 0 - CooldownBetweenShakes: 0 - Shaking: 0 - ForwardDirection: 1 - TimescaleMode: 0 - RelativeIntensity: 0 - ShakeIntensity: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.2 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.25 - value: -1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.35 - value: 0.7 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.4 - value: -0.7 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.6 - value: 0.3 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.65 - value: -0.3 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.8 - value: 0.1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.85 - value: -0.1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapIntensityZero: 0 - RemapIntensityOne: 50 ---- !u!114 &1210353990 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1210353986} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 4792d6bb2cfe7644da1e6972d3da260d, type: 3} - m_Name: - m_EditorClassIdentifier: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - ShakeDuration: 2 - PlayOnAwake: 0 - PermanentShake: 0 - Interruptible: 1 - AlwaysResetTargetValuesAfterShake: 0 - OnlyUseShakerValues: 0 - CooldownBetweenShakes: 0 - Shaking: 0 - ForwardDirection: 1 - TimescaleMode: 0 - RelativeValues: 0 - ShakeFocusDistance: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.5 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapFocusDistanceZero: 4 - RemapFocusDistanceOne: 50 - ShakeAperture: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.5 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapApertureZero: 0.6 - RemapApertureOne: 0.2 - ShakeFocalLength: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.5 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapFocalLengthZero: 27.5 - RemapFocalLengthOne: 27.5 ---- !u!114 &1210353991 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1210353986} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 416f266b197306a49975dadec6e05526, type: 3} - m_Name: - m_EditorClassIdentifier: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - ShakeDuration: 1 - PlayOnAwake: 0 - PermanentShake: 0 - Interruptible: 1 - AlwaysResetTargetValuesAfterShake: 0 - OnlyUseShakerValues: 0 - CooldownBetweenShakes: 0 - Shaking: 0 - ForwardDirection: 1 - TimescaleMode: 0 - RelativeValues: 1 - ShakePostExposure: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.5 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapPostExposureZero: 0 - RemapPostExposureOne: 1 - ShakeHueShift: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.5 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapHueShiftZero: 0 - RemapHueShiftOne: 180 - ShakeSaturation: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.5 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapSaturationZero: 0 - RemapSaturationOne: 100 - ShakeContrast: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.5 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapContrastZero: 0 - RemapContrastOne: 100 - ShakeColorFilter: 0 - ColorFilterGradient: - serializedVersion: 2 - key0: {r: 1, g: 1, b: 1, a: 1} - key1: {r: 1, g: 1, b: 1, a: 1} - key2: {r: 0, g: 0, b: 0, a: 0} - key3: {r: 0, g: 0, b: 0, a: 0} - key4: {r: 0, g: 0, b: 0, a: 0} - key5: {r: 0, g: 0, b: 0, a: 0} - key6: {r: 0, g: 0, b: 0, a: 0} - key7: {r: 0, g: 0, b: 0, a: 0} - ctime0: 0 - ctime1: 65535 - ctime2: 0 - ctime3: 0 - ctime4: 0 - ctime5: 0 - ctime6: 0 - ctime7: 0 - atime0: 0 - atime1: 65535 - atime2: 0 - atime3: 0 - atime4: 0 - atime5: 0 - atime6: 0 - atime7: 0 - m_Mode: 0 - m_ColorSpace: -1 - m_NumColorKeys: 2 - m_NumAlphaKeys: 2 ---- !u!114 &1210353992 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1210353986} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 1297b688774526f418895a2f09176619, type: 3} - m_Name: - m_EditorClassIdentifier: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - ShakeDuration: 0.2 - PlayOnAwake: 0 - PermanentShake: 0 - Interruptible: 1 - AlwaysResetTargetValuesAfterShake: 0 - OnlyUseShakerValues: 0 - CooldownBetweenShakes: 0 - Shaking: 0 - ForwardDirection: 1 - TimescaleMode: 0 - RelativeIntensity: 0 - ShakeIntensity: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.5 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapIntensityZero: 0 - RemapIntensityOne: 1 ---- !u!114 &1210353993 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1210353986} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 04189ce672fd8c349b61eb900b1dc0ec, type: 3} - m_Name: - m_EditorClassIdentifier: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - ShakeDuration: 0.2 - PlayOnAwake: 0 - PermanentShake: 0 - Interruptible: 1 - AlwaysResetTargetValuesAfterShake: 0 - OnlyUseShakerValues: 0 - CooldownBetweenShakes: 0 - Shaking: 0 - ForwardDirection: 1 - TimescaleMode: 0 - RelativeValues: 1 - ShakeIntensity: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.5 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapIntensityZero: 0 - RemapIntensityOne: 1 - ShakeThreshold: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.5 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapThresholdZero: 0 - RemapThresholdOne: 0 ---- !u!114 &1210353994 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1210353986} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 8b9a305e18de0c04dbd257a21cd47087, type: 3} - m_Name: - m_EditorClassIdentifier: - sharedProfile: {fileID: 11400000, guid: 3df5c6d6c97a31e469c12a71aa1834ac, type: 2} - isGlobal: 1 - blendDistance: 0 - weight: 1 - priority: 0 ---- !u!114 &1210353995 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1210353986} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 33c059583b0a7e44ebd9aa776e815cce, type: 3} - m_Name: - m_EditorClassIdentifier: - OnEquilibriumReached: - m_PersistentCalls: - m_Calls: [] - Target: {fileID: 0} - TimeScaleMode: 1 - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - FloatSpring: - Damping: 0.1 - Frequency: 4 - ClampSettings: - ClampMin: 0 - ClampMinValue: 0 - ClampMinInitial: 0 - ClampMinBounce: 0 - ClampMax: 0 - ClampMaxValue: 10 - ClampMaxInitial: 0 - ClampMaxBounce: 0 - SpringDebug: - CurrentValue: 0 - TargetValue: 0 - UnifiedSpring: 0 - CurrentValueDisplay: 0 - TargetValueDisplay: 0 - VelocityDisplay: 0 - MoveToRandomValue: {x: -2, y: 2} - BumpAmountRandomValue: {x: 20, y: 100} - TestMoveToValue: 2 - MoveToToolbar: 0 - TestBumpAmount: 10 - BumpToToolbar: 0 - OtherControlsToToolbar: 0 ---- !u!1 &1213889020 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 1213889021} - - component: {fileID: 1213889023} - - component: {fileID: 1213889022} - m_Layer: 5 - m_Name: TestText - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!224 &1213889021 -RectTransform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1213889020} - m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: 0} - m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 - m_Children: [] - m_Father: {fileID: 1855939572} - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} - m_AnchorMin: {x: 0, y: 0} - m_AnchorMax: {x: 1, y: 1} - m_AnchoredPosition: {x: 0, y: 0} - m_SizeDelta: {x: 0, y: 0} - m_Pivot: {x: 0.5, y: 0.5} ---- !u!114 &1213889022 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1213889020} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 5f7201a12d95ffc409449d95f23cf332, type: 3} - m_Name: - m_EditorClassIdentifier: - m_Material: {fileID: 0} - m_Color: {r: 1, g: 1, b: 1, a: 1} - m_RaycastTarget: 1 - m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0} - m_Maskable: 1 - m_OnCullStateChanged: - m_PersistentCalls: - m_Calls: [] - m_FontData: - m_Font: {fileID: 12800000, guid: 462a5605cd4f4de48821603c760ce4a6, type: 3} - m_FontSize: 50 - m_FontStyle: 0 - m_BestFit: 0 - m_MinSize: 5 - m_MaxSize: 50 - m_Alignment: 4 - m_AlignByGeometry: 0 - m_RichText: 1 - m_HorizontalOverflow: 0 - m_VerticalOverflow: 0 - m_LineSpacing: 1 - m_Text: Hello I'm a regular Text. ---- !u!222 &1213889023 -CanvasRenderer: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1213889020} - m_CullTransparentMesh: 0 ---- !u!1001 &1221698304 -PrefabInstance: - m_ObjectHideFlags: 0 - serializedVersion: 2 - m_Modification: - serializedVersion: 3 - m_TransformParent: {fileID: 1557570896} - m_Modifications: - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: Feedbacks.Array.size - value: 7 - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[0]' - value: - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[1]' - value: - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[2]' - value: - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[3]' - value: - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[4]' - value: - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[5]' - value: - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[6]' - value: - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Pivot.x - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Pivot.y - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_RootOrder - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMax.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMax.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMin.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMin.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_SizeDelta.x - value: 256.1 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_SizeDelta.y - value: 30 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalPosition.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.w - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.x - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.y - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.z - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchoredPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchoredPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalEulerAnglesHint.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalEulerAnglesHint.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalEulerAnglesHint.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604939, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_OnClick.m_PersistentCalls.m_Calls.Array.data[0].m_Target - value: - objectReference: {fileID: 1519502662} - - target: {fileID: 2903879014986604939, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_OnClick.m_PersistentCalls.m_Calls.Array.data[0].m_MethodName - value: PlayFeedbacks - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604939, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_OnClick.m_PersistentCalls.m_Calls.Array.data[0].m_Arguments.m_ObjectArgumentAssemblyTypeName - value: UnityEngine.Object, UnityEngine - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604941, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Name - value: Button - Outline Width - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Text - value: TMP Outline Width - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Color.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Color.b - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Color.g - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Color.r - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 4258887795993319071, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: NotSupportedInWebGL - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.size - value: 7 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[0]' - value: MoreMountains.Feedbacks MoreMountains.Feedbacks.MMF_AudioSource - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[1]' - value: MoreMountains.Feedbacks MoreMountains.Feedbacks.MMF_SetActive - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[2]' - value: MoreMountains.Feedbacks.TextMeshPro MoreMountains.Feedbacks.MMF_TMPText - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[3]' - value: MoreMountains.Feedbacks MoreMountains.Feedbacks.MMF_Pause - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[4]' - value: MoreMountains.Feedbacks.TextMeshPro MoreMountains.Feedbacks.MMF_TMPOutlineWidth - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[5]' - value: MoreMountains.Feedbacks MoreMountains.Feedbacks.MMF_HoldingPause - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[6]' - value: MoreMountains.Feedbacks MoreMountains.Feedbacks.MMF_SetActive - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Mode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Mode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Label - value: AudioSource - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Label - value: Set Active - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Label - value: TMP Text - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Label - value: Pause - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Label - value: TMP Outline Width - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Label - value: Holding Pause - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Label - value: Set Inactive - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].NewText - value: 'The outline - - on this text - - will grow.' - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].MaxPitch - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].MinPitch - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].UniqueID - value: 982607972 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].UniqueID - value: -1717924984 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].UniqueID - value: 2022019410 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].UniqueID - value: -788357363 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Duration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].RemapOne - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].UniqueID - value: -29882074 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].UniqueID - value: -1779399809 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].UniqueID - value: -121561841 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].MaxVolume - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].MinVolume - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].RemapZero - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].StartsOff - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AutoResume - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].AutoResume - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].StateOnInit - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].StateOnPlay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].StateOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].StateOnInit - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].StateOnPlay - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].StateOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].StateOnReset - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].ScriptDriven - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].ScriptDriven - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].StateOnReset - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].TargetTMPText - value: - objectReference: {fileID: 1996559228} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].PauseDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].DisableOnStop - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].TargetTMPText - value: - objectReference: {fileID: 1996559228} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].PauseDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].SetStateOnInit - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].SetStateOnPlay - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].SetStateOnStop - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].RelativeValues - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].SetStateOnInit - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].SetStateOnPlay - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].SetStateOnStop - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].SetStateOnReset - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AutoResumeAfter - value: 0.25 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].InstantFontSize - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].AutoResumeAfter - value: 0.25 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].SetStateOnReset - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].TargetGameObject - value: - objectReference: {fileID: 930333314} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].MaxPauseDuration - value: 3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].MinPauseDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].MaxPauseDuration - value: 3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].MinPauseDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].TargetGameObject - value: - objectReference: {fileID: 930333314} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].TargetAudioSource - value: - objectReference: {fileID: 478010195} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].SfxAudioMixerGroup - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AllowAdditivePlays - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].RandomizeOnEachPlay - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].RandomizeOnEachPlay - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].RandomSfx.Array.size - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].RandomizePauseDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].RandomizePauseDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].OutlineWidthCurve.MMTweenCurve - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].OutlineWidthCurve.Curve.m_PreInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].OutlineWidthCurve.Curve.m_PostInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].OutlineWidthCurve.Curve.m_RotationOrder - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].OutlineWidthCurve.MMTweenDefinitionType - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].OutlineWidthCurve.Curve.m_Curve.Array.size - value: 3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].OutlineWidthCurve.Curve.m_Curve.Array.data[0].time - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].OutlineWidthCurve.Curve.m_Curve.Array.data[1].time - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].OutlineWidthCurve.Curve.m_Curve.Array.data[2].time - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].OutlineWidthCurve.Curve.m_Curve.Array.data[0].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].OutlineWidthCurve.Curve.m_Curve.Array.data[1].value - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].OutlineWidthCurve.Curve.m_Curve.Array.data[2].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].OutlineWidthCurve.Curve.m_Curve.Array.data[0].inSlope - value: 2.5704246 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].OutlineWidthCurve.Curve.m_Curve.Array.data[1].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].OutlineWidthCurve.Curve.m_Curve.Array.data[2].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].OutlineWidthCurve.Curve.m_Curve.Array.data[0].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].OutlineWidthCurve.Curve.m_Curve.Array.data[0].outSlope - value: 2.5704246 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].OutlineWidthCurve.Curve.m_Curve.Array.data[1].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].OutlineWidthCurve.Curve.m_Curve.Array.data[1].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].OutlineWidthCurve.Curve.m_Curve.Array.data[2].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].OutlineWidthCurve.Curve.m_Curve.Array.data[2].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].OutlineWidthCurve.Curve.m_Curve.Array.data[0].outWeight - value: 0.09735202 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].OutlineWidthCurve.Curve.m_Curve.Array.data[1].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].OutlineWidthCurve.Curve.m_Curve.Array.data[2].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].OutlineWidthCurve.Curve.m_Curve.Array.data[0].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].OutlineWidthCurve.Curve.m_Curve.Array.data[1].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].OutlineWidthCurve.Curve.m_Curve.Array.data[2].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].OutlineWidthCurve.Curve.m_Curve.Array.data[0].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].OutlineWidthCurve.Curve.m_Curve.Array.data[1].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].OutlineWidthCurve.Curve.m_Curve.Array.data[2].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 9167406172343059487, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_IsActive - value: 0 - objectReference: {fileID: 0} - m_RemovedComponents: - - {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, type: 3} - m_RemovedGameObjects: [] - m_AddedGameObjects: [] - m_AddedComponents: [] - m_SourcePrefab: {fileID: 100100000, guid: a16c33a1240b8ce4f930161a7c85fae6, type: 3} ---- !u!224 &1233331357 stripped -RectTransform: - m_CorrespondingSourceObject: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - m_PrefabInstance: {fileID: 1876022119} - m_PrefabAsset: {fileID: 0} ---- !u!224 &1237237820 stripped -RectTransform: - m_CorrespondingSourceObject: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - m_PrefabInstance: {fileID: 1845215354250524742} - m_PrefabAsset: {fileID: 0} ---- !u!1 &1240631689 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 1240631690} - - component: {fileID: 1240631691} - - component: {fileID: 1240631692} - m_Layer: 0 - m_Name: RockPhysics - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &1240631690 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1240631689} - serializedVersion: 2 - m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: 0.962, y: 0.006, z: 6.645} - m_LocalScale: {x: 0.25, y: 0.25, z: 0.25} - m_ConstrainProportionsScale: 0 - m_Children: - - {fileID: 1071623050} - m_Father: {fileID: 1096839754} - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!54 &1240631691 -Rigidbody: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1240631689} - serializedVersion: 4 - m_Mass: 1 - m_Drag: 0 - m_AngularDrag: 0.05 - m_CenterOfMass: {x: 0, y: 0, z: 0} - m_InertiaTensor: {x: 1, y: 1, z: 1} - m_InertiaRotation: {x: 0, y: 0, z: 0, w: 1} - m_IncludeLayers: - serializedVersion: 2 - m_Bits: 0 - m_ExcludeLayers: - serializedVersion: 2 - m_Bits: 0 - m_ImplicitCom: 1 - m_ImplicitTensor: 1 - m_UseGravity: 1 - m_IsKinematic: 0 - m_Interpolate: 0 - m_Constraints: 0 - m_CollisionDetection: 2 ---- !u!65 &1240631692 -BoxCollider: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1240631689} - m_Material: {fileID: 0} - m_IncludeLayers: - serializedVersion: 2 - m_Bits: 0 - m_ExcludeLayers: - serializedVersion: 2 - m_Bits: 0 - m_LayerOverridePriority: 0 - m_IsTrigger: 0 - m_ProvidesContacts: 0 - m_Enabled: 1 - serializedVersion: 3 - m_Size: {x: 1, y: 0.5, z: 1} - m_Center: {x: 0, y: 0.2, z: 0} ---- !u!1001 &1246592543 -PrefabInstance: - m_ObjectHideFlags: 0 - serializedVersion: 2 - m_Modification: - serializedVersion: 3 - m_TransformParent: {fileID: 1557570896} - m_Modifications: - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: Feedbacks.Array.size - value: 5 - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[0]' - value: - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[1]' - value: - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[2]' - value: - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[3]' - value: - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[4]' - value: - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Pivot.x - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Pivot.y - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_RootOrder - value: 140 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMax.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMax.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMin.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMin.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_SizeDelta.x - value: 256.1 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_SizeDelta.y - value: 30 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalPosition.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.w - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.x - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.y - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.z - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchoredPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchoredPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalEulerAnglesHint.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalEulerAnglesHint.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalEulerAnglesHint.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604939, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_OnClick.m_PersistentCalls.m_Calls.Array.data[0].m_Target - value: - objectReference: {fileID: 1588306470} - - target: {fileID: 2903879014986604939, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_OnClick.m_PersistentCalls.m_Calls.Array.data[0].m_MethodName - value: PlayFeedbacks - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604939, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_OnClick.m_PersistentCalls.m_Calls.Array.data[0].m_Arguments.m_ObjectArgumentAssemblyTypeName - value: UnityEngine.Object, UnityEngine - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604941, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Name - value: Button - High Pass - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Text - value: High Pass Filter - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Color.b - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Color.g - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Color.r - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 4258887795993319071, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: NotSupportedInWebGL - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.size - value: 5 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[0]' - value: MoreMountains.Feedbacks MoreMountains.Feedbacks.MMF_AudioSource - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[1]' - value: MoreMountains.Feedbacks MoreMountains.Feedbacks.MMF_Pause - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[2]' - value: MoreMountains.Feedbacks MoreMountains.Feedbacks.MMF_AudioFilterHighPass - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[3]' - value: MoreMountains.Feedbacks MoreMountains.Feedbacks.MMF_HoldingPause - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[4]' - value: MoreMountains.Feedbacks MoreMountains.Feedbacks.MMF_AudioSource - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Mode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Mode - value: 3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Label - value: AudioSource - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Label - value: Pause - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Label - value: Audio Filter High Pass - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Label - value: Holding Pause - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Label - value: AudioSource - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].MaxPitch - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].MinPitch - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].UniqueID - value: -794126771 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].UniqueID - value: 1055329456 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Duration - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].UniqueID - value: 1833876293 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].UniqueID - value: -1320057815 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].MaxPitch - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].MinPitch - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].UniqueID - value: 268256854 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].MaxVolume - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].MinVolume - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].MaxVolume - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].MinVolume - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AutoResume - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AutoResume - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ScriptDriven - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].ScriptDriven - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].PauseDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].PauseDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AutoResumeAfter - value: 0.25 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AutoResumeAfter - value: 0.25 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].MaxPauseDuration - value: 3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].MinPauseDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].RelativeHighPass - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].RemapHighPassOne - value: 10000 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].MaxPauseDuration - value: 3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].MinPauseDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].TargetAudioSource - value: - objectReference: {fileID: 1467162775} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].RemapHighPassZero - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].TargetAudioSource - value: - objectReference: {fileID: 1467162775} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].SfxAudioMixerGroup - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].SfxAudioMixerGroup - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].RandomizeOnEachPlay - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].RandomizeOnEachPlay - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].RandomSfx.Array.size - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].RandomSfx.Array.size - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].RandomizePauseDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].RandomizePauseDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].ResetShakerValuesAfterShake - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].ResetTargetValuesAfterShake - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].ShakeHighPass.m_PreInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].ShakeHighPass.m_PostInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].ShakeHighPass.m_RotationOrder - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].ShakeHighPass.m_Curve.Array.size - value: 3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].ShakeHighPass.m_Curve.Array.data[0].time - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].ShakeHighPass.m_Curve.Array.data[1].time - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].ShakeHighPass.m_Curve.Array.data[2].time - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].ShakeHighPass.m_Curve.Array.data[0].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].ShakeHighPass.m_Curve.Array.data[1].value - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].ShakeHighPass.m_Curve.Array.data[2].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].ShakeHighPass.m_Curve.Array.data[0].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].ShakeHighPass.m_Curve.Array.data[1].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].ShakeHighPass.m_Curve.Array.data[2].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].ShakeHighPass.m_Curve.Array.data[0].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].ShakeHighPass.m_Curve.Array.data[0].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].ShakeHighPass.m_Curve.Array.data[1].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].ShakeHighPass.m_Curve.Array.data[1].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].ShakeHighPass.m_Curve.Array.data[2].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].ShakeHighPass.m_Curve.Array.data[2].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].ShakeHighPass.m_Curve.Array.data[0].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].ShakeHighPass.m_Curve.Array.data[1].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].ShakeHighPass.m_Curve.Array.data[2].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].ShakeHighPass.m_Curve.Array.data[0].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].ShakeHighPass.m_Curve.Array.data[1].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].ShakeHighPass.m_Curve.Array.data[2].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].ShakeHighPass.m_Curve.Array.data[0].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].ShakeHighPass.m_Curve.Array.data[1].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].ShakeHighPass.m_Curve.Array.data[2].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 9167406172343059487, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_IsActive - value: 0 - objectReference: {fileID: 0} - m_RemovedComponents: - - {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, type: 3} - m_RemovedGameObjects: [] - m_AddedGameObjects: [] - m_AddedComponents: [] - m_SourcePrefab: {fileID: 100100000, guid: a16c33a1240b8ce4f930161a7c85fae6, type: 3} ---- !u!1001 &1247001537 -PrefabInstance: - m_ObjectHideFlags: 0 - serializedVersion: 2 - m_Modification: - serializedVersion: 3 - m_TransformParent: {fileID: 1557570896} - m_Modifications: - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: Feedbacks.Array.size - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[0]' - value: - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[1]' - value: - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Pivot.x - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Pivot.y - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_RootOrder - value: 64 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMax.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMax.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMin.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMin.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_SizeDelta.x - value: 256.1 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_SizeDelta.y - value: 30 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalPosition.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.w - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.x - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.y - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.z - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchoredPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchoredPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalEulerAnglesHint.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalEulerAnglesHint.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalEulerAnglesHint.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604939, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_OnClick.m_PersistentCalls.m_Calls.Array.data[0].m_Target - value: - objectReference: {fileID: 1397874601} - - target: {fileID: 2903879014986604939, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_OnClick.m_PersistentCalls.m_Calls.Array.data[0].m_MethodName - value: PlayFeedbacks - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604939, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_OnClick.m_PersistentCalls.m_Calls.Array.data[0].m_Arguments.m_ObjectArgumentAssemblyTypeName - value: UnityEngine.Object, UnityEngine - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604941, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Name - value: Button - Wiggle - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Text - value: Wiggle - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Color.b - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Color.g - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Color.r - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.size - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[0]' - value: MoreMountains.Feedbacks MoreMountains.Feedbacks.MMF_Wiggle - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[1]' - value: MoreMountains.Feedbacks MoreMountains.Feedbacks.MMF_AudioSource - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Mode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Label - value: Wiggle - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Label - value: AudioSource - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].UniqueID - value: -1914214516 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].MaxPitch - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].MinPitch - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].UniqueID - value: 571651299 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].MaxVolume - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].MinVolume - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].WiggleScale - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].TargetWiggle - value: - objectReference: {fileID: 1096839755} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].WigglePosition - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].WiggleRotation - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].TargetAudioSource - value: - objectReference: {fileID: 478010195} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].SfxAudioMixerGroup - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].WiggleScaleDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].RandomSfx.Array.size - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].WigglePositionDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].WiggleRotationDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 9167406172343059487, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_IsActive - value: 0 - objectReference: {fileID: 0} - m_RemovedComponents: - - {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, type: 3} - m_RemovedGameObjects: [] - m_AddedGameObjects: [] - m_AddedComponents: [] - m_SourcePrefab: {fileID: 100100000, guid: a16c33a1240b8ce4f930161a7c85fae6, type: 3} ---- !u!1 &1247212245 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 1247212246} - - component: {fileID: 1247212248} - - component: {fileID: 1247212247} - m_Layer: 5 - m_Name: CorgiIcon - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!224 &1247212246 -RectTransform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1247212245} - m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: 0} - m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 - m_Children: [] - m_Father: {fileID: 1328195342} - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} - m_AnchorMin: {x: 0.5, y: 0.5} - m_AnchorMax: {x: 0.5, y: 0.5} - m_AnchoredPosition: {x: -235, y: 0} - m_SizeDelta: {x: 200, y: 200} - m_Pivot: {x: 0.5, y: 0.5} ---- !u!114 &1247212247 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1247212245} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} - m_Name: - m_EditorClassIdentifier: - m_Material: {fileID: 0} - m_Color: {r: 1, g: 1, b: 1, a: 1} - m_RaycastTarget: 0 - m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0} - m_Maskable: 1 - m_OnCullStateChanged: - m_PersistentCalls: - m_Calls: [] - m_Sprite: {fileID: 21300000, guid: bdd6c77f3b6358b4797992581e75bd64, type: 3} - m_Type: 0 - m_PreserveAspect: 0 - m_FillCenter: 1 - m_FillMethod: 4 - m_FillAmount: 1 - m_FillClockwise: 1 - m_FillOrigin: 0 - m_UseSpriteMesh: 0 - m_PixelsPerUnitMultiplier: 1 ---- !u!222 &1247212248 -CanvasRenderer: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1247212245} - m_CullTransparentMesh: 0 ---- !u!1 &1247759677 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 1247759679} - - component: {fileID: 1247759678} - m_Layer: 0 - m_Name: TMPCountToLong - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!114 &1247759678 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1247759677} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 6da43522623d4704e979466dc7650b65, type: 3} - m_Name: - m_EditorClassIdentifier: - Feedbacks: [] - InitializationMode: 2 - AutoInitialization: 1 - SafeMode: 3 - Direction: 0 - AutoChangeDirectionOnEnd: 0 - AutoPlayOnStart: 0 - AutoPlayOnEnable: 0 - ForceTimescaleMode: 0 - ForcedTimescaleMode: 1 - DurationMultiplier: 1 - TimescaleMultiplier: 1 - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 1.5} - DisplayFullDurationDetails: 0 - PlayerTimescaleMode: 1 - OnlyPlayIfWithinRange: 0 - RangeCenter: {fileID: 0} - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - IgnoreRangeEvents: 0 - CooldownDuration: 0 - InitialDelay: 0 - CanPlay: 1 - CanPlayWhileAlreadyPlaying: 1 - ChanceToPlay: 100 - FeedbacksIntensity: 1 - Events: - TriggerMMFeedbacksEvents: 0 - TriggerUnityEvents: 1 - OnPlay: - m_PersistentCalls: - m_Calls: [] - OnPause: - m_PersistentCalls: - m_Calls: [] - OnStop: - m_PersistentCalls: - m_Calls: [] - OnResume: - m_PersistentCalls: - m_Calls: [] - OnChangeDirection: - m_PersistentCalls: - m_Calls: [] - OnComplete: - m_PersistentCalls: - m_Calls: [] - OnRestoreInitialValues: - m_PersistentCalls: - m_Calls: [] - OnSkipToTheEnd: - m_PersistentCalls: - m_Calls: [] - OnInitializationComplete: - m_PersistentCalls: - m_Calls: [] - OnEnable: - m_PersistentCalls: - m_Calls: [] - OnDisable: - m_PersistentCalls: - m_Calls: [] - DebugActive: 0 - InScriptDrivenPause: 0 - FeedbacksList: - - rid: 0 - - rid: 1 - - rid: 2 - - rid: 3 - - rid: 5774320204847251462 - - rid: 5 - - rid: 6 - KeepPlayModeChanges: 0 - PerformanceMode: 0 - RestoreInitialValuesOnDisable: 0 - StopFeedbacksOnDisable: 0 - PlayCount: 0 - references: - version: 2 - RefIds: - - rid: 0 - type: {class: MMF_AudioSource, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: -1210390330 - Label: AudioSource - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 1247759678} - DebugActive: 0 - TargetAudioSource: {fileID: 478010195} - Mode: 0 - RandomSfx: [] - MinVolume: 1 - MaxVolume: 1 - MinPitch: 1 - MaxPitch: 1 - SfxAudioMixerGroup: {fileID: 0} - - rid: 1 - type: {class: MMF_TMPText, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: 1990851528 - Label: TMP Text - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 1247759678} - DebugActive: 0 - TargetTMPText: {fileID: 500670851} - NewText: "This feedback will \ncount from 0 \nto 100000001 in 5s" - - rid: 2 - type: {class: MMF_SetActive, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: 1408741296 - Label: Set Active - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 1247759678} - DebugActive: 0 - TargetGameObject: {fileID: 731678809} - ExtraTargetGameObjects: [] - IgnorePlayDirection: 0 - SetStateOnInit: 0 - StateOnInit: 1 - SetStateOnPlay: 1 - StateOnPlay: 0 - SetStateOnStop: 0 - StateOnStop: 1 - SetStateOnReset: 0 - StateOnReset: 1 - SetStateOnSkip: 0 - StateOnSkip: 0 - SetStateOnPlayerComplete: 0 - StateOnPlayerComplete: 1 - - rid: 3 - type: {class: MMF_Pause, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: -469165787 - Label: Pause - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 1247759678} - DebugActive: 0 - PauseDuration: 2 - RandomizePauseDuration: 0 - MinPauseDuration: 1 - MaxPauseDuration: 3 - RandomizeOnEachPlay: 1 - ScriptDriven: 0 - AutoResume: 0 - AutoResumeAfter: 0.25 - - rid: 5 - type: {class: MMF_HoldingPause, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: -77740880 - Label: Holding Pause - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 1247759678} - DebugActive: 0 - PauseDuration: 2 - RandomizePauseDuration: 0 - MinPauseDuration: 1 - MaxPauseDuration: 3 - RandomizeOnEachPlay: 1 - ScriptDriven: 0 - AutoResume: 0 - AutoResumeAfter: 0.25 - - rid: 6 - type: {class: MMF_SetActive, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: 1609033515 - Label: Set inactive - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 1247759678} - DebugActive: 0 - TargetGameObject: {fileID: 731678809} - ExtraTargetGameObjects: [] - IgnorePlayDirection: 0 - SetStateOnInit: 0 - StateOnInit: 1 - SetStateOnPlay: 1 - StateOnPlay: 1 - SetStateOnStop: 0 - StateOnStop: 1 - SetStateOnReset: 0 - StateOnReset: 1 - SetStateOnSkip: 0 - StateOnSkip: 0 - SetStateOnPlayerComplete: 0 - StateOnPlayerComplete: 1 - - rid: 5774320204847251462 - type: {class: MMF_TMPCountToLong, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: 2079733591 - Label: TMP Count To Long - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0.8, y: 1} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 1247759678} - DebugActive: 0 - TargetTMPText: {fileID: 500670851} - CountFrom: 0 - CountTo: 100000001 - CountingCurve: - MMTweenDefinitionType: 0 - MMTweenCurve: 0 - Curve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.3 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - Initialized: 0 - ConditionPropertyName: - EnumConditionPropertyName: - EnumConditions: 0000000000000000000000000000000000000000000000000000000000000000 - Duration: 5 - Format: 00 - MinRefreshFrequency: 0 ---- !u!4 &1247759679 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1247759677} - serializedVersion: 2 - m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: 0} - m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 - m_Children: [] - m_Father: {fileID: 1860154325} - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!4 &1265447467 stripped -Transform: - m_CorrespondingSourceObject: {fileID: 4610476634640326949, guid: 9c99ec9330979f94aa6e33f0bec7752f, - type: 3} - m_PrefabInstance: {fileID: 1007796840} - m_PrefabAsset: {fileID: 0} ---- !u!224 &1271384669 stripped -RectTransform: - m_CorrespondingSourceObject: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - m_PrefabInstance: {fileID: 719175937} - m_PrefabAsset: {fileID: 0} ---- !u!1 &1272686474 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 1272686477} - - component: {fileID: 1272686476} - m_Layer: 0 - m_Name: EventSystem - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!114 &1272686476 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1272686474} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 76c392e42b5098c458856cdf6ecaaaa1, type: 3} - m_Name: - m_EditorClassIdentifier: - m_FirstSelected: {fileID: 0} - m_sendNavigationEvents: 1 - m_DragThreshold: 10 ---- !u!4 &1272686477 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1272686474} - serializedVersion: 2 - m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: 0, y: -0.74, z: -3.0200002} - m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 - m_Children: [] - m_Father: {fileID: 1841711012} - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!1 &1282069687 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 1282069688} - m_Layer: 0 - m_Name: UI - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &1282069688 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1282069687} - serializedVersion: 2 - m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: 0} - m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 - m_Children: - - {fileID: 718201159} - - {fileID: 1410034808} - - {fileID: 1867991661} - - {fileID: 1341751450} - - {fileID: 480903264} - - {fileID: 2041358116} - - {fileID: 1799418830} - - {fileID: 199427129} - - {fileID: 107200603} - - {fileID: 1894655015} - - {fileID: 2141879282} - - {fileID: 1839220864} - - {fileID: 998457212} - - {fileID: 94170742} - m_Father: {fileID: 999639631} - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!1001 &1283378377 -PrefabInstance: - m_ObjectHideFlags: 0 - serializedVersion: 2 - m_Modification: - serializedVersion: 3 - m_TransformParent: {fileID: 1557570896} - m_Modifications: - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: Feedbacks.Array.size - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[0]' - value: - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[1]' - value: - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Pivot.x - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Pivot.y - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_RootOrder - value: 43 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMax.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMax.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMin.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMin.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_SizeDelta.x - value: 256.1 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_SizeDelta.y - value: 30 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalPosition.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.w - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.x - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.y - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.z - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchoredPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchoredPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalEulerAnglesHint.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalEulerAnglesHint.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalEulerAnglesHint.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604939, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_OnClick.m_PersistentCalls.m_Calls.Array.data[0].m_Target - value: - objectReference: {fileID: 481958502} - - target: {fileID: 2903879014986604939, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_OnClick.m_PersistentCalls.m_Calls.Array.data[0].m_MethodName - value: PlayFeedbacks - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604939, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_OnClick.m_PersistentCalls.m_Calls.Array.data[0].m_Arguments.m_ObjectArgumentAssemblyTypeName - value: UnityEngine.Object, UnityEngine - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604941, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Name - value: Button - Vignette - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Text - value: Vignette - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Color.b - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Color.g - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Color.r - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.size - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[0]' - value: MoreMountains.Feedbacks.PostProcessing MoreMountains.FeedbacksForThirdParty.MMF_Vignette - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[1]' - value: MoreMountains.Feedbacks MoreMountains.Feedbacks.MMF_AudioSource - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Mode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Label - value: Vignette - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Label - value: AudioSource - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Duration - value: 0.2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].UniqueID - value: -1514020301 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].MaxPitch - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].MinPitch - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].UniqueID - value: 839205400 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].MaxVolume - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].MinVolume - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].RelativeIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].RemapIntensityOne - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].TargetAudioSource - value: - objectReference: {fileID: 478010195} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].RemapIntensityZero - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].SfxAudioMixerGroup - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].RandomSfx.Array.size - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Intensity.m_PreInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Intensity.m_PostInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Intensity.m_RotationOrder - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ResetShakerValuesAfterShake - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ResetTargetValuesAfterShake - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Intensity.m_Curve.Array.size - value: 3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Intensity.m_Curve.Array.data[0].time - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Intensity.m_Curve.Array.data[1].time - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Intensity.m_Curve.Array.data[2].time - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Intensity.m_Curve.Array.data[0].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Intensity.m_Curve.Array.data[1].value - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Intensity.m_Curve.Array.data[2].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Intensity.m_Curve.Array.data[0].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Intensity.m_Curve.Array.data[1].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Intensity.m_Curve.Array.data[2].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Intensity.m_Curve.Array.data[0].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Intensity.m_Curve.Array.data[0].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Intensity.m_Curve.Array.data[1].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Intensity.m_Curve.Array.data[1].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Intensity.m_Curve.Array.data[2].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Intensity.m_Curve.Array.data[2].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Intensity.m_Curve.Array.data[0].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Intensity.m_Curve.Array.data[1].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Intensity.m_Curve.Array.data[2].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Intensity.m_Curve.Array.data[0].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Intensity.m_Curve.Array.data[1].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Intensity.m_Curve.Array.data[2].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Intensity.m_Curve.Array.data[0].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Intensity.m_Curve.Array.data[1].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Intensity.m_Curve.Array.data[2].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 9167406172343059487, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_IsActive - value: 0 - objectReference: {fileID: 0} - m_RemovedComponents: - - {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, type: 3} - m_RemovedGameObjects: [] - m_AddedGameObjects: [] - m_AddedComponents: [] - m_SourcePrefab: {fileID: 100100000, guid: a16c33a1240b8ce4f930161a7c85fae6, type: 3} ---- !u!1001 &1284354146 -PrefabInstance: - m_ObjectHideFlags: 0 - serializedVersion: 2 - m_Modification: - serializedVersion: 3 - m_TransformParent: {fileID: 1557570896} - m_Modifications: - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_Pivot.x - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_Pivot.y - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_RootOrder - value: 87 - objectReference: {fileID: 0} - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_AnchorMax.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_AnchorMax.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_AnchorMin.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_AnchorMin.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_SizeDelta.x - value: 256.1 - objectReference: {fileID: 0} - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_SizeDelta.y - value: 30 - objectReference: {fileID: 0} - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_LocalPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_LocalPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_LocalPosition.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_LocalRotation.w - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_LocalRotation.x - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_LocalRotation.y - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_LocalRotation.z - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_AnchoredPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_AnchoredPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_LocalEulerAnglesHint.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_LocalEulerAnglesHint.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_LocalEulerAnglesHint.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2251616714236910816, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_Text - value: PAUSE - objectReference: {fileID: 0} - - target: {fileID: 2251616714236910816, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_Color.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2251616714236910816, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_Color.g - value: 0.8867924 - objectReference: {fileID: 0} - - target: {fileID: 2251616714236910816, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_Color.r - value: 0.75570136 - objectReference: {fileID: 0} - - target: {fileID: 3358702390296254852, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_Name - value: Title - Pause - objectReference: {fileID: 0} - m_RemovedComponents: [] - m_RemovedGameObjects: [] - m_AddedGameObjects: [] - m_AddedComponents: [] - m_SourcePrefab: {fileID: 100100000, guid: d0c10e574f6f1af43b3af7996a878151, type: 3} ---- !u!23 &1299312031 stripped -MeshRenderer: - m_CorrespondingSourceObject: {fileID: 1318462475825722627, guid: 98ad67e4ae4dbb54eb05b761fb2a2c02, - type: 3} - m_PrefabInstance: {fileID: 2000460815} - m_PrefabAsset: {fileID: 0} ---- !u!1 &1299671008 stripped -GameObject: - m_CorrespondingSourceObject: {fileID: 4610476634640326944, guid: 9c99ec9330979f94aa6e33f0bec7752f, - type: 3} - m_PrefabInstance: {fileID: 1160567836} - m_PrefabAsset: {fileID: 0} ---- !u!114 &1299671009 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1299671008} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 9b821aa41cbf734458af19d8c6507e92, type: 3} - m_Name: - m_EditorClassIdentifier: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - ShakeDuration: 0.5 - PlayOnAwake: 0 - PermanentShake: 0 - Interruptible: 1 - AlwaysResetTargetValuesAfterShake: 0 - OnlyUseShakerValues: 0 - CooldownBetweenShakes: 0 - Shaking: 0 - ForwardDirection: 1 - TimescaleMode: 0 - Mode: 0 - TargetTransform: {fileID: 0} - TargetRectTransform: {fileID: 0} - ShakeSpeed: 20 - ShakeRange: 50 - ShakeMainDirection: {x: 0, y: 1, z: 0} - RandomizeDirection: 0 - ShakeAltDirection: {x: 0, y: 1, z: 0} - RandomizeDirectionOnPlay: 0 - AddDirectionalNoise: 1 - DirectionalNoiseStrengthMin: {x: 0.25, y: 0.25, z: 0.25} - DirectionalNoiseStrengthMax: {x: 0.25, y: 0.25, z: 0.25} - RandomnessSeed: {x: 0, y: 0, z: 0} - RandomizeSeedOnShake: 1 - UseAttenuation: 1 - AttenuationCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.5 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - StartShakingButton: 0 ---- !u!4 &1299671011 stripped -Transform: - m_CorrespondingSourceObject: {fileID: 4610476634640326949, guid: 9c99ec9330979f94aa6e33f0bec7752f, - type: 3} - m_PrefabInstance: {fileID: 1160567836} - m_PrefabAsset: {fileID: 0} ---- !u!1001 &1303139257 -PrefabInstance: - m_ObjectHideFlags: 0 - serializedVersion: 2 - m_Modification: - serializedVersion: 3 - m_TransformParent: {fileID: 1096839754} - m_Modifications: - - target: {fileID: -4216859302048453862, guid: 01dfcbf4ce9664c41ab1cf3609c59ee6, - type: 3} - propertyPath: m_RootOrder - value: 1 - objectReference: {fileID: 0} - - target: {fileID: -4216859302048453862, guid: 01dfcbf4ce9664c41ab1cf3609c59ee6, - type: 3} - propertyPath: m_LocalScale.x - value: 0.01 - objectReference: {fileID: 0} - - target: {fileID: -4216859302048453862, guid: 01dfcbf4ce9664c41ab1cf3609c59ee6, - type: 3} - propertyPath: m_LocalScale.y - value: 0.01 - objectReference: {fileID: 0} - - target: {fileID: -4216859302048453862, guid: 01dfcbf4ce9664c41ab1cf3609c59ee6, - type: 3} - propertyPath: m_LocalScale.z - value: 0.01 - objectReference: {fileID: 0} - - target: {fileID: -4216859302048453862, guid: 01dfcbf4ce9664c41ab1cf3609c59ee6, - type: 3} - propertyPath: m_LocalPosition.x - value: -0.87 - objectReference: {fileID: 0} - - target: {fileID: -4216859302048453862, guid: 01dfcbf4ce9664c41ab1cf3609c59ee6, - type: 3} - propertyPath: m_LocalPosition.y - value: -0.013 - objectReference: {fileID: 0} - - target: {fileID: -4216859302048453862, guid: 01dfcbf4ce9664c41ab1cf3609c59ee6, - type: 3} - propertyPath: m_LocalPosition.z - value: 6.76 - objectReference: {fileID: 0} - - target: {fileID: -4216859302048453862, guid: 01dfcbf4ce9664c41ab1cf3609c59ee6, - type: 3} - propertyPath: m_LocalRotation.w - value: 1 - objectReference: {fileID: 0} - - target: {fileID: -4216859302048453862, guid: 01dfcbf4ce9664c41ab1cf3609c59ee6, - type: 3} - propertyPath: m_LocalRotation.x - value: 0.000000021855694 - objectReference: {fileID: 0} - - target: {fileID: -4216859302048453862, guid: 01dfcbf4ce9664c41ab1cf3609c59ee6, - type: 3} - propertyPath: m_LocalRotation.y - value: -0 - objectReference: {fileID: 0} - - target: {fileID: -4216859302048453862, guid: 01dfcbf4ce9664c41ab1cf3609c59ee6, - type: 3} - propertyPath: m_LocalRotation.z - value: -0 - objectReference: {fileID: 0} - - target: {fileID: -4216859302048453862, guid: 01dfcbf4ce9664c41ab1cf3609c59ee6, - type: 3} - propertyPath: m_LocalEulerAnglesHint.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: -4216859302048453862, guid: 01dfcbf4ce9664c41ab1cf3609c59ee6, - type: 3} - propertyPath: m_LocalEulerAnglesHint.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: -4216859302048453862, guid: 01dfcbf4ce9664c41ab1cf3609c59ee6, - type: 3} - propertyPath: m_LocalEulerAnglesHint.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: -1504981713932161579, guid: 01dfcbf4ce9664c41ab1cf3609c59ee6, - type: 3} - propertyPath: 'm_Materials.Array.data[0]' - value: - objectReference: {fileID: 2100000, guid: 8b80d96aef31b7b42927634a8a768ed6, type: 2} - - target: {fileID: -927199367670048503, guid: 01dfcbf4ce9664c41ab1cf3609c59ee6, - type: 3} - propertyPath: m_Name - value: LP_S-Rock_01 - objectReference: {fileID: 0} - m_RemovedComponents: [] - m_RemovedGameObjects: [] - m_AddedGameObjects: [] - m_AddedComponents: - - targetCorrespondingSourceObject: {fileID: -927199367670048503, guid: 01dfcbf4ce9664c41ab1cf3609c59ee6, - type: 3} - insertIndex: -1 - addedObject: {fileID: 1839379767} - m_SourcePrefab: {fileID: 100100000, guid: 01dfcbf4ce9664c41ab1cf3609c59ee6, type: 3} ---- !u!1 &1312986682 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 1312986683} - - component: {fileID: 1312986685} - - component: {fileID: 1312986684} - m_Layer: 5 - m_Name: MMFeedbackImageFillTester - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!224 &1312986683 -RectTransform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1312986682} - m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: 0} - m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 - m_Children: [] - m_Father: {fileID: 1380114351} - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} - m_AnchorMin: {x: 1, y: 1} - m_AnchorMax: {x: 1, y: 1} - m_AnchoredPosition: {x: -90, y: -90} - m_SizeDelta: {x: 100, y: 100} - m_Pivot: {x: 0.5, y: 0.5} ---- !u!114 &1312986684 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1312986682} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} - m_Name: - m_EditorClassIdentifier: - m_Material: {fileID: 0} - m_Color: {r: 1, g: 1, b: 1, a: 1} - m_RaycastTarget: 0 - m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0} - m_Maskable: 1 - m_OnCullStateChanged: - m_PersistentCalls: - m_Calls: [] - m_Sprite: {fileID: 21300000, guid: 6fd0b649401ca5b419a5ebf5df170c0f, type: 3} - m_Type: 3 - m_PreserveAspect: 0 - m_FillCenter: 1 - m_FillMethod: 4 - m_FillAmount: 0 - m_FillClockwise: 1 - m_FillOrigin: 0 - m_UseSpriteMesh: 0 - m_PixelsPerUnitMultiplier: 1 ---- !u!222 &1312986685 -CanvasRenderer: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1312986682} - m_CullTransparentMesh: 0 ---- !u!1001 &1315337202 -PrefabInstance: - m_ObjectHideFlags: 0 - serializedVersion: 2 - m_Modification: - serializedVersion: 3 - m_TransformParent: {fileID: 1557570896} - m_Modifications: - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: Feedbacks.Array.size - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[0]' - value: - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[1]' - value: - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[2]' - value: - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[3]' - value: - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Pivot.x - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Pivot.y - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_RootOrder - value: 30 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMax.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMax.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMin.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMin.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_SizeDelta.x - value: 256.1 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_SizeDelta.y - value: 30 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalPosition.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.w - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.x - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.y - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.z - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchoredPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchoredPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalEulerAnglesHint.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalEulerAnglesHint.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalEulerAnglesHint.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604939, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_OnClick.m_PersistentCalls.m_Calls.Array.data[0].m_Target - value: - objectReference: {fileID: 83246281} - - target: {fileID: 2903879014986604939, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_OnClick.m_PersistentCalls.m_Calls.Array.data[0].m_MethodName - value: PlayFeedbacks - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604939, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_OnClick.m_PersistentCalls.m_Calls.Array.data[0].m_Arguments.m_ObjectArgumentAssemblyTypeName - value: UnityEngine.Object, UnityEngine - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604941, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Name - value: Button - Fader Round - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Text - value: Fader Round - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Color.b - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Color.g - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Color.r - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.size - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[0]' - value: MoreMountains.Feedbacks MoreMountains.Feedbacks.MMF_AudioSource - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[1]' - value: MoreMountains.Feedbacks.MMTools MoreMountains.Feedbacks.MMF_Fade - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[2]' - value: MoreMountains.Feedbacks MoreMountains.Feedbacks.MMF_HoldingPause - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[3]' - value: MoreMountains.Feedbacks.MMTools MoreMountains.Feedbacks.MMF_Fade - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ID - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].ID - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Mode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Label - value: AudioSource - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Label - value: Fade - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Label - value: Holding Pause - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Label - value: Fade - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].MaxPitch - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].MinPitch - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].UniqueID - value: -1108396053 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Duration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].FadeType - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].UniqueID - value: -1615947147 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].UniqueID - value: 427776920 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Duration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].FadeType - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].UniqueID - value: -1070474888 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].MaxVolume - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].MinVolume - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AutoResume - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].TargetAlpha - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].TargetAlpha - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].PositionMode - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].ScriptDriven - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].PositionMode - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].PauseDuration - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].IgnoreTimeScale - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].TargetTransform - value: - objectReference: {fileID: 2076029460} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AutoResumeAfter - value: 0.25 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].IgnoreTimeScale - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].TargetTransform - value: - objectReference: {fileID: 2076029460} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].PositionOffset.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].PositionOffset.y - value: 1.6 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].PositionOffset.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].TargetPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].TargetPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].TargetPosition.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].MaxPauseDuration - value: 3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].MinPauseDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].PositionOffset.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].PositionOffset.y - value: 1.6 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].PositionOffset.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].TargetPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].TargetPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].TargetPosition.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].TargetAudioSource - value: - objectReference: {fileID: 478010195} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].SfxAudioMixerGroup - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Curve.MMTweenCurve - value: 5 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Curve.MMTweenCurve - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].RandomizeOnEachPlay - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].RandomSfx.Array.size - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].RandomizePauseDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Curve.Curve.m_PreInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Curve.Curve.m_PreInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Curve.Curve.m_PostInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Curve.Curve.m_PostInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Curve.Curve.m_RotationOrder - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Curve.MMTweenDefinitionType - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Curve.Curve.m_RotationOrder - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Curve.MMTweenDefinitionType - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Curve.Curve.m_Curve.Array.size - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Curve.Curve.m_Curve.Array.size - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Curve.Curve.m_Curve.Array.data[0].time - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Curve.Curve.m_Curve.Array.data[1].time - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Curve.Curve.m_Curve.Array.data[0].time - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Curve.Curve.m_Curve.Array.data[1].time - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Curve.Curve.m_Curve.Array.data[0].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Curve.Curve.m_Curve.Array.data[1].value - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Curve.Curve.m_Curve.Array.data[0].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Curve.Curve.m_Curve.Array.data[1].value - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Curve.Curve.m_Curve.Array.data[0].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Curve.Curve.m_Curve.Array.data[1].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Curve.Curve.m_Curve.Array.data[0].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Curve.Curve.m_Curve.Array.data[1].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Curve.Curve.m_Curve.Array.data[0].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Curve.Curve.m_Curve.Array.data[0].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Curve.Curve.m_Curve.Array.data[1].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Curve.Curve.m_Curve.Array.data[1].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Curve.Curve.m_Curve.Array.data[0].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Curve.Curve.m_Curve.Array.data[0].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Curve.Curve.m_Curve.Array.data[1].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Curve.Curve.m_Curve.Array.data[1].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Curve.Curve.m_Curve.Array.data[0].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Curve.Curve.m_Curve.Array.data[1].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Curve.Curve.m_Curve.Array.data[0].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Curve.Curve.m_Curve.Array.data[1].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Curve.Curve.m_Curve.Array.data[0].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Curve.Curve.m_Curve.Array.data[1].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Curve.Curve.m_Curve.Array.data[0].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Curve.Curve.m_Curve.Array.data[1].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Curve.Curve.m_Curve.Array.data[0].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Curve.Curve.m_Curve.Array.data[1].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Curve.Curve.m_Curve.Array.data[0].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Curve.Curve.m_Curve.Array.data[1].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 9167406172343059487, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_IsActive - value: 0 - objectReference: {fileID: 0} - m_RemovedComponents: - - {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, type: 3} - m_RemovedGameObjects: [] - m_AddedGameObjects: [] - m_AddedComponents: [] - m_SourcePrefab: {fileID: 100100000, guid: a16c33a1240b8ce4f930161a7c85fae6, type: 3} ---- !u!224 &1315337203 stripped -RectTransform: - m_CorrespondingSourceObject: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - m_PrefabInstance: {fileID: 1315337202} - m_PrefabAsset: {fileID: 0} ---- !u!1 &1317828856 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 1317828857} - - component: {fileID: 1317828858} - m_Layer: 0 - m_Name: Rigidbody2D - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &1317828857 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1317828856} - serializedVersion: 2 - m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: 0} - m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 - m_Children: [] - m_Father: {fileID: 1582576612} - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!114 &1317828858 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1317828856} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 6da43522623d4704e979466dc7650b65, type: 3} - m_Name: - m_EditorClassIdentifier: - Feedbacks: [] - InitializationMode: 2 - AutoInitialization: 1 - SafeMode: 3 - Direction: 0 - AutoChangeDirectionOnEnd: 0 - AutoPlayOnStart: 0 - AutoPlayOnEnable: 0 - ForceTimescaleMode: 0 - ForcedTimescaleMode: 1 - DurationMultiplier: 1 - TimescaleMultiplier: 1 - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 1.5} - DisplayFullDurationDetails: 0 - PlayerTimescaleMode: 1 - OnlyPlayIfWithinRange: 0 - RangeCenter: {fileID: 0} - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - IgnoreRangeEvents: 0 - CooldownDuration: 0 - InitialDelay: 0 - CanPlay: 1 - CanPlayWhileAlreadyPlaying: 1 - ChanceToPlay: 100 - FeedbacksIntensity: 1 - Events: - TriggerMMFeedbacksEvents: 0 - TriggerUnityEvents: 1 - OnPlay: - m_PersistentCalls: - m_Calls: [] - OnPause: - m_PersistentCalls: - m_Calls: [] - OnStop: - m_PersistentCalls: - m_Calls: [] - OnResume: - m_PersistentCalls: - m_Calls: [] - OnChangeDirection: - m_PersistentCalls: - m_Calls: [] - OnComplete: - m_PersistentCalls: - m_Calls: [] - OnRestoreInitialValues: - m_PersistentCalls: - m_Calls: [] - OnSkipToTheEnd: - m_PersistentCalls: - m_Calls: [] - OnInitializationComplete: - m_PersistentCalls: - m_Calls: [] - OnEnable: - m_PersistentCalls: - m_Calls: [] - OnDisable: - m_PersistentCalls: - m_Calls: [] - DebugActive: 0 - InScriptDrivenPause: 0 - FeedbacksList: - - rid: 0 - - rid: 1 - KeepPlayModeChanges: 0 - PerformanceMode: 0 - RestoreInitialValuesOnDisable: 0 - StopFeedbacksOnDisable: 0 - PlayCount: 0 - references: - version: 2 - RefIds: - - rid: 0 - type: {class: MMF_Rigidbody2D, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: -1241478066 - Label: Rigidbody2D - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 1317828858} - DebugActive: 0 - TargetRigidbody2D: {fileID: 319203427} - ExtraTargetRigidbodies2D: [] - Mode: 0 - MinForce: {x: -1, y: 2} - MaxForce: {x: 1, y: 5} - MinTorque: 0 - MaxTorque: 0 - AppliedForceMode: 1 - ResetVelocityOnPlay: 0 - - rid: 1 - type: {class: MMF_AudioSource, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: -2007343063 - Label: AudioSource - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 1317828858} - DebugActive: 0 - TargetAudioSource: {fileID: 478010195} - Mode: 0 - RandomSfx: [] - MinVolume: 1 - MaxVolume: 1 - MinPitch: 1 - MaxPitch: 1 - SfxAudioMixerGroup: {fileID: 0} ---- !u!1001 &1319885687 -PrefabInstance: - m_ObjectHideFlags: 0 - serializedVersion: 2 - m_Modification: - serializedVersion: 3 - m_TransformParent: {fileID: 1557570896} - m_Modifications: - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: Feedbacks.Array.size - value: 9 - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[0]' - value: - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[1]' - value: - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[2]' - value: - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[3]' - value: - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[4]' - value: - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[5]' - value: - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[6]' - value: - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[7]' - value: - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[8]' - value: - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[9]' - value: - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Pivot.x - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Pivot.y - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_RootOrder - value: 118 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMax.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMax.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMin.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMin.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_SizeDelta.x - value: 256.1 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_SizeDelta.y - value: 30 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalPosition.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.w - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.x - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.y - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.z - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchoredPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchoredPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalEulerAnglesHint.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalEulerAnglesHint.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalEulerAnglesHint.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604939, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_OnClick.m_PersistentCalls.m_Calls.Array.data[0].m_Target - value: - objectReference: {fileID: 1056405890} - - target: {fileID: 2903879014986604939, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_OnClick.m_PersistentCalls.m_Calls.Array.data[0].m_MethodName - value: PlayFeedbacks - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604939, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_OnClick.m_PersistentCalls.m_Calls.Array.data[0].m_Arguments.m_ObjectArgumentAssemblyTypeName - value: UnityEngine.Object, UnityEngine - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604941, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Name - value: Button - Paragraph Spacing - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Text - value: TMP Paragraph Spacing - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Color.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Color.b - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Color.g - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Color.r - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 4258887795993319071, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: NotSupportedInWebGL - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.size - value: 9 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[0]' - value: MoreMountains.Feedbacks MoreMountains.Feedbacks.MMF_AudioSource - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[1]' - value: MoreMountains.Feedbacks MoreMountains.Feedbacks.MMF_SetActive - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[2]' - value: MoreMountains.Feedbacks.TextMeshPro MoreMountains.Feedbacks.MMF_TMPFontSize - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[3]' - value: MoreMountains.Feedbacks.TextMeshPro MoreMountains.Feedbacks.MMF_TMPText - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[4]' - value: MoreMountains.Feedbacks MoreMountains.Feedbacks.MMF_Pause - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[5]' - value: MoreMountains.Feedbacks.TextMeshPro MoreMountains.Feedbacks.MMF_TMPParagraphSpacing - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[6]' - value: MoreMountains.Feedbacks MoreMountains.Feedbacks.MMF_HoldingPause - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[7]' - value: MoreMountains.Feedbacks.TextMeshPro MoreMountains.Feedbacks.MMF_TMPFontSize - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[8]' - value: MoreMountains.Feedbacks MoreMountains.Feedbacks.MMF_SetActive - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Mode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Mode - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Mode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].Mode - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Label - value: AudioSource - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Label - value: Set Active - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Label - value: TMP Font Size - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Label - value: TMP Text - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Label - value: Pause - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Label - value: TMP Paragraph Spacing - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Label - value: Holding Pause - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].Label - value: TMP Font Size - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[8].Label - value: Set Inactive - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[8].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[8].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[8].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].NewText - value: 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Quisque molestie - porta nisl, at euismod justo rutrum volutpat. Pellentesque convallis magna - dui, ac placerat nulla ullamcorper varius. Nullam vitae hendrerit nunc. Praesent - ac libero lacus. Nulla aliquam fringilla maximus. Orci varius natoque penatibus - et magnis dis parturient montes, nascetur ridiculus mus. Etiam commodo id - dolor ac faucibus. - - - - Donec non erat vitae eros hendrerit finibus - vel sed massa. Ut mi quam, aliquet sed congue vitae, vulputate at arcu. Quisque - venenatis quis arcu maximus porta. Ut vel porta mi, at dignissim magna. Maecenas - iaculis iaculis enim, quis tristique nisi convallis non. Maecenas tincidunt - semper magna at suscipit. Duis interdum condimentum mattis. Ut eu mi sit - amet enim maximus porta. Aliquam accumsan sit amet nisl id semper. Praesent - finibus turpis vitae tortor volutpat, in vestibulum elit egestas. - - - - Vivamus - a tortor congue, viverra est non, imperdiet ligula. Mauris eget fermentum - diam. Maecenas mollis tristique massa, eu posuere eros mollis vel. Fusce - lobortis tellus ut tellus hendrerit, quis hendrerit mauris aliquet. Etiam - luctus viverra sodales. Duis dignissim, mi lobortis posuere faucibus, ipsum - odio fringilla urna, eu rhoncus justo ligula lobortis nunc. Nunc massa ante, - vehicula ac nibh eget, varius dictum justo. Etiam ac consectetur magna, eget - rhoncus justo. Cras porttitor imperdiet lectus in porta. Vivamus congue neque - eu augue finibus posuere. - - - - Aenean sit amet eleifend magna. Sed - bibendum non risus ut consequat. Mauris in euismod tellus, at commodo augue. - Etiam rhoncus ante nibh, id condimentum augue posuere vitae. In congue, eros - a mattis aliquam, eros leo rutrum ex, ac fermentum diam orci eget dolor. - Etiam rhoncus blandit bibendum. Maecenas dictum mi ut felis suscipit euismod - vitae a mi. Fusce augue justo, blandit a condimentum vitae, tempor in tellus. - Nam gravida quam erat, eu feugiat risus blandit non. Aenean in dapibus tellus. - Nullam tristique iaculis pharetra. - - - - Nullam rhoncus dignissim lacinia. - Duis ut libero a erat vestibulum semper. Mauris ultrices pulvinar sapien - id consectetur. Nullam elementum tincidunt sollicitudin. Ut ac sem eu odio - gravida varius. Sed blandit sed magna quis tincidunt. Praesent fringilla - leo eget diam volutpat, eget fringilla neque venenatis. Morbi quis enim in - ligula porttitor fermentum a non orci. Sed eu luctus sapien, sed porttitor - purus. Sed euismod nulla sed eros bibendum dapibus. Pellentesque ornare lorem - auctor mi volutpat, id ultricies ligula sollicitudin.' - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[8].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].MaxPitch - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].MinPitch - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].UniqueID - value: 1450679796 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].UniqueID - value: -959482464 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Duration - value: 0.2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].RemapOne - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].UniqueID - value: 1389250698 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].UniqueID - value: -1645748368 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].UniqueID - value: -1906980459 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Duration - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].RemapOne - value: 50 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].UniqueID - value: -507742255 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].UniqueID - value: -1973318337 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].Duration - value: 0.2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].RemapOne - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].UniqueID - value: 2131063503 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[8].UniqueID - value: -1987372708 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].MaxVolume - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].MinVolume - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].RemapZero - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].StartsOff - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].RemapZero - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].StartsOff - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].RemapZero - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].StartsOff - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AutoResume - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].AutoResume - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].StateOnInit - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].StateOnPlay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].StateOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[8].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[8].StateOnInit - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[8].StateOnPlay - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[8].StateOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].StateOnReset - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].ScriptDriven - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].ScriptDriven - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[8].StateOnReset - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].DisableOnStop - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].TargetTMPText - value: - objectReference: {fileID: 500670851} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].TargetTMPText - value: - objectReference: {fileID: 500670851} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].PauseDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].DisableOnStop - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].TargetTMPText - value: - objectReference: {fileID: 500670851} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].PauseDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].DisableOnStop - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].TargetTMPText - value: - objectReference: {fileID: 500670851} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].SetStateOnInit - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].SetStateOnPlay - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].SetStateOnStop - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].RelativeValues - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].RelativeValues - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].RelativeValues - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[8].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[8].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[8].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[8].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[8].SetStateOnInit - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[8].SetStateOnPlay - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[8].SetStateOnStop - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[8].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].SetStateOnReset - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].InstantFontSize - value: 15 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AutoResumeAfter - value: 0.25 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].InstantFontSize - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].AutoResumeAfter - value: 0.25 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].InstantFontSize - value: 60 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[8].SetStateOnReset - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[8].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].TargetGameObject - value: - objectReference: {fileID: 731678809} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].MaxPauseDuration - value: 3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].MinPauseDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].MaxPauseDuration - value: 3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].MinPauseDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[8].TargetGameObject - value: - objectReference: {fileID: 731678809} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[8].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[8].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].TargetAudioSource - value: - objectReference: {fileID: 478010195} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].SfxAudioMixerGroup - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AllowAdditivePlays - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].AllowAdditivePlays - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].AllowAdditivePlays - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].RandomizeOnEachPlay - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].RandomizeOnEachPlay - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[8].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].RandomSfx.Array.size - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[8].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[8].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[8].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].RandomizePauseDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].RandomizePauseDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[8].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[8].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[8].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[8].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].FontSizeCurve.MMTweenCurve - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].FontSizeCurve.MMTweenCurve - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[8].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[8].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[8].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[8].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[8].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[8].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].FontSizeCurve.Curve.m_PreInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].FontSizeCurve.Curve.m_PreInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].FontSizeCurve.Curve.m_PostInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].ParagraphSpacingCurve.MMTweenCurve - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].FontSizeCurve.Curve.m_PostInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].FontSizeCurve.Curve.m_RotationOrder - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].FontSizeCurve.MMTweenDefinitionType - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].FontSizeCurve.Curve.m_RotationOrder - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].FontSizeCurve.MMTweenDefinitionType - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[8].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].FontSizeCurve.Curve.m_Curve.Array.size - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].FontSizeCurve.Curve.m_Curve.Array.size - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].ParagraphSpacingCurve.Curve.m_PreInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].ParagraphSpacingCurve.Curve.m_PostInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].ParagraphSpacingCurve.Curve.m_RotationOrder - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].ParagraphSpacingCurve.MMTweenDefinitionType - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].FontSizeCurve.Curve.m_Curve.Array.data[0].time - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].FontSizeCurve.Curve.m_Curve.Array.data[1].time - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].ParagraphSpacingCurve.Curve.m_Curve.Array.size - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].FontSizeCurve.Curve.m_Curve.Array.data[0].time - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].FontSizeCurve.Curve.m_Curve.Array.data[1].time - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].FontSizeCurve.Curve.m_Curve.Array.data[0].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].FontSizeCurve.Curve.m_Curve.Array.data[1].value - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].FontSizeCurve.Curve.m_Curve.Array.data[0].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].FontSizeCurve.Curve.m_Curve.Array.data[1].value - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].FontSizeCurve.Curve.m_Curve.Array.data[0].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].FontSizeCurve.Curve.m_Curve.Array.data[1].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].FontSizeCurve.Curve.m_Curve.Array.data[0].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].FontSizeCurve.Curve.m_Curve.Array.data[1].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].FontSizeCurve.Curve.m_Curve.Array.data[0].inWeight - value: 0.33333334 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].FontSizeCurve.Curve.m_Curve.Array.data[0].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].FontSizeCurve.Curve.m_Curve.Array.data[1].inWeight - value: 0.33333334 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].FontSizeCurve.Curve.m_Curve.Array.data[1].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].FontSizeCurve.Curve.m_Curve.Array.data[0].inWeight - value: 0.33333334 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].FontSizeCurve.Curve.m_Curve.Array.data[0].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].FontSizeCurve.Curve.m_Curve.Array.data[1].inWeight - value: 0.33333334 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].FontSizeCurve.Curve.m_Curve.Array.data[1].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].FontSizeCurve.Curve.m_Curve.Array.data[0].outWeight - value: 0.33333334 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].FontSizeCurve.Curve.m_Curve.Array.data[1].outWeight - value: 0.33333334 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].FontSizeCurve.Curve.m_Curve.Array.data[0].outWeight - value: 0.33333334 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].FontSizeCurve.Curve.m_Curve.Array.data[1].outWeight - value: 0.33333334 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].FontSizeCurve.Curve.m_Curve.Array.data[0].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].FontSizeCurve.Curve.m_Curve.Array.data[1].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].FontSizeCurve.Curve.m_Curve.Array.data[0].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].FontSizeCurve.Curve.m_Curve.Array.data[1].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].FontSizeCurve.Curve.m_Curve.Array.data[0].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].FontSizeCurve.Curve.m_Curve.Array.data[1].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].ParagraphSpacingCurve.Curve.m_Curve.Array.data[0].time - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].ParagraphSpacingCurve.Curve.m_Curve.Array.data[1].time - value: 0.3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].ParagraphSpacingCurve.Curve.m_Curve.Array.data[2].time - value: 0.62714374 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].ParagraphSpacingCurve.Curve.m_Curve.Array.data[3].time - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].FontSizeCurve.Curve.m_Curve.Array.data[0].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].FontSizeCurve.Curve.m_Curve.Array.data[1].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].ParagraphSpacingCurve.Curve.m_Curve.Array.data[0].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].ParagraphSpacingCurve.Curve.m_Curve.Array.data[1].value - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].ParagraphSpacingCurve.Curve.m_Curve.Array.data[2].value - value: -0.11714649 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].ParagraphSpacingCurve.Curve.m_Curve.Array.data[3].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].ParagraphSpacingCurve.Curve.m_Curve.Array.data[0].inSlope - value: 7.274787 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].ParagraphSpacingCurve.Curve.m_Curve.Array.data[1].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].ParagraphSpacingCurve.Curve.m_Curve.Array.data[2].inSlope - value: -1.1340511 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].ParagraphSpacingCurve.Curve.m_Curve.Array.data[3].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].ParagraphSpacingCurve.Curve.m_Curve.Array.data[0].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].ParagraphSpacingCurve.Curve.m_Curve.Array.data[0].outSlope - value: 7.274787 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].ParagraphSpacingCurve.Curve.m_Curve.Array.data[1].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].ParagraphSpacingCurve.Curve.m_Curve.Array.data[1].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].ParagraphSpacingCurve.Curve.m_Curve.Array.data[2].inWeight - value: 0.33333334 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].ParagraphSpacingCurve.Curve.m_Curve.Array.data[2].outSlope - value: -1.1340511 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].ParagraphSpacingCurve.Curve.m_Curve.Array.data[3].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].ParagraphSpacingCurve.Curve.m_Curve.Array.data[3].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].ParagraphSpacingCurve.Curve.m_Curve.Array.data[0].outWeight - value: 0.07788162 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].ParagraphSpacingCurve.Curve.m_Curve.Array.data[1].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].ParagraphSpacingCurve.Curve.m_Curve.Array.data[2].outWeight - value: 0.33333334 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].ParagraphSpacingCurve.Curve.m_Curve.Array.data[3].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].ParagraphSpacingCurve.Curve.m_Curve.Array.data[0].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].ParagraphSpacingCurve.Curve.m_Curve.Array.data[1].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].ParagraphSpacingCurve.Curve.m_Curve.Array.data[2].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].ParagraphSpacingCurve.Curve.m_Curve.Array.data[3].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].ParagraphSpacingCurve.Curve.m_Curve.Array.data[0].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].ParagraphSpacingCurve.Curve.m_Curve.Array.data[1].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].ParagraphSpacingCurve.Curve.m_Curve.Array.data[2].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].ParagraphSpacingCurve.Curve.m_Curve.Array.data[3].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 9167406172343059487, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_IsActive - value: 0 - objectReference: {fileID: 0} - m_RemovedComponents: - - {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, type: 3} - m_RemovedGameObjects: [] - m_AddedGameObjects: [] - m_AddedComponents: [] - m_SourcePrefab: {fileID: 100100000, guid: a16c33a1240b8ce4f930161a7c85fae6, type: 3} ---- !u!1 &1322358535 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 1322358536} - - component: {fileID: 1322358550} - - component: {fileID: 1322358549} - - component: {fileID: 1322358548} - - component: {fileID: 1322358547} - - component: {fileID: 1322358546} - - component: {fileID: 1322358545} - - component: {fileID: 1322358544} - - component: {fileID: 1322358543} - - component: {fileID: 1322358542} - - component: {fileID: 1322358541} - - component: {fileID: 1322358540} - - component: {fileID: 1322358539} - - component: {fileID: 1322358538} - - component: {fileID: 1322358537} - m_Layer: 5 - m_Name: AudioTrack - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!224 &1322358536 -RectTransform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1322358535} - m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: 98.93021} - m_LocalScale: {x: 0.28867513, y: 0.28867513, z: 0.28867513} - m_ConstrainProportionsScale: 0 - m_Children: [] - m_Father: {fileID: 1408360770} - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} - m_AnchorMin: {x: 0.5, y: 0.5} - m_AnchorMax: {x: 0.5, y: 0.5} - m_AnchoredPosition: {x: 355.1923, y: -1214.1824} - m_SizeDelta: {x: 100, y: 100} - m_Pivot: {x: 0.5, y: 0.5} ---- !u!114 &1322358537 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1322358535} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: e16a029f4e85daf40b26bf34dcb47b4f, type: 3} - m_Name: - m_EditorClassIdentifier: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - ShakeDuration: 2 - PlayOnAwake: 0 - PermanentShake: 0 - Interruptible: 1 - AlwaysResetTargetValuesAfterShake: 0 - OnlyUseShakerValues: 0 - CooldownBetweenShakes: 0 - Shaking: 0 - ForwardDirection: 1 - TimescaleMode: 0 - RelativeReverb: 0 - ShakeReverb: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.5 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapReverbZero: -10000 - RemapReverbOne: 2000 ---- !u!114 &1322358538 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1322358535} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: ebf9417587f151a47b3524335d88983e, type: 3} - m_Name: - m_EditorClassIdentifier: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - ShakeDuration: 2 - PlayOnAwake: 0 - PermanentShake: 0 - Interruptible: 1 - AlwaysResetTargetValuesAfterShake: 0 - OnlyUseShakerValues: 0 - CooldownBetweenShakes: 0 - Shaking: 0 - ForwardDirection: 1 - TimescaleMode: 0 - RelativeLowPass: 0 - ShakeLowPass: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.5 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapLowPassZero: 0 - RemapLowPassOne: 10000 ---- !u!114 &1322358539 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1322358535} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 7ca043dc9da4b1e49a30103f3e9a5fa8, type: 3} - m_Name: - m_EditorClassIdentifier: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - ShakeDuration: 2 - PlayOnAwake: 0 - PermanentShake: 0 - Interruptible: 1 - AlwaysResetTargetValuesAfterShake: 0 - OnlyUseShakerValues: 0 - CooldownBetweenShakes: 0 - Shaking: 0 - ForwardDirection: 1 - TimescaleMode: 0 - RelativeHighPass: 0 - ShakeHighPass: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.5 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapHighPassZero: 0 - RemapHighPassOne: 10000 ---- !u!114 &1322358540 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1322358535} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 14662af9a6e0b6e409e588758b806feb, type: 3} - m_Name: - m_EditorClassIdentifier: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - ShakeDuration: 2 - PlayOnAwake: 0 - PermanentShake: 0 - Interruptible: 1 - AlwaysResetTargetValuesAfterShake: 0 - OnlyUseShakerValues: 0 - CooldownBetweenShakes: 0 - Shaking: 0 - ForwardDirection: 1 - TimescaleMode: 0 - RelativeEcho: 0 - ShakeEcho: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.5 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapEchoZero: 0 - RemapEchoOne: 1 ---- !u!114 &1322358541 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1322358535} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 9da38c3c0ef84574b9a95440721bcf17, type: 3} - m_Name: - m_EditorClassIdentifier: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - ShakeDuration: 2 - PlayOnAwake: 0 - PermanentShake: 0 - Interruptible: 1 - AlwaysResetTargetValuesAfterShake: 0 - OnlyUseShakerValues: 0 - CooldownBetweenShakes: 0 - Shaking: 0 - ForwardDirection: 1 - TimescaleMode: 0 - RelativeDistortion: 0 - ShakeDistortion: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.5 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapDistortionZero: 0 - RemapDistortionOne: 1 ---- !u!114 &1322358542 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1322358535} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: ed3e1ef7541c2d7439c23e2e5f185b96, type: 3} - m_Name: - m_EditorClassIdentifier: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - ShakeDuration: 2 - PlayOnAwake: 0 - PermanentShake: 0 - Interruptible: 1 - AlwaysResetTargetValuesAfterShake: 0 - OnlyUseShakerValues: 0 - CooldownBetweenShakes: 0 - Shaking: 0 - ForwardDirection: 1 - TimescaleMode: 0 - RelativeStereoPan: 0 - ShakeStereoPan: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.3 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.6 - value: -1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapStereoPanZero: 0 - RemapStereoPanOne: 1 ---- !u!114 &1322358543 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1322358535} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 4cfddfd71be34fb43b85eec28d5cf24a, type: 3} - m_Name: - m_EditorClassIdentifier: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - ShakeDuration: 2 - PlayOnAwake: 0 - PermanentShake: 0 - Interruptible: 1 - AlwaysResetTargetValuesAfterShake: 0 - OnlyUseShakerValues: 0 - CooldownBetweenShakes: 0 - Shaking: 0 - ForwardDirection: 1 - TimescaleMode: 0 - RelativePitch: 0 - ShakePitch: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.5 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapPitchZero: 0 - RemapPitchOne: 1 ---- !u!114 &1322358544 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1322358535} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 90d58dde470982e44ab64592b6029c50, type: 3} - m_Name: - m_EditorClassIdentifier: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - ShakeDuration: 2 - PlayOnAwake: 0 - PermanentShake: 0 - Interruptible: 1 - AlwaysResetTargetValuesAfterShake: 0 - OnlyUseShakerValues: 0 - CooldownBetweenShakes: 0 - Shaking: 0 - ForwardDirection: 1 - TimescaleMode: 0 - RelativeVolume: 0 - ShakeVolume: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.5 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapVolumeZero: 0 - RemapVolumeOne: 1 ---- !u!164 &1322358545 -AudioReverbFilter: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1322358535} - m_Enabled: 1 - m_DryLevel: 0 - m_Room: 0 - m_RoomHF: 0 - m_DecayTime: 4.67 - m_DecayHFRatio: 0.5 - m_ReflectionsLevel: -10000 - m_ReverbLevel: -10000 - m_ReverbDelay: 0.04 - m_Diffusion: 100 - m_Density: 100 - m_HFReference: 5000 - m_RoomLF: 0 - m_LFReference: 250 - m_ReflectionsDelay: 0 - m_ReverbPreset: 27 ---- !u!168 &1322358546 -AudioEchoFilter: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1322358535} - m_Enabled: 1 - serializedVersion: 2 - m_Delay: 500 - m_DecayRatio: 0.5 - m_WetMix: 0 - m_DryMix: 1 ---- !u!170 &1322358547 -AudioDistortionFilter: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1322358535} - m_Enabled: 1 - m_DistortionLevel: 0 ---- !u!165 &1322358548 -AudioHighPassFilter: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1322358535} - m_Enabled: 1 - m_CutoffFrequency: 10 - m_HighpassResonanceQ: 1 ---- !u!169 &1322358549 -AudioLowPassFilter: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1322358535} - m_Enabled: 1 - serializedVersion: 3 - m_LowpassResonanceQ: 1 - lowpassLevelCustomCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 ---- !u!82 &1322358550 -AudioSource: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1322358535} - m_Enabled: 1 - serializedVersion: 4 - OutputAudioMixerGroup: {fileID: 0} - m_audioClip: {fileID: 8300000, guid: e99b6c5ad04e7474d98b5d3425dd7f82, type: 3} - m_Resource: {fileID: 8300000, guid: e99b6c5ad04e7474d98b5d3425dd7f82, type: 3} - m_PlayOnAwake: 0 - m_Volume: 1 - m_Pitch: 1 - Loop: 0 - Mute: 0 - Spatialize: 0 - SpatializePostEffects: 0 - Priority: 128 - DopplerLevel: 1 - MinDistance: 1 - MaxDistance: 500 - Pan2D: 0 - rolloffMode: 0 - BypassEffects: 0 - BypassListenerEffects: 0 - BypassReverbZones: 0 - rolloffCustomCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - panLevelCustomCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - spreadCustomCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - reverbZoneMixCustomCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 ---- !u!1001 &1322753985 -PrefabInstance: - m_ObjectHideFlags: 0 - serializedVersion: 2 - m_Modification: - serializedVersion: 3 - m_TransformParent: {fileID: 1557570896} - m_Modifications: - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: Feedbacks.Array.size - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[0]' - value: - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[1]' - value: - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Pivot.x - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Pivot.y - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_RootOrder - value: 32 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMax.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMax.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMin.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMin.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_SizeDelta.x - value: 256.1 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_SizeDelta.y - value: 30 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalPosition.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.w - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.x - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.y - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.z - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchoredPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchoredPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalEulerAnglesHint.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalEulerAnglesHint.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalEulerAnglesHint.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604939, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_OnClick.m_PersistentCalls.m_Calls.Array.data[0].m_Target - value: - objectReference: {fileID: 1621978352} - - target: {fileID: 2903879014986604939, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_OnClick.m_PersistentCalls.m_Calls.Array.data[0].m_MethodName - value: PlayFeedbacks - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604939, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_OnClick.m_PersistentCalls.m_Calls.Array.data[0].m_Arguments.m_ObjectArgumentAssemblyTypeName - value: UnityEngine.Object, UnityEngine - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604941, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Name - value: Button - Clipping Planes - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Text - value: Clipping Planes - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Color.b - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Color.g - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Color.r - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.size - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[0]' - value: MoreMountains.Feedbacks MoreMountains.Feedbacks.MMF_AudioSource - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[1]' - value: MoreMountains.Feedbacks MoreMountains.Feedbacks.MMF_CameraClippingPlanes - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Mode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Label - value: AudioSource - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Label - value: Clipping Planes - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].MaxPitch - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].MinPitch - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].UniqueID - value: -103742657 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Duration - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].UniqueID - value: -987411040 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].MaxVolume - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].MinVolume - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].RemapFarOne - value: 5000 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].RemapFarZero - value: 5000 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].RemapNearOne - value: 6.25 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].RemapNearZero - value: 0.01 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].TargetAudioSource - value: - objectReference: {fileID: 478010195} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].SfxAudioMixerGroup - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].RandomSfx.Array.size - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].RelativeClippingPlanes - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ShakeFar.m_PreInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ShakeFar.m_PostInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ShakeNear.m_PreInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ShakeFar.m_RotationOrder - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ShakeNear.m_PostInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ShakeNear.m_RotationOrder - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ResetShakerValuesAfterShake - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ResetTargetValuesAfterShake - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ShakeFar.m_Curve.Array.size - value: 3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ShakeNear.m_Curve.Array.size - value: 3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ShakeFar.m_Curve.Array.data[0].time - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ShakeFar.m_Curve.Array.data[1].time - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ShakeFar.m_Curve.Array.data[2].time - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ShakeFar.m_Curve.Array.data[0].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ShakeFar.m_Curve.Array.data[1].value - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ShakeFar.m_Curve.Array.data[2].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ShakeNear.m_Curve.Array.data[0].time - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ShakeNear.m_Curve.Array.data[1].time - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ShakeNear.m_Curve.Array.data[2].time - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ShakeNear.m_Curve.Array.data[0].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ShakeNear.m_Curve.Array.data[1].value - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ShakeNear.m_Curve.Array.data[2].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ShakeFar.m_Curve.Array.data[0].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ShakeFar.m_Curve.Array.data[1].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ShakeFar.m_Curve.Array.data[2].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ShakeFar.m_Curve.Array.data[0].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ShakeFar.m_Curve.Array.data[0].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ShakeFar.m_Curve.Array.data[1].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ShakeFar.m_Curve.Array.data[1].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ShakeFar.m_Curve.Array.data[2].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ShakeFar.m_Curve.Array.data[2].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ShakeNear.m_Curve.Array.data[0].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ShakeNear.m_Curve.Array.data[1].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ShakeNear.m_Curve.Array.data[2].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ShakeFar.m_Curve.Array.data[0].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ShakeFar.m_Curve.Array.data[1].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ShakeFar.m_Curve.Array.data[2].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ShakeNear.m_Curve.Array.data[0].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ShakeNear.m_Curve.Array.data[0].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ShakeNear.m_Curve.Array.data[1].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ShakeNear.m_Curve.Array.data[1].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ShakeNear.m_Curve.Array.data[2].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ShakeNear.m_Curve.Array.data[2].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ShakeNear.m_Curve.Array.data[0].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ShakeNear.m_Curve.Array.data[1].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ShakeNear.m_Curve.Array.data[2].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ShakeFar.m_Curve.Array.data[0].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ShakeFar.m_Curve.Array.data[1].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ShakeFar.m_Curve.Array.data[2].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ShakeFar.m_Curve.Array.data[0].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ShakeFar.m_Curve.Array.data[1].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ShakeFar.m_Curve.Array.data[2].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ShakeNear.m_Curve.Array.data[0].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ShakeNear.m_Curve.Array.data[1].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ShakeNear.m_Curve.Array.data[2].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ShakeNear.m_Curve.Array.data[0].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ShakeNear.m_Curve.Array.data[1].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ShakeNear.m_Curve.Array.data[2].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 9167406172343059487, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_IsActive - value: 0 - objectReference: {fileID: 0} - m_RemovedComponents: - - {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, type: 3} - m_RemovedGameObjects: [] - m_AddedGameObjects: [] - m_AddedComponents: [] - m_SourcePrefab: {fileID: 100100000, guid: a16c33a1240b8ce4f930161a7c85fae6, type: 3} ---- !u!1 &1324904711 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 1324904712} - - component: {fileID: 1324904713} - m_Layer: 0 - m_Name: ChromaticAberration - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &1324904712 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1324904711} - serializedVersion: 2 - m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: 0.023957789, y: 4.7921257, z: 1.0697918} - m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 - m_Children: [] - m_Father: {fileID: 168975947} - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!114 &1324904713 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1324904711} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 6da43522623d4704e979466dc7650b65, type: 3} - m_Name: - m_EditorClassIdentifier: - Feedbacks: [] - InitializationMode: 2 - AutoInitialization: 1 - SafeMode: 3 - Direction: 0 - AutoChangeDirectionOnEnd: 0 - AutoPlayOnStart: 0 - AutoPlayOnEnable: 0 - ForceTimescaleMode: 0 - ForcedTimescaleMode: 1 - DurationMultiplier: 1 - TimescaleMultiplier: 1 - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 1.5} - DisplayFullDurationDetails: 0 - PlayerTimescaleMode: 1 - OnlyPlayIfWithinRange: 0 - RangeCenter: {fileID: 0} - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - IgnoreRangeEvents: 0 - CooldownDuration: 0 - InitialDelay: 0 - CanPlay: 1 - CanPlayWhileAlreadyPlaying: 1 - ChanceToPlay: 100 - FeedbacksIntensity: 1 - Events: - TriggerMMFeedbacksEvents: 0 - TriggerUnityEvents: 1 - OnPlay: - m_PersistentCalls: - m_Calls: [] - OnPause: - m_PersistentCalls: - m_Calls: [] - OnStop: - m_PersistentCalls: - m_Calls: [] - OnResume: - m_PersistentCalls: - m_Calls: [] - OnChangeDirection: - m_PersistentCalls: - m_Calls: [] - OnComplete: - m_PersistentCalls: - m_Calls: [] - OnRestoreInitialValues: - m_PersistentCalls: - m_Calls: [] - OnSkipToTheEnd: - m_PersistentCalls: - m_Calls: [] - OnInitializationComplete: - m_PersistentCalls: - m_Calls: [] - OnEnable: - m_PersistentCalls: - m_Calls: [] - OnDisable: - m_PersistentCalls: - m_Calls: [] - DebugActive: 0 - InScriptDrivenPause: 0 - FeedbacksList: - - rid: 0 - - rid: 1 - KeepPlayModeChanges: 0 - PerformanceMode: 0 - RestoreInitialValuesOnDisable: 0 - StopFeedbacksOnDisable: 0 - PlayCount: 0 - references: - version: 2 - RefIds: - - rid: 0 - type: {class: MMF_ChromaticAberration, ns: MoreMountains.FeedbacksForThirdParty, - asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: -431960725 - Label: Chromatic Aberration - OriginalLabel: Chromatic Aberration - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: Automatic Shaker Setup - Owner: {fileID: 1324904713} - DebugActive: 0 - Duration: 0.2 - ResetShakerValuesAfterShake: 1 - ResetTargetValuesAfterShake: 1 - RemapIntensityZero: 0 - RemapIntensityOne: 1 - Intensity: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.5 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - Amplitude: 1 - RelativeIntensity: 0 - - rid: 1 - type: {class: MMF_AudioSource, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: 231134955 - Label: AudioSource - OriginalLabel: AudioSource - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 1324904713} - DebugActive: 0 - TargetAudioSource: {fileID: 478010195} - Mode: 0 - RandomSfx: [] - MinVolume: 1 - MaxVolume: 1 - MinPitch: 1 - MaxPitch: 1 - SfxAudioMixerGroup: {fileID: 0} ---- !u!4 &1325367638 stripped -Transform: - m_CorrespondingSourceObject: {fileID: -4216859302048453862, guid: 01dfcbf4ce9664c41ab1cf3609c59ee6, - type: 3} - m_PrefabInstance: {fileID: 320141164} - m_PrefabAsset: {fileID: 0} ---- !u!1 &1328195340 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 1328195342} - - component: {fileID: 1328195341} - m_Layer: 5 - m_Name: MMFeedbackCanvasGroupTester - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!225 &1328195341 -CanvasGroup: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1328195340} - m_Enabled: 1 - m_Alpha: 0 - m_Interactable: 0 - m_BlocksRaycasts: 0 - m_IgnoreParentGroups: 0 ---- !u!224 &1328195342 -RectTransform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1328195340} - m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: 0} - m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 - m_Children: - - {fileID: 1247212246} - - {fileID: 972370398} - - {fileID: 1705532682} - - {fileID: 1039184895} - - {fileID: 1486432918} - m_Father: {fileID: 1380114351} - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} - m_AnchorMin: {x: 0, y: 0} - m_AnchorMax: {x: 1, y: 1} - m_AnchoredPosition: {x: 0, y: 0} - m_SizeDelta: {x: 0, y: 0} - m_Pivot: {x: 0.5, y: 0.5} ---- !u!224 &1333628087 stripped -RectTransform: - m_CorrespondingSourceObject: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - m_PrefabInstance: {fileID: 672466309} - m_PrefabAsset: {fileID: 0} ---- !u!1001 &1335759962 -PrefabInstance: - m_ObjectHideFlags: 0 - serializedVersion: 2 - m_Modification: - serializedVersion: 3 - m_TransformParent: {fileID: 1557570896} - m_Modifications: - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_Pivot.x - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_Pivot.y - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_RootOrder - value: 127 - objectReference: {fileID: 0} - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_AnchorMax.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_AnchorMax.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_AnchorMin.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_AnchorMin.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_SizeDelta.x - value: 256.1 - objectReference: {fileID: 0} - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_SizeDelta.y - value: 30 - objectReference: {fileID: 0} - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_LocalPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_LocalPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_LocalPosition.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_LocalRotation.w - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_LocalRotation.x - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_LocalRotation.y - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_LocalRotation.z - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_AnchoredPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_AnchoredPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_LocalEulerAnglesHint.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_LocalEulerAnglesHint.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_LocalEulerAnglesHint.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2251616714236910816, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_Text - value: FEEDBACKS - objectReference: {fileID: 0} - - target: {fileID: 2251616714236910816, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_Color.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2251616714236910816, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_Color.b - value: 0.4515024 - objectReference: {fileID: 0} - - target: {fileID: 2251616714236910816, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_Color.g - value: 0.6886792 - objectReference: {fileID: 0} - - target: {fileID: 2251616714236910816, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_Color.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 3358702390296254852, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_Name - value: Title - Feedbacks - objectReference: {fileID: 0} - m_RemovedComponents: [] - m_RemovedGameObjects: [] - m_AddedGameObjects: - - targetCorrespondingSourceObject: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - insertIndex: -1 - addedObject: {fileID: 1093445974} - m_AddedComponents: [] - m_SourcePrefab: {fileID: 100100000, guid: d0c10e574f6f1af43b3af7996a878151, type: 3} ---- !u!1 &1341751449 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 1341751450} - - component: {fileID: 1341751451} - m_Layer: 0 - m_Name: ImageFill - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &1341751450 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1341751449} - serializedVersion: 2 - m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: 0} - m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 - m_Children: [] - m_Father: {fileID: 1282069688} - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!114 &1341751451 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1341751449} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 6da43522623d4704e979466dc7650b65, type: 3} - m_Name: - m_EditorClassIdentifier: - Feedbacks: [] - InitializationMode: 2 - AutoInitialization: 1 - SafeMode: 3 - Direction: 0 - AutoChangeDirectionOnEnd: 0 - AutoPlayOnStart: 0 - AutoPlayOnEnable: 0 - ForceTimescaleMode: 0 - ForcedTimescaleMode: 1 - DurationMultiplier: 1 - TimescaleMultiplier: 1 - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 1.5} - DisplayFullDurationDetails: 0 - PlayerTimescaleMode: 1 - OnlyPlayIfWithinRange: 0 - RangeCenter: {fileID: 0} - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - IgnoreRangeEvents: 0 - CooldownDuration: 0 - InitialDelay: 0 - CanPlay: 1 - CanPlayWhileAlreadyPlaying: 1 - ChanceToPlay: 100 - FeedbacksIntensity: 1 - Events: - TriggerMMFeedbacksEvents: 0 - TriggerUnityEvents: 1 - OnPlay: - m_PersistentCalls: - m_Calls: [] - OnPause: - m_PersistentCalls: - m_Calls: [] - OnStop: - m_PersistentCalls: - m_Calls: [] - OnResume: - m_PersistentCalls: - m_Calls: [] - OnChangeDirection: - m_PersistentCalls: - m_Calls: [] - OnComplete: - m_PersistentCalls: - m_Calls: [] - OnRestoreInitialValues: - m_PersistentCalls: - m_Calls: [] - OnSkipToTheEnd: - m_PersistentCalls: - m_Calls: [] - OnInitializationComplete: - m_PersistentCalls: - m_Calls: [] - OnEnable: - m_PersistentCalls: - m_Calls: [] - OnDisable: - m_PersistentCalls: - m_Calls: [] - DebugActive: 0 - InScriptDrivenPause: 0 - FeedbacksList: - - rid: 0 - - rid: 1 - KeepPlayModeChanges: 0 - PerformanceMode: 0 - RestoreInitialValuesOnDisable: 0 - StopFeedbacksOnDisable: 0 - PlayCount: 0 - references: - version: 2 - RefIds: - - rid: 0 - type: {class: MMF_AudioSource, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: -1150845979 - Label: AudioSource - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 1341751451} - DebugActive: 0 - TargetAudioSource: {fileID: 478010195} - Mode: 0 - RandomSfx: [] - MinVolume: 1 - MaxVolume: 1 - MinPitch: 1 - MaxPitch: 1 - SfxAudioMixerGroup: {fileID: 0} - - rid: 1 - type: {class: MMF_ImageFill, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: -1822499569 - Label: Image Fill - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 1341751451} - DebugActive: 0 - BoundImage: {fileID: 1312986684} - Mode: 0 - Duration: 1 - AllowAdditivePlays: 0 - InstantFill: 1 - Curve: - MMTweenDefinitionType: 1 - MMTweenCurve: 4 - Curve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.39449608 - value: 1 - inSlope: 1.4905404 - outSlope: 1.4905404 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - Initialized: 0 - ConditionPropertyName: - EnumConditionPropertyName: Mode - EnumConditions: 0100010000000000000000000000000000000000000000000000000000000000 - CurveRemapZero: 0 - CurveRemapOne: 1 - DestinationFill: 1 - DisableOnStop: 1 ---- !u!1 &1347166074 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 1347166075} - - component: {fileID: 1347166076} - m_Layer: 0 - m_Name: SquashAndStretch - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &1347166075 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1347166074} - serializedVersion: 2 - m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: 0} - m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 - m_Children: [] - m_Father: {fileID: 161331536} - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!114 &1347166076 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1347166074} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 6da43522623d4704e979466dc7650b65, type: 3} - m_Name: - m_EditorClassIdentifier: - Feedbacks: [] - InitializationMode: 2 - AutoInitialization: 1 - SafeMode: 3 - Direction: 0 - AutoChangeDirectionOnEnd: 0 - AutoPlayOnStart: 0 - AutoPlayOnEnable: 0 - ForceTimescaleMode: 0 - ForcedTimescaleMode: 1 - DurationMultiplier: 1 - TimescaleMultiplier: 1 - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 1.5} - DisplayFullDurationDetails: 0 - PlayerTimescaleMode: 1 - OnlyPlayIfWithinRange: 0 - RangeCenter: {fileID: 0} - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - IgnoreRangeEvents: 0 - CooldownDuration: 0 - InitialDelay: 0 - CanPlay: 1 - CanPlayWhileAlreadyPlaying: 1 - ChanceToPlay: 100 - FeedbacksIntensity: 1 - Events: - TriggerMMFeedbacksEvents: 0 - TriggerUnityEvents: 1 - OnPlay: - m_PersistentCalls: - m_Calls: [] - OnPause: - m_PersistentCalls: - m_Calls: [] - OnStop: - m_PersistentCalls: - m_Calls: [] - OnResume: - m_PersistentCalls: - m_Calls: [] - OnChangeDirection: - m_PersistentCalls: - m_Calls: [] - OnComplete: - m_PersistentCalls: - m_Calls: [] - OnRestoreInitialValues: - m_PersistentCalls: - m_Calls: [] - OnSkipToTheEnd: - m_PersistentCalls: - m_Calls: [] - OnInitializationComplete: - m_PersistentCalls: - m_Calls: [] - OnEnable: - m_PersistentCalls: - m_Calls: [] - OnDisable: - m_PersistentCalls: - m_Calls: [] - DebugActive: 0 - InScriptDrivenPause: 0 - FeedbacksList: - - rid: 0 - - rid: 1 - KeepPlayModeChanges: 0 - PerformanceMode: 0 - RestoreInitialValuesOnDisable: 0 - StopFeedbacksOnDisable: 0 - PlayCount: 0 - references: - version: 2 - RefIds: - - rid: 0 - type: {class: MMF_AudioSource, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: 1626294835 - Label: AudioSource - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 1347166076} - DebugActive: 0 - TargetAudioSource: {fileID: 478010195} - Mode: 0 - RandomSfx: [] - MinVolume: 1 - MaxVolume: 1 - MinPitch: 1 - MaxPitch: 1 - SfxAudioMixerGroup: {fileID: 0} - - rid: 1 - type: {class: MMF_SquashAndStretch, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: 658096390 - Label: Squash and Stretch - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 1347166076} - DebugActive: 0 - SquashAndStretchTarget: {fileID: 1579498608} - Mode: 0 - Axis: 3 - AnimateScaleDuration: 0.5 - RemapCurveZero: 1 - RemapCurveOne: 1.5 - Offset: 0 - AnimateCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.3 - value: 1.5 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.4495094 - value: -0.67574203 - inSlope: -2.1027951 - outSlope: -2.1027951 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.6531251 - value: 1.0823181 - inSlope: 0.67945737 - outSlope: 0.67945737 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.77447593 - value: -0.31831127 - inSlope: -4.6882825 - outSlope: -4.6882825 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - AllowAdditivePlays: 0 - DetermineScaleOnPlay: 0 - DestinationScale: 2 ---- !u!1 &1347206796 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 1347206797} - - component: {fileID: 1347206798} - m_Layer: 0 - m_Name: DebugLog - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &1347206797 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1347206796} - serializedVersion: 2 - m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: 0} - m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 - m_Children: [] - m_Father: {fileID: 212498969} - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!114 &1347206798 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1347206796} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 6da43522623d4704e979466dc7650b65, type: 3} - m_Name: - m_EditorClassIdentifier: - Feedbacks: [] - InitializationMode: 2 - AutoInitialization: 1 - SafeMode: 3 - Direction: 0 - AutoChangeDirectionOnEnd: 0 - AutoPlayOnStart: 0 - AutoPlayOnEnable: 0 - ForceTimescaleMode: 0 - ForcedTimescaleMode: 1 - DurationMultiplier: 1 - TimescaleMultiplier: 1 - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 1.5} - DisplayFullDurationDetails: 0 - PlayerTimescaleMode: 1 - OnlyPlayIfWithinRange: 0 - RangeCenter: {fileID: 0} - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - IgnoreRangeEvents: 0 - CooldownDuration: 0 - InitialDelay: 0 - CanPlay: 1 - CanPlayWhileAlreadyPlaying: 1 - ChanceToPlay: 100 - FeedbacksIntensity: 1 - Events: - TriggerMMFeedbacksEvents: 0 - TriggerUnityEvents: 1 - OnPlay: - m_PersistentCalls: - m_Calls: [] - OnPause: - m_PersistentCalls: - m_Calls: [] - OnStop: - m_PersistentCalls: - m_Calls: [] - OnResume: - m_PersistentCalls: - m_Calls: [] - OnChangeDirection: - m_PersistentCalls: - m_Calls: [] - OnComplete: - m_PersistentCalls: - m_Calls: [] - OnRestoreInitialValues: - m_PersistentCalls: - m_Calls: [] - OnSkipToTheEnd: - m_PersistentCalls: - m_Calls: [] - OnInitializationComplete: - m_PersistentCalls: - m_Calls: [] - OnEnable: - m_PersistentCalls: - m_Calls: [] - OnDisable: - m_PersistentCalls: - m_Calls: [] - DebugActive: 0 - InScriptDrivenPause: 0 - FeedbacksList: - - rid: 0 - - rid: 1 - KeepPlayModeChanges: 0 - PerformanceMode: 0 - RestoreInitialValuesOnDisable: 0 - StopFeedbacksOnDisable: 0 - PlayCount: 0 - references: - version: 2 - RefIds: - - rid: 0 - type: {class: MMF_AudioSource, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: -1245454190 - Label: AudioSource - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 1347206798} - DebugActive: 0 - TargetAudioSource: {fileID: 478010195} - Mode: 0 - RandomSfx: [] - MinVolume: 1 - MaxVolume: 1 - MinPitch: 1 - MaxPitch: 1 - SfxAudioMixerGroup: {fileID: 0} - - rid: 1 - type: {class: MMF_DebugLog, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: -1862162274 - Label: Log - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 1347206798} - DebugActive: 0 - DebugLogMode: 0 - DebugMessage: This is a test message outputted by the DebugLog MMFeedback. - DebugColor: {r: 0, g: 1, b: 1, a: 1} - DisplayFrameCount: 1 ---- !u!1001 &1350949467 -PrefabInstance: - m_ObjectHideFlags: 0 - serializedVersion: 2 - m_Modification: - serializedVersion: 3 - m_TransformParent: {fileID: 1557570896} - m_Modifications: - - target: {fileID: 4994452109645884045, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_Name - value: Spacer - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_Pivot.x - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_Pivot.y - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_RootOrder - value: 59 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_AnchorMax.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_AnchorMax.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_AnchorMin.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_AnchorMin.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_SizeDelta.x - value: 236.1 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_SizeDelta.y - value: 30 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_LocalPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_LocalPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_LocalPosition.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_LocalRotation.w - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_LocalRotation.x - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_LocalRotation.y - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_LocalRotation.z - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_AnchoredPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_AnchoredPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_LocalEulerAnglesHint.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_LocalEulerAnglesHint.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_LocalEulerAnglesHint.z - value: 0 - objectReference: {fileID: 0} - m_RemovedComponents: [] - m_RemovedGameObjects: [] - m_AddedGameObjects: [] - m_AddedComponents: [] - m_SourcePrefab: {fileID: 100100000, guid: b4ba93cf48b1c6b468135361158be27d, type: 3} ---- !u!1 &1352294452 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 1352294453} - - component: {fileID: 1352294454} - m_Layer: 0 - m_Name: LogoModel - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &1352294453 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1352294452} - serializedVersion: 2 - m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: 0} - m_LocalScale: {x: 0.2, y: 0.2, z: 0.2} - m_ConstrainProportionsScale: 0 - m_Children: [] - m_Father: {fileID: 319203425} - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!212 &1352294454 -SpriteRenderer: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1352294452} - m_Enabled: 1 - m_CastShadows: 0 - m_ReceiveShadows: 0 - m_DynamicOccludee: 1 - m_StaticShadowCaster: 0 - m_MotionVectors: 1 - m_LightProbeUsage: 1 - m_ReflectionProbeUsage: 1 - m_RayTracingMode: 0 - m_RayTraceProcedural: 0 - m_RayTracingAccelStructBuildFlagsOverride: 0 - m_RayTracingAccelStructBuildFlags: 1 - m_SmallMeshCulling: 1 - m_RenderingLayerMask: 1 - m_RendererPriority: 0 - m_Materials: - - {fileID: 10754, guid: 0000000000000000f000000000000000, type: 0} - m_StaticBatchInfo: - firstSubMesh: 0 - subMeshCount: 0 - m_StaticBatchRoot: {fileID: 0} - m_ProbeAnchor: {fileID: 0} - m_LightProbeVolumeOverride: {fileID: 0} - m_ScaleInLightmap: 1 - m_ReceiveGI: 1 - m_PreserveUVs: 0 - m_IgnoreNormalsForChartDetection: 0 - m_ImportantGI: 0 - m_StitchLightmapSeams: 1 - m_SelectedEditorRenderState: 0 - m_MinimumChartSize: 4 - m_AutoUVMaxDistance: 0.5 - m_AutoUVMaxAngle: 89 - m_LightmapParameters: {fileID: 0} - m_SortingLayerID: 0 - m_SortingLayer: 0 - m_SortingOrder: 0 - m_Sprite: {fileID: 21300000, guid: a5240da7fff0bf34da21c7edff42b1d4, type: 3} - m_Color: {r: 1, g: 1, b: 1, a: 1} - m_FlipX: 0 - m_FlipY: 0 - m_DrawMode: 0 - m_Size: {x: 5.12, y: 5.12} - m_AdaptiveModeThreshold: 0.5 - m_SpriteTileMode: 0 - m_WasSpriteAssigned: 1 - m_MaskInteraction: 0 - m_SpriteSortPoint: 0 ---- !u!1 &1354058875 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 1354058876} - - component: {fileID: 1354058880} - - component: {fileID: 1354058879} - - component: {fileID: 1354058878} - - component: {fileID: 1354058877} - m_Layer: 5 - m_Name: MMFader - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!224 &1354058876 -RectTransform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1354058875} - m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: 0} - m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 - m_Children: [] - m_Father: {fileID: 1785320358} - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} - m_AnchorMin: {x: 0, y: 0} - m_AnchorMax: {x: 1, y: 1} - m_AnchoredPosition: {x: 0, y: 0} - m_SizeDelta: {x: 0, y: 0} - m_Pivot: {x: 0.5, y: 0.5} ---- !u!114 &1354058877 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1354058875} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: efe052b91c95c534b8bf0f64fb0b9151, type: 3} - m_Name: - m_EditorClassIdentifier: - ID: 0 - InactiveAlpha: 0 - ActiveAlpha: 1 - ForcedInitState: 2 - DefaultDuration: 0.2 - DefaultTween: - MMTweenDefinitionType: 0 - MMTweenCurve: 0 - Curve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - Initialized: 0 - ConditionPropertyName: - EnumConditionPropertyName: - EnumConditions: 0000000000000000000000000000000000000000000000000000000000000000 - IgnoreTimescale: 1 - CanFadeToCurrentAlpha: 1 - ShouldBlockRaycasts: 0 - DebugToolbar: 0 ---- !u!225 &1354058878 -CanvasGroup: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1354058875} - m_Enabled: 1 - m_Alpha: 0 - m_Interactable: 0 - m_BlocksRaycasts: 0 - m_IgnoreParentGroups: 0 ---- !u!114 &1354058879 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1354058875} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} - m_Name: - m_EditorClassIdentifier: - m_Material: {fileID: 0} - m_Color: {r: 0, g: 0, b: 0, a: 1} - m_RaycastTarget: 0 - m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0} - m_Maskable: 1 - m_OnCullStateChanged: - m_PersistentCalls: - m_Calls: [] - m_Sprite: {fileID: 0} - m_Type: 0 - m_PreserveAspect: 0 - m_FillCenter: 1 - m_FillMethod: 4 - m_FillAmount: 1 - m_FillClockwise: 1 - m_FillOrigin: 0 - m_UseSpriteMesh: 0 - m_PixelsPerUnitMultiplier: 1 ---- !u!222 &1354058880 -CanvasRenderer: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1354058875} - m_CullTransparentMesh: 0 ---- !u!1001 &1358697076 -PrefabInstance: - m_ObjectHideFlags: 0 - serializedVersion: 2 - m_Modification: - serializedVersion: 3 - m_TransformParent: {fileID: 1562927123} - m_Modifications: - - target: {fileID: 4610476634640326944, guid: 9c99ec9330979f94aa6e33f0bec7752f, - type: 3} - propertyPath: m_Name - value: FeedbackDemoBackgroundCube (7) - objectReference: {fileID: 0} - - target: {fileID: 4610476634640326949, guid: 9c99ec9330979f94aa6e33f0bec7752f, - type: 3} - propertyPath: m_RootOrder - value: 7 - objectReference: {fileID: 0} - - target: {fileID: 4610476634640326949, guid: 9c99ec9330979f94aa6e33f0bec7752f, - type: 3} - propertyPath: m_LocalScale.x - value: 80 - objectReference: {fileID: 0} - - target: {fileID: 4610476634640326949, guid: 9c99ec9330979f94aa6e33f0bec7752f, - type: 3} - propertyPath: m_LocalScale.y - value: 80 - objectReference: {fileID: 0} - - target: {fileID: 4610476634640326949, guid: 9c99ec9330979f94aa6e33f0bec7752f, - type: 3} - propertyPath: m_LocalScale.z - value: 80 - objectReference: {fileID: 0} - - target: {fileID: 4610476634640326949, guid: 9c99ec9330979f94aa6e33f0bec7752f, - type: 3} - propertyPath: m_LocalPosition.x - value: 0.6607691 - objectReference: {fileID: 0} - - target: {fileID: 4610476634640326949, guid: 9c99ec9330979f94aa6e33f0bec7752f, - type: 3} - propertyPath: m_LocalPosition.y - value: -1.6949885 - objectReference: {fileID: 0} - - target: {fileID: 4610476634640326949, guid: 9c99ec9330979f94aa6e33f0bec7752f, - type: 3} - propertyPath: m_LocalPosition.z - value: 12.276992 - objectReference: {fileID: 0} - - target: {fileID: 4610476634640326949, guid: 9c99ec9330979f94aa6e33f0bec7752f, - type: 3} - propertyPath: m_LocalRotation.w - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 4610476634640326949, guid: 9c99ec9330979f94aa6e33f0bec7752f, - type: 3} - propertyPath: m_LocalRotation.x - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 4610476634640326949, guid: 9c99ec9330979f94aa6e33f0bec7752f, - type: 3} - propertyPath: m_LocalRotation.y - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 4610476634640326949, guid: 9c99ec9330979f94aa6e33f0bec7752f, - type: 3} - propertyPath: m_LocalRotation.z - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 4610476634640326949, guid: 9c99ec9330979f94aa6e33f0bec7752f, - type: 3} - propertyPath: m_LocalEulerAnglesHint.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 4610476634640326949, guid: 9c99ec9330979f94aa6e33f0bec7752f, - type: 3} - propertyPath: m_LocalEulerAnglesHint.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 4610476634640326949, guid: 9c99ec9330979f94aa6e33f0bec7752f, - type: 3} - propertyPath: m_LocalEulerAnglesHint.z - value: 0 - objectReference: {fileID: 0} - m_RemovedComponents: [] - m_RemovedGameObjects: [] - m_AddedGameObjects: [] - m_AddedComponents: [] - m_SourcePrefab: {fileID: 100100000, guid: 9c99ec9330979f94aa6e33f0bec7752f, type: 3} ---- !u!1 &1361577705 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 1361577706} - - component: {fileID: 1361577709} - - component: {fileID: 1361577708} - - component: {fileID: 1361577707} - m_Layer: 5 - m_Name: FeedbacksScrollRect - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!224 &1361577706 -RectTransform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1361577705} - m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: 0} - m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 - m_Children: - - {fileID: 1557570896} - m_Father: {fileID: 1047976019} - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} - m_AnchorMin: {x: 0, y: 0} - m_AnchorMax: {x: 0, y: 1} - m_AnchoredPosition: {x: 168.97992, y: -0.000061035156} - m_SizeDelta: {x: 256.09998, y: 0} - m_Pivot: {x: 0.5, y: 0.5} ---- !u!114 &1361577707 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1361577705} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 1aa08ab6e0800fa44ae55d278d1423e3, type: 3} - m_Name: - m_EditorClassIdentifier: - m_Content: {fileID: 1557570896} - m_Horizontal: 0 - m_Vertical: 1 - m_MovementType: 1 - m_Elasticity: 0.1 - m_Inertia: 1 - m_DecelerationRate: 0.135 - m_ScrollSensitivity: 50 - m_Viewport: {fileID: 1361577706} - m_HorizontalScrollbar: {fileID: 0} - m_VerticalScrollbar: {fileID: 2130812383} - m_HorizontalScrollbarVisibility: 0 - m_VerticalScrollbarVisibility: 0 - m_HorizontalScrollbarSpacing: 0 - m_VerticalScrollbarSpacing: 0 - m_OnValueChanged: - m_PersistentCalls: - m_Calls: [] ---- !u!114 &1361577708 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1361577705} - m_Enabled: 0 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} - m_Name: - m_EditorClassIdentifier: - m_Material: {fileID: 0} - m_Color: {r: 0.3490566, g: 0.3490566, b: 0.3490566, a: 1} - m_RaycastTarget: 1 - m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0} - m_Maskable: 1 - m_OnCullStateChanged: - m_PersistentCalls: - m_Calls: [] - m_Sprite: {fileID: 0} - m_Type: 0 - m_PreserveAspect: 0 - m_FillCenter: 1 - m_FillMethod: 4 - m_FillAmount: 1 - m_FillClockwise: 1 - m_FillOrigin: 0 - m_UseSpriteMesh: 0 - m_PixelsPerUnitMultiplier: 1 ---- !u!222 &1361577709 -CanvasRenderer: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1361577705} - m_CullTransparentMesh: 0 ---- !u!224 &1362662702 stripped -RectTransform: - m_CorrespondingSourceObject: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - m_PrefabInstance: {fileID: 1457470163} - m_PrefabAsset: {fileID: 0} ---- !u!1001 &1369831589 -PrefabInstance: - m_ObjectHideFlags: 0 - serializedVersion: 2 - m_Modification: - serializedVersion: 3 - m_TransformParent: {fileID: 1557570896} - m_Modifications: - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: Feedbacks.Array.size - value: 7 - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[0]' - value: - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[1]' - value: - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[2]' - value: - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[3]' - value: - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[4]' - value: - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[5]' - value: - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[6]' - value: - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Pivot.x - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Pivot.y - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_RootOrder - value: 107 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMax.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMax.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMin.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMin.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_SizeDelta.x - value: 256.1 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_SizeDelta.y - value: 30 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalPosition.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.w - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.x - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.y - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.z - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchoredPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchoredPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalEulerAnglesHint.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalEulerAnglesHint.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalEulerAnglesHint.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604939, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_OnClick.m_PersistentCalls.m_Calls.Array.data[0].m_Target - value: - objectReference: {fileID: 1839220865} - - target: {fileID: 2903879014986604939, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_OnClick.m_PersistentCalls.m_Calls.Array.data[0].m_MethodName - value: PlayFeedbacks - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604939, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_OnClick.m_PersistentCalls.m_Calls.Array.data[0].m_Arguments.m_ObjectArgumentAssemblyTypeName - value: UnityEngine.Object, UnityEngine - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604941, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Name - value: Button - Text - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Text - value: 'Text ' - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Color.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Color.b - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Color.g - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Color.r - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 4258887795993319071, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: NotSupportedInWebGL - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.size - value: 7 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[0]' - value: MoreMountains.Feedbacks MoreMountains.Feedbacks.MMF_AudioSource - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[1]' - value: MoreMountains.Feedbacks MoreMountains.Feedbacks.MMF_SetActive - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[2]' - value: MoreMountains.Feedbacks MoreMountains.Feedbacks.MMF_Text - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[3]' - value: MoreMountains.Feedbacks MoreMountains.Feedbacks.MMF_Pause - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[4]' - value: MoreMountains.Feedbacks MoreMountains.Feedbacks.MMF_Text - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[5]' - value: MoreMountains.Feedbacks MoreMountains.Feedbacks.MMF_HoldingPause - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[6]' - value: MoreMountains.Feedbacks MoreMountains.Feedbacks.MMF_SetActive - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Mode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Label - value: AudioSource - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Label - value: Set Container Active - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Label - value: Text - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Label - value: Pause - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Label - value: Text - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Label - value: Holding Pause - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Label - value: Set Container Inactive - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].NewText - value: "This feedback lets you \nchange a target Text's contents..." - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].NewText - value: ... to anything you'd like. - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].MaxPitch - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].MinPitch - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].UniqueID - value: 1441219362 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].UniqueID - value: 1923881357 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].UniqueID - value: 302238058 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].UniqueID - value: 332317875 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].UniqueID - value: 1537849007 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].UniqueID - value: -1866563313 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].UniqueID - value: 7106922 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].MaxVolume - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].MinVolume - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].TargetText - value: - objectReference: {fileID: 1213889022} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AutoResume - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].TargetText - value: - objectReference: {fileID: 1213889022} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].AutoResume - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].StateOnInit - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].StateOnPlay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].StateOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].StateOnInit - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].StateOnPlay - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].StateOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].StateOnReset - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].ScriptDriven - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].ScriptDriven - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].StateOnReset - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].PauseDuration - value: 1.5 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].PauseDuration - value: 1.5 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].SetStateOnInit - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].SetStateOnPlay - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].SetStateOnStop - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].SetStateOnInit - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].SetStateOnPlay - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].SetStateOnStop - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].SetStateOnReset - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AutoResumeAfter - value: 0.25 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].AutoResumeAfter - value: 0.25 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].SetStateOnReset - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].TargetGameObject - value: - objectReference: {fileID: 1855939571} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].MaxPauseDuration - value: 3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].MinPauseDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].MaxPauseDuration - value: 3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].MinPauseDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].TargetGameObject - value: - objectReference: {fileID: 1855939571} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].TargetAudioSource - value: - objectReference: {fileID: 478010195} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].SfxAudioMixerGroup - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].RandomizeOnEachPlay - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].RandomizeOnEachPlay - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].RandomSfx.Array.size - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].RandomizePauseDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].RandomizePauseDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 9167406172343059487, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_IsActive - value: 0 - objectReference: {fileID: 0} - m_RemovedComponents: - - {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, type: 3} - m_RemovedGameObjects: [] - m_AddedGameObjects: [] - m_AddedComponents: [] - m_SourcePrefab: {fileID: 100100000, guid: a16c33a1240b8ce4f930161a7c85fae6, type: 3} ---- !u!1001 &1376300905 -PrefabInstance: - m_ObjectHideFlags: 0 - serializedVersion: 2 - m_Modification: - serializedVersion: 3 - m_TransformParent: {fileID: 1557570896} - m_Modifications: - - target: {fileID: 4994452109645884045, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_Name - value: Spacer - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_Pivot.x - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_Pivot.y - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_RootOrder - value: 78 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_AnchorMax.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_AnchorMax.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_AnchorMin.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_AnchorMin.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_SizeDelta.x - value: 236.1 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_SizeDelta.y - value: 30 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_LocalPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_LocalPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_LocalPosition.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_LocalRotation.w - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_LocalRotation.x - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_LocalRotation.y - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_LocalRotation.z - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_AnchoredPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_AnchoredPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_LocalEulerAnglesHint.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_LocalEulerAnglesHint.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_LocalEulerAnglesHint.z - value: 0 - objectReference: {fileID: 0} - m_RemovedComponents: [] - m_RemovedGameObjects: [] - m_AddedGameObjects: [] - m_AddedComponents: [] - m_SourcePrefab: {fileID: 100100000, guid: b4ba93cf48b1c6b468135361158be27d, type: 3} ---- !u!1001 &1376881397 -PrefabInstance: - m_ObjectHideFlags: 0 - serializedVersion: 2 - m_Modification: - serializedVersion: 3 - m_TransformParent: {fileID: 1240631690} - m_Modifications: - - target: {fileID: -4216859302048453862, guid: e7b8d3e8e58ffc24984b81ddbd5f9c29, - type: 3} - propertyPath: m_RootOrder - value: 0 - objectReference: {fileID: 0} - - target: {fileID: -4216859302048453862, guid: e7b8d3e8e58ffc24984b81ddbd5f9c29, - type: 3} - propertyPath: m_LocalScale.x - value: 0.04 - objectReference: {fileID: 0} - - target: {fileID: -4216859302048453862, guid: e7b8d3e8e58ffc24984b81ddbd5f9c29, - type: 3} - propertyPath: m_LocalScale.y - value: 0.04 - objectReference: {fileID: 0} - - target: {fileID: -4216859302048453862, guid: e7b8d3e8e58ffc24984b81ddbd5f9c29, - type: 3} - propertyPath: m_LocalScale.z - value: 0.04 - objectReference: {fileID: 0} - - target: {fileID: -4216859302048453862, guid: e7b8d3e8e58ffc24984b81ddbd5f9c29, - type: 3} - propertyPath: m_LocalPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: -4216859302048453862, guid: e7b8d3e8e58ffc24984b81ddbd5f9c29, - type: 3} - propertyPath: m_LocalPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: -4216859302048453862, guid: e7b8d3e8e58ffc24984b81ddbd5f9c29, - type: 3} - propertyPath: m_LocalPosition.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: -4216859302048453862, guid: e7b8d3e8e58ffc24984b81ddbd5f9c29, - type: 3} - propertyPath: m_LocalRotation.w - value: 1 - objectReference: {fileID: 0} - - target: {fileID: -4216859302048453862, guid: e7b8d3e8e58ffc24984b81ddbd5f9c29, - type: 3} - propertyPath: m_LocalRotation.x - value: 0.000000021855694 - objectReference: {fileID: 0} - - target: {fileID: -4216859302048453862, guid: e7b8d3e8e58ffc24984b81ddbd5f9c29, - type: 3} - propertyPath: m_LocalRotation.y - value: -0 - objectReference: {fileID: 0} - - target: {fileID: -4216859302048453862, guid: e7b8d3e8e58ffc24984b81ddbd5f9c29, - type: 3} - propertyPath: m_LocalRotation.z - value: -0 - objectReference: {fileID: 0} - - target: {fileID: -4216859302048453862, guid: e7b8d3e8e58ffc24984b81ddbd5f9c29, - type: 3} - propertyPath: m_LocalEulerAnglesHint.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: -4216859302048453862, guid: e7b8d3e8e58ffc24984b81ddbd5f9c29, - type: 3} - propertyPath: m_LocalEulerAnglesHint.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: -4216859302048453862, guid: e7b8d3e8e58ffc24984b81ddbd5f9c29, - type: 3} - propertyPath: m_LocalEulerAnglesHint.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: -1504981713932161579, guid: e7b8d3e8e58ffc24984b81ddbd5f9c29, - type: 3} - propertyPath: 'm_Materials.Array.data[0]' - value: - objectReference: {fileID: 2100000, guid: 8b80d96aef31b7b42927634a8a768ed6, type: 2} - - target: {fileID: -927199367670048503, guid: e7b8d3e8e58ffc24984b81ddbd5f9c29, - type: 3} - propertyPath: m_Name - value: LP_S-Rock_03-Physics - objectReference: {fileID: 0} - m_RemovedComponents: [] - m_RemovedGameObjects: [] - m_AddedGameObjects: [] - m_AddedComponents: [] - m_SourcePrefab: {fileID: 100100000, guid: e7b8d3e8e58ffc24984b81ddbd5f9c29, type: 3} ---- !u!1 &1380114350 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 1380114351} - m_Layer: 5 - m_Name: Testers - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!224 &1380114351 -RectTransform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1380114350} - m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: 0} - m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 - m_Children: - - {fileID: 366288792} - - {fileID: 930333315} - - {fileID: 731678810} - - {fileID: 1855939572} - - {fileID: 1553717073} - - {fileID: 1312986683} - - {fileID: 1328195342} - - {fileID: 893060867} - m_Father: {fileID: 1047976019} - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} - m_AnchorMin: {x: 0, y: 0} - m_AnchorMax: {x: 1, y: 1} - m_AnchoredPosition: {x: 0, y: 0} - m_SizeDelta: {x: 0, y: 0} - m_Pivot: {x: 0.5, y: 0.5} ---- !u!1001 &1380840990 -PrefabInstance: - m_ObjectHideFlags: 0 - serializedVersion: 2 - m_Modification: - serializedVersion: 3 - m_TransformParent: {fileID: 1557570896} - m_Modifications: - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: Feedbacks.Array.size - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[0]' - value: - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[1]' - value: - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Pivot.x - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Pivot.y - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_RootOrder - value: 26 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMax.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMax.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMin.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMin.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_SizeDelta.x - value: 256.1 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_SizeDelta.y - value: 30 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalPosition.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.w - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.x - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.y - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.z - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchoredPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchoredPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalEulerAnglesHint.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalEulerAnglesHint.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalEulerAnglesHint.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604939, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_OnClick.m_PersistentCalls.m_Calls.Array.data[0].m_Target - value: - objectReference: {fileID: 386567104} - - target: {fileID: 2903879014986604939, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_OnClick.m_PersistentCalls.m_Calls.Array.data[0].m_MethodName - value: PlayFeedbacks - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604939, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_OnClick.m_PersistentCalls.m_Calls.Array.data[0].m_Arguments.m_ObjectArgumentAssemblyTypeName - value: UnityEngine.Object, UnityEngine - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604941, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Name - value: Button - Cinemachine Impulse - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Text - value: Cinemachine Impulse - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Color.b - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Color.g - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Color.r - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.size - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[0]' - value: MoreMountains.Feedbacks MoreMountains.Feedbacks.MMF_AudioSource - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[1]' - value: MoreMountains.Feedbacks.Cinemachine MoreMountains.FeedbacksForThirdParty.MMF_CinemachineImpulse - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Mode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Label - value: AudioSource - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Label - value: Cinemachine Impulse - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].MaxPitch - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].MinPitch - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].UniqueID - value: 1973628673 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].UniqueID - value: 755897837 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].MaxVolume - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].MinVolume - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Velocity.x - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Velocity.y - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Velocity.z - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].TargetAudioSource - value: - objectReference: {fileID: 478010195} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].SfxAudioMixerGroup - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ClearImpulseOnStop - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].RandomSfx.Array.size - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].m_ImpulseDefinition.m_Randomize - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].m_ImpulseDefinition.m_RawSignal - value: - objectReference: {fileID: 11400000, guid: 69ce8388f6785dd4c8c39915efece2f4, - type: 2} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].m_ImpulseDefinition.m_RepeatMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].m_ImpulseDefinition.m_ImpulseType - value: 3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].m_ImpulseDefinition.m_ImpactRadius - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].m_ImpulseDefinition.m_ImpulseShape - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].m_ImpulseDefinition.m_AmplitudeGain - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].m_ImpulseDefinition.m_DirectionMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].m_ImpulseDefinition.m_FrequencyGain - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].m_ImpulseDefinition.m_ImpulseChannel - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].m_ImpulseDefinition.m_DissipationMode - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].m_ImpulseDefinition.m_DissipationRate - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].m_ImpulseDefinition.m_ImpulseDuration - value: 0.2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].m_ImpulseDefinition.m_PropagationSpeed - value: 10000 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].m_ImpulseDefinition.m_DissipationDistance - value: 10000 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].m_ImpulseDefinition.m_TimeEnvelope.m_DecayTime - value: 0.7 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].m_ImpulseDefinition.m_TimeEnvelope.m_AttackTime - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].m_ImpulseDefinition.m_TimeEnvelope.m_HoldForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].m_ImpulseDefinition.m_TimeEnvelope.m_SustainTime - value: 0.2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].m_ImpulseDefinition.m_TimeEnvelope.m_ScaleWithImpact - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].m_ImpulseDefinition.m_CustomImpulseShape.m_PreInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].m_ImpulseDefinition.m_CustomImpulseShape.m_PostInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].m_ImpulseDefinition.m_CustomImpulseShape.m_RotationOrder - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].m_ImpulseDefinition.m_CustomImpulseShape.m_Curve.Array.size - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].m_ImpulseDefinition.m_TimeEnvelope.m_DecayShape.m_PreInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].m_ImpulseDefinition.m_TimeEnvelope.m_AttackShape.m_PreInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].m_ImpulseDefinition.m_TimeEnvelope.m_DecayShape.m_PostInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].m_ImpulseDefinition.m_TimeEnvelope.m_AttackShape.m_PostInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].m_ImpulseDefinition.m_TimeEnvelope.m_DecayShape.m_RotationOrder - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].m_ImpulseDefinition.m_TimeEnvelope.m_AttackShape.m_RotationOrder - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].m_ImpulseDefinition.m_TimeEnvelope.m_DecayShape.m_Curve.Array.size - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].m_ImpulseDefinition.m_TimeEnvelope.m_AttackShape.m_Curve.Array.size - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 6611151916975247623, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalPosition.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 6611151916975247623, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchoredPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 6611151916975247623, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchoredPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 9167406172343059487, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_IsActive - value: 0 - objectReference: {fileID: 0} - m_RemovedComponents: - - {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, type: 3} - m_RemovedGameObjects: [] - m_AddedGameObjects: [] - m_AddedComponents: [] - m_SourcePrefab: {fileID: 100100000, guid: a16c33a1240b8ce4f930161a7c85fae6, type: 3} ---- !u!1 &1389365162 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 1389365163} - - component: {fileID: 1389365164} - m_Layer: 0 - m_Name: MovingFilter - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &1389365163 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1389365162} - serializedVersion: 2 - m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: 0.023957789, y: 4.7921257, z: 1.0697918} - m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 - m_Children: [] - m_Father: {fileID: 168975947} - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!114 &1389365164 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1389365162} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 6da43522623d4704e979466dc7650b65, type: 3} - m_Name: - m_EditorClassIdentifier: - Feedbacks: [] - InitializationMode: 2 - AutoInitialization: 1 - SafeMode: 3 - Direction: 0 - AutoChangeDirectionOnEnd: 0 - AutoPlayOnStart: 0 - AutoPlayOnEnable: 0 - ForceTimescaleMode: 0 - ForcedTimescaleMode: 1 - DurationMultiplier: 1 - TimescaleMultiplier: 1 - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 1.5} - DisplayFullDurationDetails: 0 - PlayerTimescaleMode: 1 - OnlyPlayIfWithinRange: 0 - RangeCenter: {fileID: 0} - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - IgnoreRangeEvents: 0 - CooldownDuration: 1.2 - InitialDelay: 0 - CanPlay: 1 - CanPlayWhileAlreadyPlaying: 1 - ChanceToPlay: 100 - FeedbacksIntensity: 1 - Events: - TriggerMMFeedbacksEvents: 0 - TriggerUnityEvents: 1 - OnPlay: - m_PersistentCalls: - m_Calls: [] - OnPause: - m_PersistentCalls: - m_Calls: [] - OnStop: - m_PersistentCalls: - m_Calls: [] - OnResume: - m_PersistentCalls: - m_Calls: [] - OnChangeDirection: - m_PersistentCalls: - m_Calls: [] - OnComplete: - m_PersistentCalls: - m_Calls: [] - OnRestoreInitialValues: - m_PersistentCalls: - m_Calls: [] - OnSkipToTheEnd: - m_PersistentCalls: - m_Calls: [] - OnInitializationComplete: - m_PersistentCalls: - m_Calls: [] - OnEnable: - m_PersistentCalls: - m_Calls: [] - OnDisable: - m_PersistentCalls: - m_Calls: [] - DebugActive: 0 - InScriptDrivenPause: 0 - FeedbacksList: - - rid: 0 - - rid: 1 - - rid: 1597473871758623004 - - rid: 1597473871758623005 - KeepPlayModeChanges: 0 - PerformanceMode: 0 - RestoreInitialValuesOnDisable: 0 - StopFeedbacksOnDisable: 0 - PlayCount: 0 - references: - version: 2 - RefIds: - - rid: 0 - type: {class: MMF_PPMovingFilter, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: 1827347379 - Label: PPMovingFilter - OriginalLabel: PPMovingFilter - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 1389365164} - DebugActive: 0 - Mode: 0 - TransitionDuration: 1 - Curve: - MMTweenDefinitionType: 0 - MMTweenCurve: 5 - Curve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - Initialized: 0 - ConditionPropertyName: - EnumConditionPropertyName: - EnumConditions: 0000000000000000000000000000000000000000000000000000000000000000 - - rid: 1 - type: {class: MMF_AudioSource, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: -1721512363 - Label: AudioSource - OriginalLabel: AudioSource - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 1389365164} - DebugActive: 0 - TargetAudioSource: {fileID: 478010195} - Mode: 0 - RandomSfx: [] - MinVolume: 1 - MaxVolume: 1 - MinPitch: 1 - MaxPitch: 1 - SfxAudioMixerGroup: {fileID: 0} - - rid: 1597473871758623004 - type: {class: MMF_HoldingPause, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: -850720380 - Label: Holding Pause - OriginalLabel: Holding Pause - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0.8, y: 1} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 1389365164} - DebugActive: 0 - PauseDuration: 1 - RandomizePauseDuration: 0 - MinPauseDuration: 1 - MaxPauseDuration: 3 - RandomizeOnEachPlay: 1 - ScriptDriven: 0 - AutoResume: 0 - AutoResumeAfter: 0.25 - - rid: 1597473871758623005 - type: {class: MMF_PPMovingFilter, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: -924805874 - Label: PPMovingFilter - OriginalLabel: PPMovingFilter - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 1389365164} - DebugActive: 0 - Mode: 0 - TransitionDuration: 1 - Curve: - MMTweenDefinitionType: 0 - MMTweenCurve: 5 - Curve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - Initialized: 0 - ConditionPropertyName: - EnumConditionPropertyName: - EnumConditions: 0000000000000000000000000000000000000000000000000000000000000000 ---- !u!1 &1391701031 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 1391701032} - - component: {fileID: 1391701033} - m_Layer: 0 - m_Name: HapticEmphasis - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &1391701032 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1391701031} - serializedVersion: 2 - m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: 0} - m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 - m_Children: [] - m_Father: {fileID: 569166822} - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!114 &1391701033 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1391701031} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 6da43522623d4704e979466dc7650b65, type: 3} - m_Name: - m_EditorClassIdentifier: - Feedbacks: [] - InitializationMode: 2 - AutoInitialization: 1 - SafeMode: 3 - Direction: 0 - AutoChangeDirectionOnEnd: 0 - AutoPlayOnStart: 0 - AutoPlayOnEnable: 0 - ForceTimescaleMode: 0 - ForcedTimescaleMode: 1 - DurationMultiplier: 1 - TimescaleMultiplier: 1 - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 1.5} - DisplayFullDurationDetails: 0 - PlayerTimescaleMode: 1 - OnlyPlayIfWithinRange: 0 - RangeCenter: {fileID: 0} - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - IgnoreRangeEvents: 0 - CooldownDuration: 0 - InitialDelay: 0 - CanPlay: 1 - CanPlayWhileAlreadyPlaying: 1 - ChanceToPlay: 100 - FeedbacksIntensity: 1 - Events: - TriggerMMFeedbacksEvents: 0 - TriggerUnityEvents: 1 - OnPlay: - m_PersistentCalls: - m_Calls: [] - OnPause: - m_PersistentCalls: - m_Calls: [] - OnStop: - m_PersistentCalls: - m_Calls: [] - OnResume: - m_PersistentCalls: - m_Calls: [] - OnChangeDirection: - m_PersistentCalls: - m_Calls: [] - OnComplete: - m_PersistentCalls: - m_Calls: [] - OnRestoreInitialValues: - m_PersistentCalls: - m_Calls: [] - OnSkipToTheEnd: - m_PersistentCalls: - m_Calls: [] - OnInitializationComplete: - m_PersistentCalls: - m_Calls: [] - OnEnable: - m_PersistentCalls: - m_Calls: [] - OnDisable: - m_PersistentCalls: - m_Calls: [] - DebugActive: 0 - InScriptDrivenPause: 0 - FeedbacksList: - - rid: 0 - - rid: 1 - KeepPlayModeChanges: 0 - PerformanceMode: 0 - RestoreInitialValuesOnDisable: 0 - StopFeedbacksOnDisable: 0 - PlayCount: 0 - references: - version: 2 - RefIds: - - rid: 0 - type: {class: MMF_AudioSource, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: 2114310291 - Label: AudioSource - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 1391701033} - DebugActive: 0 - TargetAudioSource: {fileID: 478010195} - Mode: 0 - RandomSfx: [] - MinVolume: 1 - MaxVolume: 1 - MinPitch: 1 - MaxPitch: 1 - SfxAudioMixerGroup: {fileID: 0} - - rid: 1 - type: {class: MMF_NVEmphasis, ns: MoreMountains.FeedbacksForThirdParty, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: -1573991032 - Label: Haptic Emphasis - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 1391701033} - DebugActive: 0 - MinAmplitude: 0 - MaxAmplitude: 1 - MinFrequency: 0 - MaxFrequency: 1 - HapticSettings: - ForceGamepadID: 0 - GamepadID: 0 - OnlyPlayIfHapticsSupported: 1 - OnlyPlayIfAdvancedRequirementsMet: 0 - OnlyPlayIfAmplitudeModulationSupported: 0 - OnlyPlayIfFrequencyModulationSupported: 0 ---- !u!1001 &1395512226 -PrefabInstance: - m_ObjectHideFlags: 0 - serializedVersion: 2 - m_Modification: - serializedVersion: 3 - m_TransformParent: {fileID: 1557570896} - m_Modifications: - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: Feedbacks.Array.size - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[0]' - value: - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Pivot.x - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Pivot.y - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_RootOrder - value: 74 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMax.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMax.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMin.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMin.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_SizeDelta.x - value: 256.1 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_SizeDelta.y - value: 30 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalPosition.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.w - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.x - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.y - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.z - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchoredPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchoredPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalEulerAnglesHint.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalEulerAnglesHint.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalEulerAnglesHint.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604939, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_OnClick.m_PersistentCalls.m_Calls.Array.data[0].m_Target - value: - objectReference: {fileID: 871238421} - - target: {fileID: 2903879014986604939, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_OnClick.m_PersistentCalls.m_Calls.Array.data[0].m_MethodName - value: PlayFeedbacks - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604939, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_OnClick.m_PersistentCalls.m_Calls.Array.data[0].m_Arguments.m_ObjectArgumentAssemblyTypeName - value: UnityEngine.Object, UnityEngine - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604941, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Name - value: Button - HapticPreset - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Text - value: Haptic Preset - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Color.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Color.b - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Color.g - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Color.r - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 4258887795993319071, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: NotSupportedInWebGL - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.size - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[0]' - value: MoreMountains.Feedbacks MoreMountains.Feedbacks.MMF_AudioSource - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[1]' - value: MoreMountains.Feedbacks.NiceVibrations MoreMountains.FeedbacksForThirdParty.MMF_NVPreset - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Mode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Label - value: AudioSource - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Label - value: Haptic Preset - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Preset - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].MaxPitch - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].MinPitch - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].UniqueID - value: -1977784411 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].UniqueID - value: 1830407216 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].MaxVolume - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].MinVolume - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].TargetAudioSource - value: - objectReference: {fileID: 478010195} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].SfxAudioMixerGroup - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].RandomSfx.Array.size - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].HapticSettings.GamepadID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].HapticSettings.ForceGamepadID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].HapticSettings.OnlyPlayIfHapticsSupported - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].HapticSettings.OnlyPlayIfAdvancedRequirementsMet - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].HapticSettings.OnlyPlayIfAmplitudeModulationSupported - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].HapticSettings.OnlyPlayIfFrequencyModulationSupported - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 9167406172343059487, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_IsActive - value: 0 - objectReference: {fileID: 0} - m_RemovedComponents: - - {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, type: 3} - m_RemovedGameObjects: [] - m_AddedGameObjects: [] - m_AddedComponents: [] - m_SourcePrefab: {fileID: 100100000, guid: a16c33a1240b8ce4f930161a7c85fae6, type: 3} ---- !u!1001 &1395797388 -PrefabInstance: - m_ObjectHideFlags: 0 - serializedVersion: 2 - m_Modification: - serializedVersion: 3 - m_TransformParent: {fileID: 1557570896} - m_Modifications: - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: Feedbacks.Array.size - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[0]' - value: - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[1]' - value: - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[2]' - value: - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[3]' - value: - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Pivot.x - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Pivot.y - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_RootOrder - value: 33 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMax.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMax.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMin.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMin.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_SizeDelta.x - value: 256.1 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_SizeDelta.y - value: 30 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalPosition.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.w - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.x - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.y - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.z - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchoredPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchoredPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalEulerAnglesHint.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalEulerAnglesHint.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalEulerAnglesHint.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604939, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_OnClick.m_PersistentCalls.m_Calls.Array.data[0].m_Target - value: - objectReference: {fileID: 97759300} - - target: {fileID: 2903879014986604939, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_OnClick.m_PersistentCalls.m_Calls.Array.data[0].m_MethodName - value: PlayFeedbacks - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604939, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_OnClick.m_PersistentCalls.m_Calls.Array.data[0].m_Arguments.m_ObjectArgumentAssemblyTypeName - value: UnityEngine.Object, UnityEngine - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604941, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Name - value: Button - Cinemachine Transition - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Text - value: Cinemachine Transition - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Color.b - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Color.g - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Color.r - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.size - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[0]' - value: MoreMountains.Feedbacks MoreMountains.Feedbacks.MMF_AudioSource - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[1]' - value: MoreMountains.Feedbacks.Cinemachine MoreMountains.FeedbacksForThirdParty.MMF_CinemachineTransition - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[2]' - value: MoreMountains.Feedbacks MoreMountains.Feedbacks.MMF_HoldingPause - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[3]' - value: MoreMountains.Feedbacks.Cinemachine MoreMountains.FeedbacksForThirdParty.MMF_CinemachineTransition - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Mode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Mode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Mode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Label - value: AudioSource - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Label - value: Cinemachine Transition - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Label - value: Holding Pause - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Label - value: Cinemachine Transition - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Channel - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Channel - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].MaxPitch - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].MinPitch - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].UniqueID - value: -1715082138 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].UniqueID - value: 1285234291 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].UniqueID - value: 677121874 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].UniqueID - value: -1634096526 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].MaxVolume - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].MinVolume - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AutoResume - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].NewPriority - value: 10 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].NewPriority - value: 10 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].ScriptDriven - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].PauseDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ForceTransition - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AutoResumeAfter - value: 0.25 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].ForceTransition - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ForceMaxPriority - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].MaxPauseDuration - value: 3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].MinPauseDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].ForceMaxPriority - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].TargetAudioSource - value: - objectReference: {fileID: 478010195} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].SfxAudioMixerGroup - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].TargetVirtualCamera - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].RandomizeOnEachPlay - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].TargetVirtualCamera - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].RandomSfx.Array.size - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].BlendDefintion.m_Time - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].BlendDefintion.m_Time - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].BlendDefintion.m_Style - value: 5 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].RandomizePauseDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].BlendDefintion.m_Style - value: 5 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ResetValuesAfterTransition - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].ResetValuesAfterTransition - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].BlendDefintion.m_CustomCurve.m_PreInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].BlendDefintion.m_CustomCurve.m_PreInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].BlendDefintion.m_CustomCurve.m_PostInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].BlendDefintion.m_CustomCurve.m_PostInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].BlendDefintion.m_CustomCurve.m_RotationOrder - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].BlendDefintion.m_CustomCurve.m_RotationOrder - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].BlendDefintion.m_CustomCurve.m_Curve.Array.size - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].BlendDefintion.m_CustomCurve.m_Curve.Array.size - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 9167406172343059487, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_IsActive - value: 0 - objectReference: {fileID: 0} - m_RemovedComponents: - - {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, type: 3} - m_RemovedGameObjects: [] - m_AddedGameObjects: [] - m_AddedComponents: [] - m_SourcePrefab: {fileID: 100100000, guid: a16c33a1240b8ce4f930161a7c85fae6, type: 3} ---- !u!1 &1397874599 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 1397874600} - - component: {fileID: 1397874601} - m_Layer: 0 - m_Name: Wiggle - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &1397874600 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1397874599} - serializedVersion: 2 - m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: 0} - m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 - m_Children: [] - m_Father: {fileID: 161331536} - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!114 &1397874601 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1397874599} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 6da43522623d4704e979466dc7650b65, type: 3} - m_Name: - m_EditorClassIdentifier: - Feedbacks: [] - InitializationMode: 2 - AutoInitialization: 1 - SafeMode: 3 - Direction: 0 - AutoChangeDirectionOnEnd: 0 - AutoPlayOnStart: 0 - AutoPlayOnEnable: 0 - ForceTimescaleMode: 0 - ForcedTimescaleMode: 1 - DurationMultiplier: 1 - TimescaleMultiplier: 1 - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 1.5} - DisplayFullDurationDetails: 0 - PlayerTimescaleMode: 1 - OnlyPlayIfWithinRange: 0 - RangeCenter: {fileID: 0} - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - IgnoreRangeEvents: 0 - CooldownDuration: 0 - InitialDelay: 0 - CanPlay: 1 - CanPlayWhileAlreadyPlaying: 1 - ChanceToPlay: 100 - FeedbacksIntensity: 1 - Events: - TriggerMMFeedbacksEvents: 0 - TriggerUnityEvents: 1 - OnPlay: - m_PersistentCalls: - m_Calls: [] - OnPause: - m_PersistentCalls: - m_Calls: [] - OnStop: - m_PersistentCalls: - m_Calls: [] - OnResume: - m_PersistentCalls: - m_Calls: [] - OnChangeDirection: - m_PersistentCalls: - m_Calls: [] - OnComplete: - m_PersistentCalls: - m_Calls: [] - OnRestoreInitialValues: - m_PersistentCalls: - m_Calls: [] - OnSkipToTheEnd: - m_PersistentCalls: - m_Calls: [] - OnInitializationComplete: - m_PersistentCalls: - m_Calls: [] - OnEnable: - m_PersistentCalls: - m_Calls: [] - OnDisable: - m_PersistentCalls: - m_Calls: [] - DebugActive: 0 - InScriptDrivenPause: 0 - FeedbacksList: - - rid: 0 - - rid: 1 - KeepPlayModeChanges: 0 - PerformanceMode: 0 - RestoreInitialValuesOnDisable: 0 - StopFeedbacksOnDisable: 0 - PlayCount: 0 - references: - version: 2 - RefIds: - - rid: 0 - type: {class: MMF_Wiggle, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: 1250449763 - Label: Wiggle - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 1397874601} - DebugActive: 0 - TargetWiggle: {fileID: 1096839755} - WigglePosition: 1 - WigglePositionDuration: 1 - WiggleRotation: 0 - WiggleRotationDuration: 0 - WiggleScale: 0 - WiggleScaleDuration: 0 - - rid: 1 - type: {class: MMF_AudioSource, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: -2127659857 - Label: AudioSource - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 1397874601} - DebugActive: 0 - TargetAudioSource: {fileID: 478010195} - Mode: 0 - RandomSfx: [] - MinVolume: 1 - MaxVolume: 1 - MinPitch: 1 - MaxPitch: 1 - SfxAudioMixerGroup: {fileID: 0} ---- !u!1001 &1402669687 -PrefabInstance: - m_ObjectHideFlags: 0 - serializedVersion: 2 - m_Modification: - serializedVersion: 3 - m_TransformParent: {fileID: 1557570896} - m_Modifications: - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: Feedbacks.Array.size - value: 7 - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[0]' - value: - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[1]' - value: - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[2]' - value: - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[3]' - value: - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[4]' - value: - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[5]' - value: - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[6]' - value: - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Pivot.x - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Pivot.y - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_RootOrder - value: 124 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMax.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMax.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMin.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMin.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_SizeDelta.x - value: 256.1 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_SizeDelta.y - value: 30 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalPosition.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.w - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.x - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.y - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.z - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchoredPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchoredPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalEulerAnglesHint.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalEulerAnglesHint.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalEulerAnglesHint.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604939, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_OnClick.m_PersistentCalls.m_Calls.Array.data[0].m_Target - value: - objectReference: {fileID: 1845940773} - - target: {fileID: 2903879014986604939, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_OnClick.m_PersistentCalls.m_Calls.Array.data[0].m_MethodName - value: PlayFeedbacks - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604939, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_OnClick.m_PersistentCalls.m_Calls.Array.data[0].m_Arguments.m_ObjectArgumentAssemblyTypeName - value: UnityEngine.Object, UnityEngine - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604941, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Name - value: Button - TextReveal - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Text - value: TMP Text Reveal - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Color.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Color.b - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Color.g - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Color.r - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 4258887795993319071, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: NotSupportedInWebGL - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.size - value: 7 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[0]' - value: MoreMountains.Feedbacks MoreMountains.Feedbacks.MMF_AudioSource - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[1]' - value: MoreMountains.Feedbacks MoreMountains.Feedbacks.MMF_SetActive - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[2]' - value: MoreMountains.Feedbacks.TextMeshPro MoreMountains.Feedbacks.MMF_TMPText - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[3]' - value: MoreMountains.Feedbacks MoreMountains.Feedbacks.MMF_Pause - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[4]' - value: MoreMountains.Feedbacks.TextMeshPro MoreMountains.Feedbacks.MMF_TMPTextReveal - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[5]' - value: MoreMountains.Feedbacks MoreMountains.Feedbacks.MMF_HoldingPause - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[6]' - value: MoreMountains.Feedbacks MoreMountains.Feedbacks.MMF_SetActive - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Mode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Label - value: AudioSource - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Label - value: Set Active - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Label - value: TMP Text - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Label - value: Pause - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Label - value: TMP Text Reveal - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Label - value: Holding Pause - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Label - value: Set Inactive - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].NewText - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].NewText - value: 'You can use the <#07f0ff>Reveal Feedback - - to display - text <#fff2b3>character by character, - - or <#d7ffb3>word by - word, or <#ffb3f7>line by line, - - even with rich text.' - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].MaxPitch - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].MinPitch - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].UniqueID - value: 1673033089 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].UniqueID - value: 1879956744 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].UniqueID - value: 613337448 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].UniqueID - value: -1536550476 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].UniqueID - value: 680529673 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].UniqueID - value: 2101574872 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].UniqueID - value: 1590868478 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].MaxVolume - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].MinVolume - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AutoResume - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].RevealMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].AutoResume - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].StateOnInit - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].StateOnPlay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].StateOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].ReplaceText - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].StateOnInit - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].StateOnPlay - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].StateOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].StateOnReset - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].ScriptDriven - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].DurationMode - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].ScriptDriven - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].StateOnReset - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].TargetTMPText - value: - objectReference: {fileID: 500670851} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].PauseDuration - value: 0.2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].TargetTMPText - value: - objectReference: {fileID: 500670851} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].PauseDuration - value: 3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].SetStateOnInit - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].SetStateOnPlay - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].SetStateOnStop - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].RevealDuration - value: 3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].SetStateOnInit - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].SetStateOnPlay - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].SetStateOnStop - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].SetStateOnReset - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AutoResumeAfter - value: 0.25 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].AutoResumeAfter - value: 0.25 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].SetStateOnReset - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].TargetGameObject - value: - objectReference: {fileID: 731678809} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].MaxPauseDuration - value: 3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].MinPauseDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].MaxPauseDuration - value: 3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].MinPauseDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].TargetGameObject - value: - objectReference: {fileID: 731678809} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].TargetAudioSource - value: - objectReference: {fileID: 478010195} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].SfxAudioMixerGroup - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].RandomizeOnEachPlay - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].RandomizeOnEachPlay - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].RandomSfx.Array.size - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].RandomizePauseDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].IntervalBetweenReveals - value: 0.01 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].RandomizePauseDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 9167406172343059487, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_IsActive - value: 0 - objectReference: {fileID: 0} - m_RemovedComponents: - - {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, type: 3} - m_RemovedGameObjects: [] - m_AddedGameObjects: [] - m_AddedComponents: [] - m_SourcePrefab: {fileID: 100100000, guid: a16c33a1240b8ce4f930161a7c85fae6, type: 3} ---- !u!54 &1404019865 -Rigidbody: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 467544090} - serializedVersion: 4 - m_Mass: 1 - m_Drag: 0 - m_AngularDrag: 0.05 - m_CenterOfMass: {x: 0, y: 0, z: 0} - m_InertiaTensor: {x: 1, y: 1, z: 1} - m_InertiaRotation: {x: 0, y: 0, z: 0, w: 1} - m_IncludeLayers: - serializedVersion: 2 - m_Bits: 0 - m_ExcludeLayers: - serializedVersion: 2 - m_Bits: 0 - m_ImplicitCom: 1 - m_ImplicitTensor: 1 - m_UseGravity: 1 - m_IsKinematic: 1 - m_Interpolate: 0 - m_Constraints: 0 - m_CollisionDetection: 0 ---- !u!64 &1404019866 -MeshCollider: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 467544090} - m_Material: {fileID: 0} - m_IncludeLayers: - serializedVersion: 2 - m_Bits: 0 - m_ExcludeLayers: - serializedVersion: 2 - m_Bits: 0 - m_LayerOverridePriority: 0 - m_IsTrigger: 0 - m_ProvidesContacts: 0 - m_Enabled: 1 - serializedVersion: 5 - m_Convex: 0 - m_CookingOptions: 30 - m_Mesh: {fileID: 4300000, guid: 93667318b5de24146bffa2041c96fcd8, type: 3} ---- !u!1 &1408360769 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 1408360770} - m_Layer: 0 - m_Name: Audio - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &1408360770 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1408360769} - serializedVersion: 2 - m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: 0} - m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 - m_Children: - - {fileID: 1322358536} - - {fileID: 283429837} - - {fileID: 2127072572} - - {fileID: 305986967} - - {fileID: 611331492} - - {fileID: 1853938689} - - {fileID: 1165131384} - - {fileID: 504454717} - - {fileID: 1588306469} - - {fileID: 1709701247} - - {fileID: 338423883} - - {fileID: 1112567860} - - {fileID: 470329276} - m_Father: {fileID: 999639631} - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!1 &1410034807 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 1410034808} - - component: {fileID: 1410034809} - m_Layer: 0 - m_Name: Image - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &1410034808 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1410034807} - serializedVersion: 2 - m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: 0} - m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 - m_Children: [] - m_Father: {fileID: 1282069688} - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!114 &1410034809 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1410034807} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 6da43522623d4704e979466dc7650b65, type: 3} - m_Name: - m_EditorClassIdentifier: - Feedbacks: [] - InitializationMode: 2 - AutoInitialization: 1 - SafeMode: 3 - Direction: 0 - AutoChangeDirectionOnEnd: 0 - AutoPlayOnStart: 0 - AutoPlayOnEnable: 0 - ForceTimescaleMode: 0 - ForcedTimescaleMode: 1 - DurationMultiplier: 1 - TimescaleMultiplier: 1 - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 1.5} - DisplayFullDurationDetails: 0 - PlayerTimescaleMode: 1 - OnlyPlayIfWithinRange: 0 - RangeCenter: {fileID: 0} - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - IgnoreRangeEvents: 0 - CooldownDuration: 0 - InitialDelay: 0 - CanPlay: 1 - CanPlayWhileAlreadyPlaying: 1 - ChanceToPlay: 100 - FeedbacksIntensity: 1 - Events: - TriggerMMFeedbacksEvents: 0 - TriggerUnityEvents: 1 - OnPlay: - m_PersistentCalls: - m_Calls: [] - OnPause: - m_PersistentCalls: - m_Calls: [] - OnStop: - m_PersistentCalls: - m_Calls: [] - OnResume: - m_PersistentCalls: - m_Calls: [] - OnChangeDirection: - m_PersistentCalls: - m_Calls: [] - OnComplete: - m_PersistentCalls: - m_Calls: [] - OnRestoreInitialValues: - m_PersistentCalls: - m_Calls: [] - OnSkipToTheEnd: - m_PersistentCalls: - m_Calls: [] - OnInitializationComplete: - m_PersistentCalls: - m_Calls: [] - OnEnable: - m_PersistentCalls: - m_Calls: [] - OnDisable: - m_PersistentCalls: - m_Calls: [] - DebugActive: 0 - InScriptDrivenPause: 0 - FeedbacksList: - - rid: 0 - - rid: 1 - KeepPlayModeChanges: 0 - PerformanceMode: 0 - RestoreInitialValuesOnDisable: 0 - StopFeedbacksOnDisable: 0 - PlayCount: 0 - references: - version: 2 - RefIds: - - rid: 0 - type: {class: MMF_AudioSource, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: -821213000 - Label: AudioSource - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 1410034809} - DebugActive: 0 - TargetAudioSource: {fileID: 478010195} - Mode: 0 - RandomSfx: [] - MinVolume: 1 - MaxVolume: 1 - MinPitch: 1 - MaxPitch: 1 - SfxAudioMixerGroup: {fileID: 0} - - rid: 1 - type: {class: MMF_Image, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: 2060069037 - Label: Image - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 1410034809} - DebugActive: 0 - BoundImage: {fileID: 1553717074} - Mode: 0 - Duration: 1 - AllowAdditivePlays: 0 - ModifyColor: 1 - ColorOverTime: - serializedVersion: 2 - key0: {r: 1, g: 1, b: 1, a: 0} - key1: {r: 1, g: 1, b: 1, a: 1} - key2: {r: 1, g: 0, b: 0, a: 1} - key3: {r: 1, g: 1, b: 1, a: 0} - key4: {r: 1, g: 0.93442965, b: 0, a: 0} - key5: {r: 1, g: 1, b: 1, a: 0} - key6: {r: 0.2264151, g: 0.2264151, b: 0.2264151, a: 0} - key7: {r: 1, g: 1, b: 1, a: 0} - ctime0: 0 - ctime1: 13300 - ctime2: 19468 - ctime3: 26021 - ctime4: 33346 - ctime5: 41056 - ctime6: 51079 - ctime7: 65535 - atime0: 0 - atime1: 11372 - atime2: 53777 - atime3: 65535 - atime4: 0 - atime5: 0 - atime6: 0 - atime7: 0 - m_Mode: 0 - m_ColorSpace: -1 - m_NumColorKeys: 7 - m_NumAlphaKeys: 3 - InstantColor: {r: 0, g: 0, b: 0, a: 0} - DisableOnInit: 0 - EnableOnPlay: 1 - DisableOnSequenceEnd: 1 - DisableOnStop: 0 ---- !u!224 &1414669131 stripped -RectTransform: - m_CorrespondingSourceObject: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - m_PrefabInstance: {fileID: 823324262} - m_PrefabAsset: {fileID: 0} ---- !u!224 &1418191309 stripped -RectTransform: - m_CorrespondingSourceObject: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - m_PrefabInstance: {fileID: 2043625320} - m_PrefabAsset: {fileID: 0} ---- !u!224 &1423764965 stripped -RectTransform: - m_CorrespondingSourceObject: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - m_PrefabInstance: {fileID: 40409074} - m_PrefabAsset: {fileID: 0} ---- !u!1 &1425389456 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 1425389457} - - component: {fileID: 1425389458} - m_Layer: 0 - m_Name: Combo2 - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &1425389457 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1425389456} - serializedVersion: 2 - m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: 0} - m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 - m_Children: [] - m_Father: {fileID: 743745512} - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!114 &1425389458 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1425389456} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 6da43522623d4704e979466dc7650b65, type: 3} - m_Name: - m_EditorClassIdentifier: - Feedbacks: [] - InitializationMode: 2 - AutoInitialization: 1 - SafeMode: 3 - Direction: 0 - AutoChangeDirectionOnEnd: 0 - AutoPlayOnStart: 0 - AutoPlayOnEnable: 0 - ForceTimescaleMode: 0 - ForcedTimescaleMode: 1 - DurationMultiplier: 1 - TimescaleMultiplier: 1 - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 1.5} - DisplayFullDurationDetails: 0 - PlayerTimescaleMode: 1 - OnlyPlayIfWithinRange: 0 - RangeCenter: {fileID: 0} - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - IgnoreRangeEvents: 0 - CooldownDuration: 0 - InitialDelay: 0 - CanPlay: 1 - CanPlayWhileAlreadyPlaying: 1 - ChanceToPlay: 100 - FeedbacksIntensity: 1 - Events: - TriggerMMFeedbacksEvents: 0 - TriggerUnityEvents: 1 - OnPlay: - m_PersistentCalls: - m_Calls: [] - OnPause: - m_PersistentCalls: - m_Calls: [] - OnStop: - m_PersistentCalls: - m_Calls: [] - OnResume: - m_PersistentCalls: - m_Calls: [] - OnChangeDirection: - m_PersistentCalls: - m_Calls: [] - OnComplete: - m_PersistentCalls: - m_Calls: [] - OnRestoreInitialValues: - m_PersistentCalls: - m_Calls: [] - OnSkipToTheEnd: - m_PersistentCalls: - m_Calls: [] - OnInitializationComplete: - m_PersistentCalls: - m_Calls: [] - OnEnable: - m_PersistentCalls: - m_Calls: [] - OnDisable: - m_PersistentCalls: - m_Calls: [] - DebugActive: 0 - InScriptDrivenPause: 0 - FeedbacksList: - - rid: 0 - - rid: 1 - - rid: 2 - - rid: 3 - - rid: 4 - - rid: 5 - - rid: 6 - - rid: 7 - - rid: 8 - - rid: 9 - - rid: 10 - - rid: 11 - - rid: 12 - - rid: 13 - - rid: 14 - - rid: 15 - - rid: 16 - KeepPlayModeChanges: 0 - PerformanceMode: 0 - RestoreInitialValuesOnDisable: 0 - StopFeedbacksOnDisable: 0 - PlayCount: 0 - references: - version: 2 - RefIds: - - rid: 0 - type: {class: MMF_AudioSource, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: -1022247789 - Label: AudioSource - OriginalLabel: AudioSource - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 1425389458} - DebugActive: 0 - TargetAudioSource: {fileID: 478010195} - Mode: 0 - RandomSfx: [] - MinVolume: 1 - MaxVolume: 1 - MinPitch: 1 - MaxPitch: 1 - SfxAudioMixerGroup: {fileID: 0} - - rid: 1 - type: {class: MMF_CinemachineImpulseSource, ns: MoreMountains.FeedbacksForThirdParty, - asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: -430160503 - Label: Cinemachine Impulse Source - OriginalLabel: Cinemachine Impulse Source - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 1425389458} - DebugActive: 0 - Velocity: {x: 1, y: 1, z: 1} - ImpulseSource: {fileID: 456019763} - ClearImpulseOnStop: 0 - - rid: 2 - type: {class: MMF_ChromaticAberration, ns: MoreMountains.FeedbacksForThirdParty, - asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: -535154262 - Label: Chromatic Aberration - OriginalLabel: Chromatic Aberration - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0.2 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: Automatic Shaker Setup - Owner: {fileID: 1425389458} - DebugActive: 0 - Duration: 0.2 - ResetShakerValuesAfterShake: 1 - ResetTargetValuesAfterShake: 1 - RemapIntensityZero: 0 - RemapIntensityOne: 1 - Intensity: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.5 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - Amplitude: 1 - RelativeIntensity: 0 - - rid: 3 - type: {class: MMF_Bloom, ns: MoreMountains.FeedbacksForThirdParty, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: -1974353732 - Label: Bloom - OriginalLabel: Bloom - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: Automatic Shaker Setup - Owner: {fileID: 1425389458} - DebugActive: 0 - ShakeDuration: 0.2 - ResetShakerValuesAfterShake: 1 - ResetTargetValuesAfterShake: 1 - RelativeValues: 1 - ShakeIntensity: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.5 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapIntensityZero: 0 - RemapIntensityOne: 3 - ShakeThreshold: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.5 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapThresholdZero: 0 - RemapThresholdOne: 0 - - rid: 4 - type: {class: MMF_Position, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: -307205228 - Label: Position - OriginalLabel: Position - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 1425389458} - DebugActive: 0 - AnimatePositionTarget: {fileID: 699640084} - Mode: 1 - Space: 0 - RandomizeRemap: 0 - MovementMode: 0 - AnimatePositionDuration: 0.5 - AnimatePositionSpeed: 1 - AnimatePositionTween: - MMTweenDefinitionType: 1 - MMTweenCurve: 4 - Curve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.1 - value: 0.05 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.9 - value: 0.95 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - Initialized: 1 - ConditionPropertyName: - EnumConditionPropertyName: Mode - EnumConditions: 0100010000000000000000000000000000000000000000000000000000000000 - RemapCurveZero: 0 - RemapCurveZeroAlt: 0 - RemapCurveOne: 0.5 - RemapCurveOneAlt: 0 - AnimateX: 0 - AnimatePositionTweenX: - MMTweenDefinitionType: 1 - MMTweenCurve: 4 - Curve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.3 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.6 - value: -1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - Initialized: 1 - ConditionPropertyName: AnimateX - EnumConditionPropertyName: - EnumConditions: 0000000000000000000000000000000000000000000000000000000000000000 - AnimateY: 1 - AnimatePositionTweenY: - MMTweenDefinitionType: 1 - MMTweenCurve: 4 - Curve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.3 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.6 - value: -1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - Initialized: 1 - ConditionPropertyName: AnimateY - EnumConditionPropertyName: - EnumConditions: 0000000000000000000000000000000000000000000000000000000000000000 - AnimateZ: 0 - AnimatePositionTweenZ: - MMTweenDefinitionType: 1 - MMTweenCurve: 4 - Curve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.3 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.6 - value: -1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - Initialized: 1 - ConditionPropertyName: AnimateZ - EnumConditionPropertyName: - EnumConditions: 0000000000000000000000000000000000000000000000000000000000000000 - AllowAdditivePlays: 0 - RelativePosition: 1 - DeterminePositionsOnPlay: 0 - InitialPosition: {x: 0, y: 0, z: 0} - DestinationPosition: {x: 1, y: 1, z: 1} - InitialPositionTransform: {fileID: 0} - DestinationPositionTransform: {fileID: 0} - AnimatePositionCurveX: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.3 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.6 - value: -1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - AnimatePositionCurveY: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.3 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.6 - value: -1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - AnimatePositionCurveZ: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.3 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.6 - value: -1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - AnimatePositionCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.1 - value: 0.05 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.9 - value: 0.95 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - - rid: 5 - type: {class: MMF_HoldingPause, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: -780177954 - Label: Holding Pause - OriginalLabel: Holding Pause - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 1425389458} - DebugActive: 0 - PauseDuration: 0 - RandomizePauseDuration: 0 - MinPauseDuration: 1 - MaxPauseDuration: 3 - RandomizeOnEachPlay: 1 - ScriptDriven: 0 - AutoResume: 0 - AutoResumeAfter: 0.25 - - rid: 6 - type: {class: MMF_Rotation, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: 1660654638 - Label: Rotation - OriginalLabel: Rotation - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 1425389458} - DebugActive: 0 - AnimateRotationTarget: {fileID: 1579498608} - Mode: 0 - RotationSpace: 0 - MovementMode: 0 - AnimateRotationDuration: 0.5 - AnimatePositionSpeed: 1 - RemapCurveZero: 0 - RemapCurveOne: 360 - AnimateX: 1 - AnimateRotationTweenX: - MMTweenDefinitionType: 1 - MMTweenCurve: 4 - Curve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.3 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - Initialized: 1 - ConditionPropertyName: AnimateX - EnumConditionPropertyName: - EnumConditions: 0000000000000000000000000000000000000000000000000000000000000000 - AnimateY: 0 - AnimateRotationTweenY: - MMTweenDefinitionType: 1 - MMTweenCurve: 4 - Curve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.3 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - Initialized: 1 - ConditionPropertyName: AnimateY - EnumConditionPropertyName: - EnumConditions: 0000000000000000000000000000000000000000000000000000000000000000 - AnimateZ: 0 - AnimateRotationTweenZ: - MMTweenDefinitionType: 1 - MMTweenCurve: 4 - Curve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.3 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - Initialized: 1 - ConditionPropertyName: AnimateZ - EnumConditionPropertyName: - EnumConditions: 0000000000000000000000000000000000000000000000000000000000000000 - AllowAdditivePlays: 0 - DetermineRotationOnPlay: 0 - ToDestinationSpace: 0 - DestinationAngles: {x: 0, y: 180, z: 0} - ToDestinationTransform: {fileID: 0} - ToDestinationTween: - MMTweenDefinitionType: 1 - MMTweenCurve: 10 - Curve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - Initialized: 1 - ConditionPropertyName: - EnumConditionPropertyName: Mode - EnumConditions: 0000010000000000000000000000000000000000000000000000000000000000 - AnimateRotationX: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.3 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - AnimateRotationY: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.3 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - AnimateRotationZ: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.3 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - ToDestinationCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - - rid: 7 - type: {class: MMF_CameraZoom, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: 1547462677 - Label: Camera Zoom - OriginalLabel: Camera Zoom - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: Automatic Shaker Setup - Owner: {fileID: 1425389458} - DebugActive: 0 - ZoomMode: 0 - ZoomFieldOfView: 35 - ZoomTransitionDuration: 0.1 - ZoomDuration: 0.1 - RelativeFieldOfView: 0 - ZoomTween: - MMTweenDefinitionType: 1 - MMTweenCurve: 4 - Curve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - Initialized: 0 - ConditionPropertyName: - EnumConditionPropertyName: - EnumConditions: 0000000000000000000000000000000000000000000000000000000000000000 - - rid: 8 - type: {class: MMF_Vignette, ns: MoreMountains.FeedbacksForThirdParty, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: 44892429 - Label: Vignette - OriginalLabel: Vignette - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: Automatic Shaker Setup - Owner: {fileID: 1425389458} - DebugActive: 0 - Duration: 0.3 - ResetShakerValuesAfterShake: 1 - ResetTargetValuesAfterShake: 1 - Intensity: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.5 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapIntensityZero: 0 - RemapIntensityOne: 0.1 - RelativeIntensity: 1 - InterpolateColor: 0 - ColorCurve: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 0 - m_PostInfinity: 0 - m_RotationOrder: 0 - RemapColorZero: 0 - RemapColorOne: 0 - TargetColor: {r: 0, g: 0, b: 0, a: 0} - - rid: 9 - type: {class: MMF_Blink, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: -1400534797 - Label: MMBlink - OriginalLabel: MMBlink - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 1425389458} - DebugActive: 0 - TargetBlink: {fileID: 7903921081868765310} - ExtraTargetBlinks: [] - BlinkMode: 0 - Duration: 0 - GrabDurationFromBlinkButton: - ButtonText: Grab Duration From Blink Component - - rid: 10 - type: {class: MMF_Sound, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: -48085241 - Label: Sound - OriginalLabel: Sound - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: Automatic Shaker Setup - Owner: {fileID: 1425389458} - DebugActive: 0 - Sfx: {fileID: 8300000, guid: d6252c9736dd3514dae1fc4563f27d43, type: 3} - RandomSfx: [] - TestPlayButton: - ButtonText: Debug Play Sound - TestStopButton: - ButtonText: Debug Stop Sound - PlayMethod: 1 - PoolSize: 10 - UseLegacyEventsMode: 0 - StopSoundOnFeedbackStop: 1 - MinVolume: 1 - MaxVolume: 1 - MinPitch: 1 - MaxPitch: 1 - SfxAudioMixerGroup: {fileID: 0} - Priority: 128 - PanStereo: 0 - SpatialBlend: 0 - DopplerLevel: 1 - Spread: 0 - RolloffMode: 0 - MinDistance: 1 - MaxDistance: 500 - UseCustomRolloffCurve: 0 - CustomRolloffCurve: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - UseSpatialBlendCurve: 0 - SpatialBlendCurve: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - UseReverbZoneMixCurve: 0 - ReverbZoneMixCurve: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - UseSpreadCurve: 0 - SpreadCurve: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - - rid: 11 - type: {class: MMF_HoldingPause, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: -229193096 - Label: Holding Pause - OriginalLabel: Holding Pause - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 1425389458} - DebugActive: 0 - PauseDuration: 0 - RandomizePauseDuration: 0 - MinPauseDuration: 1 - MaxPauseDuration: 3 - RandomizeOnEachPlay: 1 - ScriptDriven: 0 - AutoResume: 0 - AutoResumeAfter: 0.25 - - rid: 12 - type: {class: MMF_Scale, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: 894732362 - Label: Scale - OriginalLabel: Scale - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 1425389458} - DebugActive: 0 - Mode: 0 - AnimateScaleTarget: {fileID: 699640085} - MovementMode: 0 - AnimateScaleDuration: 0.2 - AnimatePositionSpeed: 1 - RemapCurveZero: 1 - RemapCurveOne: 1.5 - Offset: 0 - AnimateX: 1 - AnimateScaleTweenX: - MMTweenDefinitionType: 1 - MMTweenCurve: 4 - Curve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.3 - value: 1.5 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - Initialized: 1 - ConditionPropertyName: AnimateX - EnumConditionPropertyName: - EnumConditions: 0000000000000000000000000000000000000000000000000000000000000000 - AnimateY: 1 - AnimateScaleTweenY: - MMTweenDefinitionType: 1 - MMTweenCurve: 4 - Curve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.3 - value: 1.5 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - Initialized: 1 - ConditionPropertyName: AnimateY - EnumConditionPropertyName: - EnumConditions: 0000000000000000000000000000000000000000000000000000000000000000 - AnimateZ: 1 - AnimateScaleTweenZ: - MMTweenDefinitionType: 1 - MMTweenCurve: 4 - Curve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.3 - value: 1.5 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - Initialized: 1 - ConditionPropertyName: AnimateZ - EnumConditionPropertyName: - EnumConditions: 0000000000000000000000000000000000000000000000000000000000000000 - UniformScaling: 0 - AllowAdditivePlays: 0 - DetermineScaleOnPlay: 0 - DestinationScale: {x: 0.5, y: 0.5, z: 0.5} - AnimateScaleX: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.3 - value: 1.5 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - AnimateScaleY: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.3 - value: 1.5 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - AnimateScaleZ: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.3 - value: 1.5 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - - rid: 13 - type: {class: MMF_Sound, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: -1693770685 - Label: Sound - OriginalLabel: Sound - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: Automatic Shaker Setup - Owner: {fileID: 1425389458} - DebugActive: 0 - Sfx: {fileID: 8300000, guid: 6c0124a99f664c84481722e6ce386883, type: 3} - RandomSfx: [] - TestPlayButton: - ButtonText: Debug Play Sound - TestStopButton: - ButtonText: Debug Stop Sound - PlayMethod: 2 - PoolSize: 10 - UseLegacyEventsMode: 0 - StopSoundOnFeedbackStop: 1 - MinVolume: 1 - MaxVolume: 1 - MinPitch: 1 - MaxPitch: 1 - SfxAudioMixerGroup: {fileID: 0} - Priority: 128 - PanStereo: 0 - SpatialBlend: 0 - DopplerLevel: 1 - Spread: 0 - RolloffMode: 0 - MinDistance: 1 - MaxDistance: 500 - UseCustomRolloffCurve: 0 - CustomRolloffCurve: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - UseSpatialBlendCurve: 0 - SpatialBlendCurve: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - UseReverbZoneMixCurve: 0 - ReverbZoneMixCurve: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - UseSpreadCurve: 0 - SpreadCurve: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - - rid: 14 - type: {class: MMF_ShaderController, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: 899790906 - Label: ShaderController - OriginalLabel: ShaderController - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 1425389458} - DebugActive: 0 - Mode: 0 - TargetShaderController: {fileID: 594467931} - TargetShaderControllerList: [] - RevertToInitialValueAfterEnd: 0 - GetInitialValueOnOneTime: 0 - OneTimeDuration: 3 - OneTimeAmplitude: 1 - OneTimeRemapMin: 0 - OneTimeRemapMax: 2 - OneTimeCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 5.336938 - outSlope: 5.336938 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0.03501094 - - serializedVersion: 3 - time: 0.16522217 - value: 1.0069199 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - ToDestinationValue: 1 - ToDestinationDuration: 1 - ToDestinationColor: {r: 1, g: 0, b: 0, a: 1} - ToDestinationCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.5 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - - rid: 15 - type: {class: MMF_ShaderController, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: -24392356 - Label: ShaderController - OriginalLabel: ShaderController - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 1425389458} - DebugActive: 0 - Mode: 0 - TargetShaderController: {fileID: 749648100} - TargetShaderControllerList: [] - RevertToInitialValueAfterEnd: 0 - GetInitialValueOnOneTime: 0 - OneTimeDuration: 3 - OneTimeAmplitude: 1 - OneTimeRemapMin: 0 - OneTimeRemapMax: 2 - OneTimeCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 5.336938 - outSlope: 5.336938 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0.03501094 - - serializedVersion: 3 - time: 0.16522217 - value: 1.0069199 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - ToDestinationValue: 1 - ToDestinationDuration: 1 - ToDestinationColor: {r: 1, g: 0, b: 0, a: 1} - ToDestinationCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.5 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - - rid: 16 - type: {class: MMF_GlobalPPVolumeAutoBlend, ns: MoreMountains.FeedbacksForThirdParty, - asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: 700535496 - Label: Global PP Volume Auto Blend - OriginalLabel: Global PP Volume Auto Blend - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 1425389458} - DebugActive: 0 - TargetAutoBlend: {fileID: 185880664} - Mode: 1 - BlendAction: 0 - BlendDuration: 0.25 - BlendCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 5.0189557 - outSlope: 5.0189557 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0.10933422 - - serializedVersion: 3 - time: 0.2301577 - value: 0.9369415 - inSlope: 1.4963219 - outSlope: 1.4963219 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - InitialWeight: 0 - FinalWeight: 1 - ResetToInitialValueOnEnd: 1 ---- !u!1001 &1428451479 -PrefabInstance: - m_ObjectHideFlags: 0 - serializedVersion: 2 - m_Modification: - serializedVersion: 3 - m_TransformParent: {fileID: 1096839754} - m_Modifications: - - target: {fileID: -4216859302048453862, guid: e7b8d3e8e58ffc24984b81ddbd5f9c29, - type: 3} - propertyPath: m_RootOrder - value: 7 - objectReference: {fileID: 0} - - target: {fileID: -4216859302048453862, guid: e7b8d3e8e58ffc24984b81ddbd5f9c29, - type: 3} - propertyPath: m_LocalScale.x - value: 0.01 - objectReference: {fileID: 0} - - target: {fileID: -4216859302048453862, guid: e7b8d3e8e58ffc24984b81ddbd5f9c29, - type: 3} - propertyPath: m_LocalScale.y - value: 0.01 - objectReference: {fileID: 0} - - target: {fileID: -4216859302048453862, guid: e7b8d3e8e58ffc24984b81ddbd5f9c29, - type: 3} - propertyPath: m_LocalScale.z - value: 0.015 - objectReference: {fileID: 0} - - target: {fileID: -4216859302048453862, guid: e7b8d3e8e58ffc24984b81ddbd5f9c29, - type: 3} - propertyPath: m_LocalPosition.x - value: -1.439 - objectReference: {fileID: 0} - - target: {fileID: -4216859302048453862, guid: e7b8d3e8e58ffc24984b81ddbd5f9c29, - type: 3} - propertyPath: m_LocalPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: -4216859302048453862, guid: e7b8d3e8e58ffc24984b81ddbd5f9c29, - type: 3} - propertyPath: m_LocalPosition.z - value: 9.291 - objectReference: {fileID: 0} - - target: {fileID: -4216859302048453862, guid: e7b8d3e8e58ffc24984b81ddbd5f9c29, - type: 3} - propertyPath: m_LocalRotation.w - value: -0.093673855 - objectReference: {fileID: 0} - - target: {fileID: -4216859302048453862, guid: e7b8d3e8e58ffc24984b81ddbd5f9c29, - type: 3} - propertyPath: m_LocalRotation.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: -4216859302048453862, guid: e7b8d3e8e58ffc24984b81ddbd5f9c29, - type: 3} - propertyPath: m_LocalRotation.y - value: 0.99560297 - objectReference: {fileID: 0} - - target: {fileID: -4216859302048453862, guid: e7b8d3e8e58ffc24984b81ddbd5f9c29, - type: 3} - propertyPath: m_LocalRotation.z - value: -0 - objectReference: {fileID: 0} - - target: {fileID: -4216859302048453862, guid: e7b8d3e8e58ffc24984b81ddbd5f9c29, - type: 3} - propertyPath: m_LocalEulerAnglesHint.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: -4216859302048453862, guid: e7b8d3e8e58ffc24984b81ddbd5f9c29, - type: 3} - propertyPath: m_LocalEulerAnglesHint.y - value: 190.75 - objectReference: {fileID: 0} - - target: {fileID: -4216859302048453862, guid: e7b8d3e8e58ffc24984b81ddbd5f9c29, - type: 3} - propertyPath: m_LocalEulerAnglesHint.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: -1504981713932161579, guid: e7b8d3e8e58ffc24984b81ddbd5f9c29, - type: 3} - propertyPath: 'm_Materials.Array.data[0]' - value: - objectReference: {fileID: 2100000, guid: 8b80d96aef31b7b42927634a8a768ed6, type: 2} - - target: {fileID: -927199367670048503, guid: e7b8d3e8e58ffc24984b81ddbd5f9c29, - type: 3} - propertyPath: m_Name - value: LP_S-Rock_03 (2) - objectReference: {fileID: 0} - m_RemovedComponents: [] - m_RemovedGameObjects: [] - m_AddedGameObjects: [] - m_AddedComponents: - - targetCorrespondingSourceObject: {fileID: -927199367670048503, guid: e7b8d3e8e58ffc24984b81ddbd5f9c29, - type: 3} - insertIndex: -1 - addedObject: {fileID: 561017418} - m_SourcePrefab: {fileID: 100100000, guid: e7b8d3e8e58ffc24984b81ddbd5f9c29, type: 3} ---- !u!1 &1431253383 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 1431253384} - m_Layer: 0 - m_Name: CupcakePositionTransform4 - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &1431253384 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1431253383} - serializedVersion: 2 - m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: 0.30743903, y: -0.182, z: 0.17750005} - m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 - m_Children: [] - m_Father: {fileID: 1719222803} - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!1 &1433266019 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 1433266020} - - component: {fileID: 1433266024} - - component: {fileID: 1433266023} - - component: {fileID: 1433266022} - - component: {fileID: 1433266021} - m_Layer: 5 - m_Name: MMFaderDirectional - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!224 &1433266020 -RectTransform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1433266019} - m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: 0} - m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 - m_Children: [] - m_Father: {fileID: 1785320358} - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} - m_AnchorMin: {x: 0, y: 0} - m_AnchorMax: {x: 1, y: 1} - m_AnchoredPosition: {x: 0, y: 0} - m_SizeDelta: {x: 0, y: 0} - m_Pivot: {x: 0.5, y: 0.5} ---- !u!114 &1433266021 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1433266019} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 315af83f344d8a24e9f6d1399e439fdd, type: 3} - m_Name: - m_EditorClassIdentifier: - ID: 2 - FadeInDirection: 1 - FadeOutDirection: 1 - DefaultDuration: 0.2 - DefaultTween: - MMTweenDefinitionType: 0 - MMTweenCurve: 0 - Curve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - Initialized: 0 - ConditionPropertyName: - EnumConditionPropertyName: - EnumConditions: 0000000000000000000000000000000000000000000000000000000000000000 - IgnoreTimescale: 1 - DisableOnInit: 1 - InitialDelay: 0 - ShouldBlockRaycasts: 0 - DebugToolbar: 0 ---- !u!225 &1433266022 -CanvasGroup: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1433266019} - m_Enabled: 1 - m_Alpha: 0 - m_Interactable: 0 - m_BlocksRaycasts: 0 - m_IgnoreParentGroups: 0 ---- !u!114 &1433266023 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1433266019} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} - m_Name: - m_EditorClassIdentifier: - m_Material: {fileID: 0} - m_Color: {r: 0, g: 0, b: 0, a: 1} - m_RaycastTarget: 0 - m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0} - m_Maskable: 1 - m_OnCullStateChanged: - m_PersistentCalls: - m_Calls: [] - m_Sprite: {fileID: 0} - m_Type: 0 - m_PreserveAspect: 0 - m_FillCenter: 1 - m_FillMethod: 4 - m_FillAmount: 1 - m_FillClockwise: 1 - m_FillOrigin: 0 - m_UseSpriteMesh: 0 - m_PixelsPerUnitMultiplier: 1 ---- !u!222 &1433266024 -CanvasRenderer: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1433266019} - m_CullTransparentMesh: 0 ---- !u!224 &1436041481 stripped -RectTransform: - m_CorrespondingSourceObject: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - m_PrefabInstance: {fileID: 738551273} - m_PrefabAsset: {fileID: 0} ---- !u!1001 &1441808087 -PrefabInstance: - m_ObjectHideFlags: 0 - serializedVersion: 2 - m_Modification: - serializedVersion: 3 - m_TransformParent: {fileID: 1557570896} - m_Modifications: - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: Feedbacks.Array.size - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[0]' - value: - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[1]' - value: - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Pivot.x - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Pivot.y - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_RootOrder - value: 99 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMax.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMax.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMin.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMin.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_SizeDelta.x - value: 256.1 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_SizeDelta.y - value: 30 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalPosition.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.w - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.x - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.y - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.z - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchoredPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchoredPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalEulerAnglesHint.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalEulerAnglesHint.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalEulerAnglesHint.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604939, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_OnClick.m_PersistentCalls.m_Calls.Array.data[0].m_Target - value: - objectReference: {fileID: 1341751451} - - target: {fileID: 2903879014986604939, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_OnClick.m_PersistentCalls.m_Calls.Array.data[0].m_MethodName - value: PlayFeedbacks - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604939, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_OnClick.m_PersistentCalls.m_Calls.Array.data[0].m_Arguments.m_ObjectArgumentAssemblyTypeName - value: UnityEngine.Object, UnityEngine - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604941, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Name - value: Button - Image Fill - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Text - value: Image Fill - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Color.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Color.b - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Color.g - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Color.r - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 4258887795993319071, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: NotSupportedInWebGL - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.size - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[0]' - value: MoreMountains.Feedbacks MoreMountains.Feedbacks.MMF_AudioSource - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[1]' - value: MoreMountains.Feedbacks.MMTools MoreMountains.Feedbacks.MMF_ImageFill - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Mode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Mode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Label - value: AudioSource - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Label - value: Image Fill - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].MaxPitch - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].MinPitch - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].UniqueID - value: 33054207 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Duration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].UniqueID - value: 2103663101 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].UseRange - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].MaxVolume - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].MinVolume - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].StartsOff - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].BoundImage - value: - objectReference: {fileID: 1312986684} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].EventRange - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].InstantFill - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ModifyColor - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].CurveRemapOne - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisableOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].CurveRemapZero - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].InstantColor.a - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].InstantColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].InstantColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].InstantColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DestinationFill - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].TargetAudioSource - value: - objectReference: {fileID: 478010195} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].SfxAudioMixerGroup - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AllowAdditivePlays - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Curve.MMTweenCurve - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].RandomSfx.Array.size - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ColorOverTime.atime0 - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ColorOverTime.atime1 - value: 11372 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ColorOverTime.atime2 - value: 53777 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ColorOverTime.atime3 - value: 65535 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ColorOverTime.atime4 - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ColorOverTime.atime5 - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ColorOverTime.atime6 - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ColorOverTime.atime7 - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ColorOverTime.ctime0 - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ColorOverTime.ctime1 - value: 13300 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ColorOverTime.ctime2 - value: 19468 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ColorOverTime.ctime3 - value: 26021 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ColorOverTime.ctime4 - value: 33346 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ColorOverTime.ctime5 - value: 41056 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ColorOverTime.ctime6 - value: 51079 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ColorOverTime.ctime7 - value: 65535 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ColorOverTime.key0.a - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ColorOverTime.key0.b - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ColorOverTime.key0.g - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ColorOverTime.key0.r - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ColorOverTime.key1.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ColorOverTime.key1.b - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ColorOverTime.key1.g - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ColorOverTime.key1.r - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ColorOverTime.key2.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ColorOverTime.key2.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ColorOverTime.key2.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ColorOverTime.key2.r - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ColorOverTime.key3.a - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ColorOverTime.key3.b - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ColorOverTime.key3.g - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ColorOverTime.key3.r - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ColorOverTime.key4.a - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ColorOverTime.key4.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ColorOverTime.key4.g - value: 0.93442965 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ColorOverTime.key4.r - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ColorOverTime.key5.a - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ColorOverTime.key5.b - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ColorOverTime.key5.g - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ColorOverTime.key5.r - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ColorOverTime.key6.a - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ColorOverTime.key6.b - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ColorOverTime.key6.g - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ColorOverTime.key6.r - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ColorOverTime.key7.a - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ColorOverTime.key7.b - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ColorOverTime.key7.g - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ColorOverTime.key7.r - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ColorOverTime.m_Mode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].EventOriginTransform - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Curve.Curve.m_PreInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Curve.Curve.m_PostInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Curve.Curve.m_RotationOrder - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Curve.MMTweenDefinitionType - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ResetShakerValuesAfterShake - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ResetTargetValuesAfterShake - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ColorOverTime.m_NumAlphaKeys - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ColorOverTime.m_NumColorKeys - value: 8 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Curve.Curve.m_Curve.Array.size - value: 3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Curve.Curve.m_Curve.Array.data[0].time - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Curve.Curve.m_Curve.Array.data[1].time - value: 0.39449608 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Curve.Curve.m_Curve.Array.data[2].time - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Curve.Curve.m_Curve.Array.data[0].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Curve.Curve.m_Curve.Array.data[1].value - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Curve.Curve.m_Curve.Array.data[2].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Curve.Curve.m_Curve.Array.data[0].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Curve.Curve.m_Curve.Array.data[1].inSlope - value: 1.4905404 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Curve.Curve.m_Curve.Array.data[2].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Curve.Curve.m_Curve.Array.data[0].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Curve.Curve.m_Curve.Array.data[0].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Curve.Curve.m_Curve.Array.data[1].inWeight - value: 0.33333334 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Curve.Curve.m_Curve.Array.data[1].outSlope - value: 1.4905404 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Curve.Curve.m_Curve.Array.data[2].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Curve.Curve.m_Curve.Array.data[2].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Curve.Curve.m_Curve.Array.data[0].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Curve.Curve.m_Curve.Array.data[1].outWeight - value: 0.33333334 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Curve.Curve.m_Curve.Array.data[2].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Curve.Curve.m_Curve.Array.data[0].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Curve.Curve.m_Curve.Array.data[1].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Curve.Curve.m_Curve.Array.data[2].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Curve.Curve.m_Curve.Array.data[0].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Curve.Curve.m_Curve.Array.data[1].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Curve.Curve.m_Curve.Array.data[2].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 9167406172343059487, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_IsActive - value: 0 - objectReference: {fileID: 0} - m_RemovedComponents: - - {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, type: 3} - m_RemovedGameObjects: [] - m_AddedGameObjects: [] - m_AddedComponents: [] - m_SourcePrefab: {fileID: 100100000, guid: a16c33a1240b8ce4f930161a7c85fae6, type: 3} ---- !u!4 &1456461956 stripped -Transform: - m_CorrespondingSourceObject: {fileID: -4216859302048453862, guid: e7b8d3e8e58ffc24984b81ddbd5f9c29, - type: 3} - m_PrefabInstance: {fileID: 1528929323} - m_PrefabAsset: {fileID: 0} ---- !u!1001 &1457470163 -PrefabInstance: - m_ObjectHideFlags: 0 - serializedVersion: 2 - m_Modification: - serializedVersion: 3 - m_TransformParent: {fileID: 1557570896} - m_Modifications: - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: Feedbacks.Array.size - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[0]' - value: - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[1]' - value: - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[2]' - value: - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Pivot.x - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Pivot.y - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_RootOrder - value: 6 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMax.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMax.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMin.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMin.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_SizeDelta.x - value: 256.1 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_SizeDelta.y - value: 30 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalPosition.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.w - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.x - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.y - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.z - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchoredPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchoredPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalEulerAnglesHint.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalEulerAnglesHint.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalEulerAnglesHint.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604939, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_OnClick.m_PersistentCalls.m_Calls.Array.data[0].m_Target - value: - objectReference: {fileID: 566666777} - - target: {fileID: 2903879014986604939, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_OnClick.m_PersistentCalls.m_Calls.Array.data[0].m_MethodName - value: PlayFeedbacks - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604939, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_OnClick.m_PersistentCalls.m_Calls.Array.data[0].m_Arguments.m_ObjectArgumentAssemblyTypeName - value: UnityEngine.Object, UnityEngine - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604941, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Name - value: Button - Destroy - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Text - value: Destroy - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Color.b - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Color.g - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Color.r - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.size - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[0]' - value: MoreMountains.Feedbacks MoreMountains.Feedbacks.MMF_AudioSource - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[1]' - value: MoreMountains.Feedbacks MoreMountains.Feedbacks.MMF_Destroy - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Mode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Mode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Label - value: AudioSource - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Label - value: Destroy - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].MaxPitch - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].MinPitch - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].UniqueID - value: -316452528 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].UniqueID - value: 2055144596 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].MaxVolume - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].MinVolume - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].TargetGameObject - value: - objectReference: {fileID: 306533485} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].TargetAudioSource - value: - objectReference: {fileID: 478010195} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].SfxAudioMixerGroup - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].RandomSfx.Array.size - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 9167406172343059487, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_IsActive - value: 0 - objectReference: {fileID: 0} - m_RemovedComponents: - - {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, type: 3} - m_RemovedGameObjects: [] - m_AddedGameObjects: [] - m_AddedComponents: [] - m_SourcePrefab: {fileID: 100100000, guid: a16c33a1240b8ce4f930161a7c85fae6, type: 3} ---- !u!1 &1467162774 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 1467162776} - - component: {fileID: 1467162775} - - component: {fileID: 1467162789} - - component: {fileID: 1467162788} - - component: {fileID: 1467162787} - - component: {fileID: 1467162786} - - component: {fileID: 1467162785} - - component: {fileID: 1467162784} - - component: {fileID: 1467162783} - - component: {fileID: 1467162782} - - component: {fileID: 1467162781} - - component: {fileID: 1467162780} - - component: {fileID: 1467162779} - - component: {fileID: 1467162778} - - component: {fileID: 1467162777} - m_Layer: 5 - m_Name: AudioTrack - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!82 &1467162775 -AudioSource: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1467162774} - m_Enabled: 1 - serializedVersion: 4 - OutputAudioMixerGroup: {fileID: 0} - m_audioClip: {fileID: 8300000, guid: e99b6c5ad04e7474d98b5d3425dd7f82, type: 3} - m_Resource: {fileID: 8300000, guid: e99b6c5ad04e7474d98b5d3425dd7f82, type: 3} - m_PlayOnAwake: 0 - m_Volume: 1 - m_Pitch: 1 - Loop: 0 - Mute: 0 - Spatialize: 0 - SpatializePostEffects: 0 - Priority: 128 - DopplerLevel: 1 - MinDistance: 1 - MaxDistance: 500 - Pan2D: 0 - rolloffMode: 0 - BypassEffects: 0 - BypassListenerEffects: 0 - BypassReverbZones: 0 - rolloffCustomCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - panLevelCustomCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - spreadCustomCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - reverbZoneMixCustomCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 ---- !u!224 &1467162776 -RectTransform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1467162774} - m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: 0} - m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 - m_Children: [] - m_Father: {fileID: 1880064942} - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} - m_AnchorMin: {x: 0.5, y: 0.5} - m_AnchorMax: {x: 0.5, y: 0.5} - m_AnchoredPosition: {x: 0, y: 0} - m_SizeDelta: {x: 100, y: 100} - m_Pivot: {x: 0.5, y: 0.5} ---- !u!114 &1467162777 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1467162774} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: e16a029f4e85daf40b26bf34dcb47b4f, type: 3} - m_Name: - m_EditorClassIdentifier: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - ShakeDuration: 2 - PlayOnAwake: 0 - PermanentShake: 0 - Interruptible: 1 - AlwaysResetTargetValuesAfterShake: 0 - OnlyUseShakerValues: 0 - CooldownBetweenShakes: 0 - Shaking: 0 - ForwardDirection: 1 - TimescaleMode: 0 - RelativeReverb: 0 - ShakeReverb: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.5 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapReverbZero: -10000 - RemapReverbOne: 2000 ---- !u!114 &1467162778 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1467162774} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: ebf9417587f151a47b3524335d88983e, type: 3} - m_Name: - m_EditorClassIdentifier: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - ShakeDuration: 2 - PlayOnAwake: 0 - PermanentShake: 0 - Interruptible: 1 - AlwaysResetTargetValuesAfterShake: 0 - OnlyUseShakerValues: 0 - CooldownBetweenShakes: 0 - Shaking: 0 - ForwardDirection: 1 - TimescaleMode: 0 - RelativeLowPass: 0 - ShakeLowPass: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.5 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapLowPassZero: 0 - RemapLowPassOne: 10000 ---- !u!114 &1467162779 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1467162774} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 7ca043dc9da4b1e49a30103f3e9a5fa8, type: 3} - m_Name: - m_EditorClassIdentifier: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - ShakeDuration: 2 - PlayOnAwake: 0 - PermanentShake: 0 - Interruptible: 1 - AlwaysResetTargetValuesAfterShake: 0 - OnlyUseShakerValues: 0 - CooldownBetweenShakes: 0 - Shaking: 0 - ForwardDirection: 1 - TimescaleMode: 0 - RelativeHighPass: 0 - ShakeHighPass: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.5 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapHighPassZero: 0 - RemapHighPassOne: 10000 ---- !u!114 &1467162780 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1467162774} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 14662af9a6e0b6e409e588758b806feb, type: 3} - m_Name: - m_EditorClassIdentifier: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - ShakeDuration: 2 - PlayOnAwake: 0 - PermanentShake: 0 - Interruptible: 1 - AlwaysResetTargetValuesAfterShake: 0 - OnlyUseShakerValues: 0 - CooldownBetweenShakes: 0 - Shaking: 0 - ForwardDirection: 1 - TimescaleMode: 0 - RelativeEcho: 0 - ShakeEcho: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.5 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapEchoZero: 0 - RemapEchoOne: 1 ---- !u!114 &1467162781 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1467162774} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 9da38c3c0ef84574b9a95440721bcf17, type: 3} - m_Name: - m_EditorClassIdentifier: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - ShakeDuration: 2 - PlayOnAwake: 0 - PermanentShake: 0 - Interruptible: 1 - AlwaysResetTargetValuesAfterShake: 0 - OnlyUseShakerValues: 0 - CooldownBetweenShakes: 0 - Shaking: 0 - ForwardDirection: 1 - TimescaleMode: 0 - RelativeDistortion: 0 - ShakeDistortion: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.5 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapDistortionZero: 0 - RemapDistortionOne: 1 ---- !u!114 &1467162782 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1467162774} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: ed3e1ef7541c2d7439c23e2e5f185b96, type: 3} - m_Name: - m_EditorClassIdentifier: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - ShakeDuration: 2 - PlayOnAwake: 0 - PermanentShake: 0 - Interruptible: 1 - AlwaysResetTargetValuesAfterShake: 0 - OnlyUseShakerValues: 0 - CooldownBetweenShakes: 0 - Shaking: 0 - ForwardDirection: 1 - TimescaleMode: 0 - RelativeStereoPan: 0 - ShakeStereoPan: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.3 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.6 - value: -1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapStereoPanZero: 0 - RemapStereoPanOne: 1 ---- !u!114 &1467162783 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1467162774} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 4cfddfd71be34fb43b85eec28d5cf24a, type: 3} - m_Name: - m_EditorClassIdentifier: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - ShakeDuration: 2 - PlayOnAwake: 0 - PermanentShake: 0 - Interruptible: 1 - AlwaysResetTargetValuesAfterShake: 0 - OnlyUseShakerValues: 0 - CooldownBetweenShakes: 0 - Shaking: 0 - ForwardDirection: 1 - TimescaleMode: 0 - RelativePitch: 0 - ShakePitch: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.5 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapPitchZero: 0 - RemapPitchOne: 1 ---- !u!114 &1467162784 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1467162774} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 90d58dde470982e44ab64592b6029c50, type: 3} - m_Name: - m_EditorClassIdentifier: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - ShakeDuration: 2 - PlayOnAwake: 0 - PermanentShake: 0 - Interruptible: 1 - AlwaysResetTargetValuesAfterShake: 0 - OnlyUseShakerValues: 0 - CooldownBetweenShakes: 0 - Shaking: 0 - ForwardDirection: 1 - TimescaleMode: 0 - RelativeVolume: 0 - ShakeVolume: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.5 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapVolumeZero: 0 - RemapVolumeOne: 1 ---- !u!164 &1467162785 -AudioReverbFilter: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1467162774} - m_Enabled: 1 - m_DryLevel: 0 - m_Room: 0 - m_RoomHF: 0 - m_DecayTime: 4.67 - m_DecayHFRatio: 0.5 - m_ReflectionsLevel: -10000 - m_ReverbLevel: -10000 - m_ReverbDelay: 0.04 - m_Diffusion: 100 - m_Density: 100 - m_HFReference: 5000 - m_RoomLF: 0 - m_LFReference: 250 - m_ReflectionsDelay: 0 - m_ReverbPreset: 27 ---- !u!168 &1467162786 -AudioEchoFilter: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1467162774} - m_Enabled: 1 - serializedVersion: 2 - m_Delay: 500 - m_DecayRatio: 0.5 - m_WetMix: 0 - m_DryMix: 1 ---- !u!170 &1467162787 -AudioDistortionFilter: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1467162774} - m_Enabled: 1 - m_DistortionLevel: 0 ---- !u!165 &1467162788 -AudioHighPassFilter: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1467162774} - m_Enabled: 1 - m_CutoffFrequency: 10 - m_HighpassResonanceQ: 1 ---- !u!169 &1467162789 -AudioLowPassFilter: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1467162774} - m_Enabled: 1 - serializedVersion: 3 - m_LowpassResonanceQ: 1 - lowpassLevelCustomCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 ---- !u!1001 &1469258806 -PrefabInstance: - m_ObjectHideFlags: 0 - serializedVersion: 2 - m_Modification: - serializedVersion: 3 - m_TransformParent: {fileID: 1557570896} - m_Modifications: - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: Feedbacks.Array.size - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[0]' - value: - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[1]' - value: - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Pivot.x - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Pivot.y - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_RootOrder - value: 40 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMax.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMax.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMin.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMin.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_SizeDelta.x - value: 256.1 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_SizeDelta.y - value: 30 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalPosition.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.w - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.x - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.y - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.z - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchoredPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchoredPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalEulerAnglesHint.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalEulerAnglesHint.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalEulerAnglesHint.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604939, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_OnClick.m_PersistentCalls.m_Calls.Array.data[0].m_Target - value: - objectReference: {fileID: 232922632} - - target: {fileID: 2903879014986604939, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_OnClick.m_PersistentCalls.m_Calls.Array.data[0].m_MethodName - value: PlayFeedbacks - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604939, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_OnClick.m_PersistentCalls.m_Calls.Array.data[0].m_Arguments.m_ObjectArgumentAssemblyTypeName - value: UnityEngine.Object, UnityEngine - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604941, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Name - value: Button - Global Volume Blend - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Text - value: Global Volume Blend - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Color.b - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Color.g - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Color.r - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.size - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[0]' - value: MoreMountains.Feedbacks.PostProcessing MoreMountains.FeedbacksForThirdParty.MMF_GlobalPPVolumeAutoBlend - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[1]' - value: MoreMountains.Feedbacks MoreMountains.Feedbacks.MMF_AudioSource - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Mode - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Mode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Label - value: Global PP Volume Auto Blend - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Label - value: AudioSource - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].UniqueID - value: -619435265 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].MaxPitch - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].MinPitch - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].UniqueID - value: -1712714392 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].MaxVolume - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].MinVolume - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].BlendAction - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].FinalWeight - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].BlendDuration - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].InitialWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].TargetAutoBlend - value: - objectReference: {fileID: 185880664} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].TargetAudioSource - value: - objectReference: {fileID: 478010195} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].SfxAudioMixerGroup - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].RandomSfx.Array.size - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].BlendCurve.m_PreInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ResetToInitialValueOnEnd - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].BlendCurve.m_PostInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].BlendCurve.m_RotationOrder - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].BlendCurve.m_Curve.Array.size - value: 3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].BlendCurve.m_Curve.Array.data[0].time - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].BlendCurve.m_Curve.Array.data[1].time - value: 0.19743615 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].BlendCurve.m_Curve.Array.data[2].time - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].BlendCurve.m_Curve.Array.data[0].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].BlendCurve.m_Curve.Array.data[1].value - value: 1.0006299 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].BlendCurve.m_Curve.Array.data[2].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].BlendCurve.m_Curve.Array.data[0].inSlope - value: 10.730351 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].BlendCurve.m_Curve.Array.data[1].inSlope - value: 1.4653659 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].BlendCurve.m_Curve.Array.data[2].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].BlendCurve.m_Curve.Array.data[0].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].BlendCurve.m_Curve.Array.data[0].outSlope - value: 10.730351 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].BlendCurve.m_Curve.Array.data[1].inWeight - value: 0.33333334 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].BlendCurve.m_Curve.Array.data[1].outSlope - value: 1.4653659 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].BlendCurve.m_Curve.Array.data[2].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].BlendCurve.m_Curve.Array.data[2].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].BlendCurve.m_Curve.Array.data[0].outWeight - value: 0.07758096 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].BlendCurve.m_Curve.Array.data[1].outWeight - value: 0.33333334 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].BlendCurve.m_Curve.Array.data[2].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].BlendCurve.m_Curve.Array.data[0].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].BlendCurve.m_Curve.Array.data[1].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].BlendCurve.m_Curve.Array.data[2].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].BlendCurve.m_Curve.Array.data[0].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].BlendCurve.m_Curve.Array.data[1].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].BlendCurve.m_Curve.Array.data[2].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 9167406172343059487, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_IsActive - value: 0 - objectReference: {fileID: 0} - m_RemovedComponents: - - {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, type: 3} - m_RemovedGameObjects: [] - m_AddedGameObjects: [] - m_AddedComponents: [] - m_SourcePrefab: {fileID: 100100000, guid: a16c33a1240b8ce4f930161a7c85fae6, type: 3} ---- !u!1 &1469520640 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 1469520641} - - component: {fileID: 1469520645} - - component: {fileID: 1469520644} - - component: {fileID: 1469520643} - - component: {fileID: 1469520642} - m_Layer: 5 - m_Name: MMFlash - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!224 &1469520641 -RectTransform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1469520640} - m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: 0} - m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 - m_Children: [] - m_Father: {fileID: 1785320358} - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} - m_AnchorMin: {x: 0, y: 0} - m_AnchorMax: {x: 1, y: 1} - m_AnchoredPosition: {x: 0, y: 0} - m_SizeDelta: {x: 0, y: 0} - m_Pivot: {x: 0.5, y: 0.5} ---- !u!225 &1469520642 -CanvasGroup: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1469520640} - m_Enabled: 1 - m_Alpha: 0 - m_Interactable: 0 - m_BlocksRaycasts: 0 - m_IgnoreParentGroups: 0 ---- !u!114 &1469520643 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1469520640} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 5463d50a0cd9b2449a50f538278303d2, type: 3} - m_Name: - m_EditorClassIdentifier: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - FlashID: 0 - Interruptable: 0 - FlashInTween: - MMTweenDefinitionType: 0 - MMTweenCurve: 0 - Curve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - Initialized: 0 - ConditionPropertyName: - EnumConditionPropertyName: - EnumConditions: 0000000000000000000000000000000000000000000000000000000000000000 - FlashOutTween: - MMTweenDefinitionType: 0 - MMTweenCurve: 0 - Curve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - Initialized: 0 - ConditionPropertyName: - EnumConditionPropertyName: - EnumConditions: 0000000000000000000000000000000000000000000000000000000000000000 - DebugSettings: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - FlashColor: {r: 1, g: 1, b: 1, a: 1} - FlashDuration: 0.2 - FlashAlpha: 1 - FlashID: 0 - DebugTestButton: 0 ---- !u!114 &1469520644 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1469520640} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} - m_Name: - m_EditorClassIdentifier: - m_Material: {fileID: 0} - m_Color: {r: 1, g: 1, b: 1, a: 1} - m_RaycastTarget: 0 - m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0} - m_Maskable: 1 - m_OnCullStateChanged: - m_PersistentCalls: - m_Calls: [] - m_Sprite: {fileID: 0} - m_Type: 0 - m_PreserveAspect: 0 - m_FillCenter: 1 - m_FillMethod: 4 - m_FillAmount: 1 - m_FillClockwise: 1 - m_FillOrigin: 0 - m_UseSpriteMesh: 0 - m_PixelsPerUnitMultiplier: 1 ---- !u!222 &1469520645 -CanvasRenderer: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1469520640} - m_CullTransparentMesh: 0 ---- !u!1 &1474560675 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 1474560677} - - component: {fileID: 1474560685} - - component: {fileID: 1474560680} - - component: {fileID: 1474560679} - - component: {fileID: 1474560678} - - component: {fileID: 1474560684} - - component: {fileID: 1474560683} - - component: {fileID: 1474560682} - - component: {fileID: 1474560686} - m_Layer: 0 - m_Name: CM vcam1 - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &1474560677 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1474560675} - serializedVersion: 2 - m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: -0.09099999, y: -1.625, z: 3.922} - m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 - m_Children: [] - m_Father: {fileID: 63926507} - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!114 &1474560678 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1474560675} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 51662a222e352d74a8ad12e5843f7501, type: 3} - m_Name: - m_EditorClassIdentifier: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Interruptable: 0 - ZoomTween: - MMTweenDefinitionType: 1 - MMTweenCurve: 4 - Curve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - Initialized: 0 - ConditionPropertyName: - EnumConditionPropertyName: - EnumConditions: 0000000000000000000000000000000000000000000000000000000000000000 - TestMode: 0 - TestFieldOfView: 30 - TestTransitionDuration: 0.1 - TestDuration: 0.05 - TestZoomButton: 0 ---- !u!114 &1474560679 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1474560675} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 9d66462bf720d28469c8db4b2e52720c, type: 3} - m_Name: - m_EditorClassIdentifier: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - DefaultShakeAmplitude: 0.5 - DefaultShakeFrequency: 10 - IdleAmplitude: 0.4 - IdleFrequency: 0.3 - LerpSpeed: 100 - TestDuration: 0.3 - TestAmplitude: 2 - TestFrequency: 20 - TestShakeButton: 0 ---- !u!114 &1474560680 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1474560675} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 00b2d199b96b516448144ab30fb26aed, type: 3} - m_Name: - m_EditorClassIdentifier: - ApplyAfter: 1 - ChannelMask: 1 - Gain: 1 - Use2DDistance: 0 - UseCameraSpace: 0 - ReactionSettings: - m_SecondaryNoise: {fileID: 0} - AmplitudeGain: 0 - FrequencyGain: 0 - Duration: 0 - m_NoiseOffsets: {x: 0, y: 0, z: 0} ---- !u!114 &1474560682 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1474560675} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: d68394ff0deaba948873307b5fe5a801, type: 3} - m_Name: - m_EditorClassIdentifier: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - ShakeDuration: 0.5 - PlayOnAwake: 0 - PermanentShake: 0 - Interruptible: 1 - AlwaysResetTargetValuesAfterShake: 0 - OnlyUseShakerValues: 0 - CooldownBetweenShakes: 0 - Shaking: 0 - ForwardDirection: 1 - TimescaleMode: 0 - RelativeFieldOfView: 0 - ShakeFieldOfView: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.5 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapFieldOfViewZero: 60 - RemapFieldOfViewOne: 120 ---- !u!114 &1474560683 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1474560675} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 9ff80f834f6ca564da816a2f08bc75f0, type: 3} - m_Name: - m_EditorClassIdentifier: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - ShakeDuration: 0.5 - PlayOnAwake: 0 - PermanentShake: 0 - Interruptible: 1 - AlwaysResetTargetValuesAfterShake: 0 - OnlyUseShakerValues: 0 - CooldownBetweenShakes: 0 - Shaking: 0 - ForwardDirection: 1 - TimescaleMode: 0 - RelativeClippingPlanes: 0 - ShakeNear: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.5 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapNearZero: 0.3 - RemapNearOne: 100 - ShakeFar: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.5 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapFarZero: 1000 - RemapFarOne: 1000 ---- !u!114 &1474560684 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1474560675} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: f8650a79a9f5e38449718559d1d6a2f5, type: 3} - m_Name: - m_EditorClassIdentifier: - TimescaleMode: 0 - ChannelMode: 0 - Channel: 1 - MMChannelDefinition: {fileID: 0} ---- !u!114 &1474560685 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1474560675} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: f9dfa5b682dcd46bda6128250e975f58, type: 3} - m_Name: - m_EditorClassIdentifier: - Priority: - Enabled: 1 - m_Value: 10 - OutputChannel: 1 - StandbyUpdate: 2 - m_StreamingVersion: 20241001 - m_LegacyPriority: 0 - Target: - TrackingTarget: {fileID: 0} - LookAtTarget: {fileID: 0} - CustomLookAtTarget: 0 - Lens: - FieldOfView: 40 - OrthographicSize: 10 - NearClipPlane: 0.1 - FarClipPlane: 5000 - Dutch: 0 - ModeOverride: 0 - PhysicalProperties: - GateFit: 2 - SensorSize: {x: 21.946, y: 16.002} - LensShift: {x: 0, y: 0} - FocusDistance: 10 - Iso: 200 - ShutterSpeed: 0.005 - Aperture: 16 - BladeCount: 5 - Curvature: {x: 2, y: 11} - BarrelClipping: 0.25 - Anamorphism: 0 - BlendHint: 0 ---- !u!114 &1474560686 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1474560675} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 68bb026fafb42b14791938953eaace77, type: 3} - m_Name: - m_EditorClassIdentifier: - NoiseProfile: {fileID: 11400000, guid: bcf6524ce6451f34cb7106d0c00da9a5, type: 2} - PivotOffset: {x: 0, y: 0, z: 0} - AmplitudeGain: 1 - FrequencyGain: 0 - m_NoiseOffsets: {x: 0, y: 0, z: 0} ---- !u!1 &1475563627 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 1475563628} - - component: {fileID: 1475563629} - m_Layer: 0 - m_Name: Combo1 - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &1475563628 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1475563627} - serializedVersion: 2 - m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: 0} - m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 - m_Children: [] - m_Father: {fileID: 743745512} - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!114 &1475563629 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1475563627} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 6da43522623d4704e979466dc7650b65, type: 3} - m_Name: - m_EditorClassIdentifier: - Feedbacks: [] - InitializationMode: 2 - AutoInitialization: 1 - SafeMode: 3 - Direction: 0 - AutoChangeDirectionOnEnd: 0 - AutoPlayOnStart: 0 - AutoPlayOnEnable: 0 - ForceTimescaleMode: 0 - ForcedTimescaleMode: 1 - DurationMultiplier: 1 - TimescaleMultiplier: 1 - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 1.5} - DisplayFullDurationDetails: 0 - PlayerTimescaleMode: 1 - OnlyPlayIfWithinRange: 0 - RangeCenter: {fileID: 0} - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - IgnoreRangeEvents: 0 - CooldownDuration: 0 - InitialDelay: 0 - CanPlay: 1 - CanPlayWhileAlreadyPlaying: 1 - ChanceToPlay: 100 - FeedbacksIntensity: 1 - Events: - TriggerMMFeedbacksEvents: 0 - TriggerUnityEvents: 1 - OnPlay: - m_PersistentCalls: - m_Calls: [] - OnPause: - m_PersistentCalls: - m_Calls: [] - OnStop: - m_PersistentCalls: - m_Calls: [] - OnResume: - m_PersistentCalls: - m_Calls: [] - OnChangeDirection: - m_PersistentCalls: - m_Calls: [] - OnComplete: - m_PersistentCalls: - m_Calls: [] - OnRestoreInitialValues: - m_PersistentCalls: - m_Calls: [] - OnSkipToTheEnd: - m_PersistentCalls: - m_Calls: [] - OnInitializationComplete: - m_PersistentCalls: - m_Calls: [] - OnEnable: - m_PersistentCalls: - m_Calls: [] - OnDisable: - m_PersistentCalls: - m_Calls: [] - DebugActive: 0 - InScriptDrivenPause: 0 - FeedbacksList: - - rid: 0 - - rid: 1 - - rid: 2 - - rid: 3 - - rid: 4 - - rid: 5 - - rid: 6 - - rid: 7 - KeepPlayModeChanges: 0 - PerformanceMode: 0 - RestoreInitialValuesOnDisable: 0 - StopFeedbacksOnDisable: 0 - PlayCount: 0 - references: - version: 2 - RefIds: - - rid: 0 - type: {class: MMF_AudioSource, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: -1737012739 - Label: AudioSource - OriginalLabel: AudioSource - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 1475563629} - DebugActive: 0 - TargetAudioSource: {fileID: 478010195} - Mode: 0 - RandomSfx: [] - MinVolume: 1 - MaxVolume: 1 - MinPitch: 1 - MaxPitch: 1 - SfxAudioMixerGroup: {fileID: 0} - - rid: 1 - type: {class: MMF_Animation, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: 1743579502 - Label: Animation - OriginalLabel: Animation Parameter - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 1475563629} - DebugActive: 0 - BoundAnimator: {fileID: 2066439668} - ExtraBoundAnimators: [] - DeclaredDuration: 0 - UpdateTrigger: 1 - TriggerMode: 0 - TriggerParameterName: Jump - UpdateRandomTrigger: 0 - RandomTriggerMode: 0 - RandomTriggerParameterNames: [] - UpdateBool: 0 - BoolParameterName: - BoolParameterValue: 1 - UpdateRandomBool: 0 - RandomBoolParameterValue: 1 - RandomBoolParameterNames: [] - IntValueMode: 0 - IntParameterName: - IntValue: 0 - IntValueMin: 0 - IntValueMax: 5 - IntIncrement: 1 - FloatValueMode: 0 - FloatParameterName: - FloatValue: 0 - FloatValueMin: 0 - FloatValueMax: 5 - FloatIncrement: 1 - SetLayerWeight: 0 - TargetLayerIndex: 1 - LayerName: - NewWeight: 0.5 - - rid: 2 - type: {class: MMF_Flicker, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: 1996427168 - Label: Flicker - OriginalLabel: Flicker - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0.1 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 1475563629} - DebugActive: 0 - BoundRenderer: {fileID: 1299312031} - ExtraBoundRenderers: [] - Mode: 1 - PropertyName: _Tint - FlickerDuration: 0.15 - FlickerPeriod: 0.04 - FlickerColor: {r: 1, g: 0.4575472, b: 0.73321223, a: 1} - MaterialIndexes: - UseMaterialPropertyBlocks: 1 - SpriteRendererTextureProperty: _MainTex - - rid: 3 - type: {class: MMF_Sound, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: 1738639444 - Label: Sound - OriginalLabel: Sound - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: Automatic Shaker Setup - Owner: {fileID: 1475563629} - DebugActive: 0 - Sfx: {fileID: 8300000, guid: e59a805842af2a24982e38cd27e3ea69, type: 3} - RandomSfx: [] - TestPlayButton: - ButtonText: Debug Play Sound - TestStopButton: - ButtonText: Debug Stop Sound - PlayMethod: 2 - PoolSize: 10 - UseLegacyEventsMode: 0 - StopSoundOnFeedbackStop: 1 - MinVolume: 1 - MaxVolume: 1 - MinPitch: 1 - MaxPitch: 1 - SfxAudioMixerGroup: {fileID: 0} - Priority: 128 - PanStereo: 0 - SpatialBlend: 0 - DopplerLevel: 1 - Spread: 0 - RolloffMode: 0 - MinDistance: 1 - MaxDistance: 500 - UseCustomRolloffCurve: 0 - CustomRolloffCurve: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - UseSpatialBlendCurve: 0 - SpatialBlendCurve: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - UseReverbZoneMixCurve: 0 - ReverbZoneMixCurve: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - UseSpreadCurve: 0 - SpreadCurve: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - - rid: 4 - type: {class: MMF_Particles, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: -1093403878 - Label: Particles - OriginalLabel: Particles Play - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0.8 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 1475563629} - DebugActive: 0 - Mode: 0 - EmitCount: 100 - BoundParticleSystem: {fileID: 814007015} - RandomParticleSystems: [] - MoveToPosition: 0 - ActivateOnPlay: 0 - StopSystemOnInit: 0 - StopSystemOnReset: 1 - StopSystemOnStopFeedback: 1 - DeclaredDuration: 0 - ForceSimulationSpeed: 0 - ForcedSimulationSpeed: {x: 0.1, y: 1} - - rid: 5 - type: {class: MMF_Sound, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: 1734618059 - Label: Sound - OriginalLabel: Sound - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0.75 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: Automatic Shaker Setup - Owner: {fileID: 1475563629} - DebugActive: 0 - Sfx: {fileID: 8300000, guid: ed067cd4ccfcda447b0bf119397fc305, type: 3} - RandomSfx: [] - TestPlayButton: - ButtonText: Debug Play Sound - TestStopButton: - ButtonText: Debug Stop Sound - PlayMethod: 1 - PoolSize: 10 - UseLegacyEventsMode: 0 - StopSoundOnFeedbackStop: 1 - MinVolume: 1 - MaxVolume: 1 - MinPitch: 1 - MaxPitch: 1 - SfxAudioMixerGroup: {fileID: 0} - Priority: 128 - PanStereo: 0 - SpatialBlend: 0 - DopplerLevel: 1 - Spread: 0 - RolloffMode: 0 - MinDistance: 1 - MaxDistance: 500 - UseCustomRolloffCurve: 0 - CustomRolloffCurve: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - UseSpatialBlendCurve: 0 - SpatialBlendCurve: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - UseReverbZoneMixCurve: 0 - ReverbZoneMixCurve: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - UseSpreadCurve: 0 - SpreadCurve: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - - rid: 6 - type: {class: MMF_LensDistortion, ns: MoreMountains.FeedbacksForThirdParty, - asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: 1719474108 - Label: Lens Distortion - OriginalLabel: Lens Distortion - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0.75 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: Automatic Shaker Setup - Owner: {fileID: 1475563629} - DebugActive: 0 - Duration: 0.75 - ResetShakerValuesAfterShake: 1 - ResetTargetValuesAfterShake: 1 - RelativeIntensity: 0 - Intensity: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.2 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.25 - value: -1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.35 - value: 0.7 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.4 - value: -0.7 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.6 - value: 0.3 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.65 - value: -0.3 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.8 - value: 0.1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.85 - value: -0.1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapIntensityZero: 0 - RemapIntensityOne: 60 - - rid: 7 - type: {class: MMF_ChromaticAberration, ns: MoreMountains.FeedbacksForThirdParty, - asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: -616128315 - Label: Chromatic Aberration - OriginalLabel: Chromatic Aberration - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: Automatic Shaker Setup - Owner: {fileID: 1475563629} - DebugActive: 0 - Duration: 0.2 - ResetShakerValuesAfterShake: 1 - ResetTargetValuesAfterShake: 1 - RemapIntensityZero: 0 - RemapIntensityOne: 1 - Intensity: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.5 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - Amplitude: 1 - RelativeIntensity: 0 ---- !u!1 &1476599837 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 1476599838} - - component: {fileID: 1476599839} - m_Layer: 0 - m_Name: Fader - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &1476599838 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1476599837} - serializedVersion: 2 - m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: 0.023957789, y: 4.7921257, z: 1.0697918} - m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 - m_Children: [] - m_Father: {fileID: 438603709} - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!114 &1476599839 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1476599837} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 6da43522623d4704e979466dc7650b65, type: 3} - m_Name: - m_EditorClassIdentifier: - Feedbacks: [] - InitializationMode: 2 - AutoInitialization: 1 - SafeMode: 3 - Direction: 0 - AutoChangeDirectionOnEnd: 0 - AutoPlayOnStart: 0 - AutoPlayOnEnable: 0 - ForceTimescaleMode: 0 - ForcedTimescaleMode: 1 - DurationMultiplier: 1 - TimescaleMultiplier: 1 - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 1.5} - DisplayFullDurationDetails: 0 - PlayerTimescaleMode: 1 - OnlyPlayIfWithinRange: 0 - RangeCenter: {fileID: 0} - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - IgnoreRangeEvents: 0 - CooldownDuration: 0 - InitialDelay: 0 - CanPlay: 1 - CanPlayWhileAlreadyPlaying: 1 - ChanceToPlay: 100 - FeedbacksIntensity: 1 - Events: - TriggerMMFeedbacksEvents: 0 - TriggerUnityEvents: 1 - OnPlay: - m_PersistentCalls: - m_Calls: [] - OnPause: - m_PersistentCalls: - m_Calls: [] - OnStop: - m_PersistentCalls: - m_Calls: [] - OnResume: - m_PersistentCalls: - m_Calls: [] - OnChangeDirection: - m_PersistentCalls: - m_Calls: [] - OnComplete: - m_PersistentCalls: - m_Calls: [] - OnRestoreInitialValues: - m_PersistentCalls: - m_Calls: [] - OnSkipToTheEnd: - m_PersistentCalls: - m_Calls: [] - OnInitializationComplete: - m_PersistentCalls: - m_Calls: [] - OnEnable: - m_PersistentCalls: - m_Calls: [] - OnDisable: - m_PersistentCalls: - m_Calls: [] - DebugActive: 0 - InScriptDrivenPause: 0 - FeedbacksList: - - rid: 0 - - rid: 1 - - rid: 2 - - rid: 3 - KeepPlayModeChanges: 0 - PerformanceMode: 0 - RestoreInitialValuesOnDisable: 0 - StopFeedbacksOnDisable: 0 - PlayCount: 0 - references: - version: 2 - RefIds: - - rid: 0 - type: {class: MMF_AudioSource, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: -603480616 - Label: AudioSource - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 1476599839} - DebugActive: 0 - TargetAudioSource: {fileID: 478010195} - Mode: 0 - RandomSfx: [] - MinVolume: 1 - MaxVolume: 1 - MinPitch: 1 - MaxPitch: 1 - SfxAudioMixerGroup: {fileID: 0} - - rid: 1 - type: {class: MMF_Fade, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: 607674040 - Label: Fade - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: Automatic Shaker Setup - Owner: {fileID: 1476599839} - DebugActive: 0 - FadeType: 0 - ID: 0 - Duration: 0.5 - Curve: - MMTweenDefinitionType: 0 - MMTweenCurve: 4 - Curve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - Initialized: 0 - ConditionPropertyName: - EnumConditionPropertyName: - EnumConditions: 0000000000000000000000000000000000000000000000000000000000000000 - IgnoreTimeScale: 1 - TargetAlpha: 0 - PositionMode: 0 - TargetTransform: {fileID: 0} - TargetPosition: {x: 0, y: 0, z: 0} - PositionOffset: {x: 0, y: 0, z: 0} - TargetFader: {fileID: 0} - - rid: 2 - type: {class: MMF_HoldingPause, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: 926726808 - Label: Holding Pause - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 1476599839} - DebugActive: 0 - PauseDuration: 0.2 - RandomizePauseDuration: 0 - MinPauseDuration: 1 - MaxPauseDuration: 3 - RandomizeOnEachPlay: 1 - ScriptDriven: 0 - AutoResume: 0 - AutoResumeAfter: 0.25 - - rid: 3 - type: {class: MMF_Fade, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: -95347020 - Label: Fade - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: Automatic Shaker Setup - Owner: {fileID: 1476599839} - DebugActive: 0 - FadeType: 1 - ID: 0 - Duration: 0.5 - Curve: - MMTweenDefinitionType: 0 - MMTweenCurve: 4 - Curve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - Initialized: 0 - ConditionPropertyName: - EnumConditionPropertyName: - EnumConditions: 0000000000000000000000000000000000000000000000000000000000000000 - IgnoreTimeScale: 1 - TargetAlpha: 0 - PositionMode: 0 - TargetTransform: {fileID: 0} - TargetPosition: {x: 0, y: 0, z: 0} - PositionOffset: {x: 0, y: 0, z: 0} - TargetFader: {fileID: 0} ---- !u!1001 &1476613115 -PrefabInstance: - m_ObjectHideFlags: 0 - serializedVersion: 2 - m_Modification: - serializedVersion: 3 - m_TransformParent: {fileID: 1557570896} - m_Modifications: - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: Feedbacks.Array.size - value: 8 - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[0]' - value: - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[1]' - value: - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[2]' - value: - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[3]' - value: - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[4]' - value: - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[5]' - value: - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[6]' - value: - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[7]' - value: - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Pivot.x - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Pivot.y - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_RootOrder - value: 121 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMax.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMax.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMin.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMin.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_SizeDelta.x - value: 256.1 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_SizeDelta.y - value: 30 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalPosition.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.w - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.x - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.y - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.z - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchoredPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchoredPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalEulerAnglesHint.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalEulerAnglesHint.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalEulerAnglesHint.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604939, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_OnClick.m_PersistentCalls.m_Calls.Array.data[0].m_Target - value: - objectReference: {fileID: 1751474931} - - target: {fileID: 2903879014986604939, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_OnClick.m_PersistentCalls.m_Calls.Array.data[0].m_MethodName - value: PlayFeedbacks - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604939, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_OnClick.m_PersistentCalls.m_Calls.Array.data[0].m_Arguments.m_ObjectArgumentAssemblyTypeName - value: UnityEngine.Object, UnityEngine - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604941, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Name - value: Button - Outline Color - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Text - value: TMP Outline Color - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Color.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Color.b - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Color.g - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Color.r - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 4258887795993319071, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: NotSupportedInWebGL - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.size - value: 8 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[0]' - value: MoreMountains.Feedbacks MoreMountains.Feedbacks.MMF_AudioSource - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[1]' - value: MoreMountains.Feedbacks MoreMountains.Feedbacks.MMF_SetActive - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[2]' - value: MoreMountains.Feedbacks.TextMeshPro MoreMountains.Feedbacks.MMF_TMPText - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[3]' - value: MoreMountains.Feedbacks MoreMountains.Feedbacks.MMF_Pause - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[4]' - value: MoreMountains.Feedbacks.TextMeshPro MoreMountains.Feedbacks.MMF_TMPOutlineWidth - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[5]' - value: MoreMountains.Feedbacks.TextMeshPro MoreMountains.Feedbacks.MMF_TMPOutlineColor - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[6]' - value: MoreMountains.Feedbacks MoreMountains.Feedbacks.MMF_HoldingPause - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[7]' - value: MoreMountains.Feedbacks MoreMountains.Feedbacks.MMF_SetActive - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Mode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Mode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Label - value: AudioSource - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Label - value: Set Active - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Label - value: TMP Text - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Label - value: Pause - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Label - value: TMP Outline Width - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Label - value: TMP Outline Color - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Label - value: Holding Pause - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].Label - value: Set Inactive - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].NewText - value: "The outline\non this text\nwill grow \nand change color." - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].MaxPitch - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].MinPitch - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].UniqueID - value: 251396009 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].UniqueID - value: 1986387705 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].UniqueID - value: -846042985 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].UniqueID - value: 1952567271 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Duration - value: 3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].RemapOne - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].UniqueID - value: 391706250 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Duration - value: 3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].UniqueID - value: 544146100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].UniqueID - value: 801014818 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].UniqueID - value: 1370404726 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].MaxVolume - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].MinVolume - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].RemapZero - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].StartsOff - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].ColorMode - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AutoResume - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].AutoResume - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].StateOnInit - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].StateOnPlay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].StateOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].StateOnInit - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].StateOnPlay - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].StateOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].StateOnReset - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].ScriptDriven - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].ScriptDriven - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].StateOnReset - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].TargetTMPText - value: - objectReference: {fileID: 1996559228} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].PauseDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].DisableOnStop - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].TargetTMPText - value: - objectReference: {fileID: 1996559228} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].TargetTMPText - value: - objectReference: {fileID: 1996559228} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].PauseDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].SetStateOnInit - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].SetStateOnPlay - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].SetStateOnStop - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].RelativeValues - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].SetStateOnInit - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].SetStateOnPlay - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].SetStateOnStop - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].SetStateOnReset - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AutoResumeAfter - value: 0.25 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].InstantFontSize - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].AutoResumeAfter - value: 0.25 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].SetStateOnReset - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].TargetGameObject - value: - objectReference: {fileID: 930333314} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].MaxPauseDuration - value: 3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].MinPauseDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].MaxPauseDuration - value: 3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].MinPauseDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].TargetGameObject - value: - objectReference: {fileID: 930333314} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].TargetAudioSource - value: - objectReference: {fileID: 478010195} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].InstantColor.rgba - value: 4278512639 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].SfxAudioMixerGroup - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AllowAdditivePlays - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].AllowAdditivePlays - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].RandomizeOnEachPlay - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].RandomizeOnEachPlay - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].RandomSfx.Array.size - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].ColorGradient.atime0 - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].ColorGradient.atime1 - value: 65535 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].ColorGradient.atime2 - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].ColorGradient.atime3 - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].ColorGradient.atime4 - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].ColorGradient.atime5 - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].ColorGradient.atime6 - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].ColorGradient.atime7 - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].ColorGradient.ctime0 - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].ColorGradient.ctime1 - value: 10601 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].ColorGradient.ctime2 - value: 29491 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].ColorGradient.ctime3 - value: 44911 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].ColorGradient.ctime4 - value: 65535 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].ColorGradient.ctime5 - value: 65535 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].ColorGradient.ctime6 - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].ColorGradient.ctime7 - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].ColorGradient.key0.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].ColorGradient.key0.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].ColorGradient.key0.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].ColorGradient.key0.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].ColorGradient.key1.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].ColorGradient.key1.b - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].ColorGradient.key1.g - value: 0.82186466 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].ColorGradient.key1.r - value: 0.495283 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].ColorGradient.key2.a - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].ColorGradient.key2.b - value: 0.28773582 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].ColorGradient.key2.g - value: 0.53721607 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].ColorGradient.key2.r - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].ColorGradient.key3.a - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].ColorGradient.key3.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].ColorGradient.key3.g - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].ColorGradient.key3.r - value: 0.5477067 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].ColorGradient.key4.a - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].ColorGradient.key4.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].ColorGradient.key4.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].ColorGradient.key4.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].ColorGradient.key5.a - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].ColorGradient.key5.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].ColorGradient.key5.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].ColorGradient.key5.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].ColorGradient.key6.a - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].ColorGradient.key6.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].ColorGradient.key6.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].ColorGradient.key6.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].ColorGradient.key7.a - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].ColorGradient.key7.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].ColorGradient.key7.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].ColorGradient.key7.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].ColorGradient.m_Mode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].DestinationColor.rgba - value: 4278512639 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].RandomizePauseDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].RandomizePauseDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].ColorCurve.m_PreInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].ColorCurve.m_PostInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].ColorCurve.m_RotationOrder - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].ColorGradient.m_NumAlphaKeys - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].ColorGradient.m_NumColorKeys - value: 5 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].ColorCurve.m_Curve.Array.size - value: 3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].OutlineWidthCurve.MMTweenCurve - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].OutlineWidthCurve.Curve.m_PreInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].ColorCurve.m_Curve.Array.data[0].time - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].ColorCurve.m_Curve.Array.data[1].time - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].ColorCurve.m_Curve.Array.data[2].time - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].OutlineWidthCurve.Curve.m_PostInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].ColorCurve.m_Curve.Array.data[0].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].ColorCurve.m_Curve.Array.data[1].value - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].ColorCurve.m_Curve.Array.data[2].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].OutlineWidthCurve.Curve.m_RotationOrder - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].OutlineWidthCurve.MMTweenDefinitionType - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].ColorCurve.m_Curve.Array.data[0].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].ColorCurve.m_Curve.Array.data[1].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].ColorCurve.m_Curve.Array.data[2].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].ColorCurve.m_Curve.Array.data[0].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].ColorCurve.m_Curve.Array.data[0].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].ColorCurve.m_Curve.Array.data[1].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].ColorCurve.m_Curve.Array.data[1].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].ColorCurve.m_Curve.Array.data[2].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].ColorCurve.m_Curve.Array.data[2].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].OutlineWidthCurve.Curve.m_Curve.Array.size - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].ColorCurve.m_Curve.Array.data[0].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].ColorCurve.m_Curve.Array.data[1].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].ColorCurve.m_Curve.Array.data[2].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].ColorCurve.m_Curve.Array.data[0].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].ColorCurve.m_Curve.Array.data[1].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].ColorCurve.m_Curve.Array.data[2].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].ColorCurve.m_Curve.Array.data[0].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].ColorCurve.m_Curve.Array.data[1].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].ColorCurve.m_Curve.Array.data[2].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].OutlineWidthCurve.Curve.m_Curve.Array.data[0].time - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].OutlineWidthCurve.Curve.m_Curve.Array.data[1].time - value: 0.2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].OutlineWidthCurve.Curve.m_Curve.Array.data[2].time - value: 0.8 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].OutlineWidthCurve.Curve.m_Curve.Array.data[3].time - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].OutlineWidthCurve.Curve.m_Curve.Array.data[0].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].OutlineWidthCurve.Curve.m_Curve.Array.data[1].value - value: 0.99716187 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].OutlineWidthCurve.Curve.m_Curve.Array.data[2].value - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].OutlineWidthCurve.Curve.m_Curve.Array.data[3].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].OutlineWidthCurve.Curve.m_Curve.Array.data[0].inSlope - value: 2.5704246 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].OutlineWidthCurve.Curve.m_Curve.Array.data[1].inSlope - value: 0.1608262 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].OutlineWidthCurve.Curve.m_Curve.Array.data[2].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].OutlineWidthCurve.Curve.m_Curve.Array.data[3].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].OutlineWidthCurve.Curve.m_Curve.Array.data[0].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].OutlineWidthCurve.Curve.m_Curve.Array.data[0].outSlope - value: 2.5704246 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].OutlineWidthCurve.Curve.m_Curve.Array.data[1].inWeight - value: 0.33333334 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].OutlineWidthCurve.Curve.m_Curve.Array.data[1].outSlope - value: 0.1608262 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].OutlineWidthCurve.Curve.m_Curve.Array.data[2].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].OutlineWidthCurve.Curve.m_Curve.Array.data[2].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].OutlineWidthCurve.Curve.m_Curve.Array.data[3].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].OutlineWidthCurve.Curve.m_Curve.Array.data[3].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].OutlineWidthCurve.Curve.m_Curve.Array.data[0].outWeight - value: 0.09735202 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].OutlineWidthCurve.Curve.m_Curve.Array.data[1].outWeight - value: 0.10280373 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].OutlineWidthCurve.Curve.m_Curve.Array.data[2].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].OutlineWidthCurve.Curve.m_Curve.Array.data[3].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].OutlineWidthCurve.Curve.m_Curve.Array.data[0].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].OutlineWidthCurve.Curve.m_Curve.Array.data[1].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].OutlineWidthCurve.Curve.m_Curve.Array.data[2].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].OutlineWidthCurve.Curve.m_Curve.Array.data[3].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].OutlineWidthCurve.Curve.m_Curve.Array.data[0].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].OutlineWidthCurve.Curve.m_Curve.Array.data[1].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].OutlineWidthCurve.Curve.m_Curve.Array.data[2].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].OutlineWidthCurve.Curve.m_Curve.Array.data[3].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 9167406172343059487, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_IsActive - value: 0 - objectReference: {fileID: 0} - m_RemovedComponents: - - {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, type: 3} - m_RemovedGameObjects: [] - m_AddedGameObjects: [] - m_AddedComponents: [] - m_SourcePrefab: {fileID: 100100000, guid: a16c33a1240b8ce4f930161a7c85fae6, type: 3} ---- !u!1 &1486432917 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 1486432918} - - component: {fileID: 1486432920} - - component: {fileID: 1486432919} - m_Layer: 5 - m_Name: CorgiIcon - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!224 &1486432918 -RectTransform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1486432917} - m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: 0} - m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 - m_Children: [] - m_Father: {fileID: 1328195342} - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} - m_AnchorMin: {x: 0.5, y: 0.5} - m_AnchorMax: {x: 0.5, y: 0.5} - m_AnchoredPosition: {x: 0, y: -150} - m_SizeDelta: {x: 100, y: 100} - m_Pivot: {x: 0.5, y: 0.5} ---- !u!114 &1486432919 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1486432917} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} - m_Name: - m_EditorClassIdentifier: - m_Material: {fileID: 0} - m_Color: {r: 1, g: 1, b: 1, a: 1} - m_RaycastTarget: 0 - m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0} - m_Maskable: 1 - m_OnCullStateChanged: - m_PersistentCalls: - m_Calls: [] - m_Sprite: {fileID: 21300000, guid: bdd6c77f3b6358b4797992581e75bd64, type: 3} - m_Type: 0 - m_PreserveAspect: 0 - m_FillCenter: 1 - m_FillMethod: 4 - m_FillAmount: 1 - m_FillClockwise: 1 - m_FillOrigin: 0 - m_UseSpriteMesh: 0 - m_PixelsPerUnitMultiplier: 1 ---- !u!222 &1486432920 -CanvasRenderer: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1486432917} - m_CullTransparentMesh: 0 ---- !u!224 &1488419244 stripped -RectTransform: - m_CorrespondingSourceObject: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - m_PrefabInstance: {fileID: 831581403} - m_PrefabAsset: {fileID: 0} ---- !u!224 &1495534302 stripped -RectTransform: - m_CorrespondingSourceObject: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - m_PrefabInstance: {fileID: 1623768438} - m_PrefabAsset: {fileID: 0} ---- !u!1001 &1495571615 -PrefabInstance: - m_ObjectHideFlags: 0 - serializedVersion: 2 - m_Modification: - serializedVersion: 3 - m_TransformParent: {fileID: 1557570896} - m_Modifications: - - target: {fileID: 4994452109645884045, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_Name - value: Spacer - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_Pivot.x - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_Pivot.y - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_RootOrder - value: 16 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_AnchorMax.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_AnchorMax.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_AnchorMin.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_AnchorMin.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_SizeDelta.x - value: 236.1 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_SizeDelta.y - value: 30 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_LocalPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_LocalPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_LocalPosition.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_LocalRotation.w - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_LocalRotation.x - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_LocalRotation.y - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_LocalRotation.z - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_AnchoredPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_AnchoredPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_LocalEulerAnglesHint.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_LocalEulerAnglesHint.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_LocalEulerAnglesHint.z - value: 0 - objectReference: {fileID: 0} - m_RemovedComponents: [] - m_RemovedGameObjects: [] - m_AddedGameObjects: [] - m_AddedComponents: [] - m_SourcePrefab: {fileID: 100100000, guid: b4ba93cf48b1c6b468135361158be27d, type: 3} ---- !u!1 &1497539849 stripped -GameObject: - m_CorrespondingSourceObject: {fileID: 4610476634640326944, guid: 9c99ec9330979f94aa6e33f0bec7752f, - type: 3} - m_PrefabInstance: {fileID: 4610476633981912105} - m_PrefabAsset: {fileID: 0} ---- !u!114 &1497539850 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1497539849} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: f0a82a086afdc494db67a8b50f091d1e, type: 3} - m_Name: - m_EditorClassIdentifier: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - ShakeDuration: 0.5 - PlayOnAwake: 0 - PermanentShake: 0 - Interruptible: 1 - AlwaysResetTargetValuesAfterShake: 0 - OnlyUseShakerValues: 0 - CooldownBetweenShakes: 0 - Shaking: 0 - ForwardDirection: 1 - TimescaleMode: 0 - Mode: 0 - TargetTransform: {fileID: 0} - TargetRectTransform: {fileID: 0} - ShakeSpeed: 20 - ShakeRange: 0.5 - OscillationOffset: 0 - ShakeMainDirection: {x: 0, y: 1, z: 0} - RandomizeDirection: 0 - ShakeAltDirection: {x: 0, y: 1, z: 0} - RandomizeDirectionOnPlay: 0 - RandomizeDirectionX: 1 - RandomizeDirectionY: 1 - RandomizeDirectionZ: 1 - AddDirectionalNoise: 1 - DirectionalNoiseStrengthMin: {x: 0.25, y: 0.25, z: 0.25} - DirectionalNoiseStrengthMax: {x: 0.25, y: 0.25, z: 0.25} - RandomnessSeed: {x: 0, y: 0, z: 0} - RandomizeSeedOnShake: 1 - UseAttenuation: 1 - AttenuationCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.5 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - StartShakingButton: 0 ---- !u!4 &1497539852 stripped -Transform: - m_CorrespondingSourceObject: {fileID: 4610476634640326949, guid: 9c99ec9330979f94aa6e33f0bec7752f, - type: 3} - m_PrefabInstance: {fileID: 4610476633981912105} - m_PrefabAsset: {fileID: 0} ---- !u!224 &1502479124 stripped -RectTransform: - m_CorrespondingSourceObject: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - m_PrefabInstance: {fileID: 1178339793} - m_PrefabAsset: {fileID: 0} ---- !u!1001 &1505028801 -PrefabInstance: - m_ObjectHideFlags: 0 - serializedVersion: 2 - m_Modification: - serializedVersion: 3 - m_TransformParent: {fileID: 1557570896} - m_Modifications: - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: Feedbacks.Array.size - value: 8 - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[0]' - value: - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[1]' - value: - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[2]' - value: - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[3]' - value: - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[4]' - value: - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[5]' - value: - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[6]' - value: - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[7]' - value: - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Pivot.x - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Pivot.y - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_RootOrder - value: 88 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMax.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMax.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMin.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMin.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_SizeDelta.x - value: 256.1 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_SizeDelta.y - value: 30 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalPosition.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.w - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.x - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.y - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.z - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchoredPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchoredPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalEulerAnglesHint.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalEulerAnglesHint.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalEulerAnglesHint.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604939, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_OnClick.m_PersistentCalls.m_Calls.Array.data[0].m_Target - value: - objectReference: {fileID: 367134923} - - target: {fileID: 2903879014986604939, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_OnClick.m_PersistentCalls.m_Calls.Array.data[0].m_MethodName - value: PlayFeedbacks - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604939, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_OnClick.m_PersistentCalls.m_Calls.Array.data[0].m_Arguments.m_ObjectArgumentAssemblyTypeName - value: UnityEngine.Object, UnityEngine - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604941, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Name - value: Button - Pause - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Text - value: Pause - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Color.b - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Color.g - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Color.r - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.size - value: 8 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[0]' - value: MoreMountains.Feedbacks MoreMountains.Feedbacks.MMF_AudioSource - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[1]' - value: MoreMountains.Feedbacks MoreMountains.Feedbacks.MMF_Scale - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[2]' - value: MoreMountains.Feedbacks MoreMountains.Feedbacks.MMF_Position - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[3]' - value: MoreMountains.Feedbacks MoreMountains.Feedbacks.MMF_Scale - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[4]' - value: MoreMountains.Feedbacks.MMTools MoreMountains.Feedbacks.MMF_ShaderController - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[5]' - value: MoreMountains.Feedbacks MoreMountains.Feedbacks.MMF_Pause - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[6]' - value: MoreMountains.Feedbacks.MMTools MoreMountains.Feedbacks.MMF_Sound - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[7]' - value: MoreMountains.Feedbacks MoreMountains.Feedbacks.MMF_Scale - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Sfx - value: - objectReference: {fileID: 8300000, guid: 4472d2e695631bd4598e0aac24be9798, type: 3} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Mode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Mode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Mode - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Mode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Mode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].Mode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Label - value: AudioSource - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Label - value: Scale - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Label - value: Position - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Space - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Label - value: Scale - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Label - value: ShaderController - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Label - value: Pause - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Label - value: Sound - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].Label - value: Scale - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Offset - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Offset - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].Offset - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].MaxPitch - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].MinPitch - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].UniqueID - value: 2107384036 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateX - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateY - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateZ - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].UniqueID - value: -1438001992 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimateX - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimateY - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimateZ - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].UniqueID - value: -1882303791 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimateX - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimateY - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimateZ - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].UniqueID - value: -1456261942 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].UniqueID - value: 111132296 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].UniqueID - value: -2065335368 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].MaxPitch - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].MinPitch - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].PoolSize - value: 10 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].UniqueID - value: -1259931795 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].AnimateX - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].AnimateY - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].AnimateZ - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].UniqueID - value: 940085145 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].MaxVolume - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].MinVolume - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].MaxVolume - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].MinVolume - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].AutoResume - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].PlayMethod - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].ScriptDriven - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].RemapCurveOne - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].RemapCurveOne - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].RemapCurveOne - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].PauseDuration - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].RemapCurveOne - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].RemapCurveZero - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].RemapCurveZero - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].RemapCurveZero - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].RemapCurveZero - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].OneTimeDuration - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].OneTimeRemapMax - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].OneTimeRemapMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].AutoResumeAfter - value: 0.25 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].RelativePosition - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].OneTimeAmplitude - value: 5 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].MaxPauseDuration - value: 3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].MinPauseDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].TargetAudioSource - value: - objectReference: {fileID: 478010195} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].InitialPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].InitialPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].InitialPosition.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].SfxAudioMixerGroup - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AllowAdditivePlays - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateScaleTarget - value: - objectReference: {fileID: 2076029460} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DestinationScale.x - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DestinationScale.y - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DestinationScale.z - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AllowAdditivePlays - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AllowAdditivePlays - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimateScaleTarget - value: - objectReference: {fileID: 1579498608} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].DestinationScale.x - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].DestinationScale.y - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].DestinationScale.z - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].ToDestinationValue - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].SfxAudioMixerGroup - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].AllowAdditivePlays - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].AnimateScaleTarget - value: - objectReference: {fileID: 2076029460} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].DestinationScale.x - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].DestinationScale.y - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].DestinationScale.z - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].RandomizeOnEachPlay - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].RandomSfx.Array.size - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateScaleDuration - value: 0.3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DetermineScaleOnPlay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimateScaleDuration - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].DetermineScaleOnPlay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].ToDestinationColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].ToDestinationColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].ToDestinationColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].ToDestinationColor.r - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].RandomSfx.Array.size - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].AnimateScaleDuration - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].DetermineScaleOnPlay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionTarget - value: - objectReference: {fileID: 699640084} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].DestinationPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].DestinationPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].DestinationPosition.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].ToDestinationDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].TargetShaderController - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].RandomizePauseDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionDuration - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].DeterminePositionsOnPlay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].InitialPositionTransform - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].TestPlayButton.ButtonText - value: Debug Play Sound - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].TestStopButton.ButtonText - value: Debug Stop Sound - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].OneTimeCurve.m_PreInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateScaleX.m_PreInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateScaleY.m_PreInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateScaleZ.m_PreInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimateScaleX.m_PreInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimateScaleY.m_PreInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimateScaleZ.m_PreInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].OneTimeCurve.m_PostInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].AnimateScaleX.m_PreInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].AnimateScaleY.m_PreInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].AnimateScaleZ.m_PreInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateScaleX.m_PostInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateScaleY.m_PostInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateScaleZ.m_PostInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].DestinationPositionTransform - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimateScaleX.m_PostInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimateScaleY.m_PostInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimateScaleZ.m_PostInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].OneTimeCurve.m_RotationOrder - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].RevertToInitialValueAfterEnd - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].AnimateScaleX.m_PostInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].AnimateScaleY.m_PostInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].AnimateScaleZ.m_PostInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateScaleX.m_RotationOrder - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateScaleY.m_RotationOrder - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateScaleZ.m_RotationOrder - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimateScaleX.m_RotationOrder - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimateScaleY.m_RotationOrder - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimateScaleZ.m_RotationOrder - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].AnimateScaleX.m_RotationOrder - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].AnimateScaleY.m_RotationOrder - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].AnimateScaleZ.m_RotationOrder - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].OneTimeCurve.m_Curve.Array.size - value: 3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateScaleX.m_Curve.Array.size - value: 3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateScaleY.m_Curve.Array.size - value: 3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateScaleZ.m_Curve.Array.size - value: 3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimateScaleX.m_Curve.Array.size - value: 3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimateScaleY.m_Curve.Array.size - value: 3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimateScaleZ.m_Curve.Array.size - value: 3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].ToDestinationCurve.m_PreInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].AnimateScaleX.m_Curve.Array.size - value: 3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].AnimateScaleY.m_Curve.Array.size - value: 3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].AnimateScaleZ.m_Curve.Array.size - value: 3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].ToDestinationCurve.m_PostInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurve.m_PreInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].ToDestinationCurve.m_RotationOrder - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurve.m_PostInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveX.m_PreInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveY.m_PreInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveZ.m_PreInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurve.m_RotationOrder - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveX.m_PostInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveY.m_PostInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveZ.m_PostInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveX.m_RotationOrder - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveY.m_RotationOrder - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveZ.m_RotationOrder - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].TargetShaderControllerList.Array.size - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].ToDestinationCurve.m_Curve.Array.size - value: 3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurve.m_Curve.Array.size - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].OneTimeCurve.m_Curve.Array.data[0].time - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].OneTimeCurve.m_Curve.Array.data[1].time - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].OneTimeCurve.m_Curve.Array.data[2].time - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateScaleX.m_Curve.Array.data[0].time - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateScaleX.m_Curve.Array.data[1].time - value: 0.3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateScaleX.m_Curve.Array.data[2].time - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateScaleY.m_Curve.Array.data[0].time - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateScaleY.m_Curve.Array.data[1].time - value: 0.3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateScaleY.m_Curve.Array.data[2].time - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateScaleZ.m_Curve.Array.data[0].time - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateScaleZ.m_Curve.Array.data[1].time - value: 0.3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateScaleZ.m_Curve.Array.data[2].time - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveX.m_Curve.Array.size - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveY.m_Curve.Array.size - value: 5 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveZ.m_Curve.Array.size - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimateScaleX.m_Curve.Array.data[0].time - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimateScaleX.m_Curve.Array.data[1].time - value: 0.29343873 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimateScaleX.m_Curve.Array.data[2].time - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimateScaleY.m_Curve.Array.data[0].time - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimateScaleY.m_Curve.Array.data[1].time - value: 0.31969365 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimateScaleY.m_Curve.Array.data[2].time - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimateScaleZ.m_Curve.Array.data[0].time - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimateScaleZ.m_Curve.Array.data[1].time - value: 0.29781184 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimateScaleZ.m_Curve.Array.data[2].time - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].OneTimeCurve.m_Curve.Array.data[0].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].OneTimeCurve.m_Curve.Array.data[1].value - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].OneTimeCurve.m_Curve.Array.data[2].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].AnimateScaleX.m_Curve.Array.data[0].time - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].AnimateScaleX.m_Curve.Array.data[1].time - value: 0.3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].AnimateScaleX.m_Curve.Array.data[2].time - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].AnimateScaleY.m_Curve.Array.data[0].time - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].AnimateScaleY.m_Curve.Array.data[1].time - value: 0.3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].AnimateScaleY.m_Curve.Array.data[2].time - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].AnimateScaleZ.m_Curve.Array.data[0].time - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].AnimateScaleZ.m_Curve.Array.data[1].time - value: 0.3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].AnimateScaleZ.m_Curve.Array.data[2].time - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateScaleX.m_Curve.Array.data[0].value - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateScaleX.m_Curve.Array.data[1].value - value: 1.05 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateScaleX.m_Curve.Array.data[2].value - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateScaleY.m_Curve.Array.data[0].value - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateScaleY.m_Curve.Array.data[1].value - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateScaleY.m_Curve.Array.data[2].value - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateScaleZ.m_Curve.Array.data[0].value - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateScaleZ.m_Curve.Array.data[1].value - value: 1.05 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateScaleZ.m_Curve.Array.data[2].value - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimateScaleX.m_Curve.Array.data[0].value - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimateScaleX.m_Curve.Array.data[1].value - value: 2.3425598 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimateScaleX.m_Curve.Array.data[2].value - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimateScaleY.m_Curve.Array.data[0].value - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimateScaleY.m_Curve.Array.data[1].value - value: 2.0519032 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimateScaleY.m_Curve.Array.data[2].value - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimateScaleZ.m_Curve.Array.data[0].value - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimateScaleZ.m_Curve.Array.data[1].value - value: 2.0311418 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimateScaleZ.m_Curve.Array.data[2].value - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].AnimateScaleX.m_Curve.Array.data[0].value - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].AnimateScaleX.m_Curve.Array.data[1].value - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].AnimateScaleX.m_Curve.Array.data[2].value - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].AnimateScaleY.m_Curve.Array.data[0].value - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].AnimateScaleY.m_Curve.Array.data[1].value - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].AnimateScaleY.m_Curve.Array.data[2].value - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].AnimateScaleZ.m_Curve.Array.data[0].value - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].AnimateScaleZ.m_Curve.Array.data[1].value - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].AnimateScaleZ.m_Curve.Array.data[2].value - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].OneTimeCurve.m_Curve.Array.data[0].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].OneTimeCurve.m_Curve.Array.data[1].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].OneTimeCurve.m_Curve.Array.data[2].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateScaleX.m_Curve.Array.data[0].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateScaleX.m_Curve.Array.data[1].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateScaleX.m_Curve.Array.data[2].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateScaleY.m_Curve.Array.data[0].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateScaleY.m_Curve.Array.data[1].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateScaleY.m_Curve.Array.data[2].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateScaleZ.m_Curve.Array.data[0].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateScaleZ.m_Curve.Array.data[1].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateScaleZ.m_Curve.Array.data[2].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimateScaleX.m_Curve.Array.data[0].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimateScaleX.m_Curve.Array.data[1].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimateScaleX.m_Curve.Array.data[2].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimateScaleY.m_Curve.Array.data[0].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimateScaleY.m_Curve.Array.data[1].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimateScaleY.m_Curve.Array.data[2].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimateScaleZ.m_Curve.Array.data[0].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimateScaleZ.m_Curve.Array.data[1].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimateScaleZ.m_Curve.Array.data[2].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].OneTimeCurve.m_Curve.Array.data[0].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].OneTimeCurve.m_Curve.Array.data[0].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].OneTimeCurve.m_Curve.Array.data[1].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].OneTimeCurve.m_Curve.Array.data[1].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].OneTimeCurve.m_Curve.Array.data[2].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].OneTimeCurve.m_Curve.Array.data[2].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].AnimateScaleX.m_Curve.Array.data[0].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].AnimateScaleX.m_Curve.Array.data[1].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].AnimateScaleX.m_Curve.Array.data[2].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].AnimateScaleY.m_Curve.Array.data[0].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].AnimateScaleY.m_Curve.Array.data[1].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].AnimateScaleY.m_Curve.Array.data[2].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].AnimateScaleZ.m_Curve.Array.data[0].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].AnimateScaleZ.m_Curve.Array.data[1].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].AnimateScaleZ.m_Curve.Array.data[2].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateScaleX.m_Curve.Array.data[0].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateScaleX.m_Curve.Array.data[0].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateScaleX.m_Curve.Array.data[1].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateScaleX.m_Curve.Array.data[1].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateScaleX.m_Curve.Array.data[2].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateScaleX.m_Curve.Array.data[2].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateScaleY.m_Curve.Array.data[0].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateScaleY.m_Curve.Array.data[0].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateScaleY.m_Curve.Array.data[1].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateScaleY.m_Curve.Array.data[1].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateScaleY.m_Curve.Array.data[2].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateScaleY.m_Curve.Array.data[2].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateScaleZ.m_Curve.Array.data[0].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateScaleZ.m_Curve.Array.data[0].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateScaleZ.m_Curve.Array.data[1].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateScaleZ.m_Curve.Array.data[1].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateScaleZ.m_Curve.Array.data[2].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateScaleZ.m_Curve.Array.data[2].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimateScaleX.m_Curve.Array.data[0].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimateScaleX.m_Curve.Array.data[0].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimateScaleX.m_Curve.Array.data[1].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimateScaleX.m_Curve.Array.data[1].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimateScaleX.m_Curve.Array.data[2].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimateScaleX.m_Curve.Array.data[2].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimateScaleY.m_Curve.Array.data[0].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimateScaleY.m_Curve.Array.data[0].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimateScaleY.m_Curve.Array.data[1].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimateScaleY.m_Curve.Array.data[1].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimateScaleY.m_Curve.Array.data[2].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimateScaleY.m_Curve.Array.data[2].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimateScaleZ.m_Curve.Array.data[0].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimateScaleZ.m_Curve.Array.data[0].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimateScaleZ.m_Curve.Array.data[1].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimateScaleZ.m_Curve.Array.data[1].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimateScaleZ.m_Curve.Array.data[2].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimateScaleZ.m_Curve.Array.data[2].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].OneTimeCurve.m_Curve.Array.data[0].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].OneTimeCurve.m_Curve.Array.data[1].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].OneTimeCurve.m_Curve.Array.data[2].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].AnimateScaleX.m_Curve.Array.data[0].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].AnimateScaleX.m_Curve.Array.data[0].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].AnimateScaleX.m_Curve.Array.data[1].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].AnimateScaleX.m_Curve.Array.data[1].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].AnimateScaleX.m_Curve.Array.data[2].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].AnimateScaleX.m_Curve.Array.data[2].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].AnimateScaleY.m_Curve.Array.data[0].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].AnimateScaleY.m_Curve.Array.data[0].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].AnimateScaleY.m_Curve.Array.data[1].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].AnimateScaleY.m_Curve.Array.data[1].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].AnimateScaleY.m_Curve.Array.data[2].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].AnimateScaleY.m_Curve.Array.data[2].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].AnimateScaleZ.m_Curve.Array.data[0].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].AnimateScaleZ.m_Curve.Array.data[0].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].AnimateScaleZ.m_Curve.Array.data[1].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].AnimateScaleZ.m_Curve.Array.data[1].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].AnimateScaleZ.m_Curve.Array.data[2].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].AnimateScaleZ.m_Curve.Array.data[2].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateScaleX.m_Curve.Array.data[0].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateScaleX.m_Curve.Array.data[1].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateScaleX.m_Curve.Array.data[2].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateScaleY.m_Curve.Array.data[0].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateScaleY.m_Curve.Array.data[1].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateScaleY.m_Curve.Array.data[2].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateScaleZ.m_Curve.Array.data[0].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateScaleZ.m_Curve.Array.data[1].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateScaleZ.m_Curve.Array.data[2].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimateScaleX.m_Curve.Array.data[0].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimateScaleX.m_Curve.Array.data[1].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimateScaleX.m_Curve.Array.data[2].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimateScaleY.m_Curve.Array.data[0].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimateScaleY.m_Curve.Array.data[1].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimateScaleY.m_Curve.Array.data[2].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimateScaleZ.m_Curve.Array.data[0].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimateScaleZ.m_Curve.Array.data[1].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimateScaleZ.m_Curve.Array.data[2].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].ToDestinationCurve.m_Curve.Array.data[0].time - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].ToDestinationCurve.m_Curve.Array.data[1].time - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].ToDestinationCurve.m_Curve.Array.data[2].time - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].AnimateScaleX.m_Curve.Array.data[0].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].AnimateScaleX.m_Curve.Array.data[1].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].AnimateScaleX.m_Curve.Array.data[2].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].AnimateScaleY.m_Curve.Array.data[0].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].AnimateScaleY.m_Curve.Array.data[1].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].AnimateScaleY.m_Curve.Array.data[2].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].AnimateScaleZ.m_Curve.Array.data[0].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].AnimateScaleZ.m_Curve.Array.data[1].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].AnimateScaleZ.m_Curve.Array.data[2].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].OneTimeCurve.m_Curve.Array.data[0].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].OneTimeCurve.m_Curve.Array.data[1].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].OneTimeCurve.m_Curve.Array.data[2].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].ToDestinationCurve.m_Curve.Array.data[0].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].ToDestinationCurve.m_Curve.Array.data[1].value - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].ToDestinationCurve.m_Curve.Array.data[2].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateScaleX.m_Curve.Array.data[0].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateScaleX.m_Curve.Array.data[1].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateScaleX.m_Curve.Array.data[2].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateScaleY.m_Curve.Array.data[0].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateScaleY.m_Curve.Array.data[1].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateScaleY.m_Curve.Array.data[2].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateScaleZ.m_Curve.Array.data[0].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateScaleZ.m_Curve.Array.data[1].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateScaleZ.m_Curve.Array.data[2].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurve.m_Curve.Array.data[0].time - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurve.m_Curve.Array.data[1].time - value: 0.1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurve.m_Curve.Array.data[2].time - value: 0.9 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurve.m_Curve.Array.data[3].time - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimateScaleX.m_Curve.Array.data[0].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimateScaleX.m_Curve.Array.data[1].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimateScaleX.m_Curve.Array.data[2].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimateScaleY.m_Curve.Array.data[0].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimateScaleY.m_Curve.Array.data[1].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimateScaleY.m_Curve.Array.data[2].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimateScaleZ.m_Curve.Array.data[0].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimateScaleZ.m_Curve.Array.data[1].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimateScaleZ.m_Curve.Array.data[2].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].OneTimeCurve.m_Curve.Array.data[0].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].OneTimeCurve.m_Curve.Array.data[1].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].OneTimeCurve.m_Curve.Array.data[2].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].AnimateScaleX.m_Curve.Array.data[0].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].AnimateScaleX.m_Curve.Array.data[1].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].AnimateScaleX.m_Curve.Array.data[2].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].AnimateScaleY.m_Curve.Array.data[0].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].AnimateScaleY.m_Curve.Array.data[1].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].AnimateScaleY.m_Curve.Array.data[2].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].AnimateScaleZ.m_Curve.Array.data[0].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].AnimateScaleZ.m_Curve.Array.data[1].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].AnimateScaleZ.m_Curve.Array.data[2].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateScaleX.m_Curve.Array.data[0].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateScaleX.m_Curve.Array.data[1].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateScaleX.m_Curve.Array.data[2].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateScaleY.m_Curve.Array.data[0].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateScaleY.m_Curve.Array.data[1].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateScaleY.m_Curve.Array.data[2].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateScaleZ.m_Curve.Array.data[0].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateScaleZ.m_Curve.Array.data[1].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateScaleZ.m_Curve.Array.data[2].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurve.m_Curve.Array.data[0].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurve.m_Curve.Array.data[1].value - value: 0.05 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurve.m_Curve.Array.data[2].value - value: 0.95 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurve.m_Curve.Array.data[3].value - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveX.m_Curve.Array.data[0].time - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveX.m_Curve.Array.data[1].time - value: 0.3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveX.m_Curve.Array.data[2].time - value: 0.6 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveX.m_Curve.Array.data[3].time - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveY.m_Curve.Array.data[0].time - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveY.m_Curve.Array.data[1].time - value: 0.17963868 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveY.m_Curve.Array.data[2].time - value: 0.45559084 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveY.m_Curve.Array.data[3].time - value: 0.7308886 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveY.m_Curve.Array.data[4].time - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveZ.m_Curve.Array.data[0].time - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveZ.m_Curve.Array.data[1].time - value: 0.3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveZ.m_Curve.Array.data[2].time - value: 0.6 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveZ.m_Curve.Array.data[3].time - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimateScaleX.m_Curve.Array.data[0].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimateScaleX.m_Curve.Array.data[1].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimateScaleX.m_Curve.Array.data[2].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimateScaleY.m_Curve.Array.data[0].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimateScaleY.m_Curve.Array.data[1].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimateScaleY.m_Curve.Array.data[2].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimateScaleZ.m_Curve.Array.data[0].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimateScaleZ.m_Curve.Array.data[1].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimateScaleZ.m_Curve.Array.data[2].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].ToDestinationCurve.m_Curve.Array.data[0].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].ToDestinationCurve.m_Curve.Array.data[1].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].ToDestinationCurve.m_Curve.Array.data[2].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].AnimateScaleX.m_Curve.Array.data[0].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].AnimateScaleX.m_Curve.Array.data[1].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].AnimateScaleX.m_Curve.Array.data[2].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].AnimateScaleY.m_Curve.Array.data[0].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].AnimateScaleY.m_Curve.Array.data[1].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].AnimateScaleY.m_Curve.Array.data[2].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].AnimateScaleZ.m_Curve.Array.data[0].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].AnimateScaleZ.m_Curve.Array.data[1].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].AnimateScaleZ.m_Curve.Array.data[2].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveX.m_Curve.Array.data[0].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveX.m_Curve.Array.data[1].value - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveX.m_Curve.Array.data[2].value - value: -1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveX.m_Curve.Array.data[3].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveY.m_Curve.Array.data[0].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveY.m_Curve.Array.data[1].value - value: 1.0138397 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveY.m_Curve.Array.data[2].value - value: -0.9584961 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveY.m_Curve.Array.data[3].value - value: 0.48429334 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveY.m_Curve.Array.data[4].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveZ.m_Curve.Array.data[0].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveZ.m_Curve.Array.data[1].value - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveZ.m_Curve.Array.data[2].value - value: -1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveZ.m_Curve.Array.data[3].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].ToDestinationCurve.m_Curve.Array.data[0].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].ToDestinationCurve.m_Curve.Array.data[0].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].ToDestinationCurve.m_Curve.Array.data[1].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].ToDestinationCurve.m_Curve.Array.data[1].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].ToDestinationCurve.m_Curve.Array.data[2].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].ToDestinationCurve.m_Curve.Array.data[2].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurve.m_Curve.Array.data[0].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurve.m_Curve.Array.data[1].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurve.m_Curve.Array.data[2].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurve.m_Curve.Array.data[3].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].ToDestinationCurve.m_Curve.Array.data[0].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].ToDestinationCurve.m_Curve.Array.data[1].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].ToDestinationCurve.m_Curve.Array.data[2].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurve.m_Curve.Array.data[0].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurve.m_Curve.Array.data[0].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurve.m_Curve.Array.data[1].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurve.m_Curve.Array.data[1].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurve.m_Curve.Array.data[2].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurve.m_Curve.Array.data[2].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurve.m_Curve.Array.data[3].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurve.m_Curve.Array.data[3].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveX.m_Curve.Array.data[0].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveX.m_Curve.Array.data[1].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveX.m_Curve.Array.data[2].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveX.m_Curve.Array.data[3].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveY.m_Curve.Array.data[0].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveY.m_Curve.Array.data[1].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveY.m_Curve.Array.data[2].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveY.m_Curve.Array.data[3].inSlope - value: 2.5939753 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveY.m_Curve.Array.data[4].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveZ.m_Curve.Array.data[0].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveZ.m_Curve.Array.data[1].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveZ.m_Curve.Array.data[2].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveZ.m_Curve.Array.data[3].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurve.m_Curve.Array.data[0].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurve.m_Curve.Array.data[1].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurve.m_Curve.Array.data[2].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurve.m_Curve.Array.data[3].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveX.m_Curve.Array.data[0].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveX.m_Curve.Array.data[0].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveX.m_Curve.Array.data[1].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveX.m_Curve.Array.data[1].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveX.m_Curve.Array.data[2].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveX.m_Curve.Array.data[2].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveX.m_Curve.Array.data[3].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveX.m_Curve.Array.data[3].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveY.m_Curve.Array.data[0].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveY.m_Curve.Array.data[0].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveY.m_Curve.Array.data[1].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveY.m_Curve.Array.data[1].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveY.m_Curve.Array.data[2].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveY.m_Curve.Array.data[2].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveY.m_Curve.Array.data[3].inWeight - value: 0.33333334 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveY.m_Curve.Array.data[3].outSlope - value: 2.5939753 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveY.m_Curve.Array.data[4].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveY.m_Curve.Array.data[4].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveZ.m_Curve.Array.data[0].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveZ.m_Curve.Array.data[0].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveZ.m_Curve.Array.data[1].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveZ.m_Curve.Array.data[1].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveZ.m_Curve.Array.data[2].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveZ.m_Curve.Array.data[2].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveZ.m_Curve.Array.data[3].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveZ.m_Curve.Array.data[3].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].ToDestinationCurve.m_Curve.Array.data[0].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].ToDestinationCurve.m_Curve.Array.data[1].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].ToDestinationCurve.m_Curve.Array.data[2].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveX.m_Curve.Array.data[0].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveX.m_Curve.Array.data[1].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveX.m_Curve.Array.data[2].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveX.m_Curve.Array.data[3].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveY.m_Curve.Array.data[0].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveY.m_Curve.Array.data[1].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveY.m_Curve.Array.data[2].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveY.m_Curve.Array.data[3].outWeight - value: 0.33333334 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveY.m_Curve.Array.data[4].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveZ.m_Curve.Array.data[0].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveZ.m_Curve.Array.data[1].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveZ.m_Curve.Array.data[2].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveZ.m_Curve.Array.data[3].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].ToDestinationCurve.m_Curve.Array.data[0].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].ToDestinationCurve.m_Curve.Array.data[1].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].ToDestinationCurve.m_Curve.Array.data[2].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurve.m_Curve.Array.data[0].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurve.m_Curve.Array.data[1].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurve.m_Curve.Array.data[2].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurve.m_Curve.Array.data[3].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurve.m_Curve.Array.data[0].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurve.m_Curve.Array.data[1].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurve.m_Curve.Array.data[2].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurve.m_Curve.Array.data[3].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveX.m_Curve.Array.data[0].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveX.m_Curve.Array.data[1].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveX.m_Curve.Array.data[2].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveX.m_Curve.Array.data[3].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveY.m_Curve.Array.data[0].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveY.m_Curve.Array.data[1].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveY.m_Curve.Array.data[2].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveY.m_Curve.Array.data[3].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveY.m_Curve.Array.data[4].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveZ.m_Curve.Array.data[0].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveZ.m_Curve.Array.data[1].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveZ.m_Curve.Array.data[2].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveZ.m_Curve.Array.data[3].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveX.m_Curve.Array.data[0].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveX.m_Curve.Array.data[1].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveX.m_Curve.Array.data[2].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveX.m_Curve.Array.data[3].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveY.m_Curve.Array.data[0].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveY.m_Curve.Array.data[1].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveY.m_Curve.Array.data[2].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveY.m_Curve.Array.data[3].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveY.m_Curve.Array.data[4].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveZ.m_Curve.Array.data[0].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveZ.m_Curve.Array.data[1].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveZ.m_Curve.Array.data[2].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveZ.m_Curve.Array.data[3].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 9167406172343059487, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_IsActive - value: 0 - objectReference: {fileID: 0} - m_RemovedComponents: - - {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, type: 3} - m_RemovedGameObjects: [] - m_AddedGameObjects: [] - m_AddedComponents: [] - m_SourcePrefab: {fileID: 100100000, guid: a16c33a1240b8ce4f930161a7c85fae6, type: 3} ---- !u!224 &1511136509 stripped -RectTransform: - m_CorrespondingSourceObject: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - m_PrefabInstance: {fileID: 227411376} - m_PrefabAsset: {fileID: 0} ---- !u!1001 &1513606036 -PrefabInstance: - m_ObjectHideFlags: 0 - serializedVersion: 2 - m_Modification: - serializedVersion: 3 - m_TransformParent: {fileID: 1557570896} - m_Modifications: - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: Feedbacks.Array.size - value: 5 - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[0]' - value: - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[1]' - value: - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[2]' - value: - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[3]' - value: - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[4]' - value: - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Pivot.x - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Pivot.y - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_RootOrder - value: 139 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMax.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMax.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMin.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMin.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_SizeDelta.x - value: 256.1 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_SizeDelta.y - value: 30 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalPosition.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.w - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.x - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.y - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.z - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchoredPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchoredPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalEulerAnglesHint.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalEulerAnglesHint.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalEulerAnglesHint.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604939, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_OnClick.m_PersistentCalls.m_Calls.Array.data[0].m_Target - value: - objectReference: {fileID: 504454718} - - target: {fileID: 2903879014986604939, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_OnClick.m_PersistentCalls.m_Calls.Array.data[0].m_MethodName - value: PlayFeedbacks - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604939, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_OnClick.m_PersistentCalls.m_Calls.Array.data[0].m_Arguments.m_ObjectArgumentAssemblyTypeName - value: UnityEngine.Object, UnityEngine - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604941, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Name - value: Button - Echo - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Text - value: 'Echo Filter ' - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Color.b - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Color.g - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Color.r - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 4258887795993319071, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: NotSupportedInWebGL - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.size - value: 5 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[0]' - value: MoreMountains.Feedbacks MoreMountains.Feedbacks.MMF_AudioSource - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[1]' - value: MoreMountains.Feedbacks MoreMountains.Feedbacks.MMF_Pause - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[2]' - value: MoreMountains.Feedbacks MoreMountains.Feedbacks.MMF_AudioFilterEcho - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[3]' - value: MoreMountains.Feedbacks MoreMountains.Feedbacks.MMF_HoldingPause - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[4]' - value: MoreMountains.Feedbacks MoreMountains.Feedbacks.MMF_AudioSource - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Mode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Mode - value: 3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Label - value: AudioSource - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Label - value: Pause - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Label - value: Audio Filter Echo - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Label - value: Holding Pause - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Label - value: AudioSource - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].MaxPitch - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].MinPitch - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].UniqueID - value: -1992378230 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].UniqueID - value: -416230878 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Duration - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].UniqueID - value: -1357909866 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].UniqueID - value: -2019596811 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].MaxPitch - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].MinPitch - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].UniqueID - value: 1177975682 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].MaxVolume - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].MinVolume - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].MaxVolume - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].MinVolume - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AutoResume - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AutoResume - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ScriptDriven - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].RelativeEcho - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].RemapEchoOne - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].ScriptDriven - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].PauseDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].RemapEchoZero - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].PauseDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AutoResumeAfter - value: 0.25 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AutoResumeAfter - value: 0.25 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].MaxPauseDuration - value: 3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].MinPauseDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].MaxPauseDuration - value: 3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].MinPauseDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].TargetAudioSource - value: - objectReference: {fileID: 1467162775} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].TargetAudioSource - value: - objectReference: {fileID: 1467162775} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].SfxAudioMixerGroup - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].SfxAudioMixerGroup - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].RandomizeOnEachPlay - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].RandomizeOnEachPlay - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].RandomSfx.Array.size - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].RandomSfx.Array.size - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].RandomizePauseDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].RandomizePauseDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].ShakeEcho.m_PreInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].ShakeEcho.m_PostInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].ShakeEcho.m_RotationOrder - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].ResetShakerValuesAfterShake - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].ResetTargetValuesAfterShake - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].ShakeEcho.m_Curve.Array.size - value: 3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].ShakeEcho.m_Curve.Array.data[0].time - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].ShakeEcho.m_Curve.Array.data[1].time - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].ShakeEcho.m_Curve.Array.data[2].time - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].ShakeEcho.m_Curve.Array.data[0].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].ShakeEcho.m_Curve.Array.data[1].value - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].ShakeEcho.m_Curve.Array.data[2].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].ShakeEcho.m_Curve.Array.data[0].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].ShakeEcho.m_Curve.Array.data[1].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].ShakeEcho.m_Curve.Array.data[2].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].ShakeEcho.m_Curve.Array.data[0].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].ShakeEcho.m_Curve.Array.data[0].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].ShakeEcho.m_Curve.Array.data[1].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].ShakeEcho.m_Curve.Array.data[1].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].ShakeEcho.m_Curve.Array.data[2].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].ShakeEcho.m_Curve.Array.data[2].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].ShakeEcho.m_Curve.Array.data[0].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].ShakeEcho.m_Curve.Array.data[1].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].ShakeEcho.m_Curve.Array.data[2].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].ShakeEcho.m_Curve.Array.data[0].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].ShakeEcho.m_Curve.Array.data[1].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].ShakeEcho.m_Curve.Array.data[2].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].ShakeEcho.m_Curve.Array.data[0].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].ShakeEcho.m_Curve.Array.data[1].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].ShakeEcho.m_Curve.Array.data[2].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 9167406172343059487, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_IsActive - value: 0 - objectReference: {fileID: 0} - m_RemovedComponents: - - {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, type: 3} - m_RemovedGameObjects: [] - m_AddedGameObjects: [] - m_AddedComponents: [] - m_SourcePrefab: {fileID: 100100000, guid: a16c33a1240b8ce4f930161a7c85fae6, type: 3} ---- !u!1 &1514332671 stripped -GameObject: - m_CorrespondingSourceObject: {fileID: -927199367670048503, guid: d84a1570448aba14ea2b1badb79fb4b3, - type: 3} - m_PrefabInstance: {fileID: 1536138915} - m_PrefabAsset: {fileID: 0} ---- !u!114 &1514332674 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1514332671} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 83dcb4ea8c2204a43adf98a01a3bc0d1, type: 3} - m_Name: - m_EditorClassIdentifier: - Receiver: - TargetObject: {fileID: 1514332671} - TargetComponent: {fileID: 1595119958} - TargetScriptableObject: {fileID: 0} - TargetPropertyName: position - ShouldModifyValue: 1 - RelativeValue: 1 - ModifyX: 0 - ModifyY: 1 - ModifyZ: 0 - ModifyW: 1 - Threshold: 0.5 - BoolRemapZero: 0 - BoolRemapOne: 1 - StringRemapZero: Zero - StringRemapOne: One - IntRemapZero: 0 - IntRemapOne: 1 - FloatRemapZero: 0 - FloatRemapOne: 1 - Vector2RemapZero: {x: 0, y: 0} - Vector2RemapOne: {x: 1, y: 1} - Vector3RemapZero: {x: 0, y: 0, z: 0} - Vector3RemapOne: {x: 1, y: 0.75, z: 1} - Vector4RemapZero: {x: 0, y: 0, z: 0, w: 0} - Vector4RemapOne: {x: 1, y: 1, z: 1, w: 1} - QuaternionRemapZero: {x: 0, y: 0, z: 0} - QuaternionRemapOne: {x: 180, y: 180, z: 180} - ColorRemapZero: {r: 1, g: 1, b: 1, a: 1} - ColorRemapOne: {r: 0, g: 0, b: 0, a: 1} - Level: 0 - CanListen: 1 - Channel: 0 - RandomizeLevel: 0 - MinRandomLevelMultiplier: 0 - MaxRandomLevelMultiplier: 1 ---- !u!1 &1519502660 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 1519502661} - - component: {fileID: 1519502662} - m_Layer: 0 - m_Name: TMPOutlineWidth - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &1519502661 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1519502660} - serializedVersion: 2 - m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: 0} - m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 - m_Children: [] - m_Father: {fileID: 1860154325} - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!114 &1519502662 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1519502660} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 6da43522623d4704e979466dc7650b65, type: 3} - m_Name: - m_EditorClassIdentifier: - Feedbacks: [] - InitializationMode: 2 - AutoInitialization: 1 - SafeMode: 3 - Direction: 0 - AutoChangeDirectionOnEnd: 0 - AutoPlayOnStart: 0 - AutoPlayOnEnable: 0 - ForceTimescaleMode: 0 - ForcedTimescaleMode: 1 - DurationMultiplier: 1 - TimescaleMultiplier: 1 - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 1.5} - DisplayFullDurationDetails: 0 - PlayerTimescaleMode: 1 - OnlyPlayIfWithinRange: 0 - RangeCenter: {fileID: 0} - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - IgnoreRangeEvents: 0 - CooldownDuration: 0 - InitialDelay: 0 - CanPlay: 1 - CanPlayWhileAlreadyPlaying: 1 - ChanceToPlay: 100 - FeedbacksIntensity: 1 - Events: - TriggerMMFeedbacksEvents: 0 - TriggerUnityEvents: 1 - OnPlay: - m_PersistentCalls: - m_Calls: [] - OnPause: - m_PersistentCalls: - m_Calls: [] - OnStop: - m_PersistentCalls: - m_Calls: [] - OnResume: - m_PersistentCalls: - m_Calls: [] - OnChangeDirection: - m_PersistentCalls: - m_Calls: [] - OnComplete: - m_PersistentCalls: - m_Calls: [] - OnRestoreInitialValues: - m_PersistentCalls: - m_Calls: [] - OnSkipToTheEnd: - m_PersistentCalls: - m_Calls: [] - OnInitializationComplete: - m_PersistentCalls: - m_Calls: [] - OnEnable: - m_PersistentCalls: - m_Calls: [] - OnDisable: - m_PersistentCalls: - m_Calls: [] - DebugActive: 0 - InScriptDrivenPause: 0 - FeedbacksList: - - rid: 0 - - rid: 1 - - rid: 2 - - rid: 3 - - rid: 4 - - rid: 5 - - rid: 6 - KeepPlayModeChanges: 0 - PerformanceMode: 0 - RestoreInitialValuesOnDisable: 0 - StopFeedbacksOnDisable: 0 - PlayCount: 0 - references: - version: 2 - RefIds: - - rid: 0 - type: {class: MMF_AudioSource, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: 520650114 - Label: AudioSource - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 1519502662} - DebugActive: 0 - TargetAudioSource: {fileID: 478010195} - Mode: 0 - RandomSfx: [] - MinVolume: 1 - MaxVolume: 1 - MinPitch: 1 - MaxPitch: 1 - SfxAudioMixerGroup: {fileID: 0} - - rid: 1 - type: {class: MMF_SetActive, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: -1059540322 - Label: Set Active - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 1519502662} - DebugActive: 0 - TargetGameObject: {fileID: 930333314} - ExtraTargetGameObjects: [] - IgnorePlayDirection: 0 - SetStateOnInit: 0 - StateOnInit: 1 - SetStateOnPlay: 1 - StateOnPlay: 0 - SetStateOnStop: 0 - StateOnStop: 1 - SetStateOnReset: 0 - StateOnReset: 1 - SetStateOnSkip: 0 - StateOnSkip: 0 - SetStateOnPlayerComplete: 0 - StateOnPlayerComplete: 1 - - rid: 2 - type: {class: MMF_TMPText, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: -1178621227 - Label: TMP Text - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 1519502662} - DebugActive: 0 - TargetTMPText: {fileID: 1996559228} - NewText: 'The outline - - on this text - - will grow.' - - rid: 3 - type: {class: MMF_Pause, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: 1634818940 - Label: Pause - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 1519502662} - DebugActive: 0 - PauseDuration: 1 - RandomizePauseDuration: 0 - MinPauseDuration: 1 - MaxPauseDuration: 3 - RandomizeOnEachPlay: 1 - ScriptDriven: 0 - AutoResume: 0 - AutoResumeAfter: 0.25 - - rid: 4 - type: {class: MMF_TMPOutlineWidth, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: -794719173 - Label: TMP Outline Width - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 1519502662} - DebugActive: 0 - Mode: 0 - Duration: 1 - StartsOff: 0 - EndsOff: 0 - RelativeValues: 1 - AllowAdditivePlays: 0 - DisableOnStop: 0 - OnlyPlayIfTargetIsActive: 0 - TargetTMPText: {fileID: 1996559228} - OutlineWidthCurve: - MMTweenDefinitionType: 1 - MMTweenCurve: 4 - Curve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 2.5704246 - outSlope: 2.5704246 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0.09735202 - - serializedVersion: 3 - time: 0.5 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - Initialized: 0 - ConditionPropertyName: - EnumConditionPropertyName: - EnumConditions: 0000000000000000000000000000000000000000000000000000000000000000 - RemapZero: 0 - RemapOne: 1 - InstantOutlineWidth: 0 - DestinationOutlineWidth: 0 - - rid: 5 - type: {class: MMF_HoldingPause, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: -756376179 - Label: Holding Pause - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 1519502662} - DebugActive: 0 - PauseDuration: 1 - RandomizePauseDuration: 0 - MinPauseDuration: 1 - MaxPauseDuration: 3 - RandomizeOnEachPlay: 1 - ScriptDriven: 0 - AutoResume: 0 - AutoResumeAfter: 0.25 - - rid: 6 - type: {class: MMF_SetActive, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: -519270876 - Label: Set Inactive - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 1519502662} - DebugActive: 0 - TargetGameObject: {fileID: 930333314} - ExtraTargetGameObjects: [] - IgnorePlayDirection: 0 - SetStateOnInit: 0 - StateOnInit: 1 - SetStateOnPlay: 1 - StateOnPlay: 1 - SetStateOnStop: 0 - StateOnStop: 1 - SetStateOnReset: 0 - StateOnReset: 1 - SetStateOnSkip: 0 - StateOnSkip: 0 - SetStateOnPlayerComplete: 0 - StateOnPlayerComplete: 1 ---- !u!1001 &1524762378 -PrefabInstance: - m_ObjectHideFlags: 0 - serializedVersion: 2 - m_Modification: - serializedVersion: 3 - m_TransformParent: {fileID: 1557570896} - m_Modifications: - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: Feedbacks.Array.size - value: 7 - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[0]' - value: - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[1]' - value: - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[2]' - value: - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[3]' - value: - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[4]' - value: - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[5]' - value: - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[6]' - value: - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[7]' - value: - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Pivot.x - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Pivot.y - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_RootOrder - value: 116 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMax.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMax.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMin.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMin.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_SizeDelta.x - value: 256.1 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_SizeDelta.y - value: 30 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalPosition.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.w - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.x - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.y - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.z - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchoredPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchoredPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalEulerAnglesHint.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalEulerAnglesHint.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalEulerAnglesHint.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604939, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_OnClick.m_PersistentCalls.m_Calls.Array.data[0].m_Target - value: - objectReference: {fileID: 1604606725} - - target: {fileID: 2903879014986604939, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_OnClick.m_PersistentCalls.m_Calls.Array.data[0].m_MethodName - value: PlayFeedbacks - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604939, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_OnClick.m_PersistentCalls.m_Calls.Array.data[0].m_Arguments.m_ObjectArgumentAssemblyTypeName - value: UnityEngine.Object, UnityEngine - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604941, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Name - value: Button - Word Spacing - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Text - value: TMP Word Spacing - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Color.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Color.b - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Color.g - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Color.r - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 4258887795993319071, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: NotSupportedInWebGL - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.size - value: 7 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[0]' - value: MoreMountains.Feedbacks MoreMountains.Feedbacks.MMF_AudioSource - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[1]' - value: MoreMountains.Feedbacks MoreMountains.Feedbacks.MMF_SetActive - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[2]' - value: MoreMountains.Feedbacks.TextMeshPro MoreMountains.Feedbacks.MMF_TMPText - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[3]' - value: MoreMountains.Feedbacks MoreMountains.Feedbacks.MMF_Pause - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[4]' - value: MoreMountains.Feedbacks.TextMeshPro MoreMountains.Feedbacks.MMF_TMPWordSpacing - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[5]' - value: MoreMountains.Feedbacks MoreMountains.Feedbacks.MMF_HoldingPause - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[6]' - value: MoreMountains.Feedbacks MoreMountains.Feedbacks.MMF_SetActive - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Mode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Mode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Label - value: AudioSource - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Label - value: Set Active - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Label - value: TMP Text - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Label - value: Pause - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Label - value: TMP Word Spacing - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Label - value: Holding Pause - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Label - value: Set Inactive - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].NewText - value: 'These words - - will move apart.' - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].MaxPitch - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].MinPitch - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].UniqueID - value: -107220894 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].UniqueID - value: 839599994 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].UniqueID - value: -1464447430 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].UniqueID - value: -1280379149 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Duration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].RemapOne - value: 30 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].UniqueID - value: 1927385556 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].UniqueID - value: 2078184457 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].UniqueID - value: -1139293260 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].MaxVolume - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].MinVolume - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].RemapZero - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].StartsOff - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AutoResume - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].AutoResume - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].StateOnInit - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].StateOnPlay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].StateOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].StateOnInit - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].StateOnPlay - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].StateOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].StateOnReset - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].ScriptDriven - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].ScriptDriven - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].StateOnReset - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].TargetTMPText - value: - objectReference: {fileID: 500670851} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].PauseDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].DisableOnStop - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].TargetTMPText - value: - objectReference: {fileID: 500670851} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].PauseDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].SetStateOnInit - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].SetStateOnPlay - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].SetStateOnStop - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].RelativeValues - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].SetStateOnInit - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].SetStateOnPlay - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].SetStateOnStop - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].SetStateOnReset - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AutoResumeAfter - value: 0.25 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].InstantFontSize - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].AutoResumeAfter - value: 0.25 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].SetStateOnReset - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].TargetGameObject - value: - objectReference: {fileID: 731678809} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].MaxPauseDuration - value: 3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].MinPauseDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].MaxPauseDuration - value: 3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].MinPauseDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].TargetGameObject - value: - objectReference: {fileID: 731678809} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].TargetAudioSource - value: - objectReference: {fileID: 478010195} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].SfxAudioMixerGroup - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AllowAdditivePlays - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].RandomizeOnEachPlay - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].RandomizeOnEachPlay - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].RandomSfx.Array.size - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].RandomizePauseDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].RandomizePauseDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].WordSpacingCurve.MMTweenCurve - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].WordSpacingCurve.Curve.m_PreInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].WordSpacingCurve.Curve.m_PostInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].WordSpacingCurve.Curve.m_RotationOrder - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].WordSpacingCurve.MMTweenDefinitionType - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].WordSpacingCurve.Curve.m_Curve.Array.size - value: 3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].WordSpacingCurve.Curve.m_Curve.Array.data[0].time - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].WordSpacingCurve.Curve.m_Curve.Array.data[1].time - value: 0.3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].WordSpacingCurve.Curve.m_Curve.Array.data[2].time - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].WordSpacingCurve.Curve.m_Curve.Array.data[0].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].WordSpacingCurve.Curve.m_Curve.Array.data[1].value - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].WordSpacingCurve.Curve.m_Curve.Array.data[2].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].WordSpacingCurve.Curve.m_Curve.Array.data[0].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].WordSpacingCurve.Curve.m_Curve.Array.data[1].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].WordSpacingCurve.Curve.m_Curve.Array.data[2].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].WordSpacingCurve.Curve.m_Curve.Array.data[0].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].WordSpacingCurve.Curve.m_Curve.Array.data[0].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].WordSpacingCurve.Curve.m_Curve.Array.data[1].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].WordSpacingCurve.Curve.m_Curve.Array.data[1].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].WordSpacingCurve.Curve.m_Curve.Array.data[2].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].WordSpacingCurve.Curve.m_Curve.Array.data[2].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].WordSpacingCurve.Curve.m_Curve.Array.data[0].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].WordSpacingCurve.Curve.m_Curve.Array.data[1].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].WordSpacingCurve.Curve.m_Curve.Array.data[2].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].WordSpacingCurve.Curve.m_Curve.Array.data[0].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].WordSpacingCurve.Curve.m_Curve.Array.data[1].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].WordSpacingCurve.Curve.m_Curve.Array.data[2].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].WordSpacingCurve.Curve.m_Curve.Array.data[0].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].WordSpacingCurve.Curve.m_Curve.Array.data[1].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].WordSpacingCurve.Curve.m_Curve.Array.data[2].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 9167406172343059487, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_IsActive - value: 0 - objectReference: {fileID: 0} - m_RemovedComponents: - - {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, type: 3} - m_RemovedGameObjects: [] - m_AddedGameObjects: [] - m_AddedComponents: [] - m_SourcePrefab: {fileID: 100100000, guid: a16c33a1240b8ce4f930161a7c85fae6, type: 3} ---- !u!1001 &1528929323 -PrefabInstance: - m_ObjectHideFlags: 0 - serializedVersion: 2 - m_Modification: - serializedVersion: 3 - m_TransformParent: {fileID: 1096839754} - m_Modifications: - - target: {fileID: -4216859302048453862, guid: e7b8d3e8e58ffc24984b81ddbd5f9c29, - type: 3} - propertyPath: m_RootOrder - value: 8 - objectReference: {fileID: 0} - - target: {fileID: -4216859302048453862, guid: e7b8d3e8e58ffc24984b81ddbd5f9c29, - type: 3} - propertyPath: m_LocalScale.x - value: 0.01 - objectReference: {fileID: 0} - - target: {fileID: -4216859302048453862, guid: e7b8d3e8e58ffc24984b81ddbd5f9c29, - type: 3} - propertyPath: m_LocalScale.y - value: 0.01 - objectReference: {fileID: 0} - - target: {fileID: -4216859302048453862, guid: e7b8d3e8e58ffc24984b81ddbd5f9c29, - type: 3} - propertyPath: m_LocalScale.z - value: 0.01 - objectReference: {fileID: 0} - - target: {fileID: -4216859302048453862, guid: e7b8d3e8e58ffc24984b81ddbd5f9c29, - type: 3} - propertyPath: m_LocalPosition.x - value: -2.748 - objectReference: {fileID: 0} - - target: {fileID: -4216859302048453862, guid: e7b8d3e8e58ffc24984b81ddbd5f9c29, - type: 3} - propertyPath: m_LocalPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: -4216859302048453862, guid: e7b8d3e8e58ffc24984b81ddbd5f9c29, - type: 3} - propertyPath: m_LocalPosition.z - value: 7.917 - objectReference: {fileID: 0} - - target: {fileID: -4216859302048453862, guid: e7b8d3e8e58ffc24984b81ddbd5f9c29, - type: 3} - propertyPath: m_LocalRotation.w - value: 0.4673128 - objectReference: {fileID: 0} - - target: {fileID: -4216859302048453862, guid: e7b8d3e8e58ffc24984b81ddbd5f9c29, - type: 3} - propertyPath: m_LocalRotation.x - value: -0 - objectReference: {fileID: 0} - - target: {fileID: -4216859302048453862, guid: e7b8d3e8e58ffc24984b81ddbd5f9c29, - type: 3} - propertyPath: m_LocalRotation.y - value: 0.88409203 - objectReference: {fileID: 0} - - target: {fileID: -4216859302048453862, guid: e7b8d3e8e58ffc24984b81ddbd5f9c29, - type: 3} - propertyPath: m_LocalRotation.z - value: -0 - objectReference: {fileID: 0} - - target: {fileID: -4216859302048453862, guid: e7b8d3e8e58ffc24984b81ddbd5f9c29, - type: 3} - propertyPath: m_LocalEulerAnglesHint.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: -4216859302048453862, guid: e7b8d3e8e58ffc24984b81ddbd5f9c29, - type: 3} - propertyPath: m_LocalEulerAnglesHint.y - value: 124.28 - objectReference: {fileID: 0} - - target: {fileID: -4216859302048453862, guid: e7b8d3e8e58ffc24984b81ddbd5f9c29, - type: 3} - propertyPath: m_LocalEulerAnglesHint.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: -1504981713932161579, guid: e7b8d3e8e58ffc24984b81ddbd5f9c29, - type: 3} - propertyPath: 'm_Materials.Array.data[0]' - value: - objectReference: {fileID: 2100000, guid: 8b80d96aef31b7b42927634a8a768ed6, type: 2} - - target: {fileID: -927199367670048503, guid: e7b8d3e8e58ffc24984b81ddbd5f9c29, - type: 3} - propertyPath: m_Name - value: LP_S-Rock_03 (1) - objectReference: {fileID: 0} - m_RemovedComponents: [] - m_RemovedGameObjects: [] - m_AddedGameObjects: [] - m_AddedComponents: - - targetCorrespondingSourceObject: {fileID: -927199367670048503, guid: e7b8d3e8e58ffc24984b81ddbd5f9c29, - type: 3} - insertIndex: -1 - addedObject: {fileID: 210010986} - m_SourcePrefab: {fileID: 100100000, guid: e7b8d3e8e58ffc24984b81ddbd5f9c29, type: 3} ---- !u!224 &1532440642 stripped -RectTransform: - m_CorrespondingSourceObject: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - m_PrefabInstance: {fileID: 793323693} - m_PrefabAsset: {fileID: 0} ---- !u!1001 &1536138915 -PrefabInstance: - m_ObjectHideFlags: 0 - serializedVersion: 2 - m_Modification: - serializedVersion: 3 - m_TransformParent: {fileID: 1096839754} - m_Modifications: - - target: {fileID: -4216859302048453862, guid: d84a1570448aba14ea2b1badb79fb4b3, - type: 3} - propertyPath: m_RootOrder - value: 3 - objectReference: {fileID: 0} - - target: {fileID: -4216859302048453862, guid: d84a1570448aba14ea2b1badb79fb4b3, - type: 3} - propertyPath: m_LocalScale.x - value: 0.01 - objectReference: {fileID: 0} - - target: {fileID: -4216859302048453862, guid: d84a1570448aba14ea2b1badb79fb4b3, - type: 3} - propertyPath: m_LocalScale.y - value: 0.01 - objectReference: {fileID: 0} - - target: {fileID: -4216859302048453862, guid: d84a1570448aba14ea2b1badb79fb4b3, - type: 3} - propertyPath: m_LocalScale.z - value: 0.01 - objectReference: {fileID: 0} - - target: {fileID: -4216859302048453862, guid: d84a1570448aba14ea2b1badb79fb4b3, - type: 3} - propertyPath: m_LocalPosition.x - value: 3.917 - objectReference: {fileID: 0} - - target: {fileID: -4216859302048453862, guid: d84a1570448aba14ea2b1badb79fb4b3, - type: 3} - propertyPath: m_LocalPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: -4216859302048453862, guid: d84a1570448aba14ea2b1badb79fb4b3, - type: 3} - propertyPath: m_LocalPosition.z - value: 8.724 - objectReference: {fileID: 0} - - target: {fileID: -4216859302048453862, guid: d84a1570448aba14ea2b1badb79fb4b3, - type: 3} - propertyPath: m_LocalRotation.w - value: -0.061048422 - objectReference: {fileID: 0} - - target: {fileID: -4216859302048453862, guid: d84a1570448aba14ea2b1badb79fb4b3, - type: 3} - propertyPath: m_LocalRotation.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: -4216859302048453862, guid: d84a1570448aba14ea2b1badb79fb4b3, - type: 3} - propertyPath: m_LocalRotation.y - value: 0.99813485 - objectReference: {fileID: 0} - - target: {fileID: -4216859302048453862, guid: d84a1570448aba14ea2b1badb79fb4b3, - type: 3} - propertyPath: m_LocalRotation.z - value: -0 - objectReference: {fileID: 0} - - target: {fileID: -4216859302048453862, guid: d84a1570448aba14ea2b1badb79fb4b3, - type: 3} - propertyPath: m_LocalEulerAnglesHint.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: -4216859302048453862, guid: d84a1570448aba14ea2b1badb79fb4b3, - type: 3} - propertyPath: m_LocalEulerAnglesHint.y - value: 187 - objectReference: {fileID: 0} - - target: {fileID: -4216859302048453862, guid: d84a1570448aba14ea2b1badb79fb4b3, - type: 3} - propertyPath: m_LocalEulerAnglesHint.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: -1504981713932161579, guid: d84a1570448aba14ea2b1badb79fb4b3, - type: 3} - propertyPath: 'm_Materials.Array.data[0]' - value: - objectReference: {fileID: 2100000, guid: 8b80d96aef31b7b42927634a8a768ed6, type: 2} - - target: {fileID: -927199367670048503, guid: d84a1570448aba14ea2b1badb79fb4b3, - type: 3} - propertyPath: m_Name - value: LP_S-Rock_02 (3) - objectReference: {fileID: 0} - m_RemovedComponents: [] - m_RemovedGameObjects: [] - m_AddedGameObjects: [] - m_AddedComponents: - - targetCorrespondingSourceObject: {fileID: -927199367670048503, guid: d84a1570448aba14ea2b1badb79fb4b3, - type: 3} - insertIndex: -1 - addedObject: {fileID: 1514332674} - m_SourcePrefab: {fileID: 100100000, guid: d84a1570448aba14ea2b1badb79fb4b3, type: 3} ---- !u!1001 &1537550069 -PrefabInstance: - m_ObjectHideFlags: 0 - serializedVersion: 2 - m_Modification: - serializedVersion: 3 - m_TransformParent: {fileID: 1557570896} - m_Modifications: - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: Feedbacks.Array.size - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[0]' - value: - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[1]' - value: - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Pivot.x - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Pivot.y - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_RootOrder - value: 42 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMax.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMax.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMin.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMin.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_SizeDelta.x - value: 256.1 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_SizeDelta.y - value: 30 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalPosition.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.w - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.x - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.y - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.z - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchoredPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchoredPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalEulerAnglesHint.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalEulerAnglesHint.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalEulerAnglesHint.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604939, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_OnClick.m_PersistentCalls.m_Calls.Array.data[0].m_Target - value: - objectReference: {fileID: 1389365164} - - target: {fileID: 2903879014986604939, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_OnClick.m_PersistentCalls.m_Calls.Array.data[0].m_MethodName - value: PlayFeedbacks - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604939, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_OnClick.m_PersistentCalls.m_Calls.Array.data[0].m_Arguments.m_ObjectArgumentAssemblyTypeName - value: UnityEngine.Object, UnityEngine - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604941, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Name - value: Button - Moving Filter - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Text - value: Moving Filter - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Color.b - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Color.g - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Color.r - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.size - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[0]' - value: MoreMountains.Feedbacks.MMTools MoreMountains.Feedbacks.MMF_PPMovingFilter - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[1]' - value: MoreMountains.Feedbacks MoreMountains.Feedbacks.MMF_AudioSource - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Mode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Mode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Label - value: PPMovingFilter - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Label - value: AudioSource - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].UniqueID - value: -761897647 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].MaxPitch - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].MinPitch - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].UniqueID - value: 1867274570 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].MaxVolume - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].MinVolume - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].TargetAudioSource - value: - objectReference: {fileID: 478010195} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Curve.MMTweenCurve - value: 5 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].TransitionDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].SfxAudioMixerGroup - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].RandomSfx.Array.size - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Curve.Curve.m_PreInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Curve.Curve.m_PostInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Curve.Curve.m_RotationOrder - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Curve.MMTweenDefinitionType - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Curve.Curve.m_Curve.Array.size - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Curve.Curve.m_Curve.Array.data[0].time - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Curve.Curve.m_Curve.Array.data[1].time - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Curve.Curve.m_Curve.Array.data[0].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Curve.Curve.m_Curve.Array.data[1].value - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Curve.Curve.m_Curve.Array.data[0].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Curve.Curve.m_Curve.Array.data[1].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Curve.Curve.m_Curve.Array.data[0].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Curve.Curve.m_Curve.Array.data[0].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Curve.Curve.m_Curve.Array.data[1].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Curve.Curve.m_Curve.Array.data[1].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Curve.Curve.m_Curve.Array.data[0].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Curve.Curve.m_Curve.Array.data[1].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Curve.Curve.m_Curve.Array.data[0].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Curve.Curve.m_Curve.Array.data[1].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Curve.Curve.m_Curve.Array.data[0].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Curve.Curve.m_Curve.Array.data[1].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 9167406172343059487, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_IsActive - value: 0 - objectReference: {fileID: 0} - m_RemovedComponents: - - {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, type: 3} - m_RemovedGameObjects: [] - m_AddedGameObjects: [] - m_AddedComponents: [] - m_SourcePrefab: {fileID: 100100000, guid: a16c33a1240b8ce4f930161a7c85fae6, type: 3} ---- !u!224 &1546866733 stripped -RectTransform: - m_CorrespondingSourceObject: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - m_PrefabInstance: {fileID: 1469258806} - m_PrefabAsset: {fileID: 0} ---- !u!1001 &1551828813 -PrefabInstance: - m_ObjectHideFlags: 0 - serializedVersion: 2 - m_Modification: - serializedVersion: 3 - m_TransformParent: {fileID: 1557570896} - m_Modifications: - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: TimeMultiplier - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: Feedbacks.Array.size - value: 8 - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[0]' - value: - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[1]' - value: - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[2]' - value: - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[3]' - value: - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[4]' - value: - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[5]' - value: - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[6]' - value: - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[7]' - value: - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Pivot.x - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Pivot.y - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_RootOrder - value: 89 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMax.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMax.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMin.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMin.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_SizeDelta.x - value: 256.1 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_SizeDelta.y - value: 30 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalPosition.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.w - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.x - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.y - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.z - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchoredPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchoredPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalEulerAnglesHint.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalEulerAnglesHint.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalEulerAnglesHint.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604939, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_OnClick.m_PersistentCalls.m_Calls.Array.data[0].m_Target - value: - objectReference: {fileID: 11352145} - - target: {fileID: 2903879014986604939, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_OnClick.m_PersistentCalls.m_Calls.Array.data[0].m_MethodName - value: PlayFeedbacks - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604939, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_OnClick.m_PersistentCalls.m_Calls.Array.data[0].m_Arguments.m_ObjectArgumentAssemblyTypeName - value: UnityEngine.Object, UnityEngine - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604941, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Name - value: Button - Holding Pause - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Text - value: Holding Pause - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Color.b - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Color.g - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Color.r - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.size - value: 8 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[0]' - value: MoreMountains.Feedbacks MoreMountains.Feedbacks.MMF_AudioSource - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[1]' - value: MoreMountains.Feedbacks MoreMountains.Feedbacks.MMF_Scale - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[2]' - value: MoreMountains.Feedbacks MoreMountains.Feedbacks.MMF_Position - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[3]' - value: MoreMountains.Feedbacks MoreMountains.Feedbacks.MMF_Scale - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[4]' - value: MoreMountains.Feedbacks.MMTools MoreMountains.Feedbacks.MMF_ShaderController - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[5]' - value: MoreMountains.Feedbacks MoreMountains.Feedbacks.MMF_HoldingPause - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[6]' - value: MoreMountains.Feedbacks.MMTools MoreMountains.Feedbacks.MMF_Sound - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[7]' - value: MoreMountains.Feedbacks MoreMountains.Feedbacks.MMF_Scale - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Sfx - value: - objectReference: {fileID: 8300000, guid: 4472d2e695631bd4598e0aac24be9798, type: 3} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Mode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Mode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Mode - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Mode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Mode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].Mode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Label - value: AudioSource - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Label - value: Scale - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Label - value: Position - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Space - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Label - value: Scale - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Label - value: ShaderController - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Label - value: Holding Pause - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Label - value: Sound - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].Label - value: Scale - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Offset - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Offset - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].Offset - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].MaxPitch - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].MinPitch - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].UniqueID - value: 516632460 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateX - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateY - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateZ - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].UniqueID - value: -191521249 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimateX - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimateY - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimateZ - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].UniqueID - value: 688262443 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimateX - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimateY - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimateZ - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].UniqueID - value: -1642583738 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].UniqueID - value: 1493841150 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].UniqueID - value: 761681843 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].MaxPitch - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].MinPitch - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].PoolSize - value: 10 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].UniqueID - value: 683253164 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].AnimateX - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].AnimateY - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].AnimateZ - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].UniqueID - value: 1763259466 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].MaxVolume - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].MinVolume - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].MaxVolume - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].MinVolume - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].AutoResume - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].PlayMethod - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].ScriptDriven - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].RemapCurveOne - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].RemapCurveOne - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].RemapCurveOne - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].PauseDuration - value: 0.25 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].RemapCurveOne - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].RemapCurveZero - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].RemapCurveZero - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].RemapCurveZero - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].RemapCurveZero - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].OneTimeDuration - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].OneTimeRemapMax - value: 5 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].OneTimeRemapMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].AutoResumeAfter - value: 0.25 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].RelativePosition - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].OneTimeAmplitude - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].MaxPauseDuration - value: 3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].MinPauseDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].TargetAudioSource - value: - objectReference: {fileID: 478010195} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].InitialPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].InitialPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].InitialPosition.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].SfxAudioMixerGroup - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AllowAdditivePlays - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateScaleTarget - value: - objectReference: {fileID: 2076029460} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DestinationScale.x - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DestinationScale.y - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DestinationScale.z - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AllowAdditivePlays - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AllowAdditivePlays - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimateScaleTarget - value: - objectReference: {fileID: 1579498608} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].DestinationScale.x - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].DestinationScale.y - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].DestinationScale.z - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].ToDestinationValue - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].SfxAudioMixerGroup - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].AllowAdditivePlays - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].AnimateScaleTarget - value: - objectReference: {fileID: 2076029460} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].DestinationScale.x - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].DestinationScale.y - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].DestinationScale.z - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].RandomizeOnEachPlay - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].RandomSfx.Array.size - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateScaleDuration - value: 0.3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DetermineScaleOnPlay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimateScaleDuration - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].DetermineScaleOnPlay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].ToDestinationColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].ToDestinationColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].ToDestinationColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].ToDestinationColor.r - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].RandomSfx.Array.size - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].AnimateScaleDuration - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].DetermineScaleOnPlay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionTarget - value: - objectReference: {fileID: 699640084} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].DestinationPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].DestinationPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].DestinationPosition.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].ToDestinationDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].TargetShaderController - value: - objectReference: {fileID: 749648100} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].RandomizePauseDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionDuration - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].DeterminePositionsOnPlay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].InitialPositionTransform - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].TestPlayButton.ButtonText - value: Debug Play Sound - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].TestStopButton.ButtonText - value: Debug Stop Sound - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].OneTimeCurve.m_PreInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateScaleX.m_PreInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateScaleY.m_PreInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateScaleZ.m_PreInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimateScaleX.m_PreInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimateScaleY.m_PreInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimateScaleZ.m_PreInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].OneTimeCurve.m_PostInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].AnimateScaleX.m_PreInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].AnimateScaleY.m_PreInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].AnimateScaleZ.m_PreInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateScaleX.m_PostInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateScaleY.m_PostInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateScaleZ.m_PostInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].DestinationPositionTransform - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimateScaleX.m_PostInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimateScaleY.m_PostInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimateScaleZ.m_PostInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].OneTimeCurve.m_RotationOrder - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].RevertToInitialValueAfterEnd - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].AnimateScaleX.m_PostInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].AnimateScaleY.m_PostInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].AnimateScaleZ.m_PostInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateScaleX.m_RotationOrder - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateScaleY.m_RotationOrder - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateScaleZ.m_RotationOrder - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimateScaleX.m_RotationOrder - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimateScaleY.m_RotationOrder - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimateScaleZ.m_RotationOrder - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].AnimateScaleX.m_RotationOrder - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].AnimateScaleY.m_RotationOrder - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].AnimateScaleZ.m_RotationOrder - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].OneTimeCurve.m_Curve.Array.size - value: 3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateScaleX.m_Curve.Array.size - value: 3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateScaleY.m_Curve.Array.size - value: 3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateScaleZ.m_Curve.Array.size - value: 3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimateScaleX.m_Curve.Array.size - value: 3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimateScaleY.m_Curve.Array.size - value: 3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimateScaleZ.m_Curve.Array.size - value: 3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].ToDestinationCurve.m_PreInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].AnimateScaleX.m_Curve.Array.size - value: 3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].AnimateScaleY.m_Curve.Array.size - value: 3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].AnimateScaleZ.m_Curve.Array.size - value: 3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].ToDestinationCurve.m_PostInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurve.m_PreInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].ToDestinationCurve.m_RotationOrder - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurve.m_PostInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveX.m_PreInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveY.m_PreInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveZ.m_PreInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurve.m_RotationOrder - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveX.m_PostInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveY.m_PostInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveZ.m_PostInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveX.m_RotationOrder - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveY.m_RotationOrder - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveZ.m_RotationOrder - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].TargetShaderControllerList.Array.size - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].ToDestinationCurve.m_Curve.Array.size - value: 3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurve.m_Curve.Array.size - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].OneTimeCurve.m_Curve.Array.data[0].time - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].OneTimeCurve.m_Curve.Array.data[1].time - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].OneTimeCurve.m_Curve.Array.data[2].time - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateScaleX.m_Curve.Array.data[0].time - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateScaleX.m_Curve.Array.data[1].time - value: 0.3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateScaleX.m_Curve.Array.data[2].time - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateScaleY.m_Curve.Array.data[0].time - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateScaleY.m_Curve.Array.data[1].time - value: 0.3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateScaleY.m_Curve.Array.data[2].time - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateScaleZ.m_Curve.Array.data[0].time - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateScaleZ.m_Curve.Array.data[1].time - value: 0.3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateScaleZ.m_Curve.Array.data[2].time - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveX.m_Curve.Array.size - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveY.m_Curve.Array.size - value: 5 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveZ.m_Curve.Array.size - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimateScaleX.m_Curve.Array.data[0].time - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimateScaleX.m_Curve.Array.data[1].time - value: 0.3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimateScaleX.m_Curve.Array.data[2].time - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimateScaleY.m_Curve.Array.data[0].time - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimateScaleY.m_Curve.Array.data[1].time - value: 0.3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimateScaleY.m_Curve.Array.data[2].time - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimateScaleZ.m_Curve.Array.data[0].time - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimateScaleZ.m_Curve.Array.data[1].time - value: 0.3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimateScaleZ.m_Curve.Array.data[2].time - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].OneTimeCurve.m_Curve.Array.data[0].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].OneTimeCurve.m_Curve.Array.data[1].value - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].OneTimeCurve.m_Curve.Array.data[2].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].AnimateScaleX.m_Curve.Array.data[0].time - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].AnimateScaleX.m_Curve.Array.data[1].time - value: 0.3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].AnimateScaleX.m_Curve.Array.data[2].time - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].AnimateScaleY.m_Curve.Array.data[0].time - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].AnimateScaleY.m_Curve.Array.data[1].time - value: 0.3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].AnimateScaleY.m_Curve.Array.data[2].time - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].AnimateScaleZ.m_Curve.Array.data[0].time - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].AnimateScaleZ.m_Curve.Array.data[1].time - value: 0.3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].AnimateScaleZ.m_Curve.Array.data[2].time - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateScaleX.m_Curve.Array.data[0].value - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateScaleX.m_Curve.Array.data[1].value - value: 1.05 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateScaleX.m_Curve.Array.data[2].value - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateScaleY.m_Curve.Array.data[0].value - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateScaleY.m_Curve.Array.data[1].value - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateScaleY.m_Curve.Array.data[2].value - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateScaleZ.m_Curve.Array.data[0].value - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateScaleZ.m_Curve.Array.data[1].value - value: 1.05 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateScaleZ.m_Curve.Array.data[2].value - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimateScaleX.m_Curve.Array.data[0].value - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimateScaleX.m_Curve.Array.data[1].value - value: 3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimateScaleX.m_Curve.Array.data[2].value - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimateScaleY.m_Curve.Array.data[0].value - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimateScaleY.m_Curve.Array.data[1].value - value: 3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimateScaleY.m_Curve.Array.data[2].value - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimateScaleZ.m_Curve.Array.data[0].value - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimateScaleZ.m_Curve.Array.data[1].value - value: 3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimateScaleZ.m_Curve.Array.data[2].value - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].AnimateScaleX.m_Curve.Array.data[0].value - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].AnimateScaleX.m_Curve.Array.data[1].value - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].AnimateScaleX.m_Curve.Array.data[2].value - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].AnimateScaleY.m_Curve.Array.data[0].value - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].AnimateScaleY.m_Curve.Array.data[1].value - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].AnimateScaleY.m_Curve.Array.data[2].value - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].AnimateScaleZ.m_Curve.Array.data[0].value - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].AnimateScaleZ.m_Curve.Array.data[1].value - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].AnimateScaleZ.m_Curve.Array.data[2].value - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].OneTimeCurve.m_Curve.Array.data[0].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].OneTimeCurve.m_Curve.Array.data[1].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].OneTimeCurve.m_Curve.Array.data[2].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateScaleX.m_Curve.Array.data[0].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateScaleX.m_Curve.Array.data[1].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateScaleX.m_Curve.Array.data[2].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateScaleY.m_Curve.Array.data[0].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateScaleY.m_Curve.Array.data[1].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateScaleY.m_Curve.Array.data[2].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateScaleZ.m_Curve.Array.data[0].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateScaleZ.m_Curve.Array.data[1].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateScaleZ.m_Curve.Array.data[2].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimateScaleX.m_Curve.Array.data[0].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimateScaleX.m_Curve.Array.data[1].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimateScaleX.m_Curve.Array.data[2].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimateScaleY.m_Curve.Array.data[0].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimateScaleY.m_Curve.Array.data[1].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimateScaleY.m_Curve.Array.data[2].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimateScaleZ.m_Curve.Array.data[0].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimateScaleZ.m_Curve.Array.data[1].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimateScaleZ.m_Curve.Array.data[2].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].OneTimeCurve.m_Curve.Array.data[0].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].OneTimeCurve.m_Curve.Array.data[0].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].OneTimeCurve.m_Curve.Array.data[1].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].OneTimeCurve.m_Curve.Array.data[1].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].OneTimeCurve.m_Curve.Array.data[2].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].OneTimeCurve.m_Curve.Array.data[2].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].AnimateScaleX.m_Curve.Array.data[0].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].AnimateScaleX.m_Curve.Array.data[1].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].AnimateScaleX.m_Curve.Array.data[2].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].AnimateScaleY.m_Curve.Array.data[0].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].AnimateScaleY.m_Curve.Array.data[1].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].AnimateScaleY.m_Curve.Array.data[2].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].AnimateScaleZ.m_Curve.Array.data[0].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].AnimateScaleZ.m_Curve.Array.data[1].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].AnimateScaleZ.m_Curve.Array.data[2].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateScaleX.m_Curve.Array.data[0].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateScaleX.m_Curve.Array.data[0].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateScaleX.m_Curve.Array.data[1].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateScaleX.m_Curve.Array.data[1].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateScaleX.m_Curve.Array.data[2].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateScaleX.m_Curve.Array.data[2].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateScaleY.m_Curve.Array.data[0].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateScaleY.m_Curve.Array.data[0].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateScaleY.m_Curve.Array.data[1].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateScaleY.m_Curve.Array.data[1].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateScaleY.m_Curve.Array.data[2].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateScaleY.m_Curve.Array.data[2].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateScaleZ.m_Curve.Array.data[0].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateScaleZ.m_Curve.Array.data[0].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateScaleZ.m_Curve.Array.data[1].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateScaleZ.m_Curve.Array.data[1].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateScaleZ.m_Curve.Array.data[2].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateScaleZ.m_Curve.Array.data[2].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimateScaleX.m_Curve.Array.data[0].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimateScaleX.m_Curve.Array.data[0].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimateScaleX.m_Curve.Array.data[1].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimateScaleX.m_Curve.Array.data[1].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimateScaleX.m_Curve.Array.data[2].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimateScaleX.m_Curve.Array.data[2].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimateScaleY.m_Curve.Array.data[0].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimateScaleY.m_Curve.Array.data[0].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimateScaleY.m_Curve.Array.data[1].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimateScaleY.m_Curve.Array.data[1].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimateScaleY.m_Curve.Array.data[2].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimateScaleY.m_Curve.Array.data[2].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimateScaleZ.m_Curve.Array.data[0].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimateScaleZ.m_Curve.Array.data[0].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimateScaleZ.m_Curve.Array.data[1].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimateScaleZ.m_Curve.Array.data[1].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimateScaleZ.m_Curve.Array.data[2].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimateScaleZ.m_Curve.Array.data[2].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].OneTimeCurve.m_Curve.Array.data[0].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].OneTimeCurve.m_Curve.Array.data[1].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].OneTimeCurve.m_Curve.Array.data[2].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].AnimateScaleX.m_Curve.Array.data[0].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].AnimateScaleX.m_Curve.Array.data[0].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].AnimateScaleX.m_Curve.Array.data[1].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].AnimateScaleX.m_Curve.Array.data[1].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].AnimateScaleX.m_Curve.Array.data[2].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].AnimateScaleX.m_Curve.Array.data[2].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].AnimateScaleY.m_Curve.Array.data[0].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].AnimateScaleY.m_Curve.Array.data[0].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].AnimateScaleY.m_Curve.Array.data[1].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].AnimateScaleY.m_Curve.Array.data[1].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].AnimateScaleY.m_Curve.Array.data[2].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].AnimateScaleY.m_Curve.Array.data[2].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].AnimateScaleZ.m_Curve.Array.data[0].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].AnimateScaleZ.m_Curve.Array.data[0].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].AnimateScaleZ.m_Curve.Array.data[1].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].AnimateScaleZ.m_Curve.Array.data[1].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].AnimateScaleZ.m_Curve.Array.data[2].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].AnimateScaleZ.m_Curve.Array.data[2].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateScaleX.m_Curve.Array.data[0].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateScaleX.m_Curve.Array.data[1].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateScaleX.m_Curve.Array.data[2].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateScaleY.m_Curve.Array.data[0].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateScaleY.m_Curve.Array.data[1].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateScaleY.m_Curve.Array.data[2].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateScaleZ.m_Curve.Array.data[0].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateScaleZ.m_Curve.Array.data[1].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateScaleZ.m_Curve.Array.data[2].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimateScaleX.m_Curve.Array.data[0].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimateScaleX.m_Curve.Array.data[1].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimateScaleX.m_Curve.Array.data[2].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimateScaleY.m_Curve.Array.data[0].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimateScaleY.m_Curve.Array.data[1].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimateScaleY.m_Curve.Array.data[2].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimateScaleZ.m_Curve.Array.data[0].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimateScaleZ.m_Curve.Array.data[1].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimateScaleZ.m_Curve.Array.data[2].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].ToDestinationCurve.m_Curve.Array.data[0].time - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].ToDestinationCurve.m_Curve.Array.data[1].time - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].ToDestinationCurve.m_Curve.Array.data[2].time - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].AnimateScaleX.m_Curve.Array.data[0].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].AnimateScaleX.m_Curve.Array.data[1].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].AnimateScaleX.m_Curve.Array.data[2].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].AnimateScaleY.m_Curve.Array.data[0].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].AnimateScaleY.m_Curve.Array.data[1].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].AnimateScaleY.m_Curve.Array.data[2].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].AnimateScaleZ.m_Curve.Array.data[0].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].AnimateScaleZ.m_Curve.Array.data[1].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].AnimateScaleZ.m_Curve.Array.data[2].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].OneTimeCurve.m_Curve.Array.data[0].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].OneTimeCurve.m_Curve.Array.data[1].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].OneTimeCurve.m_Curve.Array.data[2].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].ToDestinationCurve.m_Curve.Array.data[0].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].ToDestinationCurve.m_Curve.Array.data[1].value - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].ToDestinationCurve.m_Curve.Array.data[2].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateScaleX.m_Curve.Array.data[0].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateScaleX.m_Curve.Array.data[1].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateScaleX.m_Curve.Array.data[2].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateScaleY.m_Curve.Array.data[0].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateScaleY.m_Curve.Array.data[1].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateScaleY.m_Curve.Array.data[2].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateScaleZ.m_Curve.Array.data[0].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateScaleZ.m_Curve.Array.data[1].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateScaleZ.m_Curve.Array.data[2].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurve.m_Curve.Array.data[0].time - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurve.m_Curve.Array.data[1].time - value: 0.1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurve.m_Curve.Array.data[2].time - value: 0.9 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurve.m_Curve.Array.data[3].time - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimateScaleX.m_Curve.Array.data[0].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimateScaleX.m_Curve.Array.data[1].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimateScaleX.m_Curve.Array.data[2].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimateScaleY.m_Curve.Array.data[0].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimateScaleY.m_Curve.Array.data[1].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimateScaleY.m_Curve.Array.data[2].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimateScaleZ.m_Curve.Array.data[0].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimateScaleZ.m_Curve.Array.data[1].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimateScaleZ.m_Curve.Array.data[2].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].OneTimeCurve.m_Curve.Array.data[0].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].OneTimeCurve.m_Curve.Array.data[1].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].OneTimeCurve.m_Curve.Array.data[2].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].AnimateScaleX.m_Curve.Array.data[0].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].AnimateScaleX.m_Curve.Array.data[1].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].AnimateScaleX.m_Curve.Array.data[2].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].AnimateScaleY.m_Curve.Array.data[0].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].AnimateScaleY.m_Curve.Array.data[1].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].AnimateScaleY.m_Curve.Array.data[2].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].AnimateScaleZ.m_Curve.Array.data[0].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].AnimateScaleZ.m_Curve.Array.data[1].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].AnimateScaleZ.m_Curve.Array.data[2].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateScaleX.m_Curve.Array.data[0].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateScaleX.m_Curve.Array.data[1].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateScaleX.m_Curve.Array.data[2].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateScaleY.m_Curve.Array.data[0].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateScaleY.m_Curve.Array.data[1].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateScaleY.m_Curve.Array.data[2].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateScaleZ.m_Curve.Array.data[0].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateScaleZ.m_Curve.Array.data[1].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateScaleZ.m_Curve.Array.data[2].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurve.m_Curve.Array.data[0].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurve.m_Curve.Array.data[1].value - value: 0.05 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurve.m_Curve.Array.data[2].value - value: 0.95 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurve.m_Curve.Array.data[3].value - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveX.m_Curve.Array.data[0].time - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveX.m_Curve.Array.data[1].time - value: 0.3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveX.m_Curve.Array.data[2].time - value: 0.6 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveX.m_Curve.Array.data[3].time - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveY.m_Curve.Array.data[0].time - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveY.m_Curve.Array.data[1].time - value: 0.17963868 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveY.m_Curve.Array.data[2].time - value: 0.45559084 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveY.m_Curve.Array.data[3].time - value: 0.7308886 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveY.m_Curve.Array.data[4].time - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveZ.m_Curve.Array.data[0].time - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveZ.m_Curve.Array.data[1].time - value: 0.3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveZ.m_Curve.Array.data[2].time - value: 0.6 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveZ.m_Curve.Array.data[3].time - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimateScaleX.m_Curve.Array.data[0].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimateScaleX.m_Curve.Array.data[1].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimateScaleX.m_Curve.Array.data[2].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimateScaleY.m_Curve.Array.data[0].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimateScaleY.m_Curve.Array.data[1].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimateScaleY.m_Curve.Array.data[2].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimateScaleZ.m_Curve.Array.data[0].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimateScaleZ.m_Curve.Array.data[1].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimateScaleZ.m_Curve.Array.data[2].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].ToDestinationCurve.m_Curve.Array.data[0].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].ToDestinationCurve.m_Curve.Array.data[1].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].ToDestinationCurve.m_Curve.Array.data[2].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].AnimateScaleX.m_Curve.Array.data[0].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].AnimateScaleX.m_Curve.Array.data[1].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].AnimateScaleX.m_Curve.Array.data[2].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].AnimateScaleY.m_Curve.Array.data[0].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].AnimateScaleY.m_Curve.Array.data[1].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].AnimateScaleY.m_Curve.Array.data[2].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].AnimateScaleZ.m_Curve.Array.data[0].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].AnimateScaleZ.m_Curve.Array.data[1].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].AnimateScaleZ.m_Curve.Array.data[2].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveX.m_Curve.Array.data[0].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveX.m_Curve.Array.data[1].value - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveX.m_Curve.Array.data[2].value - value: -1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveX.m_Curve.Array.data[3].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveY.m_Curve.Array.data[0].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveY.m_Curve.Array.data[1].value - value: 1.0138397 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveY.m_Curve.Array.data[2].value - value: -0.9584961 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveY.m_Curve.Array.data[3].value - value: 0.48429334 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveY.m_Curve.Array.data[4].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveZ.m_Curve.Array.data[0].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveZ.m_Curve.Array.data[1].value - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveZ.m_Curve.Array.data[2].value - value: -1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveZ.m_Curve.Array.data[3].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].ToDestinationCurve.m_Curve.Array.data[0].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].ToDestinationCurve.m_Curve.Array.data[0].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].ToDestinationCurve.m_Curve.Array.data[1].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].ToDestinationCurve.m_Curve.Array.data[1].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].ToDestinationCurve.m_Curve.Array.data[2].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].ToDestinationCurve.m_Curve.Array.data[2].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurve.m_Curve.Array.data[0].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurve.m_Curve.Array.data[1].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurve.m_Curve.Array.data[2].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurve.m_Curve.Array.data[3].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].ToDestinationCurve.m_Curve.Array.data[0].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].ToDestinationCurve.m_Curve.Array.data[1].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].ToDestinationCurve.m_Curve.Array.data[2].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurve.m_Curve.Array.data[0].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurve.m_Curve.Array.data[0].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurve.m_Curve.Array.data[1].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurve.m_Curve.Array.data[1].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurve.m_Curve.Array.data[2].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurve.m_Curve.Array.data[2].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurve.m_Curve.Array.data[3].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurve.m_Curve.Array.data[3].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveX.m_Curve.Array.data[0].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveX.m_Curve.Array.data[1].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveX.m_Curve.Array.data[2].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveX.m_Curve.Array.data[3].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveY.m_Curve.Array.data[0].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveY.m_Curve.Array.data[1].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveY.m_Curve.Array.data[2].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveY.m_Curve.Array.data[3].inSlope - value: 2.5939753 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveY.m_Curve.Array.data[4].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveZ.m_Curve.Array.data[0].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveZ.m_Curve.Array.data[1].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveZ.m_Curve.Array.data[2].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveZ.m_Curve.Array.data[3].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurve.m_Curve.Array.data[0].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurve.m_Curve.Array.data[1].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurve.m_Curve.Array.data[2].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurve.m_Curve.Array.data[3].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveX.m_Curve.Array.data[0].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveX.m_Curve.Array.data[0].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveX.m_Curve.Array.data[1].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveX.m_Curve.Array.data[1].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveX.m_Curve.Array.data[2].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveX.m_Curve.Array.data[2].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveX.m_Curve.Array.data[3].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveX.m_Curve.Array.data[3].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveY.m_Curve.Array.data[0].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveY.m_Curve.Array.data[0].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveY.m_Curve.Array.data[1].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveY.m_Curve.Array.data[1].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveY.m_Curve.Array.data[2].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveY.m_Curve.Array.data[2].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveY.m_Curve.Array.data[3].inWeight - value: 0.33333334 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveY.m_Curve.Array.data[3].outSlope - value: 2.5939753 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveY.m_Curve.Array.data[4].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveY.m_Curve.Array.data[4].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveZ.m_Curve.Array.data[0].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveZ.m_Curve.Array.data[0].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveZ.m_Curve.Array.data[1].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveZ.m_Curve.Array.data[1].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveZ.m_Curve.Array.data[2].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveZ.m_Curve.Array.data[2].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveZ.m_Curve.Array.data[3].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveZ.m_Curve.Array.data[3].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].ToDestinationCurve.m_Curve.Array.data[0].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].ToDestinationCurve.m_Curve.Array.data[1].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].ToDestinationCurve.m_Curve.Array.data[2].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveX.m_Curve.Array.data[0].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveX.m_Curve.Array.data[1].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveX.m_Curve.Array.data[2].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveX.m_Curve.Array.data[3].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveY.m_Curve.Array.data[0].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveY.m_Curve.Array.data[1].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveY.m_Curve.Array.data[2].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveY.m_Curve.Array.data[3].outWeight - value: 0.33333334 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveY.m_Curve.Array.data[4].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveZ.m_Curve.Array.data[0].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveZ.m_Curve.Array.data[1].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveZ.m_Curve.Array.data[2].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveZ.m_Curve.Array.data[3].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].ToDestinationCurve.m_Curve.Array.data[0].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].ToDestinationCurve.m_Curve.Array.data[1].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].ToDestinationCurve.m_Curve.Array.data[2].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurve.m_Curve.Array.data[0].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurve.m_Curve.Array.data[1].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurve.m_Curve.Array.data[2].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurve.m_Curve.Array.data[3].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurve.m_Curve.Array.data[0].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurve.m_Curve.Array.data[1].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurve.m_Curve.Array.data[2].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurve.m_Curve.Array.data[3].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveX.m_Curve.Array.data[0].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveX.m_Curve.Array.data[1].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveX.m_Curve.Array.data[2].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveX.m_Curve.Array.data[3].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveY.m_Curve.Array.data[0].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveY.m_Curve.Array.data[1].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveY.m_Curve.Array.data[2].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveY.m_Curve.Array.data[3].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveY.m_Curve.Array.data[4].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveZ.m_Curve.Array.data[0].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveZ.m_Curve.Array.data[1].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveZ.m_Curve.Array.data[2].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveZ.m_Curve.Array.data[3].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveX.m_Curve.Array.data[0].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveX.m_Curve.Array.data[1].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveX.m_Curve.Array.data[2].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveX.m_Curve.Array.data[3].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveY.m_Curve.Array.data[0].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveY.m_Curve.Array.data[1].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveY.m_Curve.Array.data[2].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveY.m_Curve.Array.data[3].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveY.m_Curve.Array.data[4].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveZ.m_Curve.Array.data[0].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveZ.m_Curve.Array.data[1].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveZ.m_Curve.Array.data[2].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveZ.m_Curve.Array.data[3].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 9167406172343059487, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_IsActive - value: 0 - objectReference: {fileID: 0} - m_RemovedComponents: - - {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, type: 3} - m_RemovedGameObjects: [] - m_AddedGameObjects: [] - m_AddedComponents: [] - m_SourcePrefab: {fileID: 100100000, guid: a16c33a1240b8ce4f930161a7c85fae6, type: 3} ---- !u!1001 &1552997111 -PrefabInstance: - m_ObjectHideFlags: 0 - serializedVersion: 2 - m_Modification: - serializedVersion: 3 - m_TransformParent: {fileID: 1557570896} - m_Modifications: - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_Pivot.x - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_Pivot.y - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_RootOrder - value: 95 - objectReference: {fileID: 0} - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_AnchorMax.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_AnchorMax.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_AnchorMin.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_AnchorMin.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_SizeDelta.x - value: 256.1 - objectReference: {fileID: 0} - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_SizeDelta.y - value: 30 - objectReference: {fileID: 0} - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_LocalPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_LocalPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_LocalPosition.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_LocalRotation.w - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_LocalRotation.x - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_LocalRotation.y - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_LocalRotation.z - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_AnchoredPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_AnchoredPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_LocalEulerAnglesHint.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_LocalEulerAnglesHint.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_LocalEulerAnglesHint.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2251616714236910816, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_Text - value: UI - objectReference: {fileID: 0} - - target: {fileID: 2251616714236910816, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_Color.b - value: 0.25490198 - objectReference: {fileID: 0} - - target: {fileID: 2251616714236910816, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_Color.g - value: 0.007843138 - objectReference: {fileID: 0} - - target: {fileID: 2251616714236910816, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_Color.r - value: 0.88235295 - objectReference: {fileID: 0} - - target: {fileID: 3358702390296254852, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_Name - value: Title - UI - objectReference: {fileID: 0} - m_RemovedComponents: [] - m_RemovedGameObjects: [] - m_AddedGameObjects: [] - m_AddedComponents: [] - m_SourcePrefab: {fileID: 100100000, guid: d0c10e574f6f1af43b3af7996a878151, type: 3} ---- !u!224 &1552997112 stripped -RectTransform: - m_CorrespondingSourceObject: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - m_PrefabInstance: {fileID: 1552997111} - m_PrefabAsset: {fileID: 0} ---- !u!1 &1553717072 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 1553717073} - - component: {fileID: 1553717075} - - component: {fileID: 1553717074} - m_Layer: 5 - m_Name: MMFeedbackImageTester - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!224 &1553717073 -RectTransform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1553717072} - m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: 0} - m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 - m_Children: [] - m_Father: {fileID: 1380114351} - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} - m_AnchorMin: {x: 1, y: 1} - m_AnchorMax: {x: 1, y: 1} - m_AnchoredPosition: {x: -90, y: -90} - m_SizeDelta: {x: 100, y: 100} - m_Pivot: {x: 0.5, y: 0.5} ---- !u!114 &1553717074 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1553717072} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} - m_Name: - m_EditorClassIdentifier: - m_Material: {fileID: 0} - m_Color: {r: 1, g: 1, b: 1, a: 0} - m_RaycastTarget: 0 - m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0} - m_Maskable: 1 - m_OnCullStateChanged: - m_PersistentCalls: - m_Calls: [] - m_Sprite: {fileID: 21300000, guid: 6fd0b649401ca5b419a5ebf5df170c0f, type: 3} - m_Type: 0 - m_PreserveAspect: 0 - m_FillCenter: 1 - m_FillMethod: 4 - m_FillAmount: 1 - m_FillClockwise: 1 - m_FillOrigin: 0 - m_UseSpriteMesh: 0 - m_PixelsPerUnitMultiplier: 1 ---- !u!222 &1553717075 -CanvasRenderer: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1553717072} - m_CullTransparentMesh: 0 ---- !u!1001 &1553809552 -PrefabInstance: - m_ObjectHideFlags: 0 - serializedVersion: 2 - m_Modification: - serializedVersion: 3 - m_TransformParent: {fileID: 1557570896} - m_Modifications: - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: Feedbacks.Array.size - value: 6 - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[0]' - value: - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[1]' - value: - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[2]' - value: - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[3]' - value: - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[4]' - value: - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[5]' - value: - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Pivot.x - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Pivot.y - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_RootOrder - value: 103 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMax.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMax.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMin.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMin.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_SizeDelta.x - value: 256.1 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_SizeDelta.y - value: 30 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalPosition.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.w - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.x - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.y - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.z - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchoredPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchoredPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalEulerAnglesHint.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalEulerAnglesHint.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalEulerAnglesHint.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604939, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_OnClick.m_PersistentCalls.m_Calls.Array.data[0].m_Target - value: - objectReference: {fileID: 199427130} - - target: {fileID: 2903879014986604939, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_OnClick.m_PersistentCalls.m_Calls.Array.data[0].m_MethodName - value: PlayFeedbacks - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604939, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_OnClick.m_PersistentCalls.m_Calls.Array.data[0].m_Arguments.m_ObjectArgumentAssemblyTypeName - value: UnityEngine.Object, UnityEngine - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604941, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Name - value: Button - RectTransform Pivot - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Text - value: RectTransform Pivot - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Color.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Color.b - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Color.g - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Color.r - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 4258887795993319071, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: NotSupportedInWebGL - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.size - value: 6 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[0]' - value: MoreMountains.Feedbacks MoreMountains.Feedbacks.MMF_AudioSource - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[1]' - value: MoreMountains.Feedbacks MoreMountains.Feedbacks.MMF_SetActive - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[2]' - value: MoreMountains.Feedbacks MoreMountains.Feedbacks.MMF_Pause - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[3]' - value: MoreMountains.Feedbacks.MMTools MoreMountains.Feedbacks.MMF_RectTransformPivot - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[4]' - value: MoreMountains.Feedbacks MoreMountains.Feedbacks.MMF_HoldingPause - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[5]' - value: MoreMountains.Feedbacks MoreMountains.Feedbacks.MMF_SetActive - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Mode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Mode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Label - value: AudioSource - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Label - value: Set Active - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Label - value: Pause - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Label - value: RectTransform Pivot - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Label - value: Holding Pause - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Label - value: Set Active - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].MaxPitch - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].MinPitch - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].UniqueID - value: -1284576673 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].UniqueID - value: 705007058 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].UniqueID - value: 1229271750 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Duration - value: 0.2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].UniqueID - value: -1063753223 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].UniqueID - value: 1943173920 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].UniqueID - value: -1085249493 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].MaxVolume - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].MinVolume - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].StartsOff - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AutoResume - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].RemapOne.x - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].RemapOne.y - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AutoResume - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].StateOnInit - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].StateOnPlay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].StateOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].RemapZero.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].RemapZero.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].StateOnInit - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].StateOnPlay - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].StateOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].StateOnReset - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].ScriptDriven - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].ScriptDriven - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].StateOnReset - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].PauseDuration - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].DisableOnStop - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].PauseDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].SetStateOnInit - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].SetStateOnPlay - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].SetStateOnStop - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].RelativeValues - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].SetStateOnInit - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].SetStateOnPlay - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].SetStateOnStop - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].SetStateOnReset - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AutoResumeAfter - value: 0.25 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AutoResumeAfter - value: 0.25 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].SetStateOnReset - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].TargetGameObject - value: - objectReference: {fileID: 366288791} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].MaxPauseDuration - value: 3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].MinPauseDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].MaxPauseDuration - value: 3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].MinPauseDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].TargetGameObject - value: - objectReference: {fileID: 366288791} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].TargetAudioSource - value: - objectReference: {fileID: 478010195} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].SfxAudioMixerGroup - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AllowAdditivePlays - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].RandomizeOnEachPlay - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].TargetRectTransform - value: - objectReference: {fileID: 366288792} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].RandomizeOnEachPlay - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].RandomSfx.Array.size - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].RandomizePauseDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].RandomizePauseDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].SpeedCurve.MMTweenCurve - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].SpeedCurve.Curve.m_PreInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].SpeedCurve.Curve.m_PostInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].SpeedCurve.Curve.m_RotationOrder - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].SpeedCurve.MMTweenDefinitionType - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].SpeedCurve.Curve.m_Curve.Array.size - value: 3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].SpeedCurve.Curve.m_Curve.Array.data[0].time - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].SpeedCurve.Curve.m_Curve.Array.data[1].time - value: 0.25 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].SpeedCurve.Curve.m_Curve.Array.data[2].time - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].SpeedCurve.Curve.m_Curve.Array.data[0].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].SpeedCurve.Curve.m_Curve.Array.data[1].value - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].SpeedCurve.Curve.m_Curve.Array.data[2].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].SpeedCurve.Curve.m_Curve.Array.data[0].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].SpeedCurve.Curve.m_Curve.Array.data[1].inSlope - value: -0.64006793 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].SpeedCurve.Curve.m_Curve.Array.data[2].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].SpeedCurve.Curve.m_Curve.Array.data[0].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].SpeedCurve.Curve.m_Curve.Array.data[0].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].SpeedCurve.Curve.m_Curve.Array.data[1].inWeight - value: 0.33333334 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].SpeedCurve.Curve.m_Curve.Array.data[1].outSlope - value: -0.64006793 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].SpeedCurve.Curve.m_Curve.Array.data[2].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].SpeedCurve.Curve.m_Curve.Array.data[2].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].SpeedCurve.Curve.m_Curve.Array.data[0].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].SpeedCurve.Curve.m_Curve.Array.data[1].outWeight - value: 0.33333334 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].SpeedCurve.Curve.m_Curve.Array.data[2].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].SpeedCurve.Curve.m_Curve.Array.data[0].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].SpeedCurve.Curve.m_Curve.Array.data[1].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].SpeedCurve.Curve.m_Curve.Array.data[2].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].SpeedCurve.Curve.m_Curve.Array.data[0].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].SpeedCurve.Curve.m_Curve.Array.data[1].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].SpeedCurve.Curve.m_Curve.Array.data[2].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 9167406172343059487, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_IsActive - value: 0 - objectReference: {fileID: 0} - m_RemovedComponents: - - {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, type: 3} - m_RemovedGameObjects: [] - m_AddedGameObjects: [] - m_AddedComponents: [] - m_SourcePrefab: {fileID: 100100000, guid: a16c33a1240b8ce4f930161a7c85fae6, type: 3} ---- !u!224 &1553809553 stripped -RectTransform: - m_CorrespondingSourceObject: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - m_PrefabInstance: {fileID: 1553809552} - m_PrefabAsset: {fileID: 0} ---- !u!1001 &1554771089 -PrefabInstance: - m_ObjectHideFlags: 0 - serializedVersion: 2 - m_Modification: - serializedVersion: 3 - m_TransformParent: {fileID: 1557570896} - m_Modifications: - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: Feedbacks.Array.size - value: 7 - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[0]' - value: - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[1]' - value: - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[2]' - value: - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[3]' - value: - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[4]' - value: - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[5]' - value: - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[6]' - value: - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[7]' - value: - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Pivot.x - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Pivot.y - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_RootOrder - value: 122 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMax.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMax.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMin.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMin.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_SizeDelta.x - value: 256.1 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_SizeDelta.y - value: 30 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalPosition.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.w - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.x - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.y - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.z - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchoredPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchoredPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalEulerAnglesHint.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalEulerAnglesHint.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalEulerAnglesHint.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604939, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_OnClick.m_PersistentCalls.m_Calls.Array.data[0].m_Target - value: - objectReference: {fileID: 1865560496} - - target: {fileID: 2903879014986604939, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_OnClick.m_PersistentCalls.m_Calls.Array.data[0].m_MethodName - value: PlayFeedbacks - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604939, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_OnClick.m_PersistentCalls.m_Calls.Array.data[0].m_Arguments.m_ObjectArgumentAssemblyTypeName - value: UnityEngine.Object, UnityEngine - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604941, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Name - value: Button - Dilate - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Text - value: TMP Dilate - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Color.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Color.b - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Color.g - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Color.r - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 4258887795993319071, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: NotSupportedInWebGL - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.size - value: 7 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[0]' - value: MoreMountains.Feedbacks MoreMountains.Feedbacks.MMF_AudioSource - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[1]' - value: MoreMountains.Feedbacks MoreMountains.Feedbacks.MMF_SetActive - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[2]' - value: MoreMountains.Feedbacks.TextMeshPro MoreMountains.Feedbacks.MMF_TMPText - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[3]' - value: MoreMountains.Feedbacks MoreMountains.Feedbacks.MMF_Pause - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[4]' - value: MoreMountains.Feedbacks.TextMeshPro MoreMountains.Feedbacks.MMF_TMPDilate - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[5]' - value: MoreMountains.Feedbacks MoreMountains.Feedbacks.MMF_HoldingPause - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[6]' - value: MoreMountains.Feedbacks MoreMountains.Feedbacks.MMF_SetActive - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Mode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Mode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Label - value: AudioSource - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Label - value: Set Active - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Label - value: TMP Text - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Label - value: Pause - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Label - value: TMP Dilate - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Label - value: Holding Pause - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Label - value: Set Inactive - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].NewText - value: "This text\nis going \nto dilate" - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].MaxPitch - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].MinPitch - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].UniqueID - value: 1549072251 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].UniqueID - value: -401774608 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].UniqueID - value: 1894416935 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].UniqueID - value: 1404910520 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Duration - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].RemapOne - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].UniqueID - value: 379289212 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].UniqueID - value: -799762543 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].UniqueID - value: -2121889118 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].MaxVolume - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].MinVolume - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].RemapZero - value: -1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AutoResume - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].AutoResume - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].StateOnInit - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].StateOnPlay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].StateOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].StateOnInit - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].StateOnPlay - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].StateOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].StateOnReset - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].ScriptDriven - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].ScriptDriven - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].StateOnReset - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].TargetTMPText - value: - objectReference: {fileID: 1996559228} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].PauseDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].InstantDilate - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].TargetTMPText - value: - objectReference: {fileID: 1996559228} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].PauseDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].SetStateOnInit - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].SetStateOnPlay - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].SetStateOnStop - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].RelativeValues - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].SetStateOnInit - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].SetStateOnPlay - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].SetStateOnStop - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].SetStateOnReset - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AutoResumeAfter - value: 0.25 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].AutoResumeAfter - value: 0.25 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].SetStateOnReset - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].TargetGameObject - value: - objectReference: {fileID: 930333314} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].MaxPauseDuration - value: 3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].MinPauseDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].MaxPauseDuration - value: 3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].MinPauseDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].TargetGameObject - value: - objectReference: {fileID: 930333314} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].TargetAudioSource - value: - objectReference: {fileID: 478010195} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].SfxAudioMixerGroup - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AllowAdditivePlays - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].RandomizeOnEachPlay - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].RandomizeOnEachPlay - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].RandomSfx.Array.size - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].RandomizePauseDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].RandomizePauseDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].DilateCurve.MMTweenCurve - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].DilateCurve.Curve.m_PreInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].DilateCurve.Curve.m_PostInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].DilateCurve.Curve.m_RotationOrder - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].DilateCurve.MMTweenDefinitionType - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].DilateCurve.Curve.m_Curve.Array.size - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].DilateCurve.Curve.m_Curve.Array.data[0].time - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].DilateCurve.Curve.m_Curve.Array.data[1].time - value: 0.20771486 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].DilateCurve.Curve.m_Curve.Array.data[2].time - value: 0.67989415 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].DilateCurve.Curve.m_Curve.Array.data[3].time - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].DilateCurve.Curve.m_Curve.Array.data[0].value - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].DilateCurve.Curve.m_Curve.Array.data[1].value - value: 0.9263458 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].DilateCurve.Curve.m_Curve.Array.data[2].value - value: 0.32733002 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].DilateCurve.Curve.m_Curve.Array.data[3].value - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].DilateCurve.Curve.m_Curve.Array.data[0].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].DilateCurve.Curve.m_Curve.Array.data[1].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].DilateCurve.Curve.m_Curve.Array.data[2].inSlope - value: -0.80709076 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].DilateCurve.Curve.m_Curve.Array.data[3].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].DilateCurve.Curve.m_Curve.Array.data[0].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].DilateCurve.Curve.m_Curve.Array.data[0].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].DilateCurve.Curve.m_Curve.Array.data[1].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].DilateCurve.Curve.m_Curve.Array.data[1].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].DilateCurve.Curve.m_Curve.Array.data[2].inWeight - value: 0.33333334 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].DilateCurve.Curve.m_Curve.Array.data[2].outSlope - value: -0.80709076 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].DilateCurve.Curve.m_Curve.Array.data[3].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].DilateCurve.Curve.m_Curve.Array.data[3].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].DilateCurve.Curve.m_Curve.Array.data[0].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].DilateCurve.Curve.m_Curve.Array.data[1].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].DilateCurve.Curve.m_Curve.Array.data[2].outWeight - value: 0.33333334 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].DilateCurve.Curve.m_Curve.Array.data[3].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].DilateCurve.Curve.m_Curve.Array.data[0].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].DilateCurve.Curve.m_Curve.Array.data[1].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].DilateCurve.Curve.m_Curve.Array.data[2].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].DilateCurve.Curve.m_Curve.Array.data[3].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].DilateCurve.Curve.m_Curve.Array.data[0].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].DilateCurve.Curve.m_Curve.Array.data[1].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].DilateCurve.Curve.m_Curve.Array.data[2].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].DilateCurve.Curve.m_Curve.Array.data[3].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 9167406172343059487, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_IsActive - value: 0 - objectReference: {fileID: 0} - m_RemovedComponents: - - {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, type: 3} - m_RemovedGameObjects: [] - m_AddedGameObjects: [] - m_AddedComponents: [] - m_SourcePrefab: {fileID: 100100000, guid: a16c33a1240b8ce4f930161a7c85fae6, type: 3} ---- !u!1 &1554797866 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 1554797867} - - component: {fileID: 1554797868} - m_Layer: 0 - m_Name: TextureOffset - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &1554797867 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1554797866} - serializedVersion: 2 - m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: 0} - m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 - m_Children: [] - m_Father: {fileID: 980395213} - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!114 &1554797868 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1554797866} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 6da43522623d4704e979466dc7650b65, type: 3} - m_Name: - m_EditorClassIdentifier: - Feedbacks: [] - InitializationMode: 2 - AutoInitialization: 1 - SafeMode: 3 - Direction: 0 - AutoChangeDirectionOnEnd: 0 - AutoPlayOnStart: 0 - AutoPlayOnEnable: 0 - ForceTimescaleMode: 0 - ForcedTimescaleMode: 1 - DurationMultiplier: 1 - TimescaleMultiplier: 1 - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 1.5} - DisplayFullDurationDetails: 0 - PlayerTimescaleMode: 1 - OnlyPlayIfWithinRange: 0 - RangeCenter: {fileID: 0} - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - IgnoreRangeEvents: 0 - CooldownDuration: 0 - InitialDelay: 0 - CanPlay: 1 - CanPlayWhileAlreadyPlaying: 1 - ChanceToPlay: 100 - FeedbacksIntensity: 1 - Events: - TriggerMMFeedbacksEvents: 0 - TriggerUnityEvents: 1 - OnPlay: - m_PersistentCalls: - m_Calls: [] - OnPause: - m_PersistentCalls: - m_Calls: [] - OnStop: - m_PersistentCalls: - m_Calls: [] - OnResume: - m_PersistentCalls: - m_Calls: [] - OnChangeDirection: - m_PersistentCalls: - m_Calls: [] - OnComplete: - m_PersistentCalls: - m_Calls: [] - OnRestoreInitialValues: - m_PersistentCalls: - m_Calls: [] - OnSkipToTheEnd: - m_PersistentCalls: - m_Calls: [] - OnInitializationComplete: - m_PersistentCalls: - m_Calls: [] - OnEnable: - m_PersistentCalls: - m_Calls: [] - OnDisable: - m_PersistentCalls: - m_Calls: [] - DebugActive: 0 - InScriptDrivenPause: 0 - FeedbacksList: - - rid: 0 - - rid: 1 - KeepPlayModeChanges: 0 - PerformanceMode: 0 - RestoreInitialValuesOnDisable: 0 - StopFeedbacksOnDisable: 0 - PlayCount: 0 - references: - version: 2 - RefIds: - - rid: 0 - type: {class: MMF_AudioSource, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: 1465063864 - Label: AudioSource - OriginalLabel: AudioSource - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 1554797868} - DebugActive: 0 - TargetAudioSource: {fileID: 478010195} - Mode: 0 - RandomSfx: [] - MinVolume: 1 - MaxVolume: 1 - MinPitch: 1 - MaxPitch: 1 - SfxAudioMixerGroup: {fileID: 0} - - rid: 1 - type: {class: MMF_TextureOffset, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: -2075834589 - Label: Texture Offset - OriginalLabel: Texture Offset - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 1554797868} - DebugActive: 0 - TargetRenderer: {fileID: 1952722753} - MaterialIndex: 0 - MaterialPropertyName: _MainTex_ST - Mode: 0 - Duration: 0.2 - RelativeValues: 1 - AllowAdditivePlays: 0 - UseMaterialPropertyBlocks: 1 - OffsetCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapZero: {x: 0, y: 0} - RemapOne: {x: 1, y: 1} - InstantOffset: {x: 0, y: 0} ---- !u!1 &1557570895 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 1557570896} - - component: {fileID: 1557570898} - - component: {fileID: 1557570897} - - component: {fileID: 1557570899} - m_Layer: 5 - m_Name: ScrollRectContent - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!224 &1557570896 -RectTransform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1557570895} - m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: 0} - m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 - m_Children: - - {fileID: 272652439} - - {fileID: 981640497} - - {fileID: 213566627} - - {fileID: 9986352} - - {fileID: 1739066701} - - {fileID: 2070007864} - - {fileID: 1362662702} - - {fileID: 1006123936} - - {fileID: 217388578} - - {fileID: 396224804} - - {fileID: 1849842079} - - {fileID: 1739563455} - - {fileID: 1532440642} - - {fileID: 279276975} - - {fileID: 1784896545} - - {fileID: 580466512} - - {fileID: 766097733} - - {fileID: 896620592} - - {fileID: 1771534064} - - {fileID: 1160888565} - - {fileID: 2047979719} - - {fileID: 1937080836} - - {fileID: 1073327969} - - {fileID: 636691499} - - {fileID: 1776384818} - - {fileID: 1047230304} - - {fileID: 810301941} - - {fileID: 1045794972} - - {fileID: 902164665} - - {fileID: 2125528535} - - {fileID: 1621965610} - - {fileID: 2090751988} - - {fileID: 1315337203} - - {fileID: 485821868} - - {fileID: 2080526699} - - {fileID: 1704993913} - - {fileID: 2102942939} - - {fileID: 39641650} - - {fileID: 1970883981} - - {fileID: 1165901246} - - {fileID: 1828891083} - - {fileID: 1418191309} - - {fileID: 1546866733} - - {fileID: 292740000} - - {fileID: 35522146} - - {fileID: 703714678} - - {fileID: 847590895} - - {fileID: 345297150} - - {fileID: 753153040} - - {fileID: 484483667} - - {fileID: 1849986100} - - {fileID: 115454326} - - {fileID: 1128529788} - - {fileID: 41169091} - - {fileID: 261408395} - - {fileID: 1661813787} - - {fileID: 378803345} - - {fileID: 1112039422} - - {fileID: 46647163} - - {fileID: 197085176} - - {fileID: 877856761} - - {fileID: 1495534302} - - {fileID: 1671487632} - - {fileID: 245413243} - - {fileID: 1676454695} - - {fileID: 1488419244} - - {fileID: 1271384669} - - {fileID: 554667720} - - {fileID: 1953837990} - - {fileID: 588770223} - - {fileID: 1157219855} - - {fileID: 687642634} - - {fileID: 245769432} - - {fileID: 1817712248} - - {fileID: 26493820} - - {fileID: 595829643} - - {fileID: 527797089} - - {fileID: 732587902} - - {fileID: 2024801395} - - {fileID: 15656833} - - {fileID: 1964054502} - - {fileID: 238600044} - - {fileID: 550520377} - - {fileID: 256874639} - - {fileID: 180013011} - - {fileID: 1669965811} - - {fileID: 1673405819} - - {fileID: 822393417} - - {fileID: 807672058} - - {fileID: 1163566730} - - {fileID: 1233331357} - - {fileID: 415119190} - - {fileID: 1116825811} - - {fileID: 562496822} - - {fileID: 1786825694} - - {fileID: 1921940407} - - {fileID: 1614073777} - - {fileID: 1637640902} - - {fileID: 1414669131} - - {fileID: 201008513} - - {fileID: 55742595} - - {fileID: 1237237820} - - {fileID: 1552997112} - - {fileID: 789421317} - - {fileID: 1009259868} - - {fileID: 2133652340} - - {fileID: 688679927} - - {fileID: 2146237011} - - {fileID: 1822503947} - - {fileID: 2124743333} - - {fileID: 1553809553} - - {fileID: 430465638} - - {fileID: 1196664495} - - {fileID: 658106042} - - {fileID: 139935527} - - {fileID: 355217679} - - {fileID: 1988794499} - - {fileID: 368265845} - - {fileID: 674380565} - - {fileID: 1834935231} - - {fileID: 12492436} - - {fileID: 1423764965} - - {fileID: 711747538} - - {fileID: 1760039387} - - {fileID: 1732742921} - - {fileID: 706999870} - - {fileID: 1333628087} - - {fileID: 1633494137} - - {fileID: 1949625886} - - {fileID: 905403629} - - {fileID: 609840737} - - {fileID: 1087628734} - - {fileID: 1669274229} - - {fileID: 1807709886} - - {fileID: 1688339344} - - {fileID: 1110636859} - - {fileID: 1502479124} - - {fileID: 1674133816} - - {fileID: 717690321} - - {fileID: 505047882} - - {fileID: 1932278732} - - {fileID: 1562915659} - - {fileID: 2043286264} - - {fileID: 1567191607} - - {fileID: 1880064942} - - {fileID: 812800412} - - {fileID: 95600557} - - {fileID: 273759754} - - {fileID: 744237847} - - {fileID: 1886383784} - - {fileID: 1436041481} - - {fileID: 1880652529} - - {fileID: 903517819} - - {fileID: 1511136509} - - {fileID: 293018815} - - {fileID: 420474248} - - {fileID: 224332053} - - {fileID: 911117210} - - {fileID: 92360760} - - {fileID: 1921879772} - - {fileID: 231437315} - - {fileID: 65210591} - m_Father: {fileID: 1361577706} - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} - m_AnchorMin: {x: 0, y: 1} - m_AnchorMax: {x: 1, y: 1} - m_AnchoredPosition: {x: 0, y: -3035.9983} - m_SizeDelta: {x: 0, y: 6432.787} - m_Pivot: {x: 0.5, y: 0.5} ---- !u!114 &1557570897 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1557570895} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} - m_Name: - m_EditorClassIdentifier: - m_Material: {fileID: 0} - m_Color: {r: 0.53333336, g: 0.62001604, b: 0.6784314, a: 0} - m_RaycastTarget: 1 - m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0} - m_Maskable: 1 - m_OnCullStateChanged: - m_PersistentCalls: - m_Calls: [] - m_Sprite: {fileID: 21300000, guid: a9fd44c7daf773c489b86519d261b198, type: 3} - m_Type: 0 - m_PreserveAspect: 0 - m_FillCenter: 1 - m_FillMethod: 4 - m_FillAmount: 1 - m_FillClockwise: 1 - m_FillOrigin: 0 - m_UseSpriteMesh: 0 - m_PixelsPerUnitMultiplier: 1 ---- !u!222 &1557570898 -CanvasRenderer: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1557570895} - m_CullTransparentMesh: 0 ---- !u!114 &1557570899 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1557570895} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 59f8146938fff824cb5fd77236b75775, type: 3} - m_Name: - m_EditorClassIdentifier: - m_Padding: - m_Left: 0 - m_Right: 0 - m_Top: 0 - m_Bottom: 0 - m_ChildAlignment: 0 - m_Spacing: 10 - m_ChildForceExpandWidth: 0 - m_ChildForceExpandHeight: 1 - m_ChildControlWidth: 0 - m_ChildControlHeight: 0 - m_ChildScaleWidth: 0 - m_ChildScaleHeight: 0 - m_ReverseArrangement: 0 ---- !u!1001 &1562915658 -PrefabInstance: - m_ObjectHideFlags: 0 - serializedVersion: 2 - m_Modification: - serializedVersion: 3 - m_TransformParent: {fileID: 1557570896} - m_Modifications: - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: Feedbacks.Array.size - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[0]' - value: - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[1]' - value: - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[2]' - value: - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Pivot.x - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Pivot.y - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_RootOrder - value: 128 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMax.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMax.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMin.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMin.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_SizeDelta.x - value: 256.1 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_SizeDelta.y - value: 30 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalPosition.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.w - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.x - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.y - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.z - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchoredPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchoredPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalEulerAnglesHint.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalEulerAnglesHint.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalEulerAnglesHint.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604939, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_OnClick.m_PersistentCalls.m_Calls.Array.data[0].m_Target - value: - objectReference: {fileID: 916246574} - - target: {fileID: 2903879014986604939, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_OnClick.m_PersistentCalls.m_Calls.Array.data[0].m_MethodName - value: PlayFeedbacks - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604939, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_OnClick.m_PersistentCalls.m_Calls.Array.data[0].m_Arguments.m_ObjectArgumentAssemblyTypeName - value: UnityEngine.Object, UnityEngine - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604941, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Name - value: Button - SpringAnimatorSpeed - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Text - value: Animator Speed Spring - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Color.b - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Color.g - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Color.r - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.size - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[0]' - value: MoreMountains.Feedbacks MoreMountains.Feedbacks.MMF_AudioSource - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[1]' - value: MoreMountains.Feedbacks MoreMountains.Feedbacks.MMF_Feedbacks - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Mode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Mode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Label - value: AudioSource - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Label - value: MMFeedbacks - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].MaxPitch - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].MinPitch - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].UniqueID - value: 66396446 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].UniqueID - value: -2142036682 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].UseRange - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].MaxVolume - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].MinVolume - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].EventRange - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].TargetFeedbacks - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].TargetAudioSource - value: - objectReference: {fileID: 478010195} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].SfxAudioMixerGroup - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].RandomSfx.Array.size - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].EventOriginTransform - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 9167406172343059487, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_IsActive - value: 0 - objectReference: {fileID: 0} - m_RemovedComponents: - - {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, type: 3} - m_RemovedGameObjects: [] - m_AddedGameObjects: [] - m_AddedComponents: [] - m_SourcePrefab: {fileID: 100100000, guid: a16c33a1240b8ce4f930161a7c85fae6, type: 3} ---- !u!224 &1562915659 stripped -RectTransform: - m_CorrespondingSourceObject: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - m_PrefabInstance: {fileID: 1562915658} - m_PrefabAsset: {fileID: 0} ---- !u!1 &1562927122 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 1562927123} - m_Layer: 0 - m_Name: BackgroundCubes - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &1562927123 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1562927122} - serializedVersion: 2 - m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: 0} - m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 - m_Children: - - {fileID: 1497539852} - - {fileID: 464204955} - - {fileID: 1299671011} - - {fileID: 80339207} - - {fileID: 166071377} - - {fileID: 1265447467} - - {fileID: 392459240} - - {fileID: 402886366} - m_Father: {fileID: 950021599} - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!224 &1567191607 stripped -RectTransform: - m_CorrespondingSourceObject: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - m_PrefabInstance: {fileID: 802401561} - m_PrefabAsset: {fileID: 0} ---- !u!1 &1572111972 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 1572111975} - - component: {fileID: 1572111974} - - component: {fileID: 1572111973} - - component: {fileID: 1572111976} - m_Layer: 0 - m_Name: FeedbacksDemoGhost - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 0 ---- !u!95 &1572111973 -Animator: - serializedVersion: 7 - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1572111972} - m_Enabled: 1 - m_Avatar: {fileID: 0} - m_Controller: {fileID: 9100000, guid: 06c82d171c672a241952a2b57940baed, type: 2} - m_CullingMode: 0 - m_UpdateMode: 0 - m_ApplyRootMotion: 0 - m_LinearVelocityBlending: 0 - m_StabilizeFeet: 0 - m_AnimatePhysics: 0 - m_WarningMessage: - m_HasTransformHierarchy: 1 - m_AllowConstantClipSamplingOptimization: 1 - m_KeepAnimatorStateOnDisable: 0 - m_WriteDefaultValuesOnDisable: 0 ---- !u!212 &1572111974 -SpriteRenderer: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1572111972} - m_Enabled: 1 - m_CastShadows: 0 - m_ReceiveShadows: 0 - m_DynamicOccludee: 1 - m_StaticShadowCaster: 0 - m_MotionVectors: 1 - m_LightProbeUsage: 1 - m_ReflectionProbeUsage: 1 - m_RayTracingMode: 0 - m_RayTraceProcedural: 0 - m_RayTracingAccelStructBuildFlagsOverride: 0 - m_RayTracingAccelStructBuildFlags: 1 - m_SmallMeshCulling: 1 - m_RenderingLayerMask: 1 - m_RendererPriority: 0 - m_Materials: - - {fileID: 10754, guid: 0000000000000000f000000000000000, type: 0} - m_StaticBatchInfo: - firstSubMesh: 0 - subMeshCount: 0 - m_StaticBatchRoot: {fileID: 0} - m_ProbeAnchor: {fileID: 0} - m_LightProbeVolumeOverride: {fileID: 0} - m_ScaleInLightmap: 1 - m_ReceiveGI: 1 - m_PreserveUVs: 0 - m_IgnoreNormalsForChartDetection: 0 - m_ImportantGI: 0 - m_StitchLightmapSeams: 1 - m_SelectedEditorRenderState: 0 - m_MinimumChartSize: 4 - m_AutoUVMaxDistance: 0.5 - m_AutoUVMaxAngle: 89 - m_LightmapParameters: {fileID: 0} - m_SortingLayerID: 0 - m_SortingLayer: 0 - m_SortingOrder: 0 - m_Sprite: {fileID: 21300000, guid: 6fd0b649401ca5b419a5ebf5df170c0f, type: 3} - m_Color: {r: 1, g: 1, b: 1, a: 1} - m_FlipX: 0 - m_FlipY: 0 - m_DrawMode: 0 - m_Size: {x: 0.24, y: 0.24} - m_AdaptiveModeThreshold: 0.5 - m_SpriteTileMode: 0 - m_WasSpriteAssigned: 1 - m_MaskInteraction: 0 - m_SpriteSortPoint: 0 ---- !u!4 &1572111975 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1572111972} - serializedVersion: 2 - m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: -3.25, y: 4.19, z: 9.42} - m_LocalScale: {x: 10, y: 10, z: 0} - m_ConstrainProportionsScale: 0 - m_Children: [] - m_Father: {fileID: 950021599} - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!114 &1572111976 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1572111972} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 69c5c5e06e4b97d419ad1fd8c422c7b6, type: 3} - m_Name: - m_EditorClassIdentifier: ---- !u!1 &1578471199 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 1578471200} - - component: {fileID: 1578471201} - m_Layer: 0 - m_Name: Position - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &1578471200 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1578471199} - serializedVersion: 2 - m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: 0} - m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 - m_Children: [] - m_Father: {fileID: 161331536} - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!114 &1578471201 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1578471199} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 6da43522623d4704e979466dc7650b65, type: 3} - m_Name: - m_EditorClassIdentifier: - Feedbacks: [] - InitializationMode: 2 - AutoInitialization: 1 - SafeMode: 3 - Direction: 0 - AutoChangeDirectionOnEnd: 0 - AutoPlayOnStart: 0 - AutoPlayOnEnable: 0 - ForceTimescaleMode: 0 - ForcedTimescaleMode: 1 - DurationMultiplier: 1 - TimescaleMultiplier: 1 - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 1.5} - DisplayFullDurationDetails: 0 - PlayerTimescaleMode: 1 - OnlyPlayIfWithinRange: 0 - RangeCenter: {fileID: 0} - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - IgnoreRangeEvents: 0 - CooldownDuration: 0 - InitialDelay: 0 - CanPlay: 1 - CanPlayWhileAlreadyPlaying: 1 - ChanceToPlay: 100 - FeedbacksIntensity: 1 - Events: - TriggerMMFeedbacksEvents: 0 - TriggerUnityEvents: 1 - OnPlay: - m_PersistentCalls: - m_Calls: [] - OnPause: - m_PersistentCalls: - m_Calls: [] - OnStop: - m_PersistentCalls: - m_Calls: [] - OnResume: - m_PersistentCalls: - m_Calls: [] - OnChangeDirection: - m_PersistentCalls: - m_Calls: [] - OnComplete: - m_PersistentCalls: - m_Calls: [] - OnRestoreInitialValues: - m_PersistentCalls: - m_Calls: [] - OnSkipToTheEnd: - m_PersistentCalls: - m_Calls: [] - OnInitializationComplete: - m_PersistentCalls: - m_Calls: [] - OnEnable: - m_PersistentCalls: - m_Calls: [] - OnDisable: - m_PersistentCalls: - m_Calls: [] - DebugActive: 0 - InScriptDrivenPause: 0 - FeedbacksList: - - rid: 0 - - rid: 1 - - rid: 2 - - rid: 3 - - rid: 4 - - rid: 5 - KeepPlayModeChanges: 0 - PerformanceMode: 0 - RestoreInitialValuesOnDisable: 0 - StopFeedbacksOnDisable: 0 - PlayCount: 0 - references: - version: 2 - RefIds: - - rid: 0 - type: {class: MMF_Position, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: 1288819580 - Label: Position - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 1578471201} - DebugActive: 0 - AnimatePositionTarget: {fileID: 1579498607} - Mode: 2 - Space: 0 - RandomizeRemap: 0 - MovementMode: 0 - AnimatePositionDuration: 0.1 - AnimatePositionSpeed: 1 - AnimatePositionTween: - MMTweenDefinitionType: 1 - MMTweenCurve: 4 - Curve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.11077271 - value: -0.098529056 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.8326782 - value: 1.6844361 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - Initialized: 1 - ConditionPropertyName: - EnumConditionPropertyName: Mode - EnumConditions: 0100010000000000000000000000000000000000000000000000000000000000 - RemapCurveZero: 0 - RemapCurveZeroAlt: 0 - RemapCurveOne: 1 - RemapCurveOneAlt: 0 - AnimateX: 0 - AnimatePositionTweenX: - MMTweenDefinitionType: 1 - MMTweenCurve: 4 - Curve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.3 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.6 - value: -1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - Initialized: 1 - ConditionPropertyName: AnimateX - EnumConditionPropertyName: - EnumConditions: 0000000000000000000000000000000000000000000000000000000000000000 - AnimateY: 0 - AnimatePositionTweenY: - MMTweenDefinitionType: 1 - MMTweenCurve: 4 - Curve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.3 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.6 - value: -1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - Initialized: 1 - ConditionPropertyName: AnimateY - EnumConditionPropertyName: - EnumConditions: 0000000000000000000000000000000000000000000000000000000000000000 - AnimateZ: 0 - AnimatePositionTweenZ: - MMTweenDefinitionType: 1 - MMTweenCurve: 4 - Curve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.3 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.6 - value: -1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - Initialized: 1 - ConditionPropertyName: AnimateZ - EnumConditionPropertyName: - EnumConditions: 0000000000000000000000000000000000000000000000000000000000000000 - AllowAdditivePlays: 0 - RelativePosition: 0 - DeterminePositionsOnPlay: 0 - InitialPosition: {x: 0, y: 0, z: 0} - DestinationPosition: {x: -0.5, y: 0.5, z: 0} - InitialPositionTransform: {fileID: 0} - DestinationPositionTransform: {fileID: 1990905541} - AnimatePositionCurveX: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.3 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.6 - value: -1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - AnimatePositionCurveY: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.3 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.6 - value: -1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - AnimatePositionCurveZ: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.3 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.6 - value: -1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - AnimatePositionCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.11077271 - value: -0.098529056 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.8326782 - value: 1.6844361 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - - rid: 1 - type: {class: MMF_Position, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: -576786089 - Label: Position - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0.1 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 1578471201} - DebugActive: 0 - AnimatePositionTarget: {fileID: 1579498607} - Mode: 2 - Space: 0 - RandomizeRemap: 0 - MovementMode: 0 - AnimatePositionDuration: 0.1 - AnimatePositionSpeed: 1 - AnimatePositionTween: - MMTweenDefinitionType: 1 - MMTweenCurve: 4 - Curve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.1 - value: -0.08861084 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.86557615 - value: 1.6325867 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - Initialized: 1 - ConditionPropertyName: - EnumConditionPropertyName: Mode - EnumConditions: 0100010000000000000000000000000000000000000000000000000000000000 - RemapCurveZero: 0 - RemapCurveZeroAlt: 0 - RemapCurveOne: 1 - RemapCurveOneAlt: 0 - AnimateX: 0 - AnimatePositionTweenX: - MMTweenDefinitionType: 1 - MMTweenCurve: 4 - Curve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.3 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.6 - value: -1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - Initialized: 1 - ConditionPropertyName: AnimateX - EnumConditionPropertyName: - EnumConditions: 0000000000000000000000000000000000000000000000000000000000000000 - AnimateY: 0 - AnimatePositionTweenY: - MMTweenDefinitionType: 1 - MMTweenCurve: 4 - Curve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.3 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.6 - value: -1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - Initialized: 1 - ConditionPropertyName: AnimateY - EnumConditionPropertyName: - EnumConditions: 0000000000000000000000000000000000000000000000000000000000000000 - AnimateZ: 0 - AnimatePositionTweenZ: - MMTweenDefinitionType: 1 - MMTweenCurve: 4 - Curve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.3 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.6 - value: -1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - Initialized: 1 - ConditionPropertyName: AnimateZ - EnumConditionPropertyName: - EnumConditions: 0000000000000000000000000000000000000000000000000000000000000000 - AllowAdditivePlays: 0 - RelativePosition: 0 - DeterminePositionsOnPlay: 0 - InitialPosition: {x: -0.5, y: 0.5, z: 0} - DestinationPosition: {x: 0, y: 1, z: 0} - InitialPositionTransform: {fileID: 0} - DestinationPositionTransform: {fileID: 902359850} - AnimatePositionCurveX: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.3 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.6 - value: -1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - AnimatePositionCurveY: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.3 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.6 - value: -1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - AnimatePositionCurveZ: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.3 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.6 - value: -1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - AnimatePositionCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.1 - value: -0.08861084 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.86557615 - value: 1.6325867 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - - rid: 2 - type: {class: MMF_Position, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: -1284577948 - Label: Position - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0.2 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 1578471201} - DebugActive: 0 - AnimatePositionTarget: {fileID: 1579498607} - Mode: 2 - Space: 0 - RandomizeRemap: 0 - MovementMode: 0 - AnimatePositionDuration: 0.1 - AnimatePositionSpeed: 1 - AnimatePositionTween: - MMTweenDefinitionType: 1 - MMTweenCurve: 4 - Curve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.27505645 - value: -0.06480713 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.54611814 - value: 1.5789864 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.7347806 - value: 0.44674563 - inSlope: -1.8650565 - outSlope: -1.8650565 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - Initialized: 1 - ConditionPropertyName: - EnumConditionPropertyName: Mode - EnumConditions: 0100010000000000000000000000000000000000000000000000000000000000 - RemapCurveZero: 0 - RemapCurveZeroAlt: 0 - RemapCurveOne: 1 - RemapCurveOneAlt: 0 - AnimateX: 0 - AnimatePositionTweenX: - MMTweenDefinitionType: 1 - MMTweenCurve: 4 - Curve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.3 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.6 - value: -1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - Initialized: 1 - ConditionPropertyName: AnimateX - EnumConditionPropertyName: - EnumConditions: 0000000000000000000000000000000000000000000000000000000000000000 - AnimateY: 0 - AnimatePositionTweenY: - MMTweenDefinitionType: 1 - MMTweenCurve: 4 - Curve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.3 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.6 - value: -1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - Initialized: 1 - ConditionPropertyName: AnimateY - EnumConditionPropertyName: - EnumConditions: 0000000000000000000000000000000000000000000000000000000000000000 - AnimateZ: 0 - AnimatePositionTweenZ: - MMTweenDefinitionType: 1 - MMTweenCurve: 4 - Curve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.3 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.6 - value: -1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - Initialized: 1 - ConditionPropertyName: AnimateZ - EnumConditionPropertyName: - EnumConditions: 0000000000000000000000000000000000000000000000000000000000000000 - AllowAdditivePlays: 0 - RelativePosition: 0 - DeterminePositionsOnPlay: 0 - InitialPosition: {x: 0, y: 1, z: 0} - DestinationPosition: {x: 0, y: 0, z: 0} - InitialPositionTransform: {fileID: 0} - DestinationPositionTransform: {fileID: 1431253384} - AnimatePositionCurveX: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.3 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.6 - value: -1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - AnimatePositionCurveY: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.3 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.6 - value: -1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - AnimatePositionCurveZ: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.3 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.6 - value: -1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - AnimatePositionCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.27505645 - value: -0.06480713 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.54611814 - value: 1.5789864 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.7347806 - value: 0.44674563 - inSlope: -1.8650565 - outSlope: -1.8650565 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - - rid: 3 - type: {class: MMF_Position, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: -1306843069 - Label: Position - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0.3 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 1578471201} - DebugActive: 0 - AnimatePositionTarget: {fileID: 1579498607} - Mode: 2 - Space: 0 - RandomizeRemap: 0 - MovementMode: 0 - AnimatePositionDuration: 0.1 - AnimatePositionSpeed: 1 - AnimatePositionTween: - MMTweenDefinitionType: 1 - MMTweenCurve: 4 - Curve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.1 - value: -0.08861084 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.86557615 - value: 1.6325867 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - Initialized: 1 - ConditionPropertyName: - EnumConditionPropertyName: Mode - EnumConditions: 0100010000000000000000000000000000000000000000000000000000000000 - RemapCurveZero: 0 - RemapCurveZeroAlt: 0 - RemapCurveOne: 1 - RemapCurveOneAlt: 0 - AnimateX: 0 - AnimatePositionTweenX: - MMTweenDefinitionType: 1 - MMTweenCurve: 4 - Curve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.3 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.6 - value: -1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - Initialized: 1 - ConditionPropertyName: AnimateX - EnumConditionPropertyName: - EnumConditions: 0000000000000000000000000000000000000000000000000000000000000000 - AnimateY: 0 - AnimatePositionTweenY: - MMTweenDefinitionType: 1 - MMTweenCurve: 4 - Curve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.3 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.6 - value: -1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - Initialized: 1 - ConditionPropertyName: AnimateY - EnumConditionPropertyName: - EnumConditions: 0000000000000000000000000000000000000000000000000000000000000000 - AnimateZ: 0 - AnimatePositionTweenZ: - MMTweenDefinitionType: 1 - MMTweenCurve: 4 - Curve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.3 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.6 - value: -1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - Initialized: 1 - ConditionPropertyName: AnimateZ - EnumConditionPropertyName: - EnumConditions: 0000000000000000000000000000000000000000000000000000000000000000 - AllowAdditivePlays: 0 - RelativePosition: 0 - DeterminePositionsOnPlay: 0 - InitialPosition: {x: 0, y: 1, z: 0} - DestinationPosition: {x: 0, y: 0, z: 0} - InitialPositionTransform: {fileID: 0} - DestinationPositionTransform: {fileID: 1195799690} - AnimatePositionCurveX: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.3 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.6 - value: -1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - AnimatePositionCurveY: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.3 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.6 - value: -1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - AnimatePositionCurveZ: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.3 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.6 - value: -1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - AnimatePositionCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.1 - value: -0.08861084 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.86557615 - value: 1.6325867 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - - rid: 4 - type: {class: MMF_Position, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: -590807912 - Label: Position - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0.4 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 1578471201} - DebugActive: 0 - AnimatePositionTarget: {fileID: 1579498607} - Mode: 2 - Space: 0 - RandomizeRemap: 0 - MovementMode: 0 - AnimatePositionDuration: 0.1 - AnimatePositionSpeed: 1 - AnimatePositionTween: - MMTweenDefinitionType: 1 - MMTweenCurve: 4 - Curve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - Initialized: 1 - ConditionPropertyName: - EnumConditionPropertyName: Mode - EnumConditions: 0100010000000000000000000000000000000000000000000000000000000000 - RemapCurveZero: 0 - RemapCurveZeroAlt: 0 - RemapCurveOne: 1 - RemapCurveOneAlt: 0 - AnimateX: 0 - AnimatePositionTweenX: - MMTweenDefinitionType: 1 - MMTweenCurve: 4 - Curve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.3 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.6 - value: -1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - Initialized: 1 - ConditionPropertyName: AnimateX - EnumConditionPropertyName: - EnumConditions: 0000000000000000000000000000000000000000000000000000000000000000 - AnimateY: 0 - AnimatePositionTweenY: - MMTweenDefinitionType: 1 - MMTweenCurve: 4 - Curve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.3 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.6 - value: -1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - Initialized: 1 - ConditionPropertyName: AnimateY - EnumConditionPropertyName: - EnumConditions: 0000000000000000000000000000000000000000000000000000000000000000 - AnimateZ: 0 - AnimatePositionTweenZ: - MMTweenDefinitionType: 1 - MMTweenCurve: 4 - Curve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.3 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.6 - value: -1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - Initialized: 1 - ConditionPropertyName: AnimateZ - EnumConditionPropertyName: - EnumConditions: 0000000000000000000000000000000000000000000000000000000000000000 - AllowAdditivePlays: 0 - RelativePosition: 0 - DeterminePositionsOnPlay: 0 - InitialPosition: {x: 0, y: 1, z: 0} - DestinationPosition: {x: 0, y: 0, z: 0} - InitialPositionTransform: {fileID: 0} - DestinationPositionTransform: {fileID: 885677165} - AnimatePositionCurveX: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.3 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.6 - value: -1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - AnimatePositionCurveY: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.3 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.6 - value: -1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - AnimatePositionCurveZ: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.3 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.6 - value: -1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - AnimatePositionCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - - rid: 5 - type: {class: MMF_AudioSource, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: 1394496824 - Label: AudioSource - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 1578471201} - DebugActive: 0 - TargetAudioSource: {fileID: 478010195} - Mode: 0 - RandomSfx: [] - MinVolume: 1 - MaxVolume: 1 - MinPitch: 1 - MaxPitch: 1 - SfxAudioMixerGroup: {fileID: 0} ---- !u!1 &1579498607 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 1579498608} - m_Layer: 0 - m_Name: Cupcake - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &1579498608 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1579498607} - serializedVersion: 2 - m_LocalRotation: {x: 0, y: 0.99272585, z: -0, w: -0.12039679} - m_LocalPosition: {x: 2.127, y: -1.443, z: 9} - m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 - m_Children: - - {fileID: 1034298455} - m_Father: {fileID: 950021599} - m_LocalEulerAnglesHint: {x: 0, y: 193.83, z: 0} ---- !u!1 &1582576611 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 1582576612} - m_Layer: 0 - m_Name: GameObject - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &1582576612 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1582576611} - serializedVersion: 2 - m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: 0} - m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 - m_Children: - - {fileID: 566666776} - - {fileID: 2059516056} - - {fileID: 1611117781} - - {fileID: 224207891} - - {fileID: 1892535168} - - {fileID: 1317828857} - - {fileID: 664164237} - - {fileID: 1907051851} - - {fileID: 1774723656} - - {fileID: 1592154971} - m_Father: {fileID: 999639631} - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!1001 &1587198415 -PrefabInstance: - m_ObjectHideFlags: 0 - serializedVersion: 2 - m_Modification: - serializedVersion: 3 - m_TransformParent: {fileID: 1557570896} - m_Modifications: - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: Feedbacks.Array.size - value: 11 - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[0]' - value: - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[1]' - value: - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[2]' - value: - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[3]' - value: - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[4]' - value: - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[5]' - value: - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[6]' - value: - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[7]' - value: - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[8]' - value: - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[9]' - value: - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[10]' - value: - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Pivot.x - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Pivot.y - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_RootOrder - value: 125 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMax.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMax.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMin.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMin.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_SizeDelta.x - value: 256.1 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_SizeDelta.y - value: 30 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalPosition.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.w - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.x - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.y - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.z - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchoredPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchoredPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalEulerAnglesHint.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalEulerAnglesHint.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalEulerAnglesHint.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604939, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_OnClick.m_PersistentCalls.m_Calls.Array.data[0].m_Target - value: - objectReference: {fileID: 934428179} - - target: {fileID: 2903879014986604939, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_OnClick.m_PersistentCalls.m_Calls.Array.data[0].m_MethodName - value: PlayFeedbacks - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604939, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_OnClick.m_PersistentCalls.m_Calls.Array.data[0].m_Arguments.m_ObjectArgumentAssemblyTypeName - value: UnityEngine.Object, UnityEngine - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604941, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Name - value: Button - CountTo - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Text - value: TMP Count To - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Color.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Color.b - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Color.g - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Color.r - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 4258887795993319071, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: NotSupportedInWebGL - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.size - value: 7 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[0]' - value: MoreMountains.Feedbacks MoreMountains.Feedbacks.MMF_AudioSource - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[1]' - value: MoreMountains.Feedbacks.TextMeshPro MoreMountains.Feedbacks.MMF_TMPText - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[2]' - value: MoreMountains.Feedbacks MoreMountains.Feedbacks.MMF_SetActive - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[3]' - value: MoreMountains.Feedbacks MoreMountains.Feedbacks.MMF_Pause - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[4]' - value: MoreMountains.Feedbacks.TextMeshPro MoreMountains.Feedbacks.MMF_TMPCountTo - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[5]' - value: MoreMountains.Feedbacks MoreMountains.Feedbacks.MMF_HoldingPause - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[6]' - value: MoreMountains.Feedbacks MoreMountains.Feedbacks.MMF_SetActive - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[7]' - value: MoreMountains.Feedbacks MoreMountains.Feedbacks.MMF_SetActive - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[8]' - value: MoreMountains.Feedbacks MoreMountains.Feedbacks.MMF_SetActive - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[9]' - value: MoreMountains.Feedbacks MoreMountains.Feedbacks.MMF_SetActive - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[10]' - value: MoreMountains.Feedbacks MoreMountains.Feedbacks.MMF_SetActive - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[11]' - value: MoreMountains.Feedbacks MoreMountains.Feedbacks.MMF_SetActive - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Mode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Label - value: AudioSource - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Label - value: TMP Text - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Label - value: Set Active - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Label - value: Pause - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Label - value: TMP Count To - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Label - value: Holding Pause - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Label - value: Set inactive - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].Label - value: Set inactive - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[8].Label - value: Set inactive - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[8].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[9].Label - value: Set inactive - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[9].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[10].Label - value: Set inactive - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[10].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[11].Label - value: Set inactive - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[11].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Format - value: 00.00 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Format - value: 00.00 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Format - value: 00.00 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Format - value: 00.00 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].Format - value: 00.00 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[8].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[8].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[8].Format - value: 00.00 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[9].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[9].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[9].Format - value: 00.00 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[10].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[10].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[10].Format - value: 00.00 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[11].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[11].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].NewText - value: "This feedback will \ncount from 0 to 100 in 5s" - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].CountTo - value: 10 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].CountTo - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].NewText - value: "Using the TMP \nText feedback..." - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].CountTo - value: 10 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].NewText - value: "Using the TMP \nText feedback..." - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].CountTo - value: 10 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].NewText - value: "you can \nchange its text..." - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].CountTo - value: 10 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].NewText - value: "you can \nchange its text..." - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[8].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[8].CountTo - value: 10 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[8].NewText - value: "...to anything \nyou want." - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[9].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[9].CountTo - value: 10 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[9].NewText - value: "...to anything \nyou want." - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].MaxPitch - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].MinPitch - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].UniqueID - value: -3598547 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[10].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[10].CountTo - value: 10 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[11].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].UniqueID - value: 233901120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].UniqueID - value: -2133985832 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Duration - value: 5 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].UniqueID - value: 696147010 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Duration - value: 5 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].UniqueID - value: 1842714408 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Duration - value: 5 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].UniqueID - value: -2146841106 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Duration - value: 5 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].UniqueID - value: 473838630 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].UniqueID - value: 473838630 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[8].UniqueID - value: 473838630 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[9].UniqueID - value: 473838630 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].MaxVolume - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].MinVolume - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[10].UniqueID - value: 473838630 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[11].UniqueID - value: 473838630 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].CountFrom - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].CountFrom - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].CountFrom - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].CountFrom - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].CountFrom - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[8].CountFrom - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[9].CountFrom - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[10].CountFrom - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AutoResume - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AutoResume - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].CountSpeed - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].AutoResume - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].CountSpeed - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].AutoResume - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].CountSpeed - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].AutoResume - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].CountSpeed - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[8].AutoResume - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[8].CountSpeed - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[9].AutoResume - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[9].CountSpeed - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[10].AutoResume - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[10].CountSpeed - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].StateOnInit - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].StateOnPlay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].StateOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].FloorValues - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].FloorValues - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].FloorValues - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].StateOnInit - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].StateOnPlay - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].StateOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].FloorValues - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].StateOnInit - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].StateOnPlay - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].StateOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].FloorValues - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[8].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[8].FloorValues - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[9].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[9].FloorValues - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[10].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[10].FloorValues - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[10].StateOnInit - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[10].StateOnPlay - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[10].StateOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[11].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[11].StateOnInit - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[11].StateOnPlay - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[11].StateOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].StateOnReset - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].ScriptDriven - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].ScriptDriven - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].ScriptDriven - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].StateOnReset - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].ScriptDriven - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].StateOnReset - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].ScriptDriven - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[8].ScriptDriven - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[9].ScriptDriven - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[10].ScriptDriven - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[10].StateOnReset - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[11].StateOnReset - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].TargetTMPText - value: - objectReference: {fileID: 500670851} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].PauseDuration - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].TargetTMPText - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].PauseDuration - value: 0.2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].TargetTMPText - value: - objectReference: {fileID: 500670851} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].PauseDuration - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].TargetTMPText - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].PauseDuration - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].TargetTMPText - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].PauseDuration - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].TargetTMPText - value: - objectReference: {fileID: 500670851} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[8].PauseDuration - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[8].TargetTMPText - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[9].PauseDuration - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[9].TargetTMPText - value: - objectReference: {fileID: 500670851} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[10].PauseDuration - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[10].TargetTMPText - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].SetStateOnInit - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].SetStateOnPlay - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].SetStateOnStop - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].SetStateOnInit - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].SetStateOnPlay - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].SetStateOnStop - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].SetStateOnInit - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].SetStateOnPlay - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].SetStateOnStop - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[8].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[8].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[8].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[8].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[8].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[9].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[9].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[9].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[9].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[9].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[10].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[10].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[10].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[10].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[10].SetStateOnInit - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[10].SetStateOnPlay - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[10].SetStateOnStop - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[10].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[11].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[11].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[11].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[11].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[11].SetStateOnInit - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[11].SetStateOnPlay - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[11].SetStateOnStop - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[11].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].SetStateOnReset - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AutoResumeAfter - value: 0.25 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AutoResumeAfter - value: 0.25 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].AutoResumeAfter - value: 0.25 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].SetStateOnReset - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].AutoResumeAfter - value: 0.25 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].SetStateOnReset - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].AutoResumeAfter - value: 0.25 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[8].AutoResumeAfter - value: 0.25 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[8].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[9].AutoResumeAfter - value: 0.25 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[9].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[10].AutoResumeAfter - value: 0.25 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[10].SetStateOnReset - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[10].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[11].SetStateOnReset - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[11].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].TargetGameObject - value: - objectReference: {fileID: 731678809} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].MaxPauseDuration - value: 3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].MinPauseDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].RefreshFrequency - value: 0.02 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].MaxPauseDuration - value: 3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].MinPauseDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].RefreshFrequency - value: 0.02 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].MaxPauseDuration - value: 3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].MinPauseDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].RefreshFrequency - value: 0.02 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].TargetGameObject - value: - objectReference: {fileID: 731678809} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].MaxPauseDuration - value: 3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].MinPauseDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].RefreshFrequency - value: 0.02 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].TargetGameObject - value: - objectReference: {fileID: 731678809} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].MaxPauseDuration - value: 3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].MinPauseDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].RefreshFrequency - value: 0.02 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[8].MaxPauseDuration - value: 3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[8].MinPauseDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[8].RefreshFrequency - value: 0.02 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[8].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[8].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[9].MaxPauseDuration - value: 3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[9].MinPauseDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[9].RefreshFrequency - value: 0.02 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[9].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[9].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].TargetAudioSource - value: - objectReference: {fileID: 478010195} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[10].MaxPauseDuration - value: 3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[10].MinPauseDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[10].RefreshFrequency - value: 0.02 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[10].TargetGameObject - value: - objectReference: {fileID: 731678809} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[10].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[10].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[11].TargetGameObject - value: - objectReference: {fileID: 731678809} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[11].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[11].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].SfxAudioMixerGroup - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].RandomizeOnEachPlay - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].MinRefreshFrequency - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].RandomizeOnEachPlay - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].RandomizeOnEachPlay - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].RandomizeOnEachPlay - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].RandomizeOnEachPlay - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[8].RandomizeOnEachPlay - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[8].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[9].RandomizeOnEachPlay - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[9].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].RandomSfx.Array.size - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[10].RandomizeOnEachPlay - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[10].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[11].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[8].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[8].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[8].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[9].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[9].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[9].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[10].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[10].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[10].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[11].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[11].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[11].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].RandomizePauseDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].RandomizePauseDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].RandomizePauseDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].RandomizePauseDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].RandomizePauseDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[8].RandomizePauseDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[8].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[9].RandomizePauseDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[9].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[10].RandomizePauseDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[10].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[11].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[8].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[8].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[9].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[9].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[10].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[10].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[11].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[11].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[8].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[9].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[10].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[11].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].CountingCurve.MMTweenCurve - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].CountingCurve.MMTweenCurve - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].CountingCurve.MMTweenCurve - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].CountingCurve.MMTweenCurve - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[8].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[9].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[10].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[11].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[8].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[8].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[8].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[9].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[9].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[9].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[10].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[10].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[10].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[11].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[11].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[11].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[8].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[9].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[10].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[11].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[8].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[9].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[10].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[11].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].CountingCurve.Curve.m_PreInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].CountingCurve.Curve.m_PreInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].CountingCurve.Curve.m_PreInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].CountingCurve.Curve.m_PreInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].CountingCurve.Curve.m_PostInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].CountingCurve.Curve.m_PostInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].CountingCurve.Curve.m_PostInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].CountingCurve.Curve.m_PostInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].CountingCurve.Curve.m_RotationOrder - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].CountingCurve.MMTweenDefinitionType - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].CountingCurve.Curve.m_RotationOrder - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].CountingCurve.MMTweenDefinitionType - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].CountingCurve.Curve.m_RotationOrder - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].CountingCurve.MMTweenDefinitionType - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].CountingCurve.Curve.m_RotationOrder - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].CountingCurve.MMTweenDefinitionType - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[8].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[9].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[10].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[11].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].CountingCurve.Curve.m_Curve.Array.size - value: 3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].CountingCurve.Curve.m_Curve.Array.size - value: 3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].CountingCurve.Curve.m_Curve.Array.size - value: 3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].CountingCurve.Curve.m_Curve.Array.size - value: 3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].CountingCurve.Curve.m_Curve.Array.data[0].time - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].CountingCurve.Curve.m_Curve.Array.data[1].time - value: 0.3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].CountingCurve.Curve.m_Curve.Array.data[2].time - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].CountingCurve.Curve.m_Curve.Array.data[0].time - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].CountingCurve.Curve.m_Curve.Array.data[1].time - value: 0.3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].CountingCurve.Curve.m_Curve.Array.data[2].time - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].CountingCurve.Curve.m_Curve.Array.data[0].time - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].CountingCurve.Curve.m_Curve.Array.data[1].time - value: 0.3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].CountingCurve.Curve.m_Curve.Array.data[2].time - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].CountingCurve.Curve.m_Curve.Array.data[0].time - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].CountingCurve.Curve.m_Curve.Array.data[1].time - value: 0.3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].CountingCurve.Curve.m_Curve.Array.data[2].time - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].CountingCurve.Curve.m_Curve.Array.data[0].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].CountingCurve.Curve.m_Curve.Array.data[1].value - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].CountingCurve.Curve.m_Curve.Array.data[2].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].CountingCurve.Curve.m_Curve.Array.data[0].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].CountingCurve.Curve.m_Curve.Array.data[1].value - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].CountingCurve.Curve.m_Curve.Array.data[2].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].CountingCurve.Curve.m_Curve.Array.data[0].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].CountingCurve.Curve.m_Curve.Array.data[1].value - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].CountingCurve.Curve.m_Curve.Array.data[2].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].CountingCurve.Curve.m_Curve.Array.data[0].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].CountingCurve.Curve.m_Curve.Array.data[1].value - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].CountingCurve.Curve.m_Curve.Array.data[2].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].CountingCurve.Curve.m_Curve.Array.data[0].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].CountingCurve.Curve.m_Curve.Array.data[1].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].CountingCurve.Curve.m_Curve.Array.data[2].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].CountingCurve.Curve.m_Curve.Array.data[0].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].CountingCurve.Curve.m_Curve.Array.data[1].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].CountingCurve.Curve.m_Curve.Array.data[2].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].CountingCurve.Curve.m_Curve.Array.data[0].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].CountingCurve.Curve.m_Curve.Array.data[1].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].CountingCurve.Curve.m_Curve.Array.data[2].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].CountingCurve.Curve.m_Curve.Array.data[0].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].CountingCurve.Curve.m_Curve.Array.data[1].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].CountingCurve.Curve.m_Curve.Array.data[2].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].CountingCurve.Curve.m_Curve.Array.data[0].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].CountingCurve.Curve.m_Curve.Array.data[0].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].CountingCurve.Curve.m_Curve.Array.data[1].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].CountingCurve.Curve.m_Curve.Array.data[1].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].CountingCurve.Curve.m_Curve.Array.data[2].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].CountingCurve.Curve.m_Curve.Array.data[2].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].CountingCurve.Curve.m_Curve.Array.data[0].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].CountingCurve.Curve.m_Curve.Array.data[0].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].CountingCurve.Curve.m_Curve.Array.data[1].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].CountingCurve.Curve.m_Curve.Array.data[1].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].CountingCurve.Curve.m_Curve.Array.data[2].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].CountingCurve.Curve.m_Curve.Array.data[2].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].CountingCurve.Curve.m_Curve.Array.data[0].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].CountingCurve.Curve.m_Curve.Array.data[0].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].CountingCurve.Curve.m_Curve.Array.data[1].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].CountingCurve.Curve.m_Curve.Array.data[1].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].CountingCurve.Curve.m_Curve.Array.data[2].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].CountingCurve.Curve.m_Curve.Array.data[2].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].CountingCurve.Curve.m_Curve.Array.data[0].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].CountingCurve.Curve.m_Curve.Array.data[0].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].CountingCurve.Curve.m_Curve.Array.data[1].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].CountingCurve.Curve.m_Curve.Array.data[1].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].CountingCurve.Curve.m_Curve.Array.data[2].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].CountingCurve.Curve.m_Curve.Array.data[2].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].CountingCurve.Curve.m_Curve.Array.data[0].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].CountingCurve.Curve.m_Curve.Array.data[1].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].CountingCurve.Curve.m_Curve.Array.data[2].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].CountingCurve.Curve.m_Curve.Array.data[0].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].CountingCurve.Curve.m_Curve.Array.data[1].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].CountingCurve.Curve.m_Curve.Array.data[2].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].CountingCurve.Curve.m_Curve.Array.data[0].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].CountingCurve.Curve.m_Curve.Array.data[1].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].CountingCurve.Curve.m_Curve.Array.data[2].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].CountingCurve.Curve.m_Curve.Array.data[0].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].CountingCurve.Curve.m_Curve.Array.data[1].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].CountingCurve.Curve.m_Curve.Array.data[2].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].CountingCurve.Curve.m_Curve.Array.data[0].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].CountingCurve.Curve.m_Curve.Array.data[1].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].CountingCurve.Curve.m_Curve.Array.data[2].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].CountingCurve.Curve.m_Curve.Array.data[0].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].CountingCurve.Curve.m_Curve.Array.data[1].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].CountingCurve.Curve.m_Curve.Array.data[2].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].CountingCurve.Curve.m_Curve.Array.data[0].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].CountingCurve.Curve.m_Curve.Array.data[1].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].CountingCurve.Curve.m_Curve.Array.data[2].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].CountingCurve.Curve.m_Curve.Array.data[0].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].CountingCurve.Curve.m_Curve.Array.data[1].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].CountingCurve.Curve.m_Curve.Array.data[2].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].CountingCurve.Curve.m_Curve.Array.data[0].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].CountingCurve.Curve.m_Curve.Array.data[1].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].CountingCurve.Curve.m_Curve.Array.data[2].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].CountingCurve.Curve.m_Curve.Array.data[0].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].CountingCurve.Curve.m_Curve.Array.data[1].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].CountingCurve.Curve.m_Curve.Array.data[2].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].CountingCurve.Curve.m_Curve.Array.data[0].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].CountingCurve.Curve.m_Curve.Array.data[1].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].CountingCurve.Curve.m_Curve.Array.data[2].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].CountingCurve.Curve.m_Curve.Array.data[0].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].CountingCurve.Curve.m_Curve.Array.data[1].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].CountingCurve.Curve.m_Curve.Array.data[2].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 9167406172343059487, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_IsActive - value: 0 - objectReference: {fileID: 0} - m_RemovedComponents: - - {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, type: 3} - m_RemovedGameObjects: [] - m_AddedGameObjects: [] - m_AddedComponents: [] - m_SourcePrefab: {fileID: 100100000, guid: a16c33a1240b8ce4f930161a7c85fae6, type: 3} ---- !u!1 &1588306468 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 1588306469} - - component: {fileID: 1588306470} - m_Layer: 0 - m_Name: HighPass - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &1588306469 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1588306468} - serializedVersion: 2 - m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: 0} - m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 - m_Children: [] - m_Father: {fileID: 1408360770} - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!114 &1588306470 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1588306468} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 6da43522623d4704e979466dc7650b65, type: 3} - m_Name: - m_EditorClassIdentifier: - Feedbacks: [] - InitializationMode: 2 - AutoInitialization: 1 - SafeMode: 3 - Direction: 0 - AutoChangeDirectionOnEnd: 0 - AutoPlayOnStart: 0 - AutoPlayOnEnable: 0 - ForceTimescaleMode: 0 - ForcedTimescaleMode: 1 - DurationMultiplier: 1 - TimescaleMultiplier: 1 - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 1.5} - DisplayFullDurationDetails: 0 - PlayerTimescaleMode: 1 - OnlyPlayIfWithinRange: 0 - RangeCenter: {fileID: 0} - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - IgnoreRangeEvents: 0 - CooldownDuration: 0 - InitialDelay: 0 - CanPlay: 1 - CanPlayWhileAlreadyPlaying: 1 - ChanceToPlay: 100 - FeedbacksIntensity: 1 - Events: - TriggerMMFeedbacksEvents: 0 - TriggerUnityEvents: 1 - OnPlay: - m_PersistentCalls: - m_Calls: [] - OnPause: - m_PersistentCalls: - m_Calls: [] - OnStop: - m_PersistentCalls: - m_Calls: [] - OnResume: - m_PersistentCalls: - m_Calls: [] - OnChangeDirection: - m_PersistentCalls: - m_Calls: [] - OnComplete: - m_PersistentCalls: - m_Calls: [] - OnRestoreInitialValues: - m_PersistentCalls: - m_Calls: [] - OnSkipToTheEnd: - m_PersistentCalls: - m_Calls: [] - OnInitializationComplete: - m_PersistentCalls: - m_Calls: [] - OnEnable: - m_PersistentCalls: - m_Calls: [] - OnDisable: - m_PersistentCalls: - m_Calls: [] - DebugActive: 0 - InScriptDrivenPause: 0 - FeedbacksList: - - rid: 0 - - rid: 1 - - rid: 2 - - rid: 3 - - rid: 4 - KeepPlayModeChanges: 0 - PerformanceMode: 0 - RestoreInitialValuesOnDisable: 0 - StopFeedbacksOnDisable: 0 - PlayCount: 0 - references: - version: 2 - RefIds: - - rid: 0 - type: {class: MMF_AudioSource, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: -1211479796 - Label: AudioSource - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 1588306470} - DebugActive: 0 - TargetAudioSource: {fileID: 1467162775} - Mode: 0 - RandomSfx: [] - MinVolume: 1 - MaxVolume: 1 - MinPitch: 1 - MaxPitch: 1 - SfxAudioMixerGroup: {fileID: 0} - - rid: 1 - type: {class: MMF_Pause, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: -977261535 - Label: Pause - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 1588306470} - DebugActive: 0 - PauseDuration: 1 - RandomizePauseDuration: 0 - MinPauseDuration: 1 - MaxPauseDuration: 3 - RandomizeOnEachPlay: 1 - ScriptDriven: 0 - AutoResume: 0 - AutoResumeAfter: 0.25 - - rid: 2 - type: {class: MMF_AudioFilterHighPass, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: -23952116 - Label: Audio Filter High Pass - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 1588306470} - DebugActive: 0 - Duration: 2 - ResetShakerValuesAfterShake: 1 - ResetTargetValuesAfterShake: 1 - RelativeHighPass: 0 - ShakeHighPass: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.5 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapHighPassZero: 0 - RemapHighPassOne: 10000 - - rid: 3 - type: {class: MMF_HoldingPause, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: 338435623 - Label: Holding Pause - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 1588306470} - DebugActive: 0 - PauseDuration: 1 - RandomizePauseDuration: 0 - MinPauseDuration: 1 - MaxPauseDuration: 3 - RandomizeOnEachPlay: 1 - ScriptDriven: 0 - AutoResume: 0 - AutoResumeAfter: 0.25 - - rid: 4 - type: {class: MMF_AudioSource, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: 1133962203 - Label: AudioSource - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 1588306470} - DebugActive: 0 - TargetAudioSource: {fileID: 1467162775} - Mode: 3 - RandomSfx: [] - MinVolume: 1 - MaxVolume: 1 - MinPitch: 1 - MaxPitch: 1 - SfxAudioMixerGroup: {fileID: 0} ---- !u!1 &1592154970 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 1592154971} - - component: {fileID: 1592154972} - m_Layer: 0 - m_Name: Broadcast - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &1592154971 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1592154970} - serializedVersion: 2 - m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: 0} - m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 - m_Children: [] - m_Father: {fileID: 1582576612} - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!114 &1592154972 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1592154970} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 6da43522623d4704e979466dc7650b65, type: 3} - m_Name: - m_EditorClassIdentifier: - Feedbacks: [] - InitializationMode: 2 - AutoInitialization: 1 - SafeMode: 3 - Direction: 0 - AutoChangeDirectionOnEnd: 0 - AutoPlayOnStart: 0 - AutoPlayOnEnable: 0 - ForceTimescaleMode: 0 - ForcedTimescaleMode: 1 - DurationMultiplier: 1 - TimescaleMultiplier: 1 - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 1.5} - DisplayFullDurationDetails: 0 - PlayerTimescaleMode: 1 - OnlyPlayIfWithinRange: 0 - RangeCenter: {fileID: 0} - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - IgnoreRangeEvents: 0 - CooldownDuration: 0 - InitialDelay: 0 - CanPlay: 1 - CanPlayWhileAlreadyPlaying: 1 - ChanceToPlay: 100 - FeedbacksIntensity: 1 - Events: - TriggerMMFeedbacksEvents: 0 - TriggerUnityEvents: 1 - OnPlay: - m_PersistentCalls: - m_Calls: [] - OnPause: - m_PersistentCalls: - m_Calls: [] - OnStop: - m_PersistentCalls: - m_Calls: [] - OnResume: - m_PersistentCalls: - m_Calls: [] - OnChangeDirection: - m_PersistentCalls: - m_Calls: [] - OnComplete: - m_PersistentCalls: - m_Calls: [] - OnRestoreInitialValues: - m_PersistentCalls: - m_Calls: [] - OnSkipToTheEnd: - m_PersistentCalls: - m_Calls: [] - OnInitializationComplete: - m_PersistentCalls: - m_Calls: [] - OnEnable: - m_PersistentCalls: - m_Calls: [] - OnDisable: - m_PersistentCalls: - m_Calls: [] - DebugActive: 0 - InScriptDrivenPause: 0 - FeedbacksList: - - rid: 0 - - rid: 1 - KeepPlayModeChanges: 0 - PerformanceMode: 0 - RestoreInitialValuesOnDisable: 0 - StopFeedbacksOnDisable: 0 - PlayCount: 0 - references: - version: 2 - RefIds: - - rid: 0 - type: {class: MMF_AudioSource, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: -1625715959 - Label: AudioSource - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 1592154972} - DebugActive: 0 - TargetAudioSource: {fileID: 478010195} - Mode: 0 - RandomSfx: [] - MinVolume: 1 - MaxVolume: 1 - MinPitch: 1 - MaxPitch: 1 - SfxAudioMixerGroup: {fileID: 0} - - rid: 1 - type: {class: MMF_Broadcast, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: 497491464 - Label: Broadcast - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 1592154972} - DebugActive: 0 - Mode: 0 - Duration: 0.5 - StartsOff: 0 - EndsOff: 0 - RelativeValues: 1 - AllowAdditivePlays: 0 - DisableOnStop: 0 - OnlyPlayIfTargetIsActive: 0 - Curve: - MMTweenDefinitionType: 1 - MMTweenCurve: 4 - Curve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 8.377358 - outSlope: 8.377358 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0.06944444 - - serializedVersion: 3 - time: 0.2 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.34951577 - value: 0 - inSlope: -0.011933074 - outSlope: -0.011933074 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.4152944 - - serializedVersion: 3 - time: 0.46982926 - value: 0.64145595 - inSlope: 0.25713122 - outSlope: 0.25713122 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.25606307 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - Initialized: 0 - ConditionPropertyName: - EnumConditionPropertyName: - EnumConditions: 0000000000000000000000000000000000000000000000000000000000000000 - RemapZero: 0 - RemapOne: 2 - InstantChange: 0 - DestinationValue: 0 ---- !u!4 &1595119958 stripped -Transform: - m_CorrespondingSourceObject: {fileID: -4216859302048453862, guid: d84a1570448aba14ea2b1badb79fb4b3, - type: 3} - m_PrefabInstance: {fileID: 1536138915} - m_PrefabAsset: {fileID: 0} ---- !u!1 &1604606723 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 1604606724} - - component: {fileID: 1604606725} - m_Layer: 0 - m_Name: TMPWordSpacing - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &1604606724 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1604606723} - serializedVersion: 2 - m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: 0} - m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 - m_Children: [] - m_Father: {fileID: 1860154325} - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!114 &1604606725 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1604606723} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 6da43522623d4704e979466dc7650b65, type: 3} - m_Name: - m_EditorClassIdentifier: - Feedbacks: [] - InitializationMode: 2 - AutoInitialization: 1 - SafeMode: 3 - Direction: 0 - AutoChangeDirectionOnEnd: 0 - AutoPlayOnStart: 0 - AutoPlayOnEnable: 0 - ForceTimescaleMode: 0 - ForcedTimescaleMode: 1 - DurationMultiplier: 1 - TimescaleMultiplier: 1 - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 1.5} - DisplayFullDurationDetails: 0 - PlayerTimescaleMode: 1 - OnlyPlayIfWithinRange: 0 - RangeCenter: {fileID: 0} - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - IgnoreRangeEvents: 0 - CooldownDuration: 0 - InitialDelay: 0 - CanPlay: 1 - CanPlayWhileAlreadyPlaying: 1 - ChanceToPlay: 100 - FeedbacksIntensity: 1 - Events: - TriggerMMFeedbacksEvents: 0 - TriggerUnityEvents: 1 - OnPlay: - m_PersistentCalls: - m_Calls: [] - OnPause: - m_PersistentCalls: - m_Calls: [] - OnStop: - m_PersistentCalls: - m_Calls: [] - OnResume: - m_PersistentCalls: - m_Calls: [] - OnChangeDirection: - m_PersistentCalls: - m_Calls: [] - OnComplete: - m_PersistentCalls: - m_Calls: [] - OnRestoreInitialValues: - m_PersistentCalls: - m_Calls: [] - OnSkipToTheEnd: - m_PersistentCalls: - m_Calls: [] - OnInitializationComplete: - m_PersistentCalls: - m_Calls: [] - OnEnable: - m_PersistentCalls: - m_Calls: [] - OnDisable: - m_PersistentCalls: - m_Calls: [] - DebugActive: 0 - InScriptDrivenPause: 0 - FeedbacksList: - - rid: 0 - - rid: 1 - - rid: 2 - - rid: 3 - - rid: 4 - - rid: 5 - - rid: 6 - KeepPlayModeChanges: 0 - PerformanceMode: 0 - RestoreInitialValuesOnDisable: 0 - StopFeedbacksOnDisable: 0 - PlayCount: 0 - references: - version: 2 - RefIds: - - rid: 0 - type: {class: MMF_AudioSource, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: 300974760 - Label: AudioSource - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 1604606725} - DebugActive: 0 - TargetAudioSource: {fileID: 478010195} - Mode: 0 - RandomSfx: [] - MinVolume: 1 - MaxVolume: 1 - MinPitch: 1 - MaxPitch: 1 - SfxAudioMixerGroup: {fileID: 0} - - rid: 1 - type: {class: MMF_SetActive, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: -1597292232 - Label: Set Active - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 1604606725} - DebugActive: 0 - TargetGameObject: {fileID: 731678809} - ExtraTargetGameObjects: [] - IgnorePlayDirection: 0 - SetStateOnInit: 0 - StateOnInit: 1 - SetStateOnPlay: 1 - StateOnPlay: 0 - SetStateOnStop: 0 - StateOnStop: 1 - SetStateOnReset: 0 - StateOnReset: 1 - SetStateOnSkip: 0 - StateOnSkip: 0 - SetStateOnPlayerComplete: 0 - StateOnPlayerComplete: 1 - - rid: 2 - type: {class: MMF_TMPText, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: 1163806771 - Label: TMP Text - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 1604606725} - DebugActive: 0 - TargetTMPText: {fileID: 500670851} - NewText: 'These words - - will move apart.' - - rid: 3 - type: {class: MMF_Pause, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: -437571230 - Label: Pause - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 1604606725} - DebugActive: 0 - PauseDuration: 1 - RandomizePauseDuration: 0 - MinPauseDuration: 1 - MaxPauseDuration: 3 - RandomizeOnEachPlay: 1 - ScriptDriven: 0 - AutoResume: 0 - AutoResumeAfter: 0.25 - - rid: 4 - type: {class: MMF_TMPWordSpacing, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: 658978553 - Label: TMP Word Spacing - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 1604606725} - DebugActive: 0 - Mode: 0 - Duration: 1 - StartsOff: 0 - EndsOff: 0 - RelativeValues: 1 - AllowAdditivePlays: 0 - DisableOnStop: 0 - OnlyPlayIfTargetIsActive: 0 - TargetTMPText: {fileID: 500670851} - WordSpacingCurve: - MMTweenDefinitionType: 1 - MMTweenCurve: 4 - Curve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.3 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - Initialized: 0 - ConditionPropertyName: - EnumConditionPropertyName: - EnumConditions: 0000000000000000000000000000000000000000000000000000000000000000 - RemapZero: 0 - RemapOne: 30 - InstantWordSpacing: 0 - DestinationWordSpacing: 0 - - rid: 5 - type: {class: MMF_HoldingPause, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: -898836436 - Label: Holding Pause - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 1604606725} - DebugActive: 0 - PauseDuration: 1 - RandomizePauseDuration: 0 - MinPauseDuration: 1 - MaxPauseDuration: 3 - RandomizeOnEachPlay: 1 - ScriptDriven: 0 - AutoResume: 0 - AutoResumeAfter: 0.25 - - rid: 6 - type: {class: MMF_SetActive, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: -798712556 - Label: Set Inactive - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 1604606725} - DebugActive: 0 - TargetGameObject: {fileID: 731678809} - ExtraTargetGameObjects: [] - IgnorePlayDirection: 0 - SetStateOnInit: 0 - StateOnInit: 1 - SetStateOnPlay: 1 - StateOnPlay: 1 - SetStateOnStop: 0 - StateOnStop: 1 - SetStateOnReset: 0 - StateOnReset: 1 - SetStateOnSkip: 0 - StateOnSkip: 0 - SetStateOnPlayerComplete: 0 - StateOnPlayerComplete: 1 ---- !u!1 &1607333073 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 1607333074} - - component: {fileID: 1607333075} - m_Layer: 0 - m_Name: RotationShake - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &1607333074 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1607333073} - serializedVersion: 2 - m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: 0} - m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 - m_Children: [] - m_Father: {fileID: 161331536} - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!114 &1607333075 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1607333073} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 6da43522623d4704e979466dc7650b65, type: 3} - m_Name: - m_EditorClassIdentifier: - Feedbacks: [] - InitializationMode: 2 - AutoInitialization: 1 - SafeMode: 3 - Direction: 0 - AutoChangeDirectionOnEnd: 0 - AutoPlayOnStart: 0 - AutoPlayOnEnable: 0 - ForceTimescaleMode: 0 - ForcedTimescaleMode: 1 - DurationMultiplier: 1 - TimescaleMultiplier: 1 - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 1.5} - DisplayFullDurationDetails: 0 - PlayerTimescaleMode: 1 - OnlyPlayIfWithinRange: 0 - RangeCenter: {fileID: 0} - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - IgnoreRangeEvents: 0 - CooldownDuration: 0 - InitialDelay: 0 - CanPlay: 1 - CanPlayWhileAlreadyPlaying: 1 - ChanceToPlay: 100 - FeedbacksIntensity: 1 - Events: - TriggerMMFeedbacksEvents: 0 - TriggerUnityEvents: 1 - OnPlay: - m_PersistentCalls: - m_Calls: [] - OnPause: - m_PersistentCalls: - m_Calls: [] - OnStop: - m_PersistentCalls: - m_Calls: [] - OnResume: - m_PersistentCalls: - m_Calls: [] - OnChangeDirection: - m_PersistentCalls: - m_Calls: [] - OnComplete: - m_PersistentCalls: - m_Calls: [] - OnRestoreInitialValues: - m_PersistentCalls: - m_Calls: [] - OnSkipToTheEnd: - m_PersistentCalls: - m_Calls: [] - OnInitializationComplete: - m_PersistentCalls: - m_Calls: [] - OnEnable: - m_PersistentCalls: - m_Calls: [] - OnDisable: - m_PersistentCalls: - m_Calls: [] - DebugActive: 0 - InScriptDrivenPause: 0 - FeedbacksList: - - rid: 0 - - rid: 1 - KeepPlayModeChanges: 0 - PerformanceMode: 0 - RestoreInitialValuesOnDisable: 0 - StopFeedbacksOnDisable: 0 - PlayCount: 0 - references: - version: 2 - RefIds: - - rid: 0 - type: {class: MMF_AudioSource, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: 1927707557 - Label: AudioSource - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 1607333075} - DebugActive: 0 - TargetAudioSource: {fileID: 478010195} - Mode: 0 - RandomSfx: [] - MinVolume: 1 - MaxVolume: 1 - MinPitch: 1 - MaxPitch: 1 - SfxAudioMixerGroup: {fileID: 0} - - rid: 1 - type: {class: MMF_RotationShake, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: -1250288510 - Label: Rotation Shake - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 1607333075} - DebugActive: 0 - TargetShaker: {fileID: 0} - Duration: 0.5 - ResetShakerValuesAfterShake: 1 - ResetTargetValuesAfterShake: 1 - ShakeSpeed: 20 - ShakeRange: 50 - ShakeMainDirection: {x: 1, y: 0, z: 0} - RandomizeDirection: 0 - ShakeAltDirection: {x: 0, y: 1, z: 0} - RandomizeDirectionOnPlay: 0 - AddDirectionalNoise: 1 - DirectionalNoiseStrengthMin: {x: 0.25, y: 0.25, z: 0.25} - DirectionalNoiseStrengthMax: {x: 0.25, y: 0.25, z: 0.25} - RandomnessSeed: {x: 0, y: 0, z: 0} - RandomizeSeedOnShake: 1 - UseAttenuation: 1 - AttenuationCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.5 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 ---- !u!1 &1609791296 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 1609791297} - - component: {fileID: 1609791298} - m_Layer: 0 - m_Name: LooperStart - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &1609791297 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1609791296} - serializedVersion: 2 - m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: 0} - m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 - m_Children: [] - m_Father: {fileID: 184949460} - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!114 &1609791298 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1609791296} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 6da43522623d4704e979466dc7650b65, type: 3} - m_Name: - m_EditorClassIdentifier: - Feedbacks: [] - InitializationMode: 2 - AutoInitialization: 1 - SafeMode: 3 - Direction: 0 - AutoChangeDirectionOnEnd: 0 - AutoPlayOnStart: 0 - AutoPlayOnEnable: 0 - ForceTimescaleMode: 0 - ForcedTimescaleMode: 1 - DurationMultiplier: 1 - TimescaleMultiplier: 1 - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 1.5} - DisplayFullDurationDetails: 0 - PlayerTimescaleMode: 1 - OnlyPlayIfWithinRange: 0 - RangeCenter: {fileID: 0} - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - IgnoreRangeEvents: 0 - CooldownDuration: 0 - InitialDelay: 0 - CanPlay: 1 - CanPlayWhileAlreadyPlaying: 1 - ChanceToPlay: 100 - FeedbacksIntensity: 1 - Events: - TriggerMMFeedbacksEvents: 0 - TriggerUnityEvents: 1 - OnPlay: - m_PersistentCalls: - m_Calls: [] - OnPause: - m_PersistentCalls: - m_Calls: [] - OnStop: - m_PersistentCalls: - m_Calls: [] - OnResume: - m_PersistentCalls: - m_Calls: [] - OnChangeDirection: - m_PersistentCalls: - m_Calls: [] - OnComplete: - m_PersistentCalls: - m_Calls: [] - OnRestoreInitialValues: - m_PersistentCalls: - m_Calls: [] - OnSkipToTheEnd: - m_PersistentCalls: - m_Calls: [] - OnInitializationComplete: - m_PersistentCalls: - m_Calls: [] - OnEnable: - m_PersistentCalls: - m_Calls: [] - OnDisable: - m_PersistentCalls: - m_Calls: [] - DebugActive: 0 - InScriptDrivenPause: 0 - FeedbacksList: - - rid: 0 - - rid: 1 - - rid: 2 - - rid: 3 - - rid: 4 - - rid: 5 - - rid: 6 - - rid: 7 - KeepPlayModeChanges: 0 - PerformanceMode: 0 - RestoreInitialValuesOnDisable: 0 - StopFeedbacksOnDisable: 0 - PlayCount: 0 - references: - version: 2 - RefIds: - - rid: 0 - type: {class: MMF_AudioSource, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: -1735364932 - Label: AudioSource - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 1609791298} - DebugActive: 0 - TargetAudioSource: {fileID: 478010195} - Mode: 0 - RandomSfx: [] - MinVolume: 1 - MaxVolume: 1 - MinPitch: 1 - MaxPitch: 1 - SfxAudioMixerGroup: {fileID: 0} - - rid: 1 - type: {class: MMF_Scale, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: 4346878 - Label: Scale - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 1609791298} - DebugActive: 0 - Mode: 0 - AnimateScaleTarget: {fileID: 2076029460} - MovementMode: 0 - AnimateScaleDuration: 0.3 - AnimatePositionSpeed: 1 - RemapCurveZero: 0 - RemapCurveOne: 1 - Offset: 0 - AnimateX: 1 - AnimateScaleTweenX: - MMTweenDefinitionType: 1 - MMTweenCurve: 4 - Curve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.3 - value: 1.05 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - Initialized: 1 - ConditionPropertyName: AnimateX - EnumConditionPropertyName: - EnumConditions: 0000000000000000000000000000000000000000000000000000000000000000 - AnimateY: 1 - AnimateScaleTweenY: - MMTweenDefinitionType: 1 - MMTweenCurve: 4 - Curve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.3 - value: 2 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - Initialized: 1 - ConditionPropertyName: AnimateY - EnumConditionPropertyName: - EnumConditions: 0000000000000000000000000000000000000000000000000000000000000000 - AnimateZ: 1 - AnimateScaleTweenZ: - MMTweenDefinitionType: 1 - MMTweenCurve: 4 - Curve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.3 - value: 1.05 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - Initialized: 1 - ConditionPropertyName: AnimateZ - EnumConditionPropertyName: - EnumConditions: 0000000000000000000000000000000000000000000000000000000000000000 - UniformScaling: 0 - AllowAdditivePlays: 0 - DetermineScaleOnPlay: 0 - DestinationScale: {x: 0.5, y: 0.5, z: 0.5} - AnimateScaleX: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.3 - value: 1.05 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - AnimateScaleY: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.3 - value: 2 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - AnimateScaleZ: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.3 - value: 1.05 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - - rid: 2 - type: {class: MMF_Pause, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: -1378923283 - Label: Pause - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 1609791298} - DebugActive: 0 - PauseDuration: 0.5 - RandomizePauseDuration: 0 - MinPauseDuration: 1 - MaxPauseDuration: 3 - RandomizeOnEachPlay: 1 - ScriptDriven: 0 - AutoResume: 0 - AutoResumeAfter: 0.25 - - rid: 3 - type: {class: MMF_Position, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: 404050704 - Label: Position - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 1609791298} - DebugActive: 0 - AnimatePositionTarget: {fileID: 699640084} - Mode: 1 - Space: 0 - RandomizeRemap: 0 - MovementMode: 0 - AnimatePositionDuration: 0.2 - AnimatePositionSpeed: 1 - AnimatePositionTween: - MMTweenDefinitionType: 1 - MMTweenCurve: 4 - Curve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.1 - value: 0.05 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.9 - value: 0.95 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - Initialized: 1 - ConditionPropertyName: - EnumConditionPropertyName: Mode - EnumConditions: 0100010000000000000000000000000000000000000000000000000000000000 - RemapCurveZero: 0 - RemapCurveZeroAlt: 0 - RemapCurveOne: 1 - RemapCurveOneAlt: 0 - AnimateX: 0 - AnimatePositionTweenX: - MMTweenDefinitionType: 1 - MMTweenCurve: 4 - Curve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.3 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.6 - value: -1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - Initialized: 1 - ConditionPropertyName: AnimateX - EnumConditionPropertyName: - EnumConditions: 0000000000000000000000000000000000000000000000000000000000000000 - AnimateY: 1 - AnimatePositionTweenY: - MMTweenDefinitionType: 1 - MMTweenCurve: 4 - Curve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.3 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.6 - value: -1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - Initialized: 1 - ConditionPropertyName: AnimateY - EnumConditionPropertyName: - EnumConditions: 0000000000000000000000000000000000000000000000000000000000000000 - AnimateZ: 0 - AnimatePositionTweenZ: - MMTweenDefinitionType: 1 - MMTweenCurve: 4 - Curve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.3 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.6 - value: -1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - Initialized: 1 - ConditionPropertyName: AnimateZ - EnumConditionPropertyName: - EnumConditions: 0000000000000000000000000000000000000000000000000000000000000000 - AllowAdditivePlays: 0 - RelativePosition: 1 - DeterminePositionsOnPlay: 0 - InitialPosition: {x: 0, y: 0, z: 0} - DestinationPosition: {x: 0, y: 0, z: 0} - InitialPositionTransform: {fileID: 0} - DestinationPositionTransform: {fileID: 0} - AnimatePositionCurveX: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.3 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.6 - value: -1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - AnimatePositionCurveY: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.3 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.6 - value: -1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - AnimatePositionCurveZ: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.3 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.6 - value: -1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - AnimatePositionCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.1 - value: 0.05 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.9 - value: 0.95 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - - rid: 4 - type: {class: MMF_LooperStart, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: 1241326034 - Label: Looper Start - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 1609791298} - DebugActive: 0 - PauseDuration: 0 - RandomizePauseDuration: 0 - MinPauseDuration: 1 - MaxPauseDuration: 3 - RandomizeOnEachPlay: 1 - ScriptDriven: 0 - AutoResume: 0 - AutoResumeAfter: 0.25 - - rid: 5 - type: {class: MMF_Sound, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: 1749822485 - Label: Sound - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: Automatic Shaker Setup - Owner: {fileID: 1609791298} - DebugActive: 0 - Sfx: {fileID: 8300000, guid: 54440253e69f3dc40971707d9e51d7da, type: 3} - RandomSfx: [] - TestPlayButton: - ButtonText: Debug Play Sound - TestStopButton: - ButtonText: Debug Stop Sound - PlayMethod: 1 - PoolSize: 10 - UseLegacyEventsMode: 0 - StopSoundOnFeedbackStop: 1 - MinVolume: 1 - MaxVolume: 1 - MinPitch: 1 - MaxPitch: 1 - SfxAudioMixerGroup: {fileID: 0} - Priority: 128 - PanStereo: 0 - SpatialBlend: 0 - DopplerLevel: 1 - Spread: 0 - RolloffMode: 0 - MinDistance: 1 - MaxDistance: 500 - UseCustomRolloffCurve: 0 - CustomRolloffCurve: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - UseSpatialBlendCurve: 0 - SpatialBlendCurve: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - UseReverbZoneMixCurve: 0 - ReverbZoneMixCurve: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - UseSpreadCurve: 0 - SpreadCurve: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - - rid: 6 - type: {class: MMF_Scale, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: 161758707 - Label: Scale - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 1609791298} - DebugActive: 0 - Mode: 1 - AnimateScaleTarget: {fileID: 1579498608} - MovementMode: 0 - AnimateScaleDuration: 0.2 - AnimatePositionSpeed: 1 - RemapCurveZero: 0 - RemapCurveOne: 0.75 - Offset: 0 - AnimateX: 1 - AnimateScaleTweenX: - MMTweenDefinitionType: 1 - MMTweenCurve: 4 - Curve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.3 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - Initialized: 1 - ConditionPropertyName: AnimateX - EnumConditionPropertyName: - EnumConditions: 0000000000000000000000000000000000000000000000000000000000000000 - AnimateY: 1 - AnimateScaleTweenY: - MMTweenDefinitionType: 1 - MMTweenCurve: 4 - Curve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.3 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - Initialized: 1 - ConditionPropertyName: AnimateY - EnumConditionPropertyName: - EnumConditions: 0000000000000000000000000000000000000000000000000000000000000000 - AnimateZ: 1 - AnimateScaleTweenZ: - MMTweenDefinitionType: 1 - MMTweenCurve: 4 - Curve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.3 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - Initialized: 1 - ConditionPropertyName: AnimateZ - EnumConditionPropertyName: - EnumConditions: 0000000000000000000000000000000000000000000000000000000000000000 - UniformScaling: 0 - AllowAdditivePlays: 0 - DetermineScaleOnPlay: 0 - DestinationScale: {x: 0.5, y: 0.5, z: 0.5} - AnimateScaleX: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.3 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - AnimateScaleY: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.3 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - AnimateScaleZ: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.3 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - - rid: 7 - type: {class: MMF_Looper, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: -672002882 - Label: Looper - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 1609791298} - DebugActive: 0 - PauseDuration: 0.25 - RandomizePauseDuration: 0 - MinPauseDuration: 1 - MaxPauseDuration: 3 - RandomizeOnEachPlay: 1 - ScriptDriven: 0 - AutoResume: 0 - AutoResumeAfter: 0.25 - LoopAtLastPause: 1 - LoopAtLastLoopStart: 1 - InfiniteLoop: 0 - NumberOfLoops: 3 - NumberOfLoopsLeft: 1 - InInfiniteLoop: 0 - TriggerMMFeedbacksEvents: 1 - OnLoop: - m_PersistentCalls: - m_Calls: [] ---- !u!1 &1611117780 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 1611117781} - - component: {fileID: 1611117782} - m_Layer: 0 - m_Name: FloatController - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &1611117781 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1611117780} - serializedVersion: 2 - m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: 0} - m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 - m_Children: [] - m_Father: {fileID: 1582576612} - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!114 &1611117782 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1611117780} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 6da43522623d4704e979466dc7650b65, type: 3} - m_Name: - m_EditorClassIdentifier: - Feedbacks: [] - InitializationMode: 2 - AutoInitialization: 1 - SafeMode: 3 - Direction: 0 - AutoChangeDirectionOnEnd: 0 - AutoPlayOnStart: 0 - AutoPlayOnEnable: 0 - ForceTimescaleMode: 0 - ForcedTimescaleMode: 1 - DurationMultiplier: 1 - TimescaleMultiplier: 1 - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 1.5} - DisplayFullDurationDetails: 0 - PlayerTimescaleMode: 1 - OnlyPlayIfWithinRange: 0 - RangeCenter: {fileID: 0} - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - IgnoreRangeEvents: 0 - CooldownDuration: 0 - InitialDelay: 0 - CanPlay: 1 - CanPlayWhileAlreadyPlaying: 1 - ChanceToPlay: 100 - FeedbacksIntensity: 1 - Events: - TriggerMMFeedbacksEvents: 0 - TriggerUnityEvents: 1 - OnPlay: - m_PersistentCalls: - m_Calls: [] - OnPause: - m_PersistentCalls: - m_Calls: [] - OnStop: - m_PersistentCalls: - m_Calls: [] - OnResume: - m_PersistentCalls: - m_Calls: [] - OnChangeDirection: - m_PersistentCalls: - m_Calls: [] - OnComplete: - m_PersistentCalls: - m_Calls: [] - OnRestoreInitialValues: - m_PersistentCalls: - m_Calls: [] - OnSkipToTheEnd: - m_PersistentCalls: - m_Calls: [] - OnInitializationComplete: - m_PersistentCalls: - m_Calls: [] - OnEnable: - m_PersistentCalls: - m_Calls: [] - OnDisable: - m_PersistentCalls: - m_Calls: [] - DebugActive: 0 - InScriptDrivenPause: 0 - FeedbacksList: - - rid: 0 - - rid: 1 - KeepPlayModeChanges: 0 - PerformanceMode: 0 - RestoreInitialValuesOnDisable: 0 - StopFeedbacksOnDisable: 0 - PlayCount: 0 - references: - version: 2 - RefIds: - - rid: 0 - type: {class: MMF_AudioSource, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: 871067336 - Label: AudioSource - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 1611117782} - DebugActive: 0 - TargetAudioSource: {fileID: 478010195} - Mode: 0 - RandomSfx: [] - MinVolume: 1 - MaxVolume: 1 - MinPitch: 1 - MaxPitch: 1 - SfxAudioMixerGroup: {fileID: 0} - - rid: 1 - type: {class: MMF_FloatController, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: 524430862 - Label: FloatController - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 1611117782} - DebugActive: 0 - Mode: 0 - TargetFloatController: {fileID: 611302158} - ExtraTargetFloatControllers: [] - RevertToInitialValueAfterEnd: 0 - OneTimeDuration: 2.2 - OneTimeAmplitude: 1 - OneTimeRemapMin: 0 - OneTimeRemapMax: 2000 - OneTimeCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.5 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - ToDestinationValue: 1 - ToDestinationDuration: 1 - ToDestinationCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.5 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 ---- !u!224 &1614073777 stripped -RectTransform: - m_CorrespondingSourceObject: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - m_PrefabInstance: {fileID: 1551828813} - m_PrefabAsset: {fileID: 0} ---- !u!1001 &1615625726 -PrefabInstance: - m_ObjectHideFlags: 0 - serializedVersion: 2 - m_Modification: - serializedVersion: 3 - m_TransformParent: {fileID: 1557570896} - m_Modifications: - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: Feedbacks.Array.size - value: 5 - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[0]' - value: - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[1]' - value: - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[2]' - value: - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[3]' - value: - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[4]' - value: - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Pivot.x - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Pivot.y - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_RootOrder - value: 135 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMax.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMax.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMin.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMin.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_SizeDelta.x - value: 256.1 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_SizeDelta.y - value: 30 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalPosition.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.w - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.x - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.y - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.z - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchoredPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchoredPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalEulerAnglesHint.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalEulerAnglesHint.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalEulerAnglesHint.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604939, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_OnClick.m_PersistentCalls.m_Calls.Array.data[0].m_Target - value: - objectReference: {fileID: 305986968} - - target: {fileID: 2903879014986604939, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_OnClick.m_PersistentCalls.m_Calls.Array.data[0].m_MethodName - value: PlayFeedbacks - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604939, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_OnClick.m_PersistentCalls.m_Calls.Array.data[0].m_Arguments.m_ObjectArgumentAssemblyTypeName - value: UnityEngine.Object, UnityEngine - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604941, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Name - value: Button - Pitch - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Text - value: 'Pitch ' - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Color.b - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Color.g - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Color.r - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.size - value: 5 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[0]' - value: MoreMountains.Feedbacks MoreMountains.Feedbacks.MMF_AudioSource - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[1]' - value: MoreMountains.Feedbacks MoreMountains.Feedbacks.MMF_Pause - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[2]' - value: MoreMountains.Feedbacks MoreMountains.Feedbacks.MMF_AudioSourcePitch - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[3]' - value: MoreMountains.Feedbacks MoreMountains.Feedbacks.MMF_HoldingPause - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[4]' - value: MoreMountains.Feedbacks MoreMountains.Feedbacks.MMF_AudioSource - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Mode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Mode - value: 3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Label - value: AudioSource - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Label - value: Pause - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Label - value: AudioSource Pitch - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Label - value: Holding Pause - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Label - value: AudioSource - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].MaxPitch - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].MinPitch - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].UniqueID - value: 1697097089 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].UniqueID - value: 1172817947 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Duration - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].UniqueID - value: -947270678 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].UniqueID - value: 226839174 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].MaxPitch - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].MinPitch - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].UniqueID - value: 425133100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].MaxVolume - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].MinVolume - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].MaxVolume - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].MinVolume - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AutoResume - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AutoResume - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ScriptDriven - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].ScriptDriven - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].PauseDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].RelativePitch - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].RemapPitchOne - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].PauseDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].RemapPitchZero - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AutoResumeAfter - value: 0.25 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AutoResumeAfter - value: 0.25 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].MaxPauseDuration - value: 3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].MinPauseDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].MaxPauseDuration - value: 3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].MinPauseDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].TargetAudioSource - value: - objectReference: {fileID: 1467162775} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].TargetAudioSource - value: - objectReference: {fileID: 1467162775} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].SfxAudioMixerGroup - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].SfxAudioMixerGroup - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].RandomizeOnEachPlay - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].RandomizeOnEachPlay - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].RandomSfx.Array.size - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].RandomSfx.Array.size - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].RandomizePauseDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].RandomizePauseDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].PitchTween.m_PreInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].PitchTween.m_PostInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].PitchTween.m_RotationOrder - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].ResetShakerValuesAfterShake - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].ResetTargetValuesAfterShake - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].PitchTween.m_Curve.Array.size - value: 3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].PitchTween.m_Curve.Array.data[0].time - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].PitchTween.m_Curve.Array.data[1].time - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].PitchTween.m_Curve.Array.data[2].time - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].PitchTween.m_Curve.Array.data[0].value - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].PitchTween.m_Curve.Array.data[1].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].PitchTween.m_Curve.Array.data[2].value - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].PitchTween.m_Curve.Array.data[0].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].PitchTween.m_Curve.Array.data[1].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].PitchTween.m_Curve.Array.data[2].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].PitchTween.m_Curve.Array.data[0].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].PitchTween.m_Curve.Array.data[0].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].PitchTween.m_Curve.Array.data[1].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].PitchTween.m_Curve.Array.data[1].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].PitchTween.m_Curve.Array.data[2].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].PitchTween.m_Curve.Array.data[2].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].PitchTween.m_Curve.Array.data[0].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].PitchTween.m_Curve.Array.data[1].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].PitchTween.m_Curve.Array.data[2].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].PitchTween.m_Curve.Array.data[0].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].PitchTween.m_Curve.Array.data[1].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].PitchTween.m_Curve.Array.data[2].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].PitchTween.m_Curve.Array.data[0].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].PitchTween.m_Curve.Array.data[1].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].PitchTween.m_Curve.Array.data[2].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 9167406172343059487, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_IsActive - value: 0 - objectReference: {fileID: 0} - m_RemovedComponents: - - {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, type: 3} - m_RemovedGameObjects: [] - m_AddedGameObjects: [] - m_AddedComponents: [] - m_SourcePrefab: {fileID: 100100000, guid: a16c33a1240b8ce4f930161a7c85fae6, type: 3} ---- !u!224 &1621965610 stripped -RectTransform: - m_CorrespondingSourceObject: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - m_PrefabInstance: {fileID: 881843300} - m_PrefabAsset: {fileID: 0} ---- !u!1 &1621978350 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 1621978351} - - component: {fileID: 1621978352} - m_Layer: 0 - m_Name: ClippingPlanes - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &1621978351 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1621978350} - serializedVersion: 2 - m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: 0.023957789, y: 4.7921257, z: 1.0697918} - m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 - m_Children: [] - m_Father: {fileID: 438603709} - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!114 &1621978352 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1621978350} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 6da43522623d4704e979466dc7650b65, type: 3} - m_Name: - m_EditorClassIdentifier: - Feedbacks: [] - InitializationMode: 2 - AutoInitialization: 1 - SafeMode: 3 - Direction: 0 - AutoChangeDirectionOnEnd: 0 - AutoPlayOnStart: 0 - AutoPlayOnEnable: 0 - ForceTimescaleMode: 0 - ForcedTimescaleMode: 1 - DurationMultiplier: 1 - TimescaleMultiplier: 1 - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 1.5} - DisplayFullDurationDetails: 0 - PlayerTimescaleMode: 1 - OnlyPlayIfWithinRange: 0 - RangeCenter: {fileID: 0} - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - IgnoreRangeEvents: 0 - CooldownDuration: 0 - InitialDelay: 0 - CanPlay: 1 - CanPlayWhileAlreadyPlaying: 1 - ChanceToPlay: 100 - FeedbacksIntensity: 1 - Events: - TriggerMMFeedbacksEvents: 0 - TriggerUnityEvents: 1 - OnPlay: - m_PersistentCalls: - m_Calls: [] - OnPause: - m_PersistentCalls: - m_Calls: [] - OnStop: - m_PersistentCalls: - m_Calls: [] - OnResume: - m_PersistentCalls: - m_Calls: [] - OnChangeDirection: - m_PersistentCalls: - m_Calls: [] - OnComplete: - m_PersistentCalls: - m_Calls: [] - OnRestoreInitialValues: - m_PersistentCalls: - m_Calls: [] - OnSkipToTheEnd: - m_PersistentCalls: - m_Calls: [] - OnInitializationComplete: - m_PersistentCalls: - m_Calls: [] - OnEnable: - m_PersistentCalls: - m_Calls: [] - OnDisable: - m_PersistentCalls: - m_Calls: [] - DebugActive: 0 - InScriptDrivenPause: 0 - FeedbacksList: - - rid: 0 - - rid: 1 - KeepPlayModeChanges: 0 - PerformanceMode: 0 - RestoreInitialValuesOnDisable: 0 - StopFeedbacksOnDisable: 0 - PlayCount: 0 - references: - version: 2 - RefIds: - - rid: 0 - type: {class: MMF_AudioSource, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: 335041186 - Label: AudioSource - OriginalLabel: AudioSource - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 1621978352} - DebugActive: 0 - TargetAudioSource: {fileID: 478010195} - Mode: 0 - RandomSfx: [] - MinVolume: 1 - MaxVolume: 1 - MinPitch: 1 - MaxPitch: 1 - SfxAudioMixerGroup: {fileID: 0} - - rid: 1 - type: {class: MMF_CameraClippingPlanes, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: -1974566672 - Label: Clipping Planes - OriginalLabel: Clipping Planes - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 1621978352} - DebugActive: 0 - Duration: 2 - ResetShakerValuesAfterShake: 1 - ResetTargetValuesAfterShake: 1 - RelativeClippingPlanes: 0 - ShakeNear: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.5 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapNearZero: 0.01 - RemapNearOne: 6.25 - ShakeFar: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.5 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapFarZero: 5000 - RemapFarOne: 5000 ---- !u!1001 &1623768438 -PrefabInstance: - m_ObjectHideFlags: 0 - serializedVersion: 2 - m_Modification: - serializedVersion: 3 - m_TransformParent: {fileID: 1557570896} - m_Modifications: - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: Feedbacks.Array.size - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[0]' - value: - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[1]' - value: - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Pivot.x - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Pivot.y - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_RootOrder - value: 58 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMax.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMax.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMin.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMin.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_SizeDelta.x - value: 256.1 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_SizeDelta.y - value: 30 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalPosition.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.w - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.x - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.y - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.z - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchoredPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchoredPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalEulerAnglesHint.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalEulerAnglesHint.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalEulerAnglesHint.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604939, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_OnClick.m_PersistentCalls.m_Calls.Array.data[0].m_Target - value: - objectReference: {fileID: 745342163} - - target: {fileID: 2903879014986604939, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_OnClick.m_PersistentCalls.m_Calls.Array.data[0].m_MethodName - value: PlayFeedbacks - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604939, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_OnClick.m_PersistentCalls.m_Calls.Array.data[0].m_Arguments.m_ObjectArgumentAssemblyTypeName - value: UnityEngine.Object, UnityEngine - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604941, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Name - value: Button - Time Modifier - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Text - value: Time Modifier - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Color.b - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Color.g - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Color.r - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.size - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[0]' - value: MoreMountains.Feedbacks MoreMountains.Feedbacks.MMF_TimescaleModifier - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[1]' - value: MoreMountains.Feedbacks MoreMountains.Feedbacks.MMF_AudioSource - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Mode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Mode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Label - value: Timescale Modifier - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Label - value: AudioSource - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].UniqueID - value: -1040358793 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].MaxPitch - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].MinPitch - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].UniqueID - value: -770548261 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].TimeScale - value: 0.1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].MaxVolume - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].MinVolume - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].TimeScaleLerp - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].TimeScaleDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].TargetAudioSource - value: - objectReference: {fileID: 478010195} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].TimeScaleLerpSpeed - value: 5 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].SfxAudioMixerGroup - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ResetTimescaleOnStop - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].RandomSfx.Array.size - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 9167406172343059487, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_IsActive - value: 0 - objectReference: {fileID: 0} - m_RemovedComponents: - - {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, type: 3} - m_RemovedGameObjects: [] - m_AddedGameObjects: [] - m_AddedComponents: [] - m_SourcePrefab: {fileID: 100100000, guid: a16c33a1240b8ce4f930161a7c85fae6, type: 3} ---- !u!224 &1633494137 stripped -RectTransform: - m_CorrespondingSourceObject: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - m_PrefabInstance: {fileID: 1221698304} - m_PrefabAsset: {fileID: 0} ---- !u!1001 &1635257955 -PrefabInstance: - m_ObjectHideFlags: 0 - serializedVersion: 2 - m_Modification: - serializedVersion: 3 - m_TransformParent: {fileID: 1557570896} - m_Modifications: - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: Feedbacks.Array.size - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[0]' - value: - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[1]' - value: - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Pivot.x - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Pivot.y - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_RootOrder - value: 57 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMax.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMax.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMin.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMin.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_SizeDelta.x - value: 256.1 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_SizeDelta.y - value: 30 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalPosition.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.w - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.x - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.y - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.z - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchoredPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchoredPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalEulerAnglesHint.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalEulerAnglesHint.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalEulerAnglesHint.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604939, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_OnClick.m_PersistentCalls.m_Calls.Array.data[0].m_Target - value: - objectReference: {fileID: 342756033} - - target: {fileID: 2903879014986604939, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_OnClick.m_PersistentCalls.m_Calls.Array.data[0].m_MethodName - value: PlayFeedbacks - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604939, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_OnClick.m_PersistentCalls.m_Calls.Array.data[0].m_Arguments.m_ObjectArgumentAssemblyTypeName - value: UnityEngine.Object, UnityEngine - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604941, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Name - value: Button - FreezeFrame - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Text - value: Freeze Frame - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Color.b - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Color.g - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Color.r - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.size - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[0]' - value: MoreMountains.Feedbacks MoreMountains.Feedbacks.MMF_FreezeFrame - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[1]' - value: MoreMountains.Feedbacks MoreMountains.Feedbacks.MMF_AudioSource - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Mode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Label - value: Freeze Frame - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Label - value: AudioSource - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].UniqueID - value: 1167848687 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].MaxPitch - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].MinPitch - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].UniqueID - value: 295377032 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].MaxVolume - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].MinVolume - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].TargetAudioSource - value: - objectReference: {fileID: 478010195} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].SfxAudioMixerGroup - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].FreezeFrameDuration - value: 0.05 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].RandomSfx.Array.size - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].MinimumTimescaleThreshold - value: 0.1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 9167406172343059487, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_IsActive - value: 0 - objectReference: {fileID: 0} - m_RemovedComponents: - - {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, type: 3} - m_RemovedGameObjects: [] - m_AddedGameObjects: [] - m_AddedComponents: [] - m_SourcePrefab: {fileID: 100100000, guid: a16c33a1240b8ce4f930161a7c85fae6, type: 3} ---- !u!224 &1637640902 stripped -RectTransform: - m_CorrespondingSourceObject: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - m_PrefabInstance: {fileID: 1742006060} - m_PrefabAsset: {fileID: 0} ---- !u!224 &1661813787 stripped -RectTransform: - m_CorrespondingSourceObject: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - m_PrefabInstance: {fileID: 826143139} - m_PrefabAsset: {fileID: 0} ---- !u!224 &1669274229 stripped -RectTransform: - m_CorrespondingSourceObject: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - m_PrefabInstance: {fileID: 1587198415} - m_PrefabAsset: {fileID: 0} ---- !u!224 &1669965811 stripped -RectTransform: - m_CorrespondingSourceObject: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - m_PrefabInstance: {fileID: 1376300905} - m_PrefabAsset: {fileID: 0} ---- !u!224 &1671487632 stripped -RectTransform: - m_CorrespondingSourceObject: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - m_PrefabInstance: {fileID: 1350949467} - m_PrefabAsset: {fileID: 0} ---- !u!1001 &1671847098 -PrefabInstance: - m_ObjectHideFlags: 0 - serializedVersion: 2 - m_Modification: - serializedVersion: 3 - m_TransformParent: {fileID: 1557570896} - m_Modifications: - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_Pivot.x - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_Pivot.y - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_RootOrder - value: 22 - objectReference: {fileID: 0} - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_AnchorMax.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_AnchorMax.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_AnchorMin.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_AnchorMin.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_SizeDelta.x - value: 256.1 - objectReference: {fileID: 0} - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_SizeDelta.y - value: 30 - objectReference: {fileID: 0} - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_LocalPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_LocalPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_LocalPosition.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_LocalRotation.w - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_LocalRotation.x - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_LocalRotation.y - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_LocalRotation.z - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_AnchoredPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_AnchoredPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_LocalEulerAnglesHint.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_LocalEulerAnglesHint.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_LocalEulerAnglesHint.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2251616714236910816, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_Text - value: CAMERA - objectReference: {fileID: 0} - - target: {fileID: 2251616714236910816, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_Color.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2251616714236910816, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_Color.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2251616714236910816, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_Color.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2251616714236910816, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_Color.r - value: 0.92941177 - objectReference: {fileID: 0} - - target: {fileID: 3358702390296254852, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_Name - value: Title - Camera - objectReference: {fileID: 0} - m_RemovedComponents: [] - m_RemovedGameObjects: [] - m_AddedGameObjects: [] - m_AddedComponents: [] - m_SourcePrefab: {fileID: 100100000, guid: d0c10e574f6f1af43b3af7996a878151, type: 3} ---- !u!1001 &1673049596 -PrefabInstance: - m_ObjectHideFlags: 0 - serializedVersion: 2 - m_Modification: - serializedVersion: 3 - m_TransformParent: {fileID: 1557570896} - m_Modifications: - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_Pivot.x - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_Pivot.y - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_RootOrder - value: 111 - objectReference: {fileID: 0} - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_AnchorMax.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_AnchorMax.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_AnchorMin.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_AnchorMin.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_SizeDelta.x - value: 256.1 - objectReference: {fileID: 0} - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_SizeDelta.y - value: 30 - objectReference: {fileID: 0} - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_LocalPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_LocalPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_LocalPosition.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_LocalRotation.w - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_LocalRotation.x - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_LocalRotation.y - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_LocalRotation.z - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_AnchoredPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_AnchoredPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_LocalEulerAnglesHint.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_LocalEulerAnglesHint.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_LocalEulerAnglesHint.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2251616714236910816, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_Text - value: TEXT MESH PRO - objectReference: {fileID: 0} - - target: {fileID: 2251616714236910816, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_Color.b - value: 0.9339623 - objectReference: {fileID: 0} - - target: {fileID: 2251616714236910816, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_Color.g - value: 0.8167176 - objectReference: {fileID: 0} - - target: {fileID: 2251616714236910816, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_Color.r - value: 0.33922213 - objectReference: {fileID: 0} - - target: {fileID: 3358702390296254852, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_Name - value: Title - TextMeshPro - objectReference: {fileID: 0} - m_RemovedComponents: [] - m_RemovedGameObjects: [] - m_AddedGameObjects: [] - m_AddedComponents: [] - m_SourcePrefab: {fileID: 100100000, guid: d0c10e574f6f1af43b3af7996a878151, type: 3} ---- !u!224 &1673405819 stripped -RectTransform: - m_CorrespondingSourceObject: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - m_PrefabInstance: {fileID: 1097235779} - m_PrefabAsset: {fileID: 0} ---- !u!1001 &1674133815 -PrefabInstance: - m_ObjectHideFlags: 0 - serializedVersion: 2 - m_Modification: - serializedVersion: 3 - m_TransformParent: {fileID: 1557570896} - m_Modifications: - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: Feedbacks.Array.size - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[0]' - value: - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[1]' - value: - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[2]' - value: - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Pivot.x - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Pivot.y - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_RootOrder - value: 129 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMax.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMax.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMin.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMin.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_SizeDelta.x - value: 256.1 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_SizeDelta.y - value: 30 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalPosition.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.w - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.x - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.y - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.z - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchoredPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchoredPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalEulerAnglesHint.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalEulerAnglesHint.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalEulerAnglesHint.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604939, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_OnClick.m_PersistentCalls.m_Calls.Array.data[0].m_Target - value: - objectReference: {fileID: 205946786} - - target: {fileID: 2903879014986604939, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_OnClick.m_PersistentCalls.m_Calls.Array.data[0].m_MethodName - value: PlayFeedbacks - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604939, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_OnClick.m_PersistentCalls.m_Calls.Array.data[0].m_Arguments.m_ObjectArgumentAssemblyTypeName - value: UnityEngine.Object, UnityEngine - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604941, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Name - value: Button - Player Chain - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Text - value: Player Chain - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Color.b - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Color.g - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Color.r - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.size - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[0]' - value: MoreMountains.Feedbacks MoreMountains.Feedbacks.MMF_AudioSource - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[1]' - value: MoreMountains.Feedbacks MoreMountains.Feedbacks.MMF_Feedbacks - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Mode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Mode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Label - value: AudioSource - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Label - value: MMFeedbacks - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].MaxPitch - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].MinPitch - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].UniqueID - value: 66396446 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].UniqueID - value: -2142036682 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].UseRange - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].MaxVolume - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].MinVolume - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].EventRange - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].TargetFeedbacks - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].TargetAudioSource - value: - objectReference: {fileID: 478010195} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].SfxAudioMixerGroup - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].RandomSfx.Array.size - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].EventOriginTransform - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 9167406172343059487, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_IsActive - value: 0 - objectReference: {fileID: 0} - m_RemovedComponents: - - {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, type: 3} - m_RemovedGameObjects: [] - m_AddedGameObjects: [] - m_AddedComponents: [] - m_SourcePrefab: {fileID: 100100000, guid: a16c33a1240b8ce4f930161a7c85fae6, type: 3} ---- !u!224 &1674133816 stripped -RectTransform: - m_CorrespondingSourceObject: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - m_PrefabInstance: {fileID: 1674133815} - m_PrefabAsset: {fileID: 0} ---- !u!224 &1676454695 stripped -RectTransform: - m_CorrespondingSourceObject: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - m_PrefabInstance: {fileID: 438905860} - m_PrefabAsset: {fileID: 0} ---- !u!224 &1688339344 stripped -RectTransform: - m_CorrespondingSourceObject: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - m_PrefabInstance: {fileID: 1011134487} - m_PrefabAsset: {fileID: 0} ---- !u!1 &1700312460 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 1700312461} - - component: {fileID: 1700312462} - m_Layer: 0 - m_Name: LogoGround - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &1700312461 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1700312460} - serializedVersion: 2 - m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: 0.5361583, y: -2.874, z: 6.6243696} - m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 - m_Children: [] - m_Father: {fileID: 950021599} - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!61 &1700312462 -BoxCollider2D: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1700312460} - m_Enabled: 1 - serializedVersion: 3 - m_Density: 1 - m_Material: {fileID: 0} - m_IncludeLayers: - serializedVersion: 2 - m_Bits: 0 - m_ExcludeLayers: - serializedVersion: 2 - m_Bits: 0 - m_LayerOverridePriority: 0 - m_ForceSendLayers: - serializedVersion: 2 - m_Bits: 4294967295 - m_ForceReceiveLayers: - serializedVersion: 2 - m_Bits: 4294967295 - m_ContactCaptureLayers: - serializedVersion: 2 - m_Bits: 4294967295 - m_CallbackLayers: - serializedVersion: 2 - m_Bits: 4294967295 - m_IsTrigger: 0 - m_UsedByEffector: 0 - m_CompositeOperation: 0 - m_CompositeOrder: 0 - m_Offset: {x: 0, y: 0} - m_SpriteTilingProperty: - border: {x: 0, y: 0, z: 0, w: 0} - pivot: {x: 0, y: 0} - oldSize: {x: 0, y: 0} - newSize: {x: 0, y: 0} - adaptiveTilingThreshold: 0 - drawMode: 0 - adaptiveTiling: 0 - m_AutoTiling: 0 - m_Size: {x: 10, y: 0.5} - m_EdgeRadius: 0 ---- !u!224 &1704993913 stripped -RectTransform: - m_CorrespondingSourceObject: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - m_PrefabInstance: {fileID: 1395797388} - m_PrefabAsset: {fileID: 0} ---- !u!1 &1705532681 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 1705532682} - - component: {fileID: 1705532684} - - component: {fileID: 1705532683} - m_Layer: 5 - m_Name: CorgiIcon - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!224 &1705532682 -RectTransform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1705532681} - m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: 0} - m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 - m_Children: [] - m_Father: {fileID: 1328195342} - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} - m_AnchorMin: {x: 0.5, y: 0.5} - m_AnchorMax: {x: 0.5, y: 0.5} - m_AnchoredPosition: {x: 235, y: 0} - m_SizeDelta: {x: 200, y: 200} - m_Pivot: {x: 0.5, y: 0.5} ---- !u!114 &1705532683 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1705532681} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} - m_Name: - m_EditorClassIdentifier: - m_Material: {fileID: 0} - m_Color: {r: 1, g: 1, b: 1, a: 1} - m_RaycastTarget: 0 - m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0} - m_Maskable: 1 - m_OnCullStateChanged: - m_PersistentCalls: - m_Calls: [] - m_Sprite: {fileID: 21300000, guid: bdd6c77f3b6358b4797992581e75bd64, type: 3} - m_Type: 0 - m_PreserveAspect: 0 - m_FillCenter: 1 - m_FillMethod: 4 - m_FillAmount: 1 - m_FillClockwise: 1 - m_FillOrigin: 0 - m_UseSpriteMesh: 0 - m_PixelsPerUnitMultiplier: 1 ---- !u!222 &1705532684 -CanvasRenderer: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1705532681} - m_CullTransparentMesh: 0 ---- !u!1 &1709701246 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 1709701247} - - component: {fileID: 1709701248} - m_Layer: 0 - m_Name: LowPass - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &1709701247 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1709701246} - serializedVersion: 2 - m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: 0} - m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 - m_Children: [] - m_Father: {fileID: 1408360770} - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!114 &1709701248 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1709701246} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 6da43522623d4704e979466dc7650b65, type: 3} - m_Name: - m_EditorClassIdentifier: - Feedbacks: [] - InitializationMode: 2 - AutoInitialization: 1 - SafeMode: 3 - Direction: 0 - AutoChangeDirectionOnEnd: 0 - AutoPlayOnStart: 0 - AutoPlayOnEnable: 0 - ForceTimescaleMode: 0 - ForcedTimescaleMode: 1 - DurationMultiplier: 1 - TimescaleMultiplier: 1 - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 1.5} - DisplayFullDurationDetails: 0 - PlayerTimescaleMode: 1 - OnlyPlayIfWithinRange: 0 - RangeCenter: {fileID: 0} - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - IgnoreRangeEvents: 0 - CooldownDuration: 0 - InitialDelay: 0 - CanPlay: 1 - CanPlayWhileAlreadyPlaying: 1 - ChanceToPlay: 100 - FeedbacksIntensity: 1 - Events: - TriggerMMFeedbacksEvents: 0 - TriggerUnityEvents: 1 - OnPlay: - m_PersistentCalls: - m_Calls: [] - OnPause: - m_PersistentCalls: - m_Calls: [] - OnStop: - m_PersistentCalls: - m_Calls: [] - OnResume: - m_PersistentCalls: - m_Calls: [] - OnChangeDirection: - m_PersistentCalls: - m_Calls: [] - OnComplete: - m_PersistentCalls: - m_Calls: [] - OnRestoreInitialValues: - m_PersistentCalls: - m_Calls: [] - OnSkipToTheEnd: - m_PersistentCalls: - m_Calls: [] - OnInitializationComplete: - m_PersistentCalls: - m_Calls: [] - OnEnable: - m_PersistentCalls: - m_Calls: [] - OnDisable: - m_PersistentCalls: - m_Calls: [] - DebugActive: 0 - InScriptDrivenPause: 0 - FeedbacksList: - - rid: 0 - - rid: 1 - - rid: 2 - - rid: 3 - - rid: 4 - KeepPlayModeChanges: 0 - PerformanceMode: 0 - RestoreInitialValuesOnDisable: 0 - StopFeedbacksOnDisable: 0 - PlayCount: 0 - references: - version: 2 - RefIds: - - rid: 0 - type: {class: MMF_AudioSource, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: 2026648816 - Label: AudioSource - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 1709701248} - DebugActive: 0 - TargetAudioSource: {fileID: 1467162775} - Mode: 0 - RandomSfx: [] - MinVolume: 1 - MaxVolume: 1 - MinPitch: 1 - MaxPitch: 1 - SfxAudioMixerGroup: {fileID: 0} - - rid: 1 - type: {class: MMF_Pause, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: 2097293180 - Label: Pause - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 1709701248} - DebugActive: 0 - PauseDuration: 1 - RandomizePauseDuration: 0 - MinPauseDuration: 1 - MaxPauseDuration: 3 - RandomizeOnEachPlay: 1 - ScriptDriven: 0 - AutoResume: 0 - AutoResumeAfter: 0.25 - - rid: 2 - type: {class: MMF_AudioFilterLowPass, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: 201022168 - Label: Audio Filter Low Pass - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 1709701248} - DebugActive: 0 - Duration: 2 - ResetShakerValuesAfterShake: 1 - ResetTargetValuesAfterShake: 1 - RelativeLowPass: 0 - ShakeLowPass: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.5 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapLowPassZero: 0 - RemapLowPassOne: 10000 - - rid: 3 - type: {class: MMF_HoldingPause, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: 344387659 - Label: Holding Pause - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 1709701248} - DebugActive: 0 - PauseDuration: 1 - RandomizePauseDuration: 0 - MinPauseDuration: 1 - MaxPauseDuration: 3 - RandomizeOnEachPlay: 1 - ScriptDriven: 0 - AutoResume: 0 - AutoResumeAfter: 0.25 - - rid: 4 - type: {class: MMF_AudioSource, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: -1221214109 - Label: AudioSource - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 1709701248} - DebugActive: 0 - TargetAudioSource: {fileID: 1467162775} - Mode: 3 - RandomSfx: [] - MinVolume: 1 - MaxVolume: 1 - MinPitch: 1 - MaxPitch: 1 - SfxAudioMixerGroup: {fileID: 0} ---- !u!1 &1719222802 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 1719222803} - m_Layer: 0 - m_Name: CupcakePositionTransforms - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &1719222803 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1719222802} - serializedVersion: 2 - m_LocalRotation: {x: -0, y: 0.2588191, z: -0, w: 0.9659258} - m_LocalPosition: {x: 2.127, y: -1.443, z: 9} - m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 - m_Children: - - {fileID: 885677165} - - {fileID: 1990905541} - - {fileID: 902359850} - - {fileID: 1431253384} - - {fileID: 1195799690} - m_Father: {fileID: 950021599} - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!1 &1727624277 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 1727624278} - - component: {fileID: 1727624279} - m_Layer: 0 - m_Name: TextureScale - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &1727624278 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1727624277} - serializedVersion: 2 - m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: 0} - m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 - m_Children: [] - m_Father: {fileID: 980395213} - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!114 &1727624279 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1727624277} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 6da43522623d4704e979466dc7650b65, type: 3} - m_Name: - m_EditorClassIdentifier: - Feedbacks: [] - InitializationMode: 2 - AutoInitialization: 1 - SafeMode: 3 - Direction: 0 - AutoChangeDirectionOnEnd: 0 - AutoPlayOnStart: 0 - AutoPlayOnEnable: 0 - ForceTimescaleMode: 0 - ForcedTimescaleMode: 1 - DurationMultiplier: 1 - TimescaleMultiplier: 1 - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 1.5} - DisplayFullDurationDetails: 0 - PlayerTimescaleMode: 1 - OnlyPlayIfWithinRange: 0 - RangeCenter: {fileID: 0} - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - IgnoreRangeEvents: 0 - CooldownDuration: 0 - InitialDelay: 0 - CanPlay: 1 - CanPlayWhileAlreadyPlaying: 1 - ChanceToPlay: 100 - FeedbacksIntensity: 1 - Events: - TriggerMMFeedbacksEvents: 0 - TriggerUnityEvents: 1 - OnPlay: - m_PersistentCalls: - m_Calls: [] - OnPause: - m_PersistentCalls: - m_Calls: [] - OnStop: - m_PersistentCalls: - m_Calls: [] - OnResume: - m_PersistentCalls: - m_Calls: [] - OnChangeDirection: - m_PersistentCalls: - m_Calls: [] - OnComplete: - m_PersistentCalls: - m_Calls: [] - OnRestoreInitialValues: - m_PersistentCalls: - m_Calls: [] - OnSkipToTheEnd: - m_PersistentCalls: - m_Calls: [] - OnInitializationComplete: - m_PersistentCalls: - m_Calls: [] - OnEnable: - m_PersistentCalls: - m_Calls: [] - OnDisable: - m_PersistentCalls: - m_Calls: [] - DebugActive: 0 - InScriptDrivenPause: 0 - FeedbacksList: - - rid: 0 - - rid: 1 - KeepPlayModeChanges: 0 - PerformanceMode: 0 - RestoreInitialValuesOnDisable: 0 - StopFeedbacksOnDisable: 0 - PlayCount: 0 - references: - version: 2 - RefIds: - - rid: 0 - type: {class: MMF_AudioSource, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: 487808975 - Label: AudioSource - OriginalLabel: AudioSource - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 1727624279} - DebugActive: 0 - TargetAudioSource: {fileID: 478010195} - Mode: 0 - RandomSfx: [] - MinVolume: 1 - MaxVolume: 1 - MinPitch: 1 - MaxPitch: 1 - SfxAudioMixerGroup: {fileID: 0} - - rid: 1 - type: {class: MMF_TextureScale, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: 2072286558 - Label: Texture Scale - OriginalLabel: Texture Scale - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 1727624279} - DebugActive: 0 - TargetRenderer: {fileID: 1952722753} - MaterialIndex: 0 - MaterialPropertyName: _MainTex_ST - Mode: 0 - Duration: 2 - RelativeValues: 1 - AllowAdditivePlays: 0 - UseMaterialPropertyBlocks: 1 - ScaleCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.3 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapZero: {x: 0, y: 0} - RemapOne: {x: 5, y: 5} - InstantScale: {x: 0, y: 0} ---- !u!224 &1732742921 stripped -RectTransform: - m_CorrespondingSourceObject: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - m_PrefabInstance: {fileID: 2090205404} - m_PrefabAsset: {fileID: 0} ---- !u!1 &1733614732 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 1733614733} - - component: {fileID: 1733614734} - m_Layer: 0 - m_Name: InputModule - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &1733614733 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1733614732} - serializedVersion: 2 - m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: 0} - m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 - m_Children: [] - m_Father: {fileID: 1841711012} - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!114 &1733614734 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1733614732} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: c82cf35166701394ab910f41269944f9, type: 3} - m_Name: - m_EditorClassIdentifier: ---- !u!4 &1733758435 stripped -Transform: - m_CorrespondingSourceObject: {fileID: -4216859302048453862, guid: 98ad67e4ae4dbb54eb05b761fb2a2c02, - type: 3} - m_PrefabInstance: {fileID: 2000460815} - m_PrefabAsset: {fileID: 0} ---- !u!1001 &1739066700 -PrefabInstance: - m_ObjectHideFlags: 0 - serializedVersion: 2 - m_Modification: - serializedVersion: 3 - m_TransformParent: {fileID: 1557570896} - m_Modifications: - - target: {fileID: 4994452109645884045, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_Name - value: Spacer - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_Pivot.x - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_Pivot.y - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_RootOrder - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_AnchorMax.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_AnchorMax.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_AnchorMin.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_AnchorMin.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_SizeDelta.x - value: 236.1 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_SizeDelta.y - value: 30 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_LocalPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_LocalPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_LocalPosition.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_LocalRotation.w - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_LocalRotation.x - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_LocalRotation.y - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_LocalRotation.z - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_AnchoredPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_AnchoredPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_LocalEulerAnglesHint.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_LocalEulerAnglesHint.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_LocalEulerAnglesHint.z - value: 0 - objectReference: {fileID: 0} - m_RemovedComponents: [] - m_RemovedGameObjects: [] - m_AddedGameObjects: [] - m_AddedComponents: [] - m_SourcePrefab: {fileID: 100100000, guid: b4ba93cf48b1c6b468135361158be27d, type: 3} ---- !u!224 &1739066701 stripped -RectTransform: - m_CorrespondingSourceObject: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - m_PrefabInstance: {fileID: 1739066700} - m_PrefabAsset: {fileID: 0} ---- !u!224 &1739563455 stripped -RectTransform: - m_CorrespondingSourceObject: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - m_PrefabInstance: {fileID: 1056432654} - m_PrefabAsset: {fileID: 0} ---- !u!1001 &1742006060 -PrefabInstance: - m_ObjectHideFlags: 0 - serializedVersion: 2 - m_Modification: - serializedVersion: 3 - m_TransformParent: {fileID: 1557570896} - m_Modifications: - - target: {fileID: 4994452109645884045, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_Name - value: Spacer - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_Pivot.x - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_Pivot.y - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_RootOrder - value: 90 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_AnchorMax.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_AnchorMax.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_AnchorMin.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_AnchorMin.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_SizeDelta.x - value: 236.1 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_SizeDelta.y - value: 30 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_LocalPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_LocalPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_LocalPosition.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_LocalRotation.w - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_LocalRotation.x - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_LocalRotation.y - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_LocalRotation.z - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_AnchoredPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_AnchoredPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_LocalEulerAnglesHint.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_LocalEulerAnglesHint.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_LocalEulerAnglesHint.z - value: 0 - objectReference: {fileID: 0} - m_RemovedComponents: [] - m_RemovedGameObjects: [] - m_AddedGameObjects: [] - m_AddedComponents: [] - m_SourcePrefab: {fileID: 100100000, guid: b4ba93cf48b1c6b468135361158be27d, type: 3} ---- !u!1001 &1746983989 -PrefabInstance: - m_ObjectHideFlags: 0 - serializedVersion: 2 - m_Modification: - serializedVersion: 3 - m_TransformParent: {fileID: 1557570896} - m_Modifications: - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: Feedbacks.Array.size - value: 3 - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[0]' - value: - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[1]' - value: - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[2]' - value: - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Pivot.x - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Pivot.y - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_RootOrder - value: 50 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMax.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMax.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMin.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMin.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_SizeDelta.x - value: 256.1 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_SizeDelta.y - value: 30 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalPosition.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.w - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.x - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.y - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.z - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchoredPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchoredPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalEulerAnglesHint.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalEulerAnglesHint.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalEulerAnglesHint.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604939, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_OnClick.m_PersistentCalls.m_Calls.Array.data[0].m_Target - value: - objectReference: {fileID: 616823398} - - target: {fileID: 2903879014986604939, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_OnClick.m_PersistentCalls.m_Calls.Array.data[0].m_MethodName - value: PlayFeedbacks - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604939, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_OnClick.m_PersistentCalls.m_Calls.Array.data[0].m_Arguments.m_ObjectArgumentAssemblyTypeName - value: UnityEngine.Object, UnityEngine - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604941, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Name - value: Button - Shader Controller - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Text - value: Shader Controller - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Color.b - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Color.g - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Color.r - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.size - value: 3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[0]' - value: MoreMountains.Feedbacks.MMTools MoreMountains.Feedbacks.MMF_ShaderController - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[1]' - value: MoreMountains.Feedbacks.MMTools MoreMountains.Feedbacks.MMF_ShaderController - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[2]' - value: MoreMountains.Feedbacks MoreMountains.Feedbacks.MMF_AudioSource - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Mode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Mode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Mode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Label - value: ShaderController - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Label - value: ShaderController - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Label - value: AudioSource - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].UniqueID - value: 1881505092 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].UniqueID - value: 1349049496 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].MaxPitch - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].MinPitch - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].UniqueID - value: 1080312165 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].MaxVolume - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].MinVolume - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].OneTimeDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].OneTimeRemapMax - value: 5 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].OneTimeRemapMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].OneTimeDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].OneTimeRemapMax - value: 5 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].OneTimeRemapMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].OneTimeAmplitude - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].OneTimeAmplitude - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].TargetAudioSource - value: - objectReference: {fileID: 478010195} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ToDestinationValue - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ToDestinationValue - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].SfxAudioMixerGroup - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ToDestinationColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ToDestinationColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ToDestinationColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ToDestinationColor.r - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ToDestinationColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ToDestinationColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ToDestinationColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ToDestinationColor.r - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].RandomSfx.Array.size - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ToDestinationDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ToDestinationDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].TargetShaderController - value: - objectReference: {fileID: 749648100} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].TargetShaderController - value: - objectReference: {fileID: 594467931} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].OneTimeCurve.m_PreInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].OneTimeCurve.m_PreInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].OneTimeCurve.m_PostInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].OneTimeCurve.m_PostInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].OneTimeCurve.m_RotationOrder - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].RevertToInitialValueAfterEnd - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].OneTimeCurve.m_RotationOrder - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].RevertToInitialValueAfterEnd - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].OneTimeCurve.m_Curve.Array.size - value: 3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].OneTimeCurve.m_Curve.Array.size - value: 3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ToDestinationCurve.m_PreInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ToDestinationCurve.m_PreInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ToDestinationCurve.m_PostInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ToDestinationCurve.m_PostInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ToDestinationCurve.m_RotationOrder - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ToDestinationCurve.m_RotationOrder - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].TargetShaderControllerList.Array.size - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ToDestinationCurve.m_Curve.Array.size - value: 3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].TargetShaderControllerList.Array.size - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ToDestinationCurve.m_Curve.Array.size - value: 3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].OneTimeCurve.m_Curve.Array.data[0].time - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].OneTimeCurve.m_Curve.Array.data[1].time - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].OneTimeCurve.m_Curve.Array.data[2].time - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].OneTimeCurve.m_Curve.Array.data[0].time - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].OneTimeCurve.m_Curve.Array.data[1].time - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].OneTimeCurve.m_Curve.Array.data[2].time - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].OneTimeCurve.m_Curve.Array.data[0].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].OneTimeCurve.m_Curve.Array.data[1].value - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].OneTimeCurve.m_Curve.Array.data[2].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].OneTimeCurve.m_Curve.Array.data[0].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].OneTimeCurve.m_Curve.Array.data[1].value - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].OneTimeCurve.m_Curve.Array.data[2].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].OneTimeCurve.m_Curve.Array.data[0].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].OneTimeCurve.m_Curve.Array.data[1].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].OneTimeCurve.m_Curve.Array.data[2].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].OneTimeCurve.m_Curve.Array.data[0].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].OneTimeCurve.m_Curve.Array.data[1].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].OneTimeCurve.m_Curve.Array.data[2].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].OneTimeCurve.m_Curve.Array.data[0].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].OneTimeCurve.m_Curve.Array.data[0].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].OneTimeCurve.m_Curve.Array.data[1].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].OneTimeCurve.m_Curve.Array.data[1].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].OneTimeCurve.m_Curve.Array.data[2].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].OneTimeCurve.m_Curve.Array.data[2].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].OneTimeCurve.m_Curve.Array.data[0].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].OneTimeCurve.m_Curve.Array.data[0].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].OneTimeCurve.m_Curve.Array.data[1].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].OneTimeCurve.m_Curve.Array.data[1].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].OneTimeCurve.m_Curve.Array.data[2].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].OneTimeCurve.m_Curve.Array.data[2].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].OneTimeCurve.m_Curve.Array.data[0].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].OneTimeCurve.m_Curve.Array.data[1].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].OneTimeCurve.m_Curve.Array.data[2].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].OneTimeCurve.m_Curve.Array.data[0].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].OneTimeCurve.m_Curve.Array.data[1].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].OneTimeCurve.m_Curve.Array.data[2].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ToDestinationCurve.m_Curve.Array.data[0].time - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ToDestinationCurve.m_Curve.Array.data[1].time - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ToDestinationCurve.m_Curve.Array.data[2].time - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ToDestinationCurve.m_Curve.Array.data[0].time - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ToDestinationCurve.m_Curve.Array.data[1].time - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ToDestinationCurve.m_Curve.Array.data[2].time - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].OneTimeCurve.m_Curve.Array.data[0].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].OneTimeCurve.m_Curve.Array.data[1].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].OneTimeCurve.m_Curve.Array.data[2].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ToDestinationCurve.m_Curve.Array.data[0].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ToDestinationCurve.m_Curve.Array.data[1].value - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ToDestinationCurve.m_Curve.Array.data[2].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].OneTimeCurve.m_Curve.Array.data[0].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].OneTimeCurve.m_Curve.Array.data[1].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].OneTimeCurve.m_Curve.Array.data[2].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ToDestinationCurve.m_Curve.Array.data[0].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ToDestinationCurve.m_Curve.Array.data[1].value - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ToDestinationCurve.m_Curve.Array.data[2].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].OneTimeCurve.m_Curve.Array.data[0].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].OneTimeCurve.m_Curve.Array.data[1].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].OneTimeCurve.m_Curve.Array.data[2].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].OneTimeCurve.m_Curve.Array.data[0].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].OneTimeCurve.m_Curve.Array.data[1].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].OneTimeCurve.m_Curve.Array.data[2].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ToDestinationCurve.m_Curve.Array.data[0].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ToDestinationCurve.m_Curve.Array.data[1].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ToDestinationCurve.m_Curve.Array.data[2].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ToDestinationCurve.m_Curve.Array.data[0].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ToDestinationCurve.m_Curve.Array.data[1].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ToDestinationCurve.m_Curve.Array.data[2].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ToDestinationCurve.m_Curve.Array.data[0].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ToDestinationCurve.m_Curve.Array.data[0].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ToDestinationCurve.m_Curve.Array.data[1].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ToDestinationCurve.m_Curve.Array.data[1].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ToDestinationCurve.m_Curve.Array.data[2].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ToDestinationCurve.m_Curve.Array.data[2].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ToDestinationCurve.m_Curve.Array.data[0].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ToDestinationCurve.m_Curve.Array.data[0].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ToDestinationCurve.m_Curve.Array.data[1].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ToDestinationCurve.m_Curve.Array.data[1].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ToDestinationCurve.m_Curve.Array.data[2].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ToDestinationCurve.m_Curve.Array.data[2].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ToDestinationCurve.m_Curve.Array.data[0].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ToDestinationCurve.m_Curve.Array.data[1].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ToDestinationCurve.m_Curve.Array.data[2].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ToDestinationCurve.m_Curve.Array.data[0].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ToDestinationCurve.m_Curve.Array.data[1].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ToDestinationCurve.m_Curve.Array.data[2].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ToDestinationCurve.m_Curve.Array.data[0].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ToDestinationCurve.m_Curve.Array.data[1].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ToDestinationCurve.m_Curve.Array.data[2].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ToDestinationCurve.m_Curve.Array.data[0].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ToDestinationCurve.m_Curve.Array.data[1].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ToDestinationCurve.m_Curve.Array.data[2].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ToDestinationCurve.m_Curve.Array.data[0].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ToDestinationCurve.m_Curve.Array.data[1].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ToDestinationCurve.m_Curve.Array.data[2].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ToDestinationCurve.m_Curve.Array.data[0].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ToDestinationCurve.m_Curve.Array.data[1].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ToDestinationCurve.m_Curve.Array.data[2].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 9167406172343059487, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_IsActive - value: 0 - objectReference: {fileID: 0} - m_RemovedComponents: - - {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, type: 3} - m_RemovedGameObjects: [] - m_AddedGameObjects: [] - m_AddedComponents: [] - m_SourcePrefab: {fileID: 100100000, guid: a16c33a1240b8ce4f930161a7c85fae6, type: 3} ---- !u!1 &1751474929 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 1751474930} - - component: {fileID: 1751474931} - m_Layer: 0 - m_Name: TMPOutlineColor - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &1751474930 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1751474929} - serializedVersion: 2 - m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: 0} - m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 - m_Children: [] - m_Father: {fileID: 1860154325} - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!114 &1751474931 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1751474929} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 6da43522623d4704e979466dc7650b65, type: 3} - m_Name: - m_EditorClassIdentifier: - Feedbacks: [] - InitializationMode: 2 - AutoInitialization: 1 - SafeMode: 3 - Direction: 0 - AutoChangeDirectionOnEnd: 0 - AutoPlayOnStart: 0 - AutoPlayOnEnable: 0 - ForceTimescaleMode: 0 - ForcedTimescaleMode: 1 - DurationMultiplier: 1 - TimescaleMultiplier: 1 - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 1.5} - DisplayFullDurationDetails: 0 - PlayerTimescaleMode: 1 - OnlyPlayIfWithinRange: 0 - RangeCenter: {fileID: 0} - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - IgnoreRangeEvents: 0 - CooldownDuration: 0 - InitialDelay: 0 - CanPlay: 1 - CanPlayWhileAlreadyPlaying: 1 - ChanceToPlay: 100 - FeedbacksIntensity: 1 - Events: - TriggerMMFeedbacksEvents: 0 - TriggerUnityEvents: 1 - OnPlay: - m_PersistentCalls: - m_Calls: [] - OnPause: - m_PersistentCalls: - m_Calls: [] - OnStop: - m_PersistentCalls: - m_Calls: [] - OnResume: - m_PersistentCalls: - m_Calls: [] - OnChangeDirection: - m_PersistentCalls: - m_Calls: [] - OnComplete: - m_PersistentCalls: - m_Calls: [] - OnRestoreInitialValues: - m_PersistentCalls: - m_Calls: [] - OnSkipToTheEnd: - m_PersistentCalls: - m_Calls: [] - OnInitializationComplete: - m_PersistentCalls: - m_Calls: [] - OnEnable: - m_PersistentCalls: - m_Calls: [] - OnDisable: - m_PersistentCalls: - m_Calls: [] - DebugActive: 0 - InScriptDrivenPause: 0 - FeedbacksList: - - rid: 0 - - rid: 1 - - rid: 2 - - rid: 3 - - rid: 4 - - rid: 5 - - rid: 6 - - rid: 7 - KeepPlayModeChanges: 0 - PerformanceMode: 0 - RestoreInitialValuesOnDisable: 0 - StopFeedbacksOnDisable: 0 - PlayCount: 0 - references: - version: 2 - RefIds: - - rid: 0 - type: {class: MMF_AudioSource, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: -1039053394 - Label: AudioSource - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 1751474931} - DebugActive: 0 - TargetAudioSource: {fileID: 478010195} - Mode: 0 - RandomSfx: [] - MinVolume: 1 - MaxVolume: 1 - MinPitch: 1 - MaxPitch: 1 - SfxAudioMixerGroup: {fileID: 0} - - rid: 1 - type: {class: MMF_SetActive, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: 1687561108 - Label: Set Active - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 1751474931} - DebugActive: 0 - TargetGameObject: {fileID: 930333314} - ExtraTargetGameObjects: [] - IgnorePlayDirection: 0 - SetStateOnInit: 0 - StateOnInit: 1 - SetStateOnPlay: 1 - StateOnPlay: 0 - SetStateOnStop: 0 - StateOnStop: 1 - SetStateOnReset: 0 - StateOnReset: 1 - SetStateOnSkip: 0 - StateOnSkip: 0 - SetStateOnPlayerComplete: 0 - StateOnPlayerComplete: 1 - - rid: 2 - type: {class: MMF_TMPText, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: -2109498875 - Label: TMP Text - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 1751474931} - DebugActive: 0 - TargetTMPText: {fileID: 1996559228} - NewText: "The outline\non this text\nwill grow \nand change color." - - rid: 3 - type: {class: MMF_Pause, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: 1372111241 - Label: Pause - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 1751474931} - DebugActive: 0 - PauseDuration: 1 - RandomizePauseDuration: 0 - MinPauseDuration: 1 - MaxPauseDuration: 3 - RandomizeOnEachPlay: 1 - ScriptDriven: 0 - AutoResume: 0 - AutoResumeAfter: 0.25 - - rid: 4 - type: {class: MMF_TMPOutlineWidth, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: -215336133 - Label: TMP Outline Width - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 1751474931} - DebugActive: 0 - Mode: 0 - Duration: 3 - StartsOff: 0 - EndsOff: 0 - RelativeValues: 1 - AllowAdditivePlays: 0 - DisableOnStop: 0 - OnlyPlayIfTargetIsActive: 0 - TargetTMPText: {fileID: 1996559228} - OutlineWidthCurve: - MMTweenDefinitionType: 1 - MMTweenCurve: 4 - Curve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 2.5704246 - outSlope: 2.5704246 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0.09735202 - - serializedVersion: 3 - time: 0.2 - value: 0.99716187 - inSlope: 0.1608262 - outSlope: 0.1608262 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.10280373 - - serializedVersion: 3 - time: 0.8 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - Initialized: 0 - ConditionPropertyName: - EnumConditionPropertyName: - EnumConditions: 0000000000000000000000000000000000000000000000000000000000000000 - RemapZero: 0 - RemapOne: 0.5 - InstantOutlineWidth: 0 - DestinationOutlineWidth: 0 - - rid: 5 - type: {class: MMF_TMPOutlineColor, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: 472208269 - Label: TMP Outline Color - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 1751474931} - DebugActive: 0 - TargetTMPText: {fileID: 1996559228} - ColorMode: 1 - Duration: 3 - InstantColor: - serializedVersion: 2 - rgba: 4278512639 - ColorGradient: - serializedVersion: 2 - key0: {r: 0, g: 0, b: 0, a: 1} - key1: {r: 0.495283, g: 0.82186466, b: 1, a: 1} - key2: {r: 1, g: 0.53721607, b: 0.28773582, a: 0} - key3: {r: 0.5477067, g: 1, b: 0, a: 0} - key4: {r: 0, g: 0, b: 0, a: 0} - key5: {r: 0, g: 0, b: 0, a: 0} - key6: {r: 0, g: 0, b: 0, a: 0} - key7: {r: 0, g: 0, b: 0, a: 0} - ctime0: 0 - ctime1: 10601 - ctime2: 29491 - ctime3: 44911 - ctime4: 65535 - ctime5: 65535 - ctime6: 0 - ctime7: 0 - atime0: 0 - atime1: 65535 - atime2: 0 - atime3: 0 - atime4: 0 - atime5: 0 - atime6: 0 - atime7: 0 - m_Mode: 0 - m_ColorSpace: -1 - m_NumColorKeys: 5 - m_NumAlphaKeys: 2 - DestinationColor: - serializedVersion: 2 - rgba: 4278512639 - ColorCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.5 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - AllowAdditivePlays: 0 - - rid: 6 - type: {class: MMF_HoldingPause, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: -1504011528 - Label: Holding Pause - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 1751474931} - DebugActive: 0 - PauseDuration: 1 - RandomizePauseDuration: 0 - MinPauseDuration: 1 - MaxPauseDuration: 3 - RandomizeOnEachPlay: 1 - ScriptDriven: 0 - AutoResume: 0 - AutoResumeAfter: 0.25 - - rid: 7 - type: {class: MMF_SetActive, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: 1802477501 - Label: Set Inactive - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 1751474931} - DebugActive: 0 - TargetGameObject: {fileID: 930333314} - ExtraTargetGameObjects: [] - IgnorePlayDirection: 0 - SetStateOnInit: 0 - StateOnInit: 1 - SetStateOnPlay: 1 - StateOnPlay: 1 - SetStateOnStop: 0 - StateOnStop: 1 - SetStateOnReset: 0 - StateOnReset: 1 - SetStateOnSkip: 0 - StateOnSkip: 0 - SetStateOnPlayerComplete: 0 - StateOnPlayerComplete: 1 ---- !u!4 &1753178940 stripped -Transform: - m_CorrespondingSourceObject: {fileID: -4216859302048453862, guid: 01dfcbf4ce9664c41ab1cf3609c59ee6, - type: 3} - m_PrefabInstance: {fileID: 1303139257} - m_PrefabAsset: {fileID: 0} ---- !u!224 &1760039387 stripped -RectTransform: - m_CorrespondingSourceObject: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - m_PrefabInstance: {fileID: 1524762378} - m_PrefabAsset: {fileID: 0} ---- !u!4 &1770397029 stripped -Transform: - m_CorrespondingSourceObject: {fileID: -4216859302048453862, guid: e7b8d3e8e58ffc24984b81ddbd5f9c29, - type: 3} - m_PrefabInstance: {fileID: 1428451479} - m_PrefabAsset: {fileID: 0} ---- !u!224 &1771534064 stripped -RectTransform: - m_CorrespondingSourceObject: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - m_PrefabInstance: {fileID: 934404696} - m_PrefabAsset: {fileID: 0} ---- !u!1 &1774723655 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 1774723656} - - component: {fileID: 1774723657} - m_Layer: 0 - m_Name: MMRadioSignal - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &1774723656 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1774723655} - serializedVersion: 2 - m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: 0} - m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 - m_Children: [] - m_Father: {fileID: 1582576612} - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!114 &1774723657 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1774723655} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 6da43522623d4704e979466dc7650b65, type: 3} - m_Name: - m_EditorClassIdentifier: - Feedbacks: [] - InitializationMode: 2 - AutoInitialization: 1 - SafeMode: 3 - Direction: 0 - AutoChangeDirectionOnEnd: 0 - AutoPlayOnStart: 0 - AutoPlayOnEnable: 0 - ForceTimescaleMode: 0 - ForcedTimescaleMode: 1 - DurationMultiplier: 1 - TimescaleMultiplier: 1 - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 1.5} - DisplayFullDurationDetails: 0 - PlayerTimescaleMode: 1 - OnlyPlayIfWithinRange: 0 - RangeCenter: {fileID: 0} - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - IgnoreRangeEvents: 0 - CooldownDuration: 0 - InitialDelay: 0 - CanPlay: 1 - CanPlayWhileAlreadyPlaying: 1 - ChanceToPlay: 100 - FeedbacksIntensity: 1 - Events: - TriggerMMFeedbacksEvents: 0 - TriggerUnityEvents: 1 - OnPlay: - m_PersistentCalls: - m_Calls: [] - OnPause: - m_PersistentCalls: - m_Calls: [] - OnStop: - m_PersistentCalls: - m_Calls: [] - OnResume: - m_PersistentCalls: - m_Calls: [] - OnChangeDirection: - m_PersistentCalls: - m_Calls: [] - OnComplete: - m_PersistentCalls: - m_Calls: [] - OnRestoreInitialValues: - m_PersistentCalls: - m_Calls: [] - OnSkipToTheEnd: - m_PersistentCalls: - m_Calls: [] - OnInitializationComplete: - m_PersistentCalls: - m_Calls: [] - OnEnable: - m_PersistentCalls: - m_Calls: [] - OnDisable: - m_PersistentCalls: - m_Calls: [] - DebugActive: 0 - InScriptDrivenPause: 0 - FeedbacksList: - - rid: 0 - - rid: 1 - KeepPlayModeChanges: 0 - PerformanceMode: 0 - RestoreInitialValuesOnDisable: 0 - StopFeedbacksOnDisable: 0 - PlayCount: 0 - references: - version: 2 - RefIds: - - rid: 0 - type: {class: MMF_AudioSource, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: -565422688 - Label: AudioSource - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 1774723657} - DebugActive: 0 - TargetAudioSource: {fileID: 478010195} - Mode: 0 - RandomSfx: [] - MinVolume: 1 - MaxVolume: 1 - MinPitch: 1 - MaxPitch: 1 - SfxAudioMixerGroup: {fileID: 0} - - rid: 1 - type: {class: MMF_RadioSignal, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: -1046957222 - Label: MMRadioSignal - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 1774723657} - DebugActive: 0 - TargetSignal: {fileID: 893060865} - TimeScale: 0 - Duration: 1 - GlobalMultiplier: 1 ---- !u!224 &1776384818 stripped -RectTransform: - m_CorrespondingSourceObject: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - m_PrefabInstance: {fileID: 1671847098} - m_PrefabAsset: {fileID: 0} ---- !u!1 &1780991164 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 1780991165} - - component: {fileID: 1780991167} - - component: {fileID: 1780991166} - m_Layer: 5 - m_Name: RaycastBlocker - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!224 &1780991165 -RectTransform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1780991164} - m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: 0} - m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 - m_Children: [] - m_Father: {fileID: 930333315} - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} - m_AnchorMin: {x: 0, y: 0} - m_AnchorMax: {x: 1, y: 1} - m_AnchoredPosition: {x: 0, y: 0} - m_SizeDelta: {x: 0, y: 0} - m_Pivot: {x: 0.5, y: 0.5} ---- !u!114 &1780991166 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1780991164} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} - m_Name: - m_EditorClassIdentifier: - m_Material: {fileID: 0} - m_Color: {r: 0, g: 0, b: 0, a: 0.49019608} - m_RaycastTarget: 1 - m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0} - m_Maskable: 1 - m_OnCullStateChanged: - m_PersistentCalls: - m_Calls: [] - m_Sprite: {fileID: 21300000, guid: aff4855d499cb7646b344323f4129b58, type: 3} - m_Type: 0 - m_PreserveAspect: 0 - m_FillCenter: 1 - m_FillMethod: 4 - m_FillAmount: 1 - m_FillClockwise: 1 - m_FillOrigin: 0 - m_UseSpriteMesh: 0 - m_PixelsPerUnitMultiplier: 1 ---- !u!222 &1780991167 -CanvasRenderer: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1780991164} - m_CullTransparentMesh: 0 ---- !u!224 &1784896545 stripped -RectTransform: - m_CorrespondingSourceObject: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - m_PrefabInstance: {fileID: 2051399840} - m_PrefabAsset: {fileID: 0} ---- !u!1 &1785320354 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 1785320358} - - component: {fileID: 1785320357} - - component: {fileID: 1785320356} - - component: {fileID: 1785320355} - m_Layer: 5 - m_Name: UI -------------------------------------- - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!114 &1785320355 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1785320354} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: dc42784cf147c0c48a680349fa168899, type: 3} - m_Name: - m_EditorClassIdentifier: - m_IgnoreReversedGraphics: 1 - m_BlockingObjects: 0 - m_BlockingMask: - serializedVersion: 2 - m_Bits: 4294967295 ---- !u!114 &1785320356 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1785320354} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 0cd44c1031e13a943bb63640046fad76, type: 3} - m_Name: - m_EditorClassIdentifier: - m_UiScaleMode: 0 - m_ReferencePixelsPerUnit: 100 - m_ScaleFactor: 1 - m_ReferenceResolution: {x: 800, y: 600} - m_ScreenMatchMode: 0 - m_MatchWidthOrHeight: 0 - m_PhysicalUnit: 3 - m_FallbackScreenDPI: 96 - m_DefaultSpriteDPI: 96 - m_DynamicPixelsPerUnit: 1 - m_PresetInfoIsWorld: 0 ---- !u!223 &1785320357 -Canvas: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1785320354} - m_Enabled: 1 - serializedVersion: 3 - m_RenderMode: 1 - m_Camera: {fileID: 1143359169} - m_PlaneDistance: 100 - m_PixelPerfect: 0 - m_ReceivesEvents: 1 - m_OverrideSorting: 0 - m_OverridePixelPerfect: 0 - m_SortingBucketNormalizedSize: 0 - m_VertexColorAlwaysGammaSpace: 0 - m_AdditionalShaderChannelsFlag: 0 - m_UpdateRectTransformForStandalone: 0 - m_SortingLayerID: 0 - m_SortingOrder: 0 - m_TargetDisplay: 0 ---- !u!224 &1785320358 -RectTransform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1785320354} - m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: 0} - m_LocalScale: {x: 0, y: 0, z: 0} - m_ConstrainProportionsScale: 0 - m_Children: - - {fileID: 1469520641} - - {fileID: 1354058876} - - {fileID: 983745963} - - {fileID: 1433266020} - - {fileID: 1047976019} - m_Father: {fileID: 0} - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} - m_AnchorMin: {x: 0, y: 0} - m_AnchorMax: {x: 0, y: 0} - m_AnchoredPosition: {x: 0, y: 0} - m_SizeDelta: {x: 0, y: 0} - m_Pivot: {x: 0, y: 0} ---- !u!224 &1786825694 stripped -RectTransform: - m_CorrespondingSourceObject: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - m_PrefabInstance: {fileID: 1284354146} - m_PrefabAsset: {fileID: 0} ---- !u!1 &1799418829 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 1799418830} - - component: {fileID: 1799418831} - m_Layer: 0 - m_Name: CanvasGroup - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &1799418830 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1799418829} - serializedVersion: 2 - m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: 0} - m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 - m_Children: [] - m_Father: {fileID: 1282069688} - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!114 &1799418831 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1799418829} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 6da43522623d4704e979466dc7650b65, type: 3} - m_Name: - m_EditorClassIdentifier: - Feedbacks: [] - InitializationMode: 2 - AutoInitialization: 1 - SafeMode: 3 - Direction: 0 - AutoChangeDirectionOnEnd: 0 - AutoPlayOnStart: 0 - AutoPlayOnEnable: 0 - ForceTimescaleMode: 0 - ForcedTimescaleMode: 1 - DurationMultiplier: 1 - TimescaleMultiplier: 1 - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 1.5} - DisplayFullDurationDetails: 0 - PlayerTimescaleMode: 1 - OnlyPlayIfWithinRange: 0 - RangeCenter: {fileID: 0} - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - IgnoreRangeEvents: 0 - CooldownDuration: 0 - InitialDelay: 0 - CanPlay: 1 - CanPlayWhileAlreadyPlaying: 1 - ChanceToPlay: 100 - FeedbacksIntensity: 1 - Events: - TriggerMMFeedbacksEvents: 0 - TriggerUnityEvents: 1 - OnPlay: - m_PersistentCalls: - m_Calls: [] - OnPause: - m_PersistentCalls: - m_Calls: [] - OnStop: - m_PersistentCalls: - m_Calls: [] - OnResume: - m_PersistentCalls: - m_Calls: [] - OnChangeDirection: - m_PersistentCalls: - m_Calls: [] - OnComplete: - m_PersistentCalls: - m_Calls: [] - OnRestoreInitialValues: - m_PersistentCalls: - m_Calls: [] - OnSkipToTheEnd: - m_PersistentCalls: - m_Calls: [] - OnInitializationComplete: - m_PersistentCalls: - m_Calls: [] - OnEnable: - m_PersistentCalls: - m_Calls: [] - OnDisable: - m_PersistentCalls: - m_Calls: [] - DebugActive: 0 - InScriptDrivenPause: 0 - FeedbacksList: - - rid: 0 - - rid: 1 - KeepPlayModeChanges: 0 - PerformanceMode: 0 - RestoreInitialValuesOnDisable: 0 - StopFeedbacksOnDisable: 0 - PlayCount: 0 - references: - version: 2 - RefIds: - - rid: 0 - type: {class: MMF_AudioSource, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: -1612718821 - Label: AudioSource - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 1799418831} - DebugActive: 0 - TargetAudioSource: {fileID: 478010195} - Mode: 0 - RandomSfx: [] - MinVolume: 1 - MaxVolume: 1 - MinPitch: 1 - MaxPitch: 1 - SfxAudioMixerGroup: {fileID: 0} - - rid: 1 - type: {class: MMF_CanvasGroup, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: -1482756493 - Label: CanvasGroup - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 1799418831} - DebugActive: 0 - Mode: 0 - Duration: 0.5 - StartsOff: 1 - EndsOff: 0 - RelativeValues: 1 - AllowAdditivePlays: 0 - DisableOnStop: 0 - OnlyPlayIfTargetIsActive: 0 - TargetCanvasGroup: {fileID: 1328195341} - AlphaCurve: - MMTweenDefinitionType: 1 - MMTweenCurve: 4 - Curve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.3 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - Initialized: 0 - ConditionPropertyName: - EnumConditionPropertyName: - EnumConditions: 0000000000000000000000000000000000000000000000000000000000000000 - RemapZero: 0 - RemapOne: 1 - InstantAlpha: 0 - DestinationAlpha: 0 ---- !u!1 &1801033051 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 1801033052} - - component: {fileID: 1801033054} - - component: {fileID: 1801033053} - m_Layer: 0 - m_Name: Shaker - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &1801033052 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1801033051} - serializedVersion: 2 - m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: 0} - m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 - m_Children: - - {fileID: 570372227} - m_Father: {fileID: 222395231} - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!114 &1801033053 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1801033051} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 6bf8e915527fa424a8b17dc168fe20eb, type: 3} - m_Name: - m_EditorClassIdentifier: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - CooldownBetweenShakes: 0 ---- !u!114 &1801033054 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1801033051} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 347013242dca7c44fb5001793033ea59, type: 3} - m_Name: - m_EditorClassIdentifier: - UpdateMode: 0 - PositionActive: 1 - RotationActive: 0 - ScaleActive: 0 - PositionWiggleProperties: - WigglePermitted: 0 - WiggleType: 3 - UseUnscaledTime: 0 - TimeMultiplier: 1 - StartWigglingAutomatically: 1 - SmoothPingPong: 1 - UseSpeedCurve: 0 - SpeedCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 1 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 1 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - FrequencyMin: 0 - FrequencyMax: 1 - AmplitudeMin: {x: 0, y: 0, z: 0} - AmplitudeMax: {x: 1, y: 1, z: 1} - RelativeAmplitude: 1 - UniformValues: 0 - ForceVectorLength: 0 - ForcedVectorLength: 1 - Curve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 1 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 1 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapCurveZeroMin: {x: 0, y: 0, z: 0} - RemapCurveZeroMax: {x: 0, y: 0, z: 0} - RemapCurveOneMin: {x: 1, y: 1, z: 1} - RemapCurveOneMax: {x: 1, y: 1, z: 1} - RelativeCurveAmplitude: 1 - CurvePingPong: 0 - PauseMin: 0 - PauseMax: 0 - LimitedTime: 0 - LimitedTimeTotal: 0 - LimitedTimeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - LimitedTimeResetValue: 1 - LimitedTimeLeft: 0 - NoiseFrequencyMin: {x: 0, y: 0, z: 0} - NoiseFrequencyMax: {x: 1, y: 1, z: 1} - NoiseShiftMin: {x: 0, y: 0, z: 0} - NoiseShiftMax: {x: 0, y: 0, z: 0} - RotationWiggleProperties: - WigglePermitted: 1 - WiggleType: 1 - UseUnscaledTime: 0 - TimeMultiplier: 1 - StartWigglingAutomatically: 1 - SmoothPingPong: 1 - UseSpeedCurve: 0 - SpeedCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 1 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 1 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - FrequencyMin: 0 - FrequencyMax: 1 - AmplitudeMin: {x: 0, y: 0, z: 0} - AmplitudeMax: {x: 1, y: 1, z: 1} - RelativeAmplitude: 1 - UniformValues: 0 - ForceVectorLength: 0 - ForcedVectorLength: 1 - Curve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 1 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 1 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapCurveZeroMin: {x: 0, y: 0, z: 0} - RemapCurveZeroMax: {x: 0, y: 0, z: 0} - RemapCurveOneMin: {x: 1, y: 1, z: 1} - RemapCurveOneMax: {x: 1, y: 1, z: 1} - RelativeCurveAmplitude: 1 - CurvePingPong: 0 - PauseMin: 0 - PauseMax: 0 - LimitedTime: 0 - LimitedTimeTotal: 0 - LimitedTimeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - LimitedTimeResetValue: 1 - LimitedTimeLeft: 0 - NoiseFrequencyMin: {x: 0, y: 0, z: 0} - NoiseFrequencyMax: {x: 1, y: 1, z: 1} - NoiseShiftMin: {x: 0, y: 0, z: 0} - NoiseShiftMax: {x: 0, y: 0, z: 0} - ScaleWiggleProperties: - WigglePermitted: 1 - WiggleType: 1 - UseUnscaledTime: 0 - TimeMultiplier: 1 - StartWigglingAutomatically: 1 - SmoothPingPong: 1 - UseSpeedCurve: 0 - SpeedCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 1 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 1 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - FrequencyMin: 0 - FrequencyMax: 1 - AmplitudeMin: {x: 0, y: 0, z: 0} - AmplitudeMax: {x: 1, y: 1, z: 1} - RelativeAmplitude: 1 - UniformValues: 0 - ForceVectorLength: 0 - ForcedVectorLength: 1 - Curve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 1 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 1 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapCurveZeroMin: {x: 0, y: 0, z: 0} - RemapCurveZeroMax: {x: 0, y: 0, z: 0} - RemapCurveOneMin: {x: 1, y: 1, z: 1} - RemapCurveOneMax: {x: 1, y: 1, z: 1} - RelativeCurveAmplitude: 1 - CurvePingPong: 0 - PauseMin: 0 - PauseMax: 0 - LimitedTime: 0 - LimitedTimeTotal: 0 - LimitedTimeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - LimitedTimeResetValue: 1 - LimitedTimeLeft: 0 - NoiseFrequencyMin: {x: 0, y: 0, z: 0} - NoiseFrequencyMax: {x: 1, y: 1, z: 1} - NoiseShiftMin: {x: 0, y: 0, z: 0} - NoiseShiftMax: {x: 0, y: 0, z: 0} - DebugWiggleDuration: 2 ---- !u!1001 &1802690113 -PrefabInstance: - m_ObjectHideFlags: 0 - serializedVersion: 2 - m_Modification: - serializedVersion: 3 - m_TransformParent: {fileID: 1557570896} - m_Modifications: - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: Feedbacks.Array.size - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[0]' - value: - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[1]' - value: - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Pivot.x - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Pivot.y - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_RootOrder - value: 27 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMax.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMax.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMin.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMin.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_SizeDelta.x - value: 256.1 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_SizeDelta.y - value: 30 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalPosition.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.w - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.x - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.y - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.z - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchoredPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchoredPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalEulerAnglesHint.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalEulerAnglesHint.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalEulerAnglesHint.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604939, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_OnClick.m_PersistentCalls.m_Calls.Array.data[0].m_Target - value: - objectReference: {fileID: 179183103} - - target: {fileID: 2903879014986604939, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_OnClick.m_PersistentCalls.m_Calls.Array.data[0].m_MethodName - value: PlayFeedbacks - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604939, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_OnClick.m_PersistentCalls.m_Calls.Array.data[0].m_Arguments.m_ObjectArgumentAssemblyTypeName - value: UnityEngine.Object, UnityEngine - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604941, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Name - value: Button - Cinemachine Impulse Source - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Text - value: Impulse Source - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Color.b - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Color.g - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Color.r - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.size - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[0]' - value: MoreMountains.Feedbacks MoreMountains.Feedbacks.MMF_AudioSource - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[1]' - value: MoreMountains.Feedbacks.Cinemachine MoreMountains.FeedbacksForThirdParty.MMF_CinemachineImpulseSource - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Mode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Label - value: AudioSource - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Label - value: Cinemachine Impulse Source - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].MaxPitch - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].MinPitch - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].UniqueID - value: 1973628673 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].UniqueID - value: 916655379 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].MaxVolume - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].MinVolume - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Velocity.x - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Velocity.y - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Velocity.z - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ImpulseSource - value: - objectReference: {fileID: 337185753} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].TargetAudioSource - value: - objectReference: {fileID: 478010195} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].SfxAudioMixerGroup - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ClearImpulseOnStop - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].RandomSfx.Array.size - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 6611151916975247623, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalPosition.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 6611151916975247623, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchoredPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 6611151916975247623, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchoredPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 9167406172343059487, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_IsActive - value: 0 - objectReference: {fileID: 0} - m_RemovedComponents: - - {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, type: 3} - m_RemovedGameObjects: [] - m_AddedGameObjects: [] - m_AddedComponents: - - targetCorrespondingSourceObject: {fileID: 8265520595526061170, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - insertIndex: -1 - addedObject: {fileID: 337185753} - m_SourcePrefab: {fileID: 100100000, guid: a16c33a1240b8ce4f930161a7c85fae6, type: 3} ---- !u!224 &1807709886 stripped -RectTransform: - m_CorrespondingSourceObject: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - m_PrefabInstance: {fileID: 1942293561} - m_PrefabAsset: {fileID: 0} ---- !u!1 &1809638024 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 1809638025} - - component: {fileID: 1809638026} - m_Layer: 0 - m_Name: DepthOfField - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &1809638025 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1809638024} - serializedVersion: 2 - m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: 0.023957789, y: 4.7921257, z: 1.0697918} - m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 - m_Children: [] - m_Father: {fileID: 168975947} - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!114 &1809638026 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1809638024} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 6da43522623d4704e979466dc7650b65, type: 3} - m_Name: - m_EditorClassIdentifier: - Feedbacks: [] - InitializationMode: 2 - AutoInitialization: 1 - SafeMode: 3 - Direction: 0 - AutoChangeDirectionOnEnd: 0 - AutoPlayOnStart: 0 - AutoPlayOnEnable: 0 - ForceTimescaleMode: 0 - ForcedTimescaleMode: 1 - DurationMultiplier: 1 - TimescaleMultiplier: 1 - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 1.5} - DisplayFullDurationDetails: 0 - PlayerTimescaleMode: 1 - OnlyPlayIfWithinRange: 0 - RangeCenter: {fileID: 0} - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - IgnoreRangeEvents: 0 - CooldownDuration: 0 - InitialDelay: 0 - CanPlay: 1 - CanPlayWhileAlreadyPlaying: 1 - ChanceToPlay: 100 - FeedbacksIntensity: 1 - Events: - TriggerMMFeedbacksEvents: 0 - TriggerUnityEvents: 1 - OnPlay: - m_PersistentCalls: - m_Calls: [] - OnPause: - m_PersistentCalls: - m_Calls: [] - OnStop: - m_PersistentCalls: - m_Calls: [] - OnResume: - m_PersistentCalls: - m_Calls: [] - OnChangeDirection: - m_PersistentCalls: - m_Calls: [] - OnComplete: - m_PersistentCalls: - m_Calls: [] - OnRestoreInitialValues: - m_PersistentCalls: - m_Calls: [] - OnSkipToTheEnd: - m_PersistentCalls: - m_Calls: [] - OnInitializationComplete: - m_PersistentCalls: - m_Calls: [] - OnEnable: - m_PersistentCalls: - m_Calls: [] - OnDisable: - m_PersistentCalls: - m_Calls: [] - DebugActive: 0 - InScriptDrivenPause: 0 - FeedbacksList: - - rid: 0 - - rid: 1 - KeepPlayModeChanges: 0 - PerformanceMode: 0 - RestoreInitialValuesOnDisable: 0 - StopFeedbacksOnDisable: 0 - PlayCount: 0 - references: - version: 2 - RefIds: - - rid: 0 - type: {class: MMF_DepthOfField, ns: MoreMountains.FeedbacksForThirdParty, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: -616846196 - Label: Depth Of Field - OriginalLabel: Depth Of Field - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: Automatic Shaker Setup - Owner: {fileID: 1809638026} - DebugActive: 0 - ShakeDuration: 2 - RelativeValues: 0 - ResetShakerValuesAfterShake: 1 - ResetTargetValuesAfterShake: 1 - ShakeFocusDistance: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.5 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapFocusDistanceZero: 4 - RemapFocusDistanceOne: 50 - ShakeAperture: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.5 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapApertureZero: 0.6 - RemapApertureOne: 0.2 - ShakeFocalLength: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.5 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapFocalLengthZero: 27.5 - RemapFocalLengthOne: 27.5 - - rid: 1 - type: {class: MMF_AudioSource, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: 1224218792 - Label: AudioSource - OriginalLabel: AudioSource - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 1809638026} - DebugActive: 0 - TargetAudioSource: {fileID: 478010195} - Mode: 0 - RandomSfx: [] - MinVolume: 1 - MaxVolume: 1 - MinPitch: 1 - MaxPitch: 1 - SfxAudioMixerGroup: {fileID: 0} ---- !u!1 &1812402533 stripped -GameObject: - m_CorrespondingSourceObject: {fileID: -927199367670048503, guid: d84a1570448aba14ea2b1badb79fb4b3, - type: 3} - m_PrefabInstance: {fileID: 2087713397} - m_PrefabAsset: {fileID: 0} ---- !u!114 &1812402536 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1812402533} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 83dcb4ea8c2204a43adf98a01a3bc0d1, type: 3} - m_Name: - m_EditorClassIdentifier: - Receiver: - TargetObject: {fileID: 1812402533} - TargetComponent: {fileID: 2022528242} - TargetScriptableObject: {fileID: 0} - TargetPropertyName: position - ShouldModifyValue: 1 - RelativeValue: 1 - ModifyX: 0 - ModifyY: 1 - ModifyZ: 0 - ModifyW: 1 - Threshold: 0.5 - BoolRemapZero: 0 - BoolRemapOne: 1 - StringRemapZero: Zero - StringRemapOne: One - IntRemapZero: 0 - IntRemapOne: 1 - FloatRemapZero: 0 - FloatRemapOne: 1 - Vector2RemapZero: {x: 0, y: 0} - Vector2RemapOne: {x: 1, y: 1} - Vector3RemapZero: {x: 0, y: 0, z: 0} - Vector3RemapOne: {x: 1, y: 0.75, z: 1} - Vector4RemapZero: {x: 0, y: 0, z: 0, w: 0} - Vector4RemapOne: {x: 1, y: 1, z: 1, w: 1} - QuaternionRemapZero: {x: 0, y: 0, z: 0} - QuaternionRemapOne: {x: 180, y: 180, z: 180} - ColorRemapZero: {r: 1, g: 1, b: 1, a: 1} - ColorRemapOne: {r: 0, g: 0, b: 0, a: 1} - Level: 0 - CanListen: 1 - Channel: 0 - RandomizeLevel: 0 - MinRandomLevelMultiplier: 0 - MaxRandomLevelMultiplier: 1 ---- !u!1001 &1817712247 -PrefabInstance: - m_ObjectHideFlags: 0 - serializedVersion: 2 - m_Modification: - serializedVersion: 3 - m_TransformParent: {fileID: 1557570896} - m_Modifications: - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: Feedbacks.Array.size - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[0]' - value: - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[1]' - value: - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Pivot.x - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Pivot.y - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_RootOrder - value: 66 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMax.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMax.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMin.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMin.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_SizeDelta.x - value: 256.1 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_SizeDelta.y - value: 30 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalPosition.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.w - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.x - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.y - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.z - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchoredPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchoredPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalEulerAnglesHint.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalEulerAnglesHint.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalEulerAnglesHint.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604939, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_OnClick.m_PersistentCalls.m_Calls.Array.data[0].m_Target - value: - objectReference: {fileID: 176364709} - - target: {fileID: 2903879014986604939, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_OnClick.m_PersistentCalls.m_Calls.Array.data[0].m_MethodName - value: PlayFeedbacks - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604939, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_OnClick.m_PersistentCalls.m_Calls.Array.data[0].m_Arguments.m_ObjectArgumentAssemblyTypeName - value: UnityEngine.Object, UnityEngine - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604941, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Name - value: Button - RotatePositionAround - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Text - value: Rotate Position Around - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Color.b - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Color.g - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Color.r - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.size - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[0]' - value: MoreMountains.Feedbacks MoreMountains.Feedbacks.MMF_Rotation - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[1]' - value: MoreMountains.Feedbacks MoreMountains.Feedbacks.MMF_AudioSource - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Mode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Mode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Label - value: Rotation - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Label - value: AudioSource - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateX - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateY - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateZ - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].UniqueID - value: -1674072016 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].MaxPitch - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].MinPitch - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].UniqueID - value: 1827845500 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].MaxVolume - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].MinVolume - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].RemapCurveOne - value: 360 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].RotationSpace - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].RemapCurveZero - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].TargetAudioSource - value: - objectReference: {fileID: 478010195} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AllowAdditivePlays - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ToDestinationSpace - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].SfxAudioMixerGroup - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DestinationAngles.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DestinationAngles.y - value: 180 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DestinationAngles.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].RandomSfx.Array.size - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateRotationTarget - value: - objectReference: {fileID: 699640085} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateRotationDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DetermineRotationOnPlay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateRotationX.m_PreInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateRotationY.m_PreInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateRotationZ.m_PreInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateRotationX.m_PostInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateRotationY.m_PostInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateRotationZ.m_PostInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateRotationX.m_RotationOrder - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateRotationY.m_RotationOrder - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateRotationZ.m_RotationOrder - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ToDestinationCurve.m_PreInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ToDestinationCurve.m_PostInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ToDestinationCurve.m_RotationOrder - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateRotationX.m_Curve.Array.size - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateRotationY.m_Curve.Array.size - value: 3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateRotationZ.m_Curve.Array.size - value: 3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ToDestinationCurve.m_Curve.Array.size - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateRotationX.m_Curve.Array.data[0].time - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateRotationX.m_Curve.Array.data[1].time - value: 0.15281706 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateRotationX.m_Curve.Array.data[2].time - value: 0.8412695 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateRotationX.m_Curve.Array.data[3].time - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateRotationY.m_Curve.Array.data[0].time - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateRotationY.m_Curve.Array.data[1].time - value: 0.3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateRotationY.m_Curve.Array.data[2].time - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateRotationZ.m_Curve.Array.data[0].time - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateRotationZ.m_Curve.Array.data[1].time - value: 0.3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateRotationZ.m_Curve.Array.data[2].time - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateRotationX.m_Curve.Array.data[0].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateRotationX.m_Curve.Array.data[1].value - value: -0.0047136396 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateRotationX.m_Curve.Array.data[2].value - value: 1.0395712 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateRotationX.m_Curve.Array.data[3].value - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateRotationY.m_Curve.Array.data[0].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateRotationY.m_Curve.Array.data[1].value - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateRotationY.m_Curve.Array.data[2].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateRotationZ.m_Curve.Array.data[0].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateRotationZ.m_Curve.Array.data[1].value - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateRotationZ.m_Curve.Array.data[2].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ToDestinationCurve.m_Curve.Array.data[0].time - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ToDestinationCurve.m_Curve.Array.data[1].time - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateRotationX.m_Curve.Array.data[0].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateRotationX.m_Curve.Array.data[1].inSlope - value: 0.5106594 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateRotationX.m_Curve.Array.data[2].inSlope - value: 0.9263391 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateRotationX.m_Curve.Array.data[3].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateRotationY.m_Curve.Array.data[0].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateRotationY.m_Curve.Array.data[1].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateRotationY.m_Curve.Array.data[2].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateRotationZ.m_Curve.Array.data[0].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateRotationZ.m_Curve.Array.data[1].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateRotationZ.m_Curve.Array.data[2].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ToDestinationCurve.m_Curve.Array.data[0].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ToDestinationCurve.m_Curve.Array.data[1].value - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateRotationX.m_Curve.Array.data[0].inWeight - value: 0.33333334 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateRotationX.m_Curve.Array.data[0].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateRotationX.m_Curve.Array.data[1].inWeight - value: 0.33333334 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateRotationX.m_Curve.Array.data[1].outSlope - value: 0.5106594 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateRotationX.m_Curve.Array.data[2].inWeight - value: 0.33333334 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateRotationX.m_Curve.Array.data[2].outSlope - value: 0.9263391 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateRotationX.m_Curve.Array.data[3].inWeight - value: 0.33333334 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateRotationX.m_Curve.Array.data[3].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateRotationY.m_Curve.Array.data[0].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateRotationY.m_Curve.Array.data[0].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateRotationY.m_Curve.Array.data[1].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateRotationY.m_Curve.Array.data[1].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateRotationY.m_Curve.Array.data[2].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateRotationY.m_Curve.Array.data[2].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateRotationZ.m_Curve.Array.data[0].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateRotationZ.m_Curve.Array.data[0].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateRotationZ.m_Curve.Array.data[1].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateRotationZ.m_Curve.Array.data[1].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateRotationZ.m_Curve.Array.data[2].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateRotationZ.m_Curve.Array.data[2].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateRotationX.m_Curve.Array.data[0].outWeight - value: 0.33333334 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateRotationX.m_Curve.Array.data[1].outWeight - value: 0.33333334 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateRotationX.m_Curve.Array.data[2].outWeight - value: 0.33333334 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateRotationX.m_Curve.Array.data[3].outWeight - value: 0.33333334 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateRotationY.m_Curve.Array.data[0].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateRotationY.m_Curve.Array.data[1].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateRotationY.m_Curve.Array.data[2].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateRotationZ.m_Curve.Array.data[0].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateRotationZ.m_Curve.Array.data[1].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateRotationZ.m_Curve.Array.data[2].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ToDestinationCurve.m_Curve.Array.data[0].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ToDestinationCurve.m_Curve.Array.data[1].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ToDestinationCurve.m_Curve.Array.data[0].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ToDestinationCurve.m_Curve.Array.data[0].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ToDestinationCurve.m_Curve.Array.data[1].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ToDestinationCurve.m_Curve.Array.data[1].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateRotationX.m_Curve.Array.data[0].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateRotationX.m_Curve.Array.data[1].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateRotationX.m_Curve.Array.data[2].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateRotationX.m_Curve.Array.data[3].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateRotationY.m_Curve.Array.data[0].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateRotationY.m_Curve.Array.data[1].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateRotationY.m_Curve.Array.data[2].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateRotationZ.m_Curve.Array.data[0].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateRotationZ.m_Curve.Array.data[1].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateRotationZ.m_Curve.Array.data[2].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ToDestinationCurve.m_Curve.Array.data[0].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ToDestinationCurve.m_Curve.Array.data[1].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateRotationX.m_Curve.Array.data[0].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateRotationX.m_Curve.Array.data[1].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateRotationX.m_Curve.Array.data[2].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateRotationX.m_Curve.Array.data[3].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateRotationY.m_Curve.Array.data[0].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateRotationY.m_Curve.Array.data[1].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateRotationY.m_Curve.Array.data[2].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateRotationZ.m_Curve.Array.data[0].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateRotationZ.m_Curve.Array.data[1].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateRotationZ.m_Curve.Array.data[2].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ToDestinationCurve.m_Curve.Array.data[0].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ToDestinationCurve.m_Curve.Array.data[1].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ToDestinationCurve.m_Curve.Array.data[0].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ToDestinationCurve.m_Curve.Array.data[1].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 9167406172343059487, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_IsActive - value: 0 - objectReference: {fileID: 0} - m_RemovedComponents: - - {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, type: 3} - m_RemovedGameObjects: [] - m_AddedGameObjects: [] - m_AddedComponents: [] - m_SourcePrefab: {fileID: 100100000, guid: a16c33a1240b8ce4f930161a7c85fae6, type: 3} ---- !u!224 &1817712248 stripped -RectTransform: - m_CorrespondingSourceObject: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - m_PrefabInstance: {fileID: 1817712247} - m_PrefabAsset: {fileID: 0} ---- !u!224 &1822503947 stripped -RectTransform: - m_CorrespondingSourceObject: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - m_PrefabInstance: {fileID: 1838503429} - m_PrefabAsset: {fileID: 0} ---- !u!224 &1828891083 stripped -RectTransform: - m_CorrespondingSourceObject: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - m_PrefabInstance: {fileID: 186334752} - m_PrefabAsset: {fileID: 0} ---- !u!1 &1829328386 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 1829328388} - - component: {fileID: 1829328387} - m_Layer: 0 - m_Name: Player Control - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!114 &1829328387 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1829328386} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 6da43522623d4704e979466dc7650b65, type: 3} - m_Name: - m_EditorClassIdentifier: - Feedbacks: [] - InitializationMode: 2 - AutoInitialization: 1 - SafeMode: 3 - Direction: 0 - AutoChangeDirectionOnEnd: 0 - AutoPlayOnStart: 0 - AutoPlayOnEnable: 0 - ForceTimescaleMode: 0 - ForcedTimescaleMode: 1 - DurationMultiplier: 1 - TimescaleMultiplier: 1 - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 1.5} - DisplayFullDurationDetails: 0 - PlayerTimescaleMode: 1 - OnlyPlayIfWithinRange: 0 - RangeCenter: {fileID: 0} - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - IgnoreRangeEvents: 0 - CooldownDuration: 0 - InitialDelay: 0 - CanPlay: 1 - CanPlayWhileAlreadyPlaying: 1 - ChanceToPlay: 100 - FeedbacksIntensity: 1 - Events: - TriggerMMFeedbacksEvents: 0 - TriggerUnityEvents: 1 - OnPlay: - m_PersistentCalls: - m_Calls: [] - OnPause: - m_PersistentCalls: - m_Calls: [] - OnStop: - m_PersistentCalls: - m_Calls: [] - OnResume: - m_PersistentCalls: - m_Calls: [] - OnChangeDirection: - m_PersistentCalls: - m_Calls: [] - OnComplete: - m_PersistentCalls: - m_Calls: [] - OnRestoreInitialValues: - m_PersistentCalls: - m_Calls: [] - OnSkipToTheEnd: - m_PersistentCalls: - m_Calls: [] - OnInitializationComplete: - m_PersistentCalls: - m_Calls: [] - OnEnable: - m_PersistentCalls: - m_Calls: [] - OnDisable: - m_PersistentCalls: - m_Calls: [] - DebugActive: 0 - InScriptDrivenPause: 0 - FeedbacksList: - - rid: 0 - KeepPlayModeChanges: 0 - PerformanceMode: 0 - RestoreInitialValuesOnDisable: 0 - StopFeedbacksOnDisable: 0 - PlayCount: 0 - references: - version: 2 - RefIds: - - rid: 0 - type: {class: MMF_PlayerControl, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: -1107627352 - Label: MMF Player Control - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0.8, y: 1} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 1829328387} - DebugActive: 0 - TargetPlayers: - - {fileID: 1578471201} - - {fileID: 702262482} - - {fileID: 586259418} - WaitForTargetPlayersToFinish: 1 - Mode: 0 ---- !u!4 &1829328388 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1829328386} - serializedVersion: 2 - m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: 0} - m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 - m_Children: [] - m_Father: {fileID: 27798845} - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!224 &1834935231 stripped -RectTransform: - m_CorrespondingSourceObject: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - m_PrefabInstance: {fileID: 767853239} - m_PrefabAsset: {fileID: 0} ---- !u!1001 &1838503429 -PrefabInstance: - m_ObjectHideFlags: 0 - serializedVersion: 2 - m_Modification: - serializedVersion: 3 - m_TransformParent: {fileID: 1557570896} - m_Modifications: - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: Feedbacks.Array.size - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[0]' - value: - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[1]' - value: - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Pivot.x - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Pivot.y - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_RootOrder - value: 101 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMax.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMax.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMin.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMin.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_SizeDelta.x - value: 256.1 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_SizeDelta.y - value: 30 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalPosition.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.w - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.x - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.y - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.z - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchoredPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchoredPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalEulerAnglesHint.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalEulerAnglesHint.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalEulerAnglesHint.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604939, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_OnClick.m_PersistentCalls.m_Calls.Array.data[0].m_Target - value: - objectReference: {fileID: 2041358115} - - target: {fileID: 2903879014986604939, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_OnClick.m_PersistentCalls.m_Calls.Array.data[0].m_MethodName - value: PlayFeedbacks - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604939, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_OnClick.m_PersistentCalls.m_Calls.Array.data[0].m_Arguments.m_ObjectArgumentAssemblyTypeName - value: UnityEngine.Object, UnityEngine - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604941, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Name - value: Button - GraphicCrossfade - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Text - value: Graphic Crossfade - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Color.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Color.b - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Color.g - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Color.r - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 4258887795993319071, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: NotSupportedInWebGL - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.size - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[0]' - value: MoreMountains.Feedbacks MoreMountains.Feedbacks.MMF_AudioSource - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[1]' - value: MoreMountains.Feedbacks MoreMountains.Feedbacks.MMF_Graphic - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[2]' - value: MoreMountains.Feedbacks MoreMountains.Feedbacks.MMF_Graphic - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Mode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Mode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Mode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Label - value: AudioSource - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Label - value: Graphic - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Label - value: Graphic - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].MaxPitch - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].MinPitch - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].UniqueID - value: 33054207 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Duration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].UniqueID - value: 1810108641 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].UseRange - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Duration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].UniqueID - value: 1810108641 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].MaxVolume - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].MinVolume - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].StartsOff - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].StartsOff - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].BoundImage - value: - objectReference: {fileID: 1553717074} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].EventRange - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ModifyColor - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].ModifyColor - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].TargetGraphic - value: - objectReference: {fileID: 1553717074} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].TargetGraphic - value: - objectReference: {fileID: 1553717074} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].InstantColor.a - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].InstantColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].InstantColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].InstantColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].InstantColor.a - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].InstantColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].InstantColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].InstantColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].TargetAudioSource - value: - objectReference: {fileID: 478010195} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].SfxAudioMixerGroup - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AllowAdditivePlays - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AllowAdditivePlays - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].RandomSfx.Array.size - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ColorOverTime.atime0 - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ColorOverTime.atime1 - value: 11372 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ColorOverTime.atime2 - value: 53777 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ColorOverTime.atime3 - value: 65535 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ColorOverTime.atime4 - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ColorOverTime.atime5 - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ColorOverTime.atime6 - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ColorOverTime.atime7 - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ColorOverTime.ctime0 - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ColorOverTime.ctime1 - value: 13300 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ColorOverTime.ctime2 - value: 19468 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ColorOverTime.ctime3 - value: 26021 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ColorOverTime.ctime4 - value: 33346 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ColorOverTime.ctime5 - value: 41056 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ColorOverTime.ctime6 - value: 51079 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ColorOverTime.ctime7 - value: 65535 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ColorOverTime.key0.a - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ColorOverTime.key0.b - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ColorOverTime.key0.g - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ColorOverTime.key0.r - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ColorOverTime.key1.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ColorOverTime.key1.b - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ColorOverTime.key1.g - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ColorOverTime.key1.r - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ColorOverTime.key2.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ColorOverTime.key2.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ColorOverTime.key2.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ColorOverTime.key2.r - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ColorOverTime.key3.a - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ColorOverTime.key3.b - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ColorOverTime.key3.g - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ColorOverTime.key3.r - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ColorOverTime.key4.a - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ColorOverTime.key4.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ColorOverTime.key4.g - value: 0.93442965 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ColorOverTime.key4.r - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ColorOverTime.key5.a - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ColorOverTime.key5.b - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ColorOverTime.key5.g - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ColorOverTime.key5.r - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ColorOverTime.key6.a - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ColorOverTime.key6.b - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ColorOverTime.key6.g - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ColorOverTime.key6.r - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ColorOverTime.key7.a - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ColorOverTime.key7.b - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ColorOverTime.key7.g - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ColorOverTime.key7.r - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ColorOverTime.m_Mode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].EventOriginTransform - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].ColorOverTime.atime0 - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].ColorOverTime.atime1 - value: 11372 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].ColorOverTime.atime2 - value: 53777 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].ColorOverTime.atime3 - value: 65535 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].ColorOverTime.atime4 - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].ColorOverTime.atime5 - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].ColorOverTime.atime6 - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].ColorOverTime.atime7 - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].ColorOverTime.ctime0 - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].ColorOverTime.ctime1 - value: 13300 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].ColorOverTime.ctime2 - value: 19468 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].ColorOverTime.ctime3 - value: 26021 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].ColorOverTime.ctime4 - value: 33346 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].ColorOverTime.ctime5 - value: 41056 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].ColorOverTime.ctime6 - value: 51079 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].ColorOverTime.ctime7 - value: 65535 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].ColorOverTime.key0.a - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].ColorOverTime.key0.b - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].ColorOverTime.key0.g - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].ColorOverTime.key0.r - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].ColorOverTime.key1.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].ColorOverTime.key1.b - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].ColorOverTime.key1.g - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].ColorOverTime.key1.r - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].ColorOverTime.key2.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].ColorOverTime.key2.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].ColorOverTime.key2.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].ColorOverTime.key2.r - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].ColorOverTime.key3.a - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].ColorOverTime.key3.b - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].ColorOverTime.key3.g - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].ColorOverTime.key3.r - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].ColorOverTime.key4.a - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].ColorOverTime.key4.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].ColorOverTime.key4.g - value: 0.93442965 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].ColorOverTime.key4.r - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].ColorOverTime.key5.a - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].ColorOverTime.key5.b - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].ColorOverTime.key5.g - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].ColorOverTime.key5.r - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].ColorOverTime.key6.a - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].ColorOverTime.key6.b - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].ColorOverTime.key6.g - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].ColorOverTime.key6.r - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].ColorOverTime.key7.a - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].ColorOverTime.key7.b - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].ColorOverTime.key7.g - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].ColorOverTime.key7.r - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].ColorOverTime.m_Mode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ResetShakerValuesAfterShake - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ResetTargetValuesAfterShake - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ColorOverTime.m_NumAlphaKeys - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ColorOverTime.m_NumColorKeys - value: 8 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].ColorOverTime.m_NumAlphaKeys - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].ColorOverTime.m_NumColorKeys - value: 8 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 9167406172343059487, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_IsActive - value: 0 - objectReference: {fileID: 0} - m_RemovedComponents: - - {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, type: 3} - m_RemovedGameObjects: [] - m_AddedGameObjects: [] - m_AddedComponents: [] - m_SourcePrefab: {fileID: 100100000, guid: a16c33a1240b8ce4f930161a7c85fae6, type: 3} ---- !u!1 &1839220863 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 1839220864} - - component: {fileID: 1839220865} - m_Layer: 0 - m_Name: Text - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &1839220864 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1839220863} - serializedVersion: 2 - m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: 0} - m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 - m_Children: [] - m_Father: {fileID: 1282069688} - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!114 &1839220865 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1839220863} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 6da43522623d4704e979466dc7650b65, type: 3} - m_Name: - m_EditorClassIdentifier: - Feedbacks: [] - InitializationMode: 2 - AutoInitialization: 1 - SafeMode: 3 - Direction: 0 - AutoChangeDirectionOnEnd: 0 - AutoPlayOnStart: 0 - AutoPlayOnEnable: 0 - ForceTimescaleMode: 0 - ForcedTimescaleMode: 1 - DurationMultiplier: 1 - TimescaleMultiplier: 1 - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 1.5} - DisplayFullDurationDetails: 0 - PlayerTimescaleMode: 1 - OnlyPlayIfWithinRange: 0 - RangeCenter: {fileID: 0} - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - IgnoreRangeEvents: 0 - CooldownDuration: 0 - InitialDelay: 0 - CanPlay: 1 - CanPlayWhileAlreadyPlaying: 1 - ChanceToPlay: 100 - FeedbacksIntensity: 1 - Events: - TriggerMMFeedbacksEvents: 0 - TriggerUnityEvents: 1 - OnPlay: - m_PersistentCalls: - m_Calls: [] - OnPause: - m_PersistentCalls: - m_Calls: [] - OnStop: - m_PersistentCalls: - m_Calls: [] - OnResume: - m_PersistentCalls: - m_Calls: [] - OnChangeDirection: - m_PersistentCalls: - m_Calls: [] - OnComplete: - m_PersistentCalls: - m_Calls: [] - OnRestoreInitialValues: - m_PersistentCalls: - m_Calls: [] - OnSkipToTheEnd: - m_PersistentCalls: - m_Calls: [] - OnInitializationComplete: - m_PersistentCalls: - m_Calls: [] - OnEnable: - m_PersistentCalls: - m_Calls: [] - OnDisable: - m_PersistentCalls: - m_Calls: [] - DebugActive: 0 - InScriptDrivenPause: 0 - FeedbacksList: - - rid: 0 - - rid: 1 - - rid: 2 - - rid: 3 - - rid: 4 - - rid: 5 - - rid: 6 - KeepPlayModeChanges: 0 - PerformanceMode: 0 - RestoreInitialValuesOnDisable: 0 - StopFeedbacksOnDisable: 0 - PlayCount: 0 - references: - version: 2 - RefIds: - - rid: 0 - type: {class: MMF_AudioSource, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: -1124741704 - Label: AudioSource - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 1839220865} - DebugActive: 0 - TargetAudioSource: {fileID: 478010195} - Mode: 0 - RandomSfx: [] - MinVolume: 1 - MaxVolume: 1 - MinPitch: 1 - MaxPitch: 1 - SfxAudioMixerGroup: {fileID: 0} - - rid: 1 - type: {class: MMF_SetActive, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: 1451754234 - Label: Set Container Active - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 1839220865} - DebugActive: 0 - TargetGameObject: {fileID: 1855939571} - ExtraTargetGameObjects: [] - IgnorePlayDirection: 0 - SetStateOnInit: 0 - StateOnInit: 1 - SetStateOnPlay: 1 - StateOnPlay: 0 - SetStateOnStop: 0 - StateOnStop: 1 - SetStateOnReset: 0 - StateOnReset: 1 - SetStateOnSkip: 0 - StateOnSkip: 0 - SetStateOnPlayerComplete: 0 - StateOnPlayerComplete: 1 - - rid: 2 - type: {class: MMF_Text, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: 63056815 - Label: Text - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 1839220865} - DebugActive: 0 - TargetText: {fileID: 1213889022} - NewText: "This feedback lets you \nchange a target Text's contents..." - - rid: 3 - type: {class: MMF_Pause, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: 1926097102 - Label: Pause - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 1839220865} - DebugActive: 0 - PauseDuration: 1.5 - RandomizePauseDuration: 0 - MinPauseDuration: 1 - MaxPauseDuration: 3 - RandomizeOnEachPlay: 1 - ScriptDriven: 0 - AutoResume: 0 - AutoResumeAfter: 0.25 - - rid: 4 - type: {class: MMF_Text, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: -195076352 - Label: Text - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 1839220865} - DebugActive: 0 - TargetText: {fileID: 1213889022} - NewText: ... to anything you'd like. - - rid: 5 - type: {class: MMF_HoldingPause, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: 1606886234 - Label: Holding Pause - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 1839220865} - DebugActive: 0 - PauseDuration: 1.5 - RandomizePauseDuration: 0 - MinPauseDuration: 1 - MaxPauseDuration: 3 - RandomizeOnEachPlay: 1 - ScriptDriven: 0 - AutoResume: 0 - AutoResumeAfter: 0.25 - - rid: 6 - type: {class: MMF_SetActive, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: 99367662 - Label: Set Container Inactive - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 1839220865} - DebugActive: 0 - TargetGameObject: {fileID: 1855939571} - ExtraTargetGameObjects: [] - IgnorePlayDirection: 0 - SetStateOnInit: 0 - StateOnInit: 1 - SetStateOnPlay: 1 - StateOnPlay: 1 - SetStateOnStop: 0 - StateOnStop: 1 - SetStateOnReset: 0 - StateOnReset: 1 - SetStateOnSkip: 0 - StateOnSkip: 0 - SetStateOnPlayerComplete: 0 - StateOnPlayerComplete: 1 ---- !u!1 &1839379764 stripped -GameObject: - m_CorrespondingSourceObject: {fileID: -927199367670048503, guid: 01dfcbf4ce9664c41ab1cf3609c59ee6, - type: 3} - m_PrefabInstance: {fileID: 1303139257} - m_PrefabAsset: {fileID: 0} ---- !u!114 &1839379767 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1839379764} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 83dcb4ea8c2204a43adf98a01a3bc0d1, type: 3} - m_Name: - m_EditorClassIdentifier: - Receiver: - TargetObject: {fileID: 1839379764} - TargetComponent: {fileID: 1753178940} - TargetScriptableObject: {fileID: 0} - TargetPropertyName: position - ShouldModifyValue: 1 - RelativeValue: 1 - ModifyX: 0 - ModifyY: 1 - ModifyZ: 0 - ModifyW: 1 - Threshold: 0.5 - BoolRemapZero: 0 - BoolRemapOne: 1 - StringRemapZero: Zero - StringRemapOne: One - IntRemapZero: 0 - IntRemapOne: 1 - FloatRemapZero: 0 - FloatRemapOne: 1 - Vector2RemapZero: {x: 0, y: 0} - Vector2RemapOne: {x: 1, y: 1} - Vector3RemapZero: {x: 0, y: 0, z: 0} - Vector3RemapOne: {x: 1, y: 0.75, z: 1} - Vector4RemapZero: {x: 0, y: 0, z: 0, w: 0} - Vector4RemapOne: {x: 1, y: 1, z: 1, w: 1} - QuaternionRemapZero: {x: 0, y: 0, z: 0} - QuaternionRemapOne: {x: 180, y: 180, z: 180} - ColorRemapZero: {r: 1, g: 1, b: 1, a: 1} - ColorRemapOne: {r: 0, g: 0, b: 0, a: 1} - Level: 0 - CanListen: 1 - Channel: 0 - RandomizeLevel: 0 - MinRandomLevelMultiplier: 0 - MaxRandomLevelMultiplier: 1 ---- !u!1 &1841711007 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 1841711012} - - component: {fileID: 1841711011} - - component: {fileID: 1841711010} - - component: {fileID: 1841711013} - - component: {fileID: 1841711019} - - component: {fileID: 1841711008} - m_Layer: 0 - m_Name: Main Camera - m_TagString: MainCamera - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!114 &1841711008 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1841711007} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 2436c2ba147129746badf6cfa2ee2d1b, type: 3} - m_Name: - m_EditorClassIdentifier: - TimescaleMode: 0 ---- !u!81 &1841711010 -AudioListener: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1841711007} - m_Enabled: 1 ---- !u!20 &1841711011 -Camera: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1841711007} - m_Enabled: 1 - serializedVersion: 2 - m_ClearFlags: 1 - m_BackGroundColor: {r: 0.94509804, g: 0.5137255, b: 0, a: 0} - m_projectionMatrixMode: 1 - m_GateFitMode: 2 - m_FOVAxisMode: 0 - m_Iso: 200 - m_ShutterSpeed: 0.005 - m_Aperture: 16 - m_FocusDistance: 10 - m_FocalLength: 50 - m_BladeCount: 5 - m_Curvature: {x: 2, y: 11} - m_BarrelClipping: 0.25 - m_Anamorphism: 0 - m_SensorSize: {x: 36, y: 24} - m_LensShift: {x: 0, y: 0} - m_NormalizedViewPortRect: - serializedVersion: 2 - x: 0 - y: 0 - width: 1 - height: 1 - near clip plane: 0.1 - far clip plane: 5000 - field of view: 40 - orthographic: 0 - orthographic size: 10 - m_Depth: -1 - m_CullingMask: - serializedVersion: 2 - m_Bits: 1 - m_RenderingPath: -1 - m_TargetTexture: {fileID: 0} - m_TargetDisplay: 0 - m_TargetEye: 3 - m_HDR: 1 - m_AllowMSAA: 1 - m_AllowDynamicResolution: 0 - m_ForceIntoRT: 1 - m_OcclusionCulling: 1 - m_StereoConvergence: 10 - m_StereoSeparation: 0.022 ---- !u!4 &1841711012 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1841711007} - serializedVersion: 2 - m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} - m_LocalPosition: {x: -0.09099999, y: -1.625, z: 3.922} - m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 - m_Children: - - {fileID: 1272686477} - - {fileID: 876868304} - - {fileID: 1733614733} - m_Father: {fileID: 63926507} - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!114 &1841711013 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1841711007} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 948f4100a11a5c24981795d21301da5c, type: 3} - m_Name: - m_EditorClassIdentifier: - volumeTrigger: {fileID: 1841711012} - volumeLayer: - serializedVersion: 2 - m_Bits: 4294967295 - stopNaNPropagation: 1 - finalBlitToCameraTarget: 0 - antialiasingMode: 1 - temporalAntialiasing: - jitterSpread: 0.75 - sharpness: 0.25 - stationaryBlending: 0.95 - motionBlending: 0.85 - subpixelMorphologicalAntialiasing: - quality: 2 - fastApproximateAntialiasing: - fastMode: 0 - keepAlpha: 0 - fog: - enabled: 1 - excludeSkybox: 1 - debugLayer: - lightMeter: - width: 512 - height: 256 - showCurves: 1 - histogram: - width: 512 - height: 256 - channel: 3 - waveform: - exposure: 0.12 - height: 256 - vectorscope: - size: 256 - exposure: 0.12 - overlaySettings: - linearDepth: 0 - motionColorIntensity: 4 - motionGridSize: 64 - colorBlindnessType: 0 - colorBlindnessStrength: 1 - m_Resources: {fileID: 11400000, guid: d82512f9c8e5d4a4d938b575d47f88d4, type: 2} - m_ShowToolkit: 0 - m_ShowCustomSorter: 0 - breakBeforeColorGrading: 0 - m_BeforeTransparentBundles: [] - m_BeforeStackBundles: [] - m_AfterStackBundles: [] ---- !u!114 &1841711019 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1841711007} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 72ece51f2901e7445ab60da3685d6b5f, type: 3} - m_Name: - m_EditorClassIdentifier: - ShowDebugText: 0 - ShowCameraFrustum: 1 - IgnoreTimeScale: 0 - WorldUpOverride: {fileID: 0} - ChannelMask: -1 - UpdateMethod: 2 - BlendUpdateMethod: 1 - LensModeOverride: - Enabled: 0 - DefaultMode: 2 - DefaultBlend: - Style: 1 - Time: 2 - CustomCurve: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - CustomBlends: {fileID: 0} ---- !u!1 &1842783662 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 1842783663} - - component: {fileID: 1842783665} - - component: {fileID: 1842783664} - m_Layer: 5 - m_Name: MMFaderRoundMask - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!224 &1842783663 -RectTransform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1842783662} - m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: 0} - m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 - m_Children: [] - m_Father: {fileID: 983745963} - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} - m_AnchorMin: {x: 0.5, y: 0.5} - m_AnchorMax: {x: 0.5, y: 0.5} - m_AnchoredPosition: {x: 0, y: 0} - m_SizeDelta: {x: 512, y: 512} - m_Pivot: {x: 0.5, y: 0.5} ---- !u!114 &1842783664 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1842783662} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} - m_Name: - m_EditorClassIdentifier: - m_Material: {fileID: 2100000, guid: d9497e52f2de0254eaec18ccb13d788f, type: 2} - m_Color: {r: 1, g: 0, b: 0, a: 1} - m_RaycastTarget: 0 - m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0} - m_Maskable: 1 - m_OnCullStateChanged: - m_PersistentCalls: - m_Calls: [] - m_Sprite: {fileID: 21300000, guid: bdd6c77f3b6358b4797992581e75bd64, type: 3} - m_Type: 0 - m_PreserveAspect: 0 - m_FillCenter: 1 - m_FillMethod: 4 - m_FillAmount: 1 - m_FillClockwise: 1 - m_FillOrigin: 0 - m_UseSpriteMesh: 0 - m_PixelsPerUnitMultiplier: 1 ---- !u!222 &1842783665 -CanvasRenderer: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1842783662} - m_CullTransparentMesh: 0 ---- !u!1 &1845940771 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 1845940772} - - component: {fileID: 1845940773} - m_Layer: 0 - m_Name: TMPTextReveal - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &1845940772 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1845940771} - serializedVersion: 2 - m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: 0} - m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 - m_Children: - - {fileID: 974289729} - m_Father: {fileID: 1860154325} - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!114 &1845940773 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1845940771} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 6da43522623d4704e979466dc7650b65, type: 3} - m_Name: - m_EditorClassIdentifier: - Feedbacks: [] - InitializationMode: 2 - AutoInitialization: 1 - SafeMode: 3 - Direction: 0 - AutoChangeDirectionOnEnd: 0 - AutoPlayOnStart: 0 - AutoPlayOnEnable: 0 - ForceTimescaleMode: 0 - ForcedTimescaleMode: 1 - DurationMultiplier: 1 - TimescaleMultiplier: 1 - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 1.5} - DisplayFullDurationDetails: 0 - PlayerTimescaleMode: 1 - OnlyPlayIfWithinRange: 0 - RangeCenter: {fileID: 0} - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - IgnoreRangeEvents: 0 - CooldownDuration: 0 - InitialDelay: 0 - CanPlay: 1 - CanPlayWhileAlreadyPlaying: 1 - ChanceToPlay: 100 - FeedbacksIntensity: 1 - Events: - TriggerMMFeedbacksEvents: 0 - TriggerUnityEvents: 1 - OnPlay: - m_PersistentCalls: - m_Calls: [] - OnPause: - m_PersistentCalls: - m_Calls: [] - OnStop: - m_PersistentCalls: - m_Calls: [] - OnResume: - m_PersistentCalls: - m_Calls: [] - OnChangeDirection: - m_PersistentCalls: - m_Calls: [] - OnComplete: - m_PersistentCalls: - m_Calls: [] - OnRestoreInitialValues: - m_PersistentCalls: - m_Calls: [] - OnSkipToTheEnd: - m_PersistentCalls: - m_Calls: [] - OnInitializationComplete: - m_PersistentCalls: - m_Calls: [] - OnEnable: - m_PersistentCalls: - m_Calls: [] - OnDisable: - m_PersistentCalls: - m_Calls: [] - DebugActive: 0 - InScriptDrivenPause: 0 - FeedbacksList: - - rid: 0 - - rid: 1 - - rid: 2 - - rid: 3 - - rid: 4 - - rid: 5 - - rid: 6 - KeepPlayModeChanges: 0 - PerformanceMode: 0 - RestoreInitialValuesOnDisable: 0 - StopFeedbacksOnDisable: 0 - PlayCount: 0 - references: - version: 2 - RefIds: - - rid: 0 - type: {class: MMF_AudioSource, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: -1589788815 - Label: AudioSource - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 1845940773} - DebugActive: 0 - TargetAudioSource: {fileID: 478010195} - Mode: 0 - RandomSfx: [] - MinVolume: 1 - MaxVolume: 1 - MinPitch: 1 - MaxPitch: 1 - SfxAudioMixerGroup: {fileID: 0} - - rid: 1 - type: {class: MMF_SetActive, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: -587592871 - Label: Set Active - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 1845940773} - DebugActive: 0 - TargetGameObject: {fileID: 731678809} - ExtraTargetGameObjects: [] - IgnorePlayDirection: 0 - SetStateOnInit: 0 - StateOnInit: 1 - SetStateOnPlay: 1 - StateOnPlay: 0 - SetStateOnStop: 0 - StateOnStop: 1 - SetStateOnReset: 0 - StateOnReset: 1 - SetStateOnSkip: 0 - StateOnSkip: 0 - SetStateOnPlayerComplete: 0 - StateOnPlayerComplete: 1 - - rid: 2 - type: {class: MMF_TMPText, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: -312772689 - Label: TMP Text - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 1845940773} - DebugActive: 0 - TargetTMPText: {fileID: 500670851} - NewText: - - rid: 3 - type: {class: MMF_Pause, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: -925900820 - Label: Pause - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 1845940773} - DebugActive: 0 - PauseDuration: 0.2 - RandomizePauseDuration: 0 - MinPauseDuration: 1 - MaxPauseDuration: 3 - RandomizeOnEachPlay: 1 - ScriptDriven: 0 - AutoResume: 0 - AutoResumeAfter: 0.25 - - rid: 4 - type: {class: MMF_TMPTextReveal, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: 1970883946 - Label: TMP Text Reveal - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 1845940773} - DebugActive: 0 - TargetTMPText: {fileID: 500670851} - ReplaceText: 1 - HideTextOnInitialization: 0 - NewText: 'You can use the <#07f0ff>Reveal Feedback - - to - display text <#fff2b3>character by character, - - or <#d7ffb3>word - by word, or <#ffb3f7>line by line, - - even with - rich text.' - RevealMode: 0 - DurationMode: 1 - IntervalBetweenReveals: 0.01 - RevealDuration: 10 - OnReveal: - m_PersistentCalls: - m_Calls: - - m_Target: {fileID: 974289728} - m_TargetAssemblyTypeName: - m_MethodName: PlayFeedbacks - m_Mode: 1 - m_Arguments: - m_ObjectArgument: {fileID: 0} - m_ObjectArgumentAssemblyTypeName: UnityEngine.Object, UnityEngine - m_IntArgument: 0 - m_FloatArgument: 0 - m_StringArgument: - m_BoolArgument: 0 - m_CallState: 2 - AllowHierarchyActivationForDurationComputation: 0 - - rid: 5 - type: {class: MMF_HoldingPause, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: -1193025349 - Label: Holding Pause - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 1845940773} - DebugActive: 0 - PauseDuration: 3 - RandomizePauseDuration: 0 - MinPauseDuration: 1 - MaxPauseDuration: 3 - RandomizeOnEachPlay: 1 - ScriptDriven: 0 - AutoResume: 0 - AutoResumeAfter: 0.25 - - rid: 6 - type: {class: MMF_SetActive, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: 277541520 - Label: Set Inactive - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 1845940773} - DebugActive: 0 - TargetGameObject: {fileID: 731678809} - ExtraTargetGameObjects: [] - IgnorePlayDirection: 0 - SetStateOnInit: 0 - StateOnInit: 1 - SetStateOnPlay: 1 - StateOnPlay: 1 - SetStateOnStop: 0 - StateOnStop: 1 - SetStateOnReset: 0 - StateOnReset: 1 - SetStateOnSkip: 0 - StateOnSkip: 0 - SetStateOnPlayerComplete: 0 - StateOnPlayerComplete: 1 ---- !u!4 &1846927898 stripped -Transform: - m_CorrespondingSourceObject: {fileID: -4216859302048453862, guid: 10f1060b18f7ba34f92053a256e89d10, - type: 3} - m_PrefabInstance: {fileID: 257015188} - m_PrefabAsset: {fileID: 0} ---- !u!1 &1849645477 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 1849645478} - - component: {fileID: 1849645479} - m_Layer: 5 - m_Name: AudioSource - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!224 &1849645478 -RectTransform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1849645477} - m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: 98.93021} - m_LocalScale: {x: 0.28867513, y: 0.28867513, z: 0.28867513} - m_ConstrainProportionsScale: 0 - m_Children: [] - m_Father: {fileID: 283429837} - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} - m_AnchorMin: {x: 0.5, y: 0.5} - m_AnchorMax: {x: 0.5, y: 0.5} - m_AnchoredPosition: {x: 355.1923, y: -1063.573} - m_SizeDelta: {x: 100, y: 100} - m_Pivot: {x: 0.5, y: 0.5} ---- !u!82 &1849645479 -AudioSource: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1849645477} - m_Enabled: 1 - serializedVersion: 4 - OutputAudioMixerGroup: {fileID: 0} - m_audioClip: {fileID: 8300000, guid: 2022dcb1a6b4a7f49ba4f9de4ef3f48e, type: 3} - m_Resource: {fileID: 8300000, guid: 2022dcb1a6b4a7f49ba4f9de4ef3f48e, type: 3} - m_PlayOnAwake: 0 - m_Volume: 1 - m_Pitch: 1 - Loop: 0 - Mute: 0 - Spatialize: 0 - SpatializePostEffects: 0 - Priority: 128 - DopplerLevel: 1 - MinDistance: 1 - MaxDistance: 500 - Pan2D: 0 - rolloffMode: 0 - BypassEffects: 0 - BypassListenerEffects: 0 - BypassReverbZones: 0 - rolloffCustomCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - panLevelCustomCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - spreadCustomCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - reverbZoneMixCustomCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 ---- !u!224 &1849842079 stripped -RectTransform: - m_CorrespondingSourceObject: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - m_PrefabInstance: {fileID: 989892115} - m_PrefabAsset: {fileID: 0} ---- !u!224 &1849986100 stripped -RectTransform: - m_CorrespondingSourceObject: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - m_PrefabInstance: {fileID: 78816795} - m_PrefabAsset: {fileID: 0} ---- !u!1 &1853938688 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 1853938689} - - component: {fileID: 1853938690} - m_Layer: 0 - m_Name: StereoPan - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &1853938689 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1853938688} - serializedVersion: 2 - m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: 0} - m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 - m_Children: [] - m_Father: {fileID: 1408360770} - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!114 &1853938690 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1853938688} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 6da43522623d4704e979466dc7650b65, type: 3} - m_Name: - m_EditorClassIdentifier: - Feedbacks: [] - InitializationMode: 2 - AutoInitialization: 1 - SafeMode: 3 - Direction: 0 - AutoChangeDirectionOnEnd: 0 - AutoPlayOnStart: 0 - AutoPlayOnEnable: 0 - ForceTimescaleMode: 0 - ForcedTimescaleMode: 1 - DurationMultiplier: 1 - TimescaleMultiplier: 1 - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 1.5} - DisplayFullDurationDetails: 0 - PlayerTimescaleMode: 1 - OnlyPlayIfWithinRange: 0 - RangeCenter: {fileID: 0} - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - IgnoreRangeEvents: 0 - CooldownDuration: 0 - InitialDelay: 0 - CanPlay: 1 - CanPlayWhileAlreadyPlaying: 1 - ChanceToPlay: 100 - FeedbacksIntensity: 1 - Events: - TriggerMMFeedbacksEvents: 0 - TriggerUnityEvents: 1 - OnPlay: - m_PersistentCalls: - m_Calls: [] - OnPause: - m_PersistentCalls: - m_Calls: [] - OnStop: - m_PersistentCalls: - m_Calls: [] - OnResume: - m_PersistentCalls: - m_Calls: [] - OnChangeDirection: - m_PersistentCalls: - m_Calls: [] - OnComplete: - m_PersistentCalls: - m_Calls: [] - OnRestoreInitialValues: - m_PersistentCalls: - m_Calls: [] - OnSkipToTheEnd: - m_PersistentCalls: - m_Calls: [] - OnInitializationComplete: - m_PersistentCalls: - m_Calls: [] - OnEnable: - m_PersistentCalls: - m_Calls: [] - OnDisable: - m_PersistentCalls: - m_Calls: [] - DebugActive: 0 - InScriptDrivenPause: 0 - FeedbacksList: - - rid: 0 - - rid: 1 - - rid: 2 - - rid: 3 - - rid: 4 - KeepPlayModeChanges: 0 - PerformanceMode: 0 - RestoreInitialValuesOnDisable: 0 - StopFeedbacksOnDisable: 0 - PlayCount: 0 - references: - version: 2 - RefIds: - - rid: 0 - type: {class: MMF_AudioSource, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: -735422603 - Label: AudioSource - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 1853938690} - DebugActive: 0 - TargetAudioSource: {fileID: 1467162775} - Mode: 0 - RandomSfx: [] - MinVolume: 1 - MaxVolume: 1 - MinPitch: 1 - MaxPitch: 1 - SfxAudioMixerGroup: {fileID: 0} - - rid: 1 - type: {class: MMF_Pause, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: 746684290 - Label: Pause - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 1853938690} - DebugActive: 0 - PauseDuration: 1 - RandomizePauseDuration: 0 - MinPauseDuration: 1 - MaxPauseDuration: 3 - RandomizeOnEachPlay: 1 - ScriptDriven: 0 - AutoResume: 0 - AutoResumeAfter: 0.25 - - rid: 2 - type: {class: MMF_AudioSourceStereoPan, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: 499294499 - Label: AudioSource Stereo Pan - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 1853938690} - DebugActive: 0 - Duration: 2 - ResetShakerValuesAfterShake: 1 - ResetTargetValuesAfterShake: 1 - RelativeStereoPan: 0 - ShakeStereoPan: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.3 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.6 - value: -1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapStereoPanZero: 0 - RemapStereoPanOne: 1 - - rid: 3 - type: {class: MMF_HoldingPause, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: -242997013 - Label: Holding Pause - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 1853938690} - DebugActive: 0 - PauseDuration: 1 - RandomizePauseDuration: 0 - MinPauseDuration: 1 - MaxPauseDuration: 3 - RandomizeOnEachPlay: 1 - ScriptDriven: 0 - AutoResume: 0 - AutoResumeAfter: 0.25 - - rid: 4 - type: {class: MMF_AudioSource, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: -1194621333 - Label: AudioSource - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 1853938690} - DebugActive: 0 - TargetAudioSource: {fileID: 1467162775} - Mode: 3 - RandomSfx: [] - MinVolume: 1 - MaxVolume: 1 - MinPitch: 1 - MaxPitch: 1 - SfxAudioMixerGroup: {fileID: 0} ---- !u!1 &1855939571 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 1855939572} - m_Layer: 5 - m_Name: TextContainer - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 0 ---- !u!224 &1855939572 -RectTransform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1855939571} - m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: 0} - m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 - m_Children: - - {fileID: 1192712585} - - {fileID: 1213889021} - m_Father: {fileID: 1380114351} - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} - m_AnchorMin: {x: 0, y: 0} - m_AnchorMax: {x: 1, y: 1} - m_AnchoredPosition: {x: 0, y: 0} - m_SizeDelta: {x: 0, y: 0} - m_Pivot: {x: 0.5, y: 0.5} ---- !u!1001 &1856284881 -PrefabInstance: - m_ObjectHideFlags: 0 - serializedVersion: 2 - m_Modification: - serializedVersion: 3 - m_TransformParent: {fileID: 1557570896} - m_Modifications: - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: Feedbacks.Array.size - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[0]' - value: - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[1]' - value: - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Pivot.x - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Pivot.y - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_RootOrder - value: 67 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMax.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMax.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMin.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMin.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_SizeDelta.x - value: 256.1 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_SizeDelta.y - value: 30 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalPosition.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.w - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.x - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.y - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.z - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchoredPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchoredPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalEulerAnglesHint.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalEulerAnglesHint.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalEulerAnglesHint.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604939, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_OnClick.m_PersistentCalls.m_Calls.Array.data[0].m_Target - value: - objectReference: {fileID: 1347166076} - - target: {fileID: 2903879014986604939, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_OnClick.m_PersistentCalls.m_Calls.Array.data[0].m_MethodName - value: PlayFeedbacks - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604939, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_OnClick.m_PersistentCalls.m_Calls.Array.data[0].m_Arguments.m_ObjectArgumentAssemblyTypeName - value: UnityEngine.Object, UnityEngine - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604941, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Name - value: Button - SquashAndStretch - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Text - value: Squash & Stretch - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Color.b - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Color.g - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Color.r - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.size - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[0]' - value: MoreMountains.Feedbacks MoreMountains.Feedbacks.MMF_AudioSource - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[1]' - value: MoreMountains.Feedbacks MoreMountains.Feedbacks.MMF_SquashAndStretch - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Mode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Axis - value: 3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Mode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Label - value: AudioSource - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Label - value: Squash and Stretch - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Offset - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].MaxPitch - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].MinPitch - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].UniqueID - value: -157805206 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].UniqueID - value: -275960861 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].MaxVolume - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].MinVolume - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].RemapCurveOne - value: 1.5 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].RemapCurveZero - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DestinationScale - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].TargetAudioSource - value: - objectReference: {fileID: 478010195} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].SfxAudioMixerGroup - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AllowAdditivePlays - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].RandomSfx.Array.size - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateScaleDuration - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DetermineScaleOnPlay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].SquashAndStretchTarget - value: - objectReference: {fileID: 1579498608} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateCurve.m_PreInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateCurve.m_PostInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateCurve.m_RotationOrder - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateCurve.m_Curve.Array.size - value: 6 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateCurve.m_Curve.Array.data[0].time - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateCurve.m_Curve.Array.data[1].time - value: 0.3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateCurve.m_Curve.Array.data[2].time - value: 0.4495094 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateCurve.m_Curve.Array.data[3].time - value: 0.6531251 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateCurve.m_Curve.Array.data[4].time - value: 0.77447593 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateCurve.m_Curve.Array.data[5].time - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateCurve.m_Curve.Array.data[0].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateCurve.m_Curve.Array.data[1].value - value: 1.5 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateCurve.m_Curve.Array.data[2].value - value: -0.67574203 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateCurve.m_Curve.Array.data[3].value - value: 1.0823181 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateCurve.m_Curve.Array.data[4].value - value: -0.31831127 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateCurve.m_Curve.Array.data[5].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateCurve.m_Curve.Array.data[0].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateCurve.m_Curve.Array.data[1].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateCurve.m_Curve.Array.data[2].inSlope - value: -2.1027951 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateCurve.m_Curve.Array.data[3].inSlope - value: 0.67945737 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateCurve.m_Curve.Array.data[4].inSlope - value: -4.6882825 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateCurve.m_Curve.Array.data[5].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateCurve.m_Curve.Array.data[0].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateCurve.m_Curve.Array.data[0].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateCurve.m_Curve.Array.data[1].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateCurve.m_Curve.Array.data[1].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateCurve.m_Curve.Array.data[2].inWeight - value: 0.33333334 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateCurve.m_Curve.Array.data[2].outSlope - value: -2.1027951 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateCurve.m_Curve.Array.data[3].inWeight - value: 0.33333334 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateCurve.m_Curve.Array.data[3].outSlope - value: 0.67945737 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateCurve.m_Curve.Array.data[4].inWeight - value: 0.33333334 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateCurve.m_Curve.Array.data[4].outSlope - value: -4.6882825 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateCurve.m_Curve.Array.data[5].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateCurve.m_Curve.Array.data[5].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateCurve.m_Curve.Array.data[0].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateCurve.m_Curve.Array.data[1].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateCurve.m_Curve.Array.data[2].outWeight - value: 0.33333334 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateCurve.m_Curve.Array.data[3].outWeight - value: 0.33333334 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateCurve.m_Curve.Array.data[4].outWeight - value: 0.33333334 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateCurve.m_Curve.Array.data[5].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateCurve.m_Curve.Array.data[0].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateCurve.m_Curve.Array.data[1].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateCurve.m_Curve.Array.data[2].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateCurve.m_Curve.Array.data[3].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateCurve.m_Curve.Array.data[4].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateCurve.m_Curve.Array.data[5].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateCurve.m_Curve.Array.data[0].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateCurve.m_Curve.Array.data[1].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateCurve.m_Curve.Array.data[2].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateCurve.m_Curve.Array.data[3].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateCurve.m_Curve.Array.data[4].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateCurve.m_Curve.Array.data[5].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 9167406172343059487, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_IsActive - value: 0 - objectReference: {fileID: 0} - m_RemovedComponents: - - {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, type: 3} - m_RemovedGameObjects: [] - m_AddedGameObjects: [] - m_AddedComponents: [] - m_SourcePrefab: {fileID: 100100000, guid: a16c33a1240b8ce4f930161a7c85fae6, type: 3} ---- !u!1 &1860154324 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 1860154325} - m_Layer: 0 - m_Name: TextMeshPro - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &1860154325 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1860154324} - serializedVersion: 2 - m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: 0} - m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 - m_Children: - - {fileID: 921037223} - - {fileID: 1122182442} - - {fileID: 1955127141} - - {fileID: 59516056} - - {fileID: 1604606724} - - {fileID: 1903885775} - - {fileID: 1056405889} - - {fileID: 1891081532} - - {fileID: 1519502661} - - {fileID: 1751474930} - - {fileID: 1865560495} - - {fileID: 198591140} - - {fileID: 1845940772} - - {fileID: 934428178} - - {fileID: 1247759679} - m_Father: {fileID: 999639631} - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!1 &1865560494 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 1865560495} - - component: {fileID: 1865560496} - m_Layer: 0 - m_Name: TMPDilate - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &1865560495 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1865560494} - serializedVersion: 2 - m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: 0} - m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 - m_Children: [] - m_Father: {fileID: 1860154325} - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!114 &1865560496 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1865560494} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 6da43522623d4704e979466dc7650b65, type: 3} - m_Name: - m_EditorClassIdentifier: - Feedbacks: [] - InitializationMode: 2 - AutoInitialization: 1 - SafeMode: 3 - Direction: 0 - AutoChangeDirectionOnEnd: 0 - AutoPlayOnStart: 0 - AutoPlayOnEnable: 0 - ForceTimescaleMode: 0 - ForcedTimescaleMode: 1 - DurationMultiplier: 1 - TimescaleMultiplier: 1 - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 1.5} - DisplayFullDurationDetails: 0 - PlayerTimescaleMode: 1 - OnlyPlayIfWithinRange: 0 - RangeCenter: {fileID: 0} - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - IgnoreRangeEvents: 0 - CooldownDuration: 0 - InitialDelay: 0 - CanPlay: 1 - CanPlayWhileAlreadyPlaying: 1 - ChanceToPlay: 100 - FeedbacksIntensity: 1 - Events: - TriggerMMFeedbacksEvents: 0 - TriggerUnityEvents: 1 - OnPlay: - m_PersistentCalls: - m_Calls: [] - OnPause: - m_PersistentCalls: - m_Calls: [] - OnStop: - m_PersistentCalls: - m_Calls: [] - OnResume: - m_PersistentCalls: - m_Calls: [] - OnChangeDirection: - m_PersistentCalls: - m_Calls: [] - OnComplete: - m_PersistentCalls: - m_Calls: [] - OnRestoreInitialValues: - m_PersistentCalls: - m_Calls: [] - OnSkipToTheEnd: - m_PersistentCalls: - m_Calls: [] - OnInitializationComplete: - m_PersistentCalls: - m_Calls: [] - OnEnable: - m_PersistentCalls: - m_Calls: [] - OnDisable: - m_PersistentCalls: - m_Calls: [] - DebugActive: 0 - InScriptDrivenPause: 0 - FeedbacksList: - - rid: 0 - - rid: 1 - - rid: 2 - - rid: 3 - - rid: 4 - - rid: 5 - - rid: 6 - KeepPlayModeChanges: 0 - PerformanceMode: 0 - RestoreInitialValuesOnDisable: 0 - StopFeedbacksOnDisable: 0 - PlayCount: 0 - references: - version: 2 - RefIds: - - rid: 0 - type: {class: MMF_AudioSource, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: -897275366 - Label: AudioSource - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 1865560496} - DebugActive: 0 - TargetAudioSource: {fileID: 478010195} - Mode: 0 - RandomSfx: [] - MinVolume: 1 - MaxVolume: 1 - MinPitch: 1 - MaxPitch: 1 - SfxAudioMixerGroup: {fileID: 0} - - rid: 1 - type: {class: MMF_SetActive, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: -2122066952 - Label: Set Active - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 1865560496} - DebugActive: 0 - TargetGameObject: {fileID: 930333314} - ExtraTargetGameObjects: [] - IgnorePlayDirection: 0 - SetStateOnInit: 0 - StateOnInit: 1 - SetStateOnPlay: 1 - StateOnPlay: 0 - SetStateOnStop: 0 - StateOnStop: 1 - SetStateOnReset: 0 - StateOnReset: 1 - SetStateOnSkip: 0 - StateOnSkip: 0 - SetStateOnPlayerComplete: 0 - StateOnPlayerComplete: 1 - - rid: 2 - type: {class: MMF_TMPText, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: -1473150533 - Label: TMP Text - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 1865560496} - DebugActive: 0 - TargetTMPText: {fileID: 1996559228} - NewText: "This text\nis going \nto dilate" - - rid: 3 - type: {class: MMF_Pause, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: 1806035744 - Label: Pause - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 1865560496} - DebugActive: 0 - PauseDuration: 1 - RandomizePauseDuration: 0 - MinPauseDuration: 1 - MaxPauseDuration: 3 - RandomizeOnEachPlay: 1 - ScriptDriven: 0 - AutoResume: 0 - AutoResumeAfter: 0.25 - - rid: 4 - type: {class: MMF_TMPDilate, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: -1132896845 - Label: TMP Dilate - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 1865560496} - DebugActive: 0 - TargetTMPText: {fileID: 1996559228} - RelativeValues: 1 - Mode: 0 - Duration: 2 - DilateCurve: - MMTweenDefinitionType: 1 - MMTweenCurve: 4 - Curve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0.5 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.20771486 - value: 0.9263458 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.67989415 - value: 0.32733002 - inSlope: -0.80709076 - outSlope: -0.80709076 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 0.5 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - Initialized: 0 - ConditionPropertyName: - EnumConditionPropertyName: Mode - EnumConditions: 0100000000000000000000000000000000000000000000000000000000000000 - RemapZero: -1 - RemapOne: 1 - InstantDilate: 0 - AllowAdditivePlays: 0 - - rid: 5 - type: {class: MMF_HoldingPause, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: -243642480 - Label: Holding Pause - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 1865560496} - DebugActive: 0 - PauseDuration: 1 - RandomizePauseDuration: 0 - MinPauseDuration: 1 - MaxPauseDuration: 3 - RandomizeOnEachPlay: 1 - ScriptDriven: 0 - AutoResume: 0 - AutoResumeAfter: 0.25 - - rid: 6 - type: {class: MMF_SetActive, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: -1446134288 - Label: Set Inactive - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 1865560496} - DebugActive: 0 - TargetGameObject: {fileID: 930333314} - ExtraTargetGameObjects: [] - IgnorePlayDirection: 0 - SetStateOnInit: 0 - StateOnInit: 1 - SetStateOnPlay: 1 - StateOnPlay: 1 - SetStateOnStop: 0 - StateOnStop: 1 - SetStateOnReset: 0 - StateOnReset: 1 - SetStateOnSkip: 0 - StateOnSkip: 0 - SetStateOnPlayerComplete: 0 - StateOnPlayerComplete: 1 ---- !u!1 &1867991659 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 1867991661} - - component: {fileID: 1867991660} - m_Layer: 0 - m_Name: ImageAlpha - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!114 &1867991660 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1867991659} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 6da43522623d4704e979466dc7650b65, type: 3} - m_Name: - m_EditorClassIdentifier: - Feedbacks: [] - InitializationMode: 2 - AutoInitialization: 1 - SafeMode: 3 - Direction: 0 - AutoChangeDirectionOnEnd: 0 - AutoPlayOnStart: 0 - AutoPlayOnEnable: 0 - ForceTimescaleMode: 0 - ForcedTimescaleMode: 1 - DurationMultiplier: 1 - TimescaleMultiplier: 1 - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 1.5} - DisplayFullDurationDetails: 0 - PlayerTimescaleMode: 1 - OnlyPlayIfWithinRange: 0 - RangeCenter: {fileID: 0} - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - IgnoreRangeEvents: 0 - CooldownDuration: 0 - InitialDelay: 0 - CanPlay: 1 - CanPlayWhileAlreadyPlaying: 1 - ChanceToPlay: 100 - FeedbacksIntensity: 1 - Events: - TriggerMMFeedbacksEvents: 0 - TriggerUnityEvents: 1 - OnPlay: - m_PersistentCalls: - m_Calls: [] - OnPause: - m_PersistentCalls: - m_Calls: [] - OnStop: - m_PersistentCalls: - m_Calls: [] - OnResume: - m_PersistentCalls: - m_Calls: [] - OnChangeDirection: - m_PersistentCalls: - m_Calls: [] - OnComplete: - m_PersistentCalls: - m_Calls: [] - OnRestoreInitialValues: - m_PersistentCalls: - m_Calls: [] - OnSkipToTheEnd: - m_PersistentCalls: - m_Calls: [] - OnInitializationComplete: - m_PersistentCalls: - m_Calls: [] - OnEnable: - m_PersistentCalls: - m_Calls: [] - OnDisable: - m_PersistentCalls: - m_Calls: [] - DebugActive: 0 - InScriptDrivenPause: 0 - FeedbacksList: - - rid: 0 - - rid: 1 - KeepPlayModeChanges: 0 - PerformanceMode: 0 - RestoreInitialValuesOnDisable: 0 - StopFeedbacksOnDisable: 0 - PlayCount: 0 - references: - version: 2 - RefIds: - - rid: 0 - type: {class: MMF_AudioSource, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: -821213000 - Label: AudioSource - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 1867991660} - DebugActive: 0 - TargetAudioSource: {fileID: 478010195} - Mode: 0 - RandomSfx: [] - MinVolume: 1 - MaxVolume: 1 - MinPitch: 1 - MaxPitch: 1 - SfxAudioMixerGroup: {fileID: 0} - - rid: 1 - type: {class: MMF_ImageAlpha, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: 230904258 - Label: Image Alpha - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0.8, y: 1} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 1867991660} - DebugActive: 0 - BoundImage: {fileID: 1553717074} - Mode: 0 - Duration: 0.5 - AllowAdditivePlays: 0 - InstantAlpha: 1 - Curve: - MMTweenDefinitionType: 1 - MMTweenCurve: 4 - Curve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.25 - value: 1 - inSlope: 1.498199 - outSlope: 1.498199 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - Initialized: 0 - ConditionPropertyName: - EnumConditionPropertyName: Mode - EnumConditions: 0100010000000000000000000000000000000000000000000000000000000000 - CurveRemapZero: 0 - CurveRemapOne: 1 - DestinationAlpha: 1 - DisableOnStop: 1 ---- !u!4 &1867991661 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1867991659} - serializedVersion: 2 - m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: 0} - m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 - m_Children: [] - m_Father: {fileID: 1282069688} - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!1001 &1876022119 -PrefabInstance: - m_ObjectHideFlags: 0 - serializedVersion: 2 - m_Modification: - serializedVersion: 3 - m_TransformParent: {fileID: 1557570896} - m_Modifications: - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_Pivot.x - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_Pivot.y - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_RootOrder - value: 83 - objectReference: {fileID: 0} - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_AnchorMax.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_AnchorMax.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_AnchorMin.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_AnchorMin.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_SizeDelta.x - value: 256.1 - objectReference: {fileID: 0} - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_SizeDelta.y - value: 30 - objectReference: {fileID: 0} - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_LocalPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_LocalPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_LocalPosition.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_LocalRotation.w - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_LocalRotation.x - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_LocalRotation.y - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_LocalRotation.z - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_AnchoredPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_AnchoredPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_LocalEulerAnglesHint.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_LocalEulerAnglesHint.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_LocalEulerAnglesHint.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2251616714236910816, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_Text - value: PARTICLES - objectReference: {fileID: 0} - - target: {fileID: 2251616714236910816, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_Color.b - value: 0.8376598 - objectReference: {fileID: 0} - - target: {fileID: 2251616714236910816, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_Color.g - value: 0.9245283 - objectReference: {fileID: 0} - - target: {fileID: 2251616714236910816, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_Color.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 3358702390296254852, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_Name - value: Title - Particles - objectReference: {fileID: 0} - m_RemovedComponents: [] - m_RemovedGameObjects: [] - m_AddedGameObjects: [] - m_AddedComponents: [] - m_SourcePrefab: {fileID: 100100000, guid: d0c10e574f6f1af43b3af7996a878151, type: 3} ---- !u!1001 &1879553499 -PrefabInstance: - m_ObjectHideFlags: 0 - serializedVersion: 2 - m_Modification: - serializedVersion: 3 - m_TransformParent: {fileID: 1562927123} - m_Modifications: - - target: {fileID: 4610476634640326944, guid: 9c99ec9330979f94aa6e33f0bec7752f, - type: 3} - propertyPath: m_Name - value: FeedbackDemoBackgroundCube (4) - objectReference: {fileID: 0} - - target: {fileID: 4610476634640326949, guid: 9c99ec9330979f94aa6e33f0bec7752f, - type: 3} - propertyPath: m_RootOrder - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 4610476634640326949, guid: 9c99ec9330979f94aa6e33f0bec7752f, - type: 3} - propertyPath: m_LocalScale.x - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 4610476634640326949, guid: 9c99ec9330979f94aa6e33f0bec7752f, - type: 3} - propertyPath: m_LocalScale.y - value: 100.00004 - objectReference: {fileID: 0} - - target: {fileID: 4610476634640326949, guid: 9c99ec9330979f94aa6e33f0bec7752f, - type: 3} - propertyPath: m_LocalScale.z - value: 100.00004 - objectReference: {fileID: 0} - - target: {fileID: 4610476634640326949, guid: 9c99ec9330979f94aa6e33f0bec7752f, - type: 3} - propertyPath: m_LocalPosition.x - value: 5.040769 - objectReference: {fileID: 0} - - target: {fileID: 4610476634640326949, guid: 9c99ec9330979f94aa6e33f0bec7752f, - type: 3} - propertyPath: m_LocalPosition.y - value: -1.4249885 - objectReference: {fileID: 0} - - target: {fileID: 4610476634640326949, guid: 9c99ec9330979f94aa6e33f0bec7752f, - type: 3} - propertyPath: m_LocalPosition.z - value: 11.356992 - objectReference: {fileID: 0} - - target: {fileID: 4610476634640326949, guid: 9c99ec9330979f94aa6e33f0bec7752f, - type: 3} - propertyPath: m_LocalRotation.w - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 4610476634640326949, guid: 9c99ec9330979f94aa6e33f0bec7752f, - type: 3} - propertyPath: m_LocalRotation.x - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 4610476634640326949, guid: 9c99ec9330979f94aa6e33f0bec7752f, - type: 3} - propertyPath: m_LocalRotation.y - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 4610476634640326949, guid: 9c99ec9330979f94aa6e33f0bec7752f, - type: 3} - propertyPath: m_LocalRotation.z - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 4610476634640326949, guid: 9c99ec9330979f94aa6e33f0bec7752f, - type: 3} - propertyPath: m_LocalEulerAnglesHint.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 4610476634640326949, guid: 9c99ec9330979f94aa6e33f0bec7752f, - type: 3} - propertyPath: m_LocalEulerAnglesHint.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 4610476634640326949, guid: 9c99ec9330979f94aa6e33f0bec7752f, - type: 3} - propertyPath: m_LocalEulerAnglesHint.z - value: 0 - objectReference: {fileID: 0} - m_RemovedComponents: [] - m_RemovedGameObjects: [] - m_AddedGameObjects: [] - m_AddedComponents: - - targetCorrespondingSourceObject: {fileID: 4610476634640326944, guid: 9c99ec9330979f94aa6e33f0bec7752f, - type: 3} - insertIndex: -1 - addedObject: {fileID: 166071375} - m_SourcePrefab: {fileID: 100100000, guid: 9c99ec9330979f94aa6e33f0bec7752f, type: 3} ---- !u!224 &1880064942 stripped -RectTransform: - m_CorrespondingSourceObject: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - m_PrefabInstance: {fileID: 3053422259182536870} - m_PrefabAsset: {fileID: 0} ---- !u!224 &1880652529 stripped -RectTransform: - m_CorrespondingSourceObject: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - m_PrefabInstance: {fileID: 1513606036} - m_PrefabAsset: {fileID: 0} ---- !u!224 &1886383784 stripped -RectTransform: - m_CorrespondingSourceObject: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - m_PrefabInstance: {fileID: 541180634} - m_PrefabAsset: {fileID: 0} ---- !u!1 &1891081531 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 1891081532} - - component: {fileID: 1891081533} - m_Layer: 0 - m_Name: TMPColor - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &1891081532 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1891081531} - serializedVersion: 2 - m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: 0} - m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 - m_Children: [] - m_Father: {fileID: 1860154325} - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!114 &1891081533 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1891081531} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 6da43522623d4704e979466dc7650b65, type: 3} - m_Name: - m_EditorClassIdentifier: - Feedbacks: [] - InitializationMode: 2 - AutoInitialization: 1 - SafeMode: 3 - Direction: 0 - AutoChangeDirectionOnEnd: 0 - AutoPlayOnStart: 0 - AutoPlayOnEnable: 0 - ForceTimescaleMode: 0 - ForcedTimescaleMode: 1 - DurationMultiplier: 1 - TimescaleMultiplier: 1 - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 1.5} - DisplayFullDurationDetails: 0 - PlayerTimescaleMode: 1 - OnlyPlayIfWithinRange: 0 - RangeCenter: {fileID: 0} - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - IgnoreRangeEvents: 0 - CooldownDuration: 0 - InitialDelay: 0 - CanPlay: 1 - CanPlayWhileAlreadyPlaying: 1 - ChanceToPlay: 100 - FeedbacksIntensity: 1 - Events: - TriggerMMFeedbacksEvents: 0 - TriggerUnityEvents: 1 - OnPlay: - m_PersistentCalls: - m_Calls: [] - OnPause: - m_PersistentCalls: - m_Calls: [] - OnStop: - m_PersistentCalls: - m_Calls: [] - OnResume: - m_PersistentCalls: - m_Calls: [] - OnChangeDirection: - m_PersistentCalls: - m_Calls: [] - OnComplete: - m_PersistentCalls: - m_Calls: [] - OnRestoreInitialValues: - m_PersistentCalls: - m_Calls: [] - OnSkipToTheEnd: - m_PersistentCalls: - m_Calls: [] - OnInitializationComplete: - m_PersistentCalls: - m_Calls: [] - OnEnable: - m_PersistentCalls: - m_Calls: [] - OnDisable: - m_PersistentCalls: - m_Calls: [] - DebugActive: 0 - InScriptDrivenPause: 0 - FeedbacksList: - - rid: 0 - - rid: 1 - - rid: 2 - - rid: 3 - - rid: 4 - - rid: 5 - - rid: 6 - KeepPlayModeChanges: 0 - PerformanceMode: 0 - RestoreInitialValuesOnDisable: 0 - StopFeedbacksOnDisable: 0 - PlayCount: 0 - references: - version: 2 - RefIds: - - rid: 0 - type: {class: MMF_AudioSource, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: 1151985458 - Label: AudioSource - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 1891081533} - DebugActive: 0 - TargetAudioSource: {fileID: 478010195} - Mode: 0 - RandomSfx: [] - MinVolume: 1 - MaxVolume: 1 - MinPitch: 1 - MaxPitch: 1 - SfxAudioMixerGroup: {fileID: 0} - - rid: 1 - type: {class: MMF_SetActive, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: 1809853714 - Label: Set Active - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 1891081533} - DebugActive: 0 - TargetGameObject: {fileID: 731678809} - ExtraTargetGameObjects: [] - IgnorePlayDirection: 0 - SetStateOnInit: 0 - StateOnInit: 1 - SetStateOnPlay: 1 - StateOnPlay: 0 - SetStateOnStop: 0 - StateOnStop: 1 - SetStateOnReset: 0 - StateOnReset: 1 - SetStateOnSkip: 0 - StateOnSkip: 0 - SetStateOnPlayerComplete: 0 - StateOnPlayerComplete: 1 - - rid: 2 - type: {class: MMF_TMPText, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: -1830594572 - Label: TMP Text - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 1891081533} - DebugActive: 0 - TargetTMPText: {fileID: 500670851} - NewText: 'This text - - will change color.' - - rid: 3 - type: {class: MMF_Pause, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: 897232679 - Label: Pause - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 1891081533} - DebugActive: 0 - PauseDuration: 1 - RandomizePauseDuration: 0 - MinPauseDuration: 1 - MaxPauseDuration: 3 - RandomizeOnEachPlay: 1 - ScriptDriven: 0 - AutoResume: 0 - AutoResumeAfter: 0.25 - - rid: 4 - type: {class: MMF_TMPColor, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: -1885686807 - Label: TMP Color - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 1891081533} - DebugActive: 0 - TargetTMPText: {fileID: 500670851} - ColorMode: 1 - Duration: 1.5 - InstantColor: {r: 1, g: 0.92156863, b: 0.015686275, a: 1} - ColorGradient: - serializedVersion: 2 - key0: {r: 1, g: 1, b: 1, a: 1} - key1: {r: 1, g: 0.8173368, b: 0, a: 1} - key2: {r: 0.5754717, g: 0, b: 0.07318635, a: 0} - key3: {r: 0, g: 0.9080217, b: 1, a: 0} - key4: {r: 0, g: 0, b: 0, a: 0} - key5: {r: 1, g: 1, b: 1, a: 0} - key6: {r: 0, g: 0, b: 0, a: 0} - key7: {r: 0, g: 0, b: 0, a: 0} - ctime0: 0 - ctime1: 12914 - ctime2: 28334 - ctime3: 38743 - ctime4: 50693 - ctime5: 65535 - ctime6: 0 - ctime7: 0 - atime0: 0 - atime1: 65535 - atime2: 0 - atime3: 0 - atime4: 0 - atime5: 0 - atime6: 0 - atime7: 0 - m_Mode: 0 - m_ColorSpace: -1 - m_NumColorKeys: 6 - m_NumAlphaKeys: 2 - DestinationColor: {r: 1, g: 0.92156863, b: 0.015686275, a: 1} - ColorCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.5 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - AllowAdditivePlays: 0 - - rid: 5 - type: {class: MMF_HoldingPause, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: 109064936 - Label: Holding Pause - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 1891081533} - DebugActive: 0 - PauseDuration: 1 - RandomizePauseDuration: 0 - MinPauseDuration: 1 - MaxPauseDuration: 3 - RandomizeOnEachPlay: 1 - ScriptDriven: 0 - AutoResume: 0 - AutoResumeAfter: 0.25 - - rid: 6 - type: {class: MMF_SetActive, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: -515000655 - Label: Set Inactive - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 1891081533} - DebugActive: 0 - TargetGameObject: {fileID: 731678809} - ExtraTargetGameObjects: [] - IgnorePlayDirection: 0 - SetStateOnInit: 0 - StateOnInit: 1 - SetStateOnPlay: 1 - StateOnPlay: 1 - SetStateOnStop: 0 - StateOnStop: 1 - SetStateOnReset: 0 - StateOnReset: 1 - SetStateOnSkip: 0 - StateOnSkip: 0 - SetStateOnPlayerComplete: 0 - StateOnPlayerComplete: 1 ---- !u!1 &1892535167 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 1892535168} - - component: {fileID: 1892535169} - m_Layer: 0 - m_Name: Rigidbody - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &1892535168 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1892535167} - serializedVersion: 2 - m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: 0} - m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 - m_Children: [] - m_Father: {fileID: 1582576612} - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!114 &1892535169 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1892535167} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 6da43522623d4704e979466dc7650b65, type: 3} - m_Name: - m_EditorClassIdentifier: - Feedbacks: [] - InitializationMode: 2 - AutoInitialization: 1 - SafeMode: 3 - Direction: 0 - AutoChangeDirectionOnEnd: 0 - AutoPlayOnStart: 0 - AutoPlayOnEnable: 0 - ForceTimescaleMode: 0 - ForcedTimescaleMode: 1 - DurationMultiplier: 1 - TimescaleMultiplier: 1 - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 1.5} - DisplayFullDurationDetails: 0 - PlayerTimescaleMode: 1 - OnlyPlayIfWithinRange: 0 - RangeCenter: {fileID: 0} - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - IgnoreRangeEvents: 0 - CooldownDuration: 0 - InitialDelay: 0 - CanPlay: 1 - CanPlayWhileAlreadyPlaying: 1 - ChanceToPlay: 100 - FeedbacksIntensity: 1 - Events: - TriggerMMFeedbacksEvents: 0 - TriggerUnityEvents: 1 - OnPlay: - m_PersistentCalls: - m_Calls: [] - OnPause: - m_PersistentCalls: - m_Calls: [] - OnStop: - m_PersistentCalls: - m_Calls: [] - OnResume: - m_PersistentCalls: - m_Calls: [] - OnChangeDirection: - m_PersistentCalls: - m_Calls: [] - OnComplete: - m_PersistentCalls: - m_Calls: [] - OnRestoreInitialValues: - m_PersistentCalls: - m_Calls: [] - OnSkipToTheEnd: - m_PersistentCalls: - m_Calls: [] - OnInitializationComplete: - m_PersistentCalls: - m_Calls: [] - OnEnable: - m_PersistentCalls: - m_Calls: [] - OnDisable: - m_PersistentCalls: - m_Calls: [] - DebugActive: 0 - InScriptDrivenPause: 0 - FeedbacksList: - - rid: 0 - - rid: 1 - KeepPlayModeChanges: 0 - PerformanceMode: 0 - RestoreInitialValuesOnDisable: 0 - StopFeedbacksOnDisable: 0 - PlayCount: 0 - references: - version: 2 - RefIds: - - rid: 0 - type: {class: MMF_Rigidbody, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: 6912936 - Label: Rigidbody - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 1892535169} - DebugActive: 0 - TargetRigidbody: {fileID: 1240631691} - ExtraTargetRigidbodies: [] - Mode: 0 - MinForce: {x: 0, y: 4, z: 0} - MaxForce: {x: 0, y: 8, z: 0} - AppliedForceMode: 1 - ResetVelocityOnPlay: 0 - ForwardForce: 0 - - rid: 1 - type: {class: MMF_AudioSource, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: 2092775647 - Label: AudioSource - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 1892535169} - DebugActive: 0 - TargetAudioSource: {fileID: 478010195} - Mode: 0 - RandomSfx: [] - MinVolume: 1 - MaxVolume: 1 - MinPitch: 1 - MaxPitch: 1 - SfxAudioMixerGroup: {fileID: 0} ---- !u!1 &1894655014 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 1894655015} - - component: {fileID: 1894655016} - m_Layer: 0 - m_Name: RectTransformSizeDelta - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &1894655015 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1894655014} - serializedVersion: 2 - m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: 0} - m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 - m_Children: [] - m_Father: {fileID: 1282069688} - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!114 &1894655016 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1894655014} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 6da43522623d4704e979466dc7650b65, type: 3} - m_Name: - m_EditorClassIdentifier: - Feedbacks: [] - InitializationMode: 2 - AutoInitialization: 1 - SafeMode: 3 - Direction: 0 - AutoChangeDirectionOnEnd: 0 - AutoPlayOnStart: 0 - AutoPlayOnEnable: 0 - ForceTimescaleMode: 0 - ForcedTimescaleMode: 1 - DurationMultiplier: 1 - TimescaleMultiplier: 1 - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 1.5} - DisplayFullDurationDetails: 0 - PlayerTimescaleMode: 1 - OnlyPlayIfWithinRange: 0 - RangeCenter: {fileID: 0} - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - IgnoreRangeEvents: 0 - CooldownDuration: 0 - InitialDelay: 0 - CanPlay: 1 - CanPlayWhileAlreadyPlaying: 1 - ChanceToPlay: 100 - FeedbacksIntensity: 1 - Events: - TriggerMMFeedbacksEvents: 0 - TriggerUnityEvents: 1 - OnPlay: - m_PersistentCalls: - m_Calls: [] - OnPause: - m_PersistentCalls: - m_Calls: [] - OnStop: - m_PersistentCalls: - m_Calls: [] - OnResume: - m_PersistentCalls: - m_Calls: [] - OnChangeDirection: - m_PersistentCalls: - m_Calls: [] - OnComplete: - m_PersistentCalls: - m_Calls: [] - OnRestoreInitialValues: - m_PersistentCalls: - m_Calls: [] - OnSkipToTheEnd: - m_PersistentCalls: - m_Calls: [] - OnInitializationComplete: - m_PersistentCalls: - m_Calls: [] - OnEnable: - m_PersistentCalls: - m_Calls: [] - OnDisable: - m_PersistentCalls: - m_Calls: [] - DebugActive: 0 - InScriptDrivenPause: 0 - FeedbacksList: - - rid: 0 - - rid: 1 - - rid: 2 - - rid: 3 - - rid: 4 - - rid: 5 - KeepPlayModeChanges: 0 - PerformanceMode: 0 - RestoreInitialValuesOnDisable: 0 - StopFeedbacksOnDisable: 0 - PlayCount: 0 - references: - version: 2 - RefIds: - - rid: 0 - type: {class: MMF_AudioSource, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: 165076660 - Label: AudioSource - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 1894655016} - DebugActive: 0 - TargetAudioSource: {fileID: 478010195} - Mode: 0 - RandomSfx: [] - MinVolume: 1 - MaxVolume: 1 - MinPitch: 1 - MaxPitch: 1 - SfxAudioMixerGroup: {fileID: 0} - - rid: 1 - type: {class: MMF_SetActive, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: -1292619508 - Label: Set Active - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 1894655016} - DebugActive: 0 - TargetGameObject: {fileID: 366288791} - ExtraTargetGameObjects: [] - IgnorePlayDirection: 0 - SetStateOnInit: 0 - StateOnInit: 1 - SetStateOnPlay: 1 - StateOnPlay: 0 - SetStateOnStop: 0 - StateOnStop: 1 - SetStateOnReset: 0 - StateOnReset: 1 - SetStateOnSkip: 0 - StateOnSkip: 0 - SetStateOnPlayerComplete: 0 - StateOnPlayerComplete: 1 - - rid: 2 - type: {class: MMF_Pause, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: -70594880 - Label: Pause - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 1894655016} - DebugActive: 0 - PauseDuration: 0.5 - RandomizePauseDuration: 0 - MinPauseDuration: 1 - MaxPauseDuration: 3 - RandomizeOnEachPlay: 1 - ScriptDriven: 0 - AutoResume: 0 - AutoResumeAfter: 0.25 - - rid: 3 - type: {class: MMF_RectTransformSizeDelta, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: 207804377 - Label: RectTransformSizeDelta - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 1894655016} - DebugActive: 0 - Mode: 0 - Duration: 0.2 - StartsOff: 0 - EndsOff: 0 - RelativeValues: 1 - AllowAdditivePlays: 0 - DisableOnStop: 0 - OnlyPlayIfTargetIsActive: 0 - TargetRectTransform: {fileID: 366288792} - SpeedCurve: - MMTweenDefinitionType: 1 - MMTweenCurve: 4 - Curve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.25 - value: 1 - inSlope: -0.64006793 - outSlope: -0.64006793 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - Initialized: 0 - ConditionPropertyName: - EnumConditionPropertyName: - EnumConditions: 0000000000000000000000000000000000000000000000000000000000000000 - RemapZero: {x: 0, y: 0} - RemapOne: {x: 100, y: 100} - - rid: 4 - type: {class: MMF_HoldingPause, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: -162094811 - Label: Holding Pause - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 1894655016} - DebugActive: 0 - PauseDuration: 1 - RandomizePauseDuration: 0 - MinPauseDuration: 1 - MaxPauseDuration: 3 - RandomizeOnEachPlay: 1 - ScriptDriven: 0 - AutoResume: 0 - AutoResumeAfter: 0.25 - - rid: 5 - type: {class: MMF_SetActive, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: -1185305109 - Label: Set Active - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 1894655016} - DebugActive: 0 - TargetGameObject: {fileID: 366288791} - ExtraTargetGameObjects: [] - IgnorePlayDirection: 0 - SetStateOnInit: 0 - StateOnInit: 1 - SetStateOnPlay: 1 - StateOnPlay: 1 - SetStateOnStop: 0 - StateOnStop: 1 - SetStateOnReset: 0 - StateOnReset: 1 - SetStateOnSkip: 0 - StateOnSkip: 0 - SetStateOnPlayerComplete: 0 - StateOnPlayerComplete: 1 ---- !u!1001 &1895061595 -PrefabInstance: - m_ObjectHideFlags: 0 - serializedVersion: 2 - m_Modification: - serializedVersion: 3 - m_TransformParent: {fileID: 1557570896} - m_Modifications: - - target: {fileID: 4994452109645884045, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_Name - value: Spacer - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_Pivot.x - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_Pivot.y - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_RootOrder - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_AnchorMax.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_AnchorMax.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_AnchorMin.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_AnchorMin.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_SizeDelta.x - value: 236.1 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_SizeDelta.y - value: 30 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_LocalPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_LocalPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_LocalPosition.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_LocalRotation.w - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_LocalRotation.x - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_LocalRotation.y - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_LocalRotation.z - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_AnchoredPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_AnchoredPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_LocalEulerAnglesHint.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_LocalEulerAnglesHint.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_LocalEulerAnglesHint.z - value: 0 - objectReference: {fileID: 0} - m_RemovedComponents: [] - m_RemovedGameObjects: [] - m_AddedGameObjects: [] - m_AddedComponents: [] - m_SourcePrefab: {fileID: 100100000, guid: b4ba93cf48b1c6b468135361158be27d, type: 3} ---- !u!1 &1901192213 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 1901192214} - - component: {fileID: 1901192215} - m_Layer: 0 - m_Name: ParticlesInstantiation - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &1901192214 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1901192213} - serializedVersion: 2 - m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: 0} - m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 - m_Children: [] - m_Father: {fileID: 2071101537} - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!114 &1901192215 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1901192213} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 6da43522623d4704e979466dc7650b65, type: 3} - m_Name: - m_EditorClassIdentifier: - Feedbacks: [] - InitializationMode: 2 - AutoInitialization: 1 - SafeMode: 3 - Direction: 0 - AutoChangeDirectionOnEnd: 0 - AutoPlayOnStart: 0 - AutoPlayOnEnable: 0 - ForceTimescaleMode: 0 - ForcedTimescaleMode: 1 - DurationMultiplier: 1 - TimescaleMultiplier: 1 - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 1.5} - DisplayFullDurationDetails: 0 - PlayerTimescaleMode: 1 - OnlyPlayIfWithinRange: 0 - RangeCenter: {fileID: 0} - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - IgnoreRangeEvents: 0 - CooldownDuration: 0 - InitialDelay: 0 - CanPlay: 1 - CanPlayWhileAlreadyPlaying: 1 - ChanceToPlay: 100 - FeedbacksIntensity: 1 - Events: - TriggerMMFeedbacksEvents: 0 - TriggerUnityEvents: 1 - OnPlay: - m_PersistentCalls: - m_Calls: [] - OnPause: - m_PersistentCalls: - m_Calls: [] - OnStop: - m_PersistentCalls: - m_Calls: [] - OnResume: - m_PersistentCalls: - m_Calls: [] - OnChangeDirection: - m_PersistentCalls: - m_Calls: [] - OnComplete: - m_PersistentCalls: - m_Calls: [] - OnRestoreInitialValues: - m_PersistentCalls: - m_Calls: [] - OnSkipToTheEnd: - m_PersistentCalls: - m_Calls: [] - OnInitializationComplete: - m_PersistentCalls: - m_Calls: [] - OnEnable: - m_PersistentCalls: - m_Calls: [] - OnDisable: - m_PersistentCalls: - m_Calls: [] - DebugActive: 0 - InScriptDrivenPause: 0 - FeedbacksList: - - rid: 0 - - rid: 1 - KeepPlayModeChanges: 0 - PerformanceMode: 0 - RestoreInitialValuesOnDisable: 0 - StopFeedbacksOnDisable: 0 - PlayCount: 0 - references: - version: 2 - RefIds: - - rid: 0 - type: {class: MMF_AudioSource, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: -1781961338 - Label: AudioSource - OriginalLabel: AudioSource - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 1901192215} - DebugActive: 0 - TargetAudioSource: {fileID: 478010195} - Mode: 0 - RandomSfx: [] - MinVolume: 1 - MaxVolume: 1 - MinPitch: 1 - MaxPitch: 1 - SfxAudioMixerGroup: {fileID: 0} - - rid: 1 - type: {class: MMF_ParticlesInstantiation, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: -2144108790 - Label: Particles Instantiation - OriginalLabel: Particles Instantiation - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 1901192215} - DebugActive: 0 - Mode: 0 - ObjectPoolSize: 5 - MutualizePools: 0 - ParentTransform: {fileID: 0} - CachedRecycle: 1 - ParticlesPrefab: {fileID: 90387635257123723, guid: b5aa6eb09d3dc3847a751290d0edcfe9, - type: 3} - RandomParticlePrefabs: [] - MainParticlesPrefabWeight: 1 - RandomParticleWeights: - ForceSetActiveOnPlay: 0 - StopOnReset: 0 - DeclaredDuration: 0 - ForceStopAction: 0 - StopAction: 0 - PositionMode: 2 - InstantiateParticlesPosition: {fileID: 0} - TargetWorldPosition: {x: 0, y: 6, z: 7} - Offset: {x: 0, y: 0, z: 0} - NestParticles: 1 - ApplyRotation: 0 - ApplyScale: 0 - ForceSimulationSpeed: 0 - ForcedSimulationSpeed: {x: 0.1, y: 1} ---- !u!1 &1903885774 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 1903885775} - - component: {fileID: 1903885776} - m_Layer: 0 - m_Name: TMPLineSpacing - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &1903885775 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1903885774} - serializedVersion: 2 - m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: 0} - m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 - m_Children: [] - m_Father: {fileID: 1860154325} - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!114 &1903885776 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1903885774} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 6da43522623d4704e979466dc7650b65, type: 3} - m_Name: - m_EditorClassIdentifier: - Feedbacks: [] - InitializationMode: 2 - AutoInitialization: 1 - SafeMode: 3 - Direction: 0 - AutoChangeDirectionOnEnd: 0 - AutoPlayOnStart: 0 - AutoPlayOnEnable: 0 - ForceTimescaleMode: 0 - ForcedTimescaleMode: 1 - DurationMultiplier: 1 - TimescaleMultiplier: 1 - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 1.5} - DisplayFullDurationDetails: 0 - PlayerTimescaleMode: 1 - OnlyPlayIfWithinRange: 0 - RangeCenter: {fileID: 0} - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - IgnoreRangeEvents: 0 - CooldownDuration: 0 - InitialDelay: 0 - CanPlay: 1 - CanPlayWhileAlreadyPlaying: 1 - ChanceToPlay: 100 - FeedbacksIntensity: 1 - Events: - TriggerMMFeedbacksEvents: 0 - TriggerUnityEvents: 1 - OnPlay: - m_PersistentCalls: - m_Calls: [] - OnPause: - m_PersistentCalls: - m_Calls: [] - OnStop: - m_PersistentCalls: - m_Calls: [] - OnResume: - m_PersistentCalls: - m_Calls: [] - OnChangeDirection: - m_PersistentCalls: - m_Calls: [] - OnComplete: - m_PersistentCalls: - m_Calls: [] - OnRestoreInitialValues: - m_PersistentCalls: - m_Calls: [] - OnSkipToTheEnd: - m_PersistentCalls: - m_Calls: [] - OnInitializationComplete: - m_PersistentCalls: - m_Calls: [] - OnEnable: - m_PersistentCalls: - m_Calls: [] - OnDisable: - m_PersistentCalls: - m_Calls: [] - DebugActive: 0 - InScriptDrivenPause: 0 - FeedbacksList: - - rid: 0 - - rid: 1 - - rid: 2 - - rid: 3 - - rid: 4 - - rid: 5 - - rid: 6 - - rid: 7 - - rid: 8 - KeepPlayModeChanges: 0 - PerformanceMode: 0 - RestoreInitialValuesOnDisable: 0 - StopFeedbacksOnDisable: 0 - PlayCount: 0 - references: - version: 2 - RefIds: - - rid: 0 - type: {class: MMF_AudioSource, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: 1516713703 - Label: AudioSource - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 1903885776} - DebugActive: 0 - TargetAudioSource: {fileID: 478010195} - Mode: 0 - RandomSfx: [] - MinVolume: 1 - MaxVolume: 1 - MinPitch: 1 - MaxPitch: 1 - SfxAudioMixerGroup: {fileID: 0} - - rid: 1 - type: {class: MMF_SetActive, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: -2054105839 - Label: Set Active - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 1903885776} - DebugActive: 0 - TargetGameObject: {fileID: 731678809} - ExtraTargetGameObjects: [] - IgnorePlayDirection: 0 - SetStateOnInit: 0 - StateOnInit: 1 - SetStateOnPlay: 1 - StateOnPlay: 0 - SetStateOnStop: 0 - StateOnStop: 1 - SetStateOnReset: 0 - StateOnReset: 1 - SetStateOnSkip: 0 - StateOnSkip: 0 - SetStateOnPlayerComplete: 0 - StateOnPlayerComplete: 1 - - rid: 2 - type: {class: MMF_TMPFontSize, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: -587942194 - Label: TMP Font Size - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 1903885776} - DebugActive: 0 - Mode: 1 - Duration: 0.2 - StartsOff: 0 - EndsOff: 0 - RelativeValues: 0 - AllowAdditivePlays: 0 - DisableOnStop: 0 - OnlyPlayIfTargetIsActive: 0 - TargetTMPText: {fileID: 500670851} - FontSizeCurve: - MMTweenDefinitionType: 1 - MMTweenCurve: 4 - Curve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - Initialized: 0 - ConditionPropertyName: - EnumConditionPropertyName: - EnumConditions: 0000000000000000000000000000000000000000000000000000000000000000 - RemapZero: 0 - RemapOne: 1 - InstantFontSize: 40 - DestinationFontSize: 0 - - rid: 3 - type: {class: MMF_TMPText, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: -1220875065 - Label: TMP Text - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 1903885776} - DebugActive: 0 - TargetTMPText: {fileID: 500670851} - NewText: 'Soon may the Wellerman come - - To bring us sugar and tea - and rum - - One day, when the tonguing'' is done - - We''ll - take our leave and go' - - rid: 4 - type: {class: MMF_Pause, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: 192099221 - Label: Pause - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 1903885776} - DebugActive: 0 - PauseDuration: 1 - RandomizePauseDuration: 0 - MinPauseDuration: 1 - MaxPauseDuration: 3 - RandomizeOnEachPlay: 1 - ScriptDriven: 0 - AutoResume: 0 - AutoResumeAfter: 0.25 - - rid: 5 - type: {class: MMF_TMPLineSpacing, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: 1760169603 - Label: TMP Line Spacing - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 1903885776} - DebugActive: 0 - Mode: 0 - Duration: 6 - StartsOff: 0 - EndsOff: 0 - RelativeValues: 1 - AllowAdditivePlays: 0 - DisableOnStop: 0 - OnlyPlayIfTargetIsActive: 0 - TargetTMPText: {fileID: 500670851} - LineSpacingCurve: - MMTweenDefinitionType: 1 - MMTweenCurve: 4 - Curve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: -5.019603 - outSlope: -5.019603 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0.20281938 - - serializedVersion: 3 - time: 0.10950776 - value: -0.22787476 - inSlope: 4.635639 - outSlope: 4.635639 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.21771698 - value: 1.0577588 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.30989316 - value: -0.29085606 - inSlope: -1.6282207 - outSlope: -1.6282207 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.4550187 - value: 0.72970307 - inSlope: 0.30267537 - outSlope: 0.30267537 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.53664625 - value: -0.18124494 - inSlope: -3.5932286 - outSlope: -3.5932286 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.6634743 - value: 0.44213805 - inSlope: 2.0337236 - outSlope: 2.0337236 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.7696117 - value: -0.10585117 - inSlope: -2.631019 - outSlope: -2.631019 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.8819052 - value: 0.11913872 - inSlope: 1.1880654 - outSlope: 1.1880654 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - Initialized: 0 - ConditionPropertyName: - EnumConditionPropertyName: - EnumConditions: 0000000000000000000000000000000000000000000000000000000000000000 - RemapZero: 0 - RemapOne: 60 - InstantLineSpacing: 0 - DestinationLineSpacing: 0 - - rid: 6 - type: {class: MMF_HoldingPause, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: -994363305 - Label: Holding Pause - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 1903885776} - DebugActive: 0 - PauseDuration: 1.5 - RandomizePauseDuration: 0 - MinPauseDuration: 1 - MaxPauseDuration: 3 - RandomizeOnEachPlay: 1 - ScriptDriven: 0 - AutoResume: 0 - AutoResumeAfter: 0.25 - - rid: 7 - type: {class: MMF_TMPFontSize, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: -370486925 - Label: TMP Font Size - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 1903885776} - DebugActive: 0 - Mode: 1 - Duration: 0.2 - StartsOff: 0 - EndsOff: 0 - RelativeValues: 0 - AllowAdditivePlays: 0 - DisableOnStop: 0 - OnlyPlayIfTargetIsActive: 0 - TargetTMPText: {fileID: 500670851} - FontSizeCurve: - MMTweenDefinitionType: 1 - MMTweenCurve: 4 - Curve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - Initialized: 0 - ConditionPropertyName: - EnumConditionPropertyName: - EnumConditions: 0000000000000000000000000000000000000000000000000000000000000000 - RemapZero: 0 - RemapOne: 1 - InstantFontSize: 60 - DestinationFontSize: 0 - - rid: 8 - type: {class: MMF_SetActive, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: -633670679 - Label: Set Inactive - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 1903885776} - DebugActive: 0 - TargetGameObject: {fileID: 731678809} - ExtraTargetGameObjects: [] - IgnorePlayDirection: 0 - SetStateOnInit: 0 - StateOnInit: 1 - SetStateOnPlay: 1 - StateOnPlay: 1 - SetStateOnStop: 0 - StateOnStop: 1 - SetStateOnReset: 0 - StateOnReset: 1 - SetStateOnSkip: 0 - StateOnSkip: 0 - SetStateOnPlayerComplete: 0 - StateOnPlayerComplete: 1 ---- !u!1 &1907051850 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 1907051851} - - component: {fileID: 1907051852} - m_Layer: 0 - m_Name: SetActive - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &1907051851 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1907051850} - serializedVersion: 2 - m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: 0} - m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 - m_Children: [] - m_Father: {fileID: 1582576612} - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!114 &1907051852 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1907051850} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 6da43522623d4704e979466dc7650b65, type: 3} - m_Name: - m_EditorClassIdentifier: - Feedbacks: [] - InitializationMode: 2 - AutoInitialization: 1 - SafeMode: 3 - Direction: 0 - AutoChangeDirectionOnEnd: 0 - AutoPlayOnStart: 0 - AutoPlayOnEnable: 0 - ForceTimescaleMode: 0 - ForcedTimescaleMode: 1 - DurationMultiplier: 1 - TimescaleMultiplier: 1 - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 1.5} - DisplayFullDurationDetails: 0 - PlayerTimescaleMode: 1 - OnlyPlayIfWithinRange: 0 - RangeCenter: {fileID: 0} - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - IgnoreRangeEvents: 0 - CooldownDuration: 0 - InitialDelay: 0 - CanPlay: 1 - CanPlayWhileAlreadyPlaying: 1 - ChanceToPlay: 100 - FeedbacksIntensity: 1 - Events: - TriggerMMFeedbacksEvents: 0 - TriggerUnityEvents: 1 - OnPlay: - m_PersistentCalls: - m_Calls: [] - OnPause: - m_PersistentCalls: - m_Calls: [] - OnStop: - m_PersistentCalls: - m_Calls: [] - OnResume: - m_PersistentCalls: - m_Calls: [] - OnChangeDirection: - m_PersistentCalls: - m_Calls: [] - OnComplete: - m_PersistentCalls: - m_Calls: [] - OnRestoreInitialValues: - m_PersistentCalls: - m_Calls: [] - OnSkipToTheEnd: - m_PersistentCalls: - m_Calls: [] - OnInitializationComplete: - m_PersistentCalls: - m_Calls: [] - OnEnable: - m_PersistentCalls: - m_Calls: [] - OnDisable: - m_PersistentCalls: - m_Calls: [] - DebugActive: 0 - InScriptDrivenPause: 0 - FeedbacksList: - - rid: 0 - - rid: 1 - KeepPlayModeChanges: 0 - PerformanceMode: 0 - RestoreInitialValuesOnDisable: 0 - StopFeedbacksOnDisable: 0 - PlayCount: 0 - references: - version: 2 - RefIds: - - rid: 0 - type: {class: MMF_SetActive, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: -80159033 - Label: Set Active - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 1907051852} - DebugActive: 0 - TargetGameObject: {fileID: 1096839753} - ExtraTargetGameObjects: [] - IgnorePlayDirection: 0 - SetStateOnInit: 0 - StateOnInit: 1 - SetStateOnPlay: 1 - StateOnPlay: 2 - SetStateOnStop: 0 - StateOnStop: 1 - SetStateOnReset: 0 - StateOnReset: 1 - SetStateOnSkip: 0 - StateOnSkip: 0 - SetStateOnPlayerComplete: 0 - StateOnPlayerComplete: 1 - - rid: 1 - type: {class: MMF_AudioSource, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: -1155256575 - Label: AudioSource - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 1907051852} - DebugActive: 0 - TargetAudioSource: {fileID: 478010195} - Mode: 0 - RandomSfx: [] - MinVolume: 1 - MaxVolume: 1 - MinPitch: 1 - MaxPitch: 1 - SfxAudioMixerGroup: {fileID: 0} ---- !u!224 &1921879772 stripped -RectTransform: - m_CorrespondingSourceObject: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - m_PrefabInstance: {fileID: 738481871} - m_PrefabAsset: {fileID: 0} ---- !u!224 &1921940407 stripped -RectTransform: - m_CorrespondingSourceObject: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - m_PrefabInstance: {fileID: 1505028801} - m_PrefabAsset: {fileID: 0} ---- !u!1001 &1923672039 -PrefabInstance: - m_ObjectHideFlags: 0 - serializedVersion: 2 - m_Modification: - serializedVersion: 3 - m_TransformParent: {fileID: 1557570896} - m_Modifications: - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: Feedbacks.Array.size - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[0]' - value: - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[1]' - value: - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Pivot.x - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Pivot.y - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_RootOrder - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMax.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMax.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMin.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMin.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_SizeDelta.x - value: 256.1 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_SizeDelta.y - value: 30 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalPosition.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.w - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.x - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.y - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.z - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchoredPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchoredPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalEulerAnglesHint.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalEulerAnglesHint.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalEulerAnglesHint.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604939, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_OnClick.m_PersistentCalls.m_Calls.Array.data[0].m_Target - value: - objectReference: {fileID: 480903265} - - target: {fileID: 2903879014986604939, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_OnClick.m_PersistentCalls.m_Calls.Array.data[0].m_MethodName - value: PlayFeedbacks - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604939, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_OnClick.m_PersistentCalls.m_Calls.Array.data[0].m_Arguments.m_ObjectArgumentAssemblyTypeName - value: UnityEngine.Object, UnityEngine - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604941, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Name - value: Button - Graphic - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Text - value: Graphic - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Color.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Color.b - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Color.g - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Color.r - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 4258887795993319071, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: NotSupportedInWebGL - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.size - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[0]' - value: MoreMountains.Feedbacks MoreMountains.Feedbacks.MMF_AudioSource - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[1]' - value: MoreMountains.Feedbacks MoreMountains.Feedbacks.MMF_Graphic - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[2]' - value: MoreMountains.Feedbacks MoreMountains.Feedbacks.MMF_Graphic - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Mode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Mode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Mode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Label - value: AudioSource - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Label - value: Graphic - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Label - value: Graphic - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].MaxPitch - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].MinPitch - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].UniqueID - value: 33054207 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Duration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].UniqueID - value: 1810108641 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].UseRange - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Duration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].UniqueID - value: 1810108641 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].MaxVolume - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].MinVolume - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].StartsOff - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].StartsOff - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].BoundImage - value: - objectReference: {fileID: 1553717074} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].EventRange - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ModifyColor - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].ModifyColor - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].TargetGraphic - value: - objectReference: {fileID: 1553717074} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].TargetGraphic - value: - objectReference: {fileID: 1553717074} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].InstantColor.a - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].InstantColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].InstantColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].InstantColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].InstantColor.a - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].InstantColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].InstantColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].InstantColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].TargetAudioSource - value: - objectReference: {fileID: 478010195} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].SfxAudioMixerGroup - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AllowAdditivePlays - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AllowAdditivePlays - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].RandomSfx.Array.size - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ColorOverTime.atime0 - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ColorOverTime.atime1 - value: 11372 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ColorOverTime.atime2 - value: 53777 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ColorOverTime.atime3 - value: 65535 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ColorOverTime.atime4 - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ColorOverTime.atime5 - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ColorOverTime.atime6 - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ColorOverTime.atime7 - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ColorOverTime.ctime0 - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ColorOverTime.ctime1 - value: 13300 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ColorOverTime.ctime2 - value: 19468 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ColorOverTime.ctime3 - value: 26021 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ColorOverTime.ctime4 - value: 33346 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ColorOverTime.ctime5 - value: 41056 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ColorOverTime.ctime6 - value: 51079 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ColorOverTime.ctime7 - value: 65535 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ColorOverTime.key0.a - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ColorOverTime.key0.b - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ColorOverTime.key0.g - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ColorOverTime.key0.r - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ColorOverTime.key1.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ColorOverTime.key1.b - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ColorOverTime.key1.g - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ColorOverTime.key1.r - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ColorOverTime.key2.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ColorOverTime.key2.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ColorOverTime.key2.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ColorOverTime.key2.r - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ColorOverTime.key3.a - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ColorOverTime.key3.b - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ColorOverTime.key3.g - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ColorOverTime.key3.r - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ColorOverTime.key4.a - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ColorOverTime.key4.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ColorOverTime.key4.g - value: 0.93442965 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ColorOverTime.key4.r - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ColorOverTime.key5.a - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ColorOverTime.key5.b - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ColorOverTime.key5.g - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ColorOverTime.key5.r - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ColorOverTime.key6.a - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ColorOverTime.key6.b - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ColorOverTime.key6.g - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ColorOverTime.key6.r - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ColorOverTime.key7.a - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ColorOverTime.key7.b - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ColorOverTime.key7.g - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ColorOverTime.key7.r - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ColorOverTime.m_Mode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].EventOriginTransform - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].ColorOverTime.atime0 - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].ColorOverTime.atime1 - value: 11372 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].ColorOverTime.atime2 - value: 53777 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].ColorOverTime.atime3 - value: 65535 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].ColorOverTime.atime4 - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].ColorOverTime.atime5 - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].ColorOverTime.atime6 - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].ColorOverTime.atime7 - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].ColorOverTime.ctime0 - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].ColorOverTime.ctime1 - value: 13300 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].ColorOverTime.ctime2 - value: 19468 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].ColorOverTime.ctime3 - value: 26021 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].ColorOverTime.ctime4 - value: 33346 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].ColorOverTime.ctime5 - value: 41056 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].ColorOverTime.ctime6 - value: 51079 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].ColorOverTime.ctime7 - value: 65535 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].ColorOverTime.key0.a - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].ColorOverTime.key0.b - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].ColorOverTime.key0.g - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].ColorOverTime.key0.r - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].ColorOverTime.key1.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].ColorOverTime.key1.b - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].ColorOverTime.key1.g - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].ColorOverTime.key1.r - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].ColorOverTime.key2.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].ColorOverTime.key2.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].ColorOverTime.key2.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].ColorOverTime.key2.r - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].ColorOverTime.key3.a - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].ColorOverTime.key3.b - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].ColorOverTime.key3.g - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].ColorOverTime.key3.r - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].ColorOverTime.key4.a - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].ColorOverTime.key4.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].ColorOverTime.key4.g - value: 0.93442965 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].ColorOverTime.key4.r - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].ColorOverTime.key5.a - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].ColorOverTime.key5.b - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].ColorOverTime.key5.g - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].ColorOverTime.key5.r - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].ColorOverTime.key6.a - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].ColorOverTime.key6.b - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].ColorOverTime.key6.g - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].ColorOverTime.key6.r - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].ColorOverTime.key7.a - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].ColorOverTime.key7.b - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].ColorOverTime.key7.g - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].ColorOverTime.key7.r - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].ColorOverTime.m_Mode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ResetShakerValuesAfterShake - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ResetTargetValuesAfterShake - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ColorOverTime.m_NumAlphaKeys - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ColorOverTime.m_NumColorKeys - value: 8 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].ColorOverTime.m_NumAlphaKeys - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].ColorOverTime.m_NumColorKeys - value: 8 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 9167406172343059487, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_IsActive - value: 0 - objectReference: {fileID: 0} - m_RemovedComponents: - - {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, type: 3} - m_RemovedGameObjects: [] - m_AddedGameObjects: [] - m_AddedComponents: [] - m_SourcePrefab: {fileID: 100100000, guid: a16c33a1240b8ce4f930161a7c85fae6, type: 3} ---- !u!1001 &1924356810 -PrefabInstance: - m_ObjectHideFlags: 0 - serializedVersion: 2 - m_Modification: - serializedVersion: 3 - m_TransformParent: {fileID: 1557570896} - m_Modifications: - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: Feedbacks.Array.size - value: 8 - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[0]' - value: - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[1]' - value: - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[2]' - value: - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[3]' - value: - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[4]' - value: - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[5]' - value: - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[6]' - value: - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[7]' - value: - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[8]' - value: - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Pivot.x - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Pivot.y - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_RootOrder - value: 81 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMax.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMax.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMin.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMin.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_SizeDelta.x - value: 256.1 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_SizeDelta.y - value: 30 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalPosition.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.w - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.x - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.y - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.z - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchoredPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchoredPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalEulerAnglesHint.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalEulerAnglesHint.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalEulerAnglesHint.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604939, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_OnClick.m_PersistentCalls.m_Calls.Array.data[0].m_Target - value: - objectReference: {fileID: 1609791298} - - target: {fileID: 2903879014986604939, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_OnClick.m_PersistentCalls.m_Calls.Array.data[0].m_MethodName - value: PlayFeedbacks - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604939, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_OnClick.m_PersistentCalls.m_Calls.Array.data[0].m_Arguments.m_ObjectArgumentAssemblyTypeName - value: UnityEngine.Object, UnityEngine - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604941, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Name - value: Button - Looper Start - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Text - value: Looper Start - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Color.b - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Color.g - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Color.r - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.size - value: 8 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[0]' - value: MoreMountains.Feedbacks MoreMountains.Feedbacks.MMF_AudioSource - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[1]' - value: MoreMountains.Feedbacks MoreMountains.Feedbacks.MMF_Scale - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[2]' - value: MoreMountains.Feedbacks MoreMountains.Feedbacks.MMF_Pause - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[3]' - value: MoreMountains.Feedbacks MoreMountains.Feedbacks.MMF_Position - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[4]' - value: MoreMountains.Feedbacks MoreMountains.Feedbacks.MMF_LooperStart - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[5]' - value: MoreMountains.Feedbacks.MMTools MoreMountains.Feedbacks.MMF_Sound - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[6]' - value: MoreMountains.Feedbacks MoreMountains.Feedbacks.MMF_Scale - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[7]' - value: MoreMountains.Feedbacks MoreMountains.Feedbacks.MMF_Looper - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Sfx - value: - objectReference: {fileID: 8300000, guid: 54440253e69f3dc40971707d9e51d7da, type: 3} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Mode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Mode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Mode - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Mode - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Label - value: AudioSource - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Label - value: Scale - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Label - value: Pause - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Label - value: Position - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Space - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Label - value: Looper Start - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Label - value: Sound - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Label - value: Scale - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].Label - value: Looper - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Offset - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Offset - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].MaxPitch - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].MinPitch - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].UniqueID - value: 1817207933 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateX - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateY - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateZ - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].UniqueID - value: -2057968289 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].UniqueID - value: 15081574 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimateX - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimateY - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimateZ - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].UniqueID - value: 788449821 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].UniqueID - value: -379488544 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].MaxPitch - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].MinPitch - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].PoolSize - value: 10 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].UniqueID - value: -1130577156 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].AnimateX - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].AnimateY - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].AnimateZ - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].UniqueID - value: 1713903814 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].UniqueID - value: 1203226328 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].MaxVolume - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].MinVolume - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].MaxVolume - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].MinVolume - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AutoResume - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AutoResume - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].PlayMethod - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].AutoResume - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].ScriptDriven - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].ScriptDriven - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].InfiniteLoop - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].ScriptDriven - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].RemapCurveOne - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].PauseDuration - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].RemapCurveOne - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].PauseDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].RemapCurveOne - value: 0.75 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].NumberOfLoops - value: 3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].PauseDuration - value: 0.25 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].RemapCurveZero - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].RemapCurveZero - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].RemapCurveZero - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].InInfiniteLoop - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AutoResumeAfter - value: 0.25 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AutoResumeAfter - value: 0.25 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].AutoResumeAfter - value: 0.25 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].LoopAtLastPause - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].MaxPauseDuration - value: 3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].MinPauseDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].RelativePosition - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].MaxPauseDuration - value: 3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].MinPauseDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].MaxPauseDuration - value: 3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].MinPauseDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].TargetAudioSource - value: - objectReference: {fileID: 478010195} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].InitialPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].InitialPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].InitialPosition.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].NumberOfLoopsLeft - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].SfxAudioMixerGroup - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AllowAdditivePlays - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateScaleTarget - value: - objectReference: {fileID: 2076029460} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DestinationScale.x - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DestinationScale.y - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DestinationScale.z - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AllowAdditivePlays - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].SfxAudioMixerGroup - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].AllowAdditivePlays - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].AnimateScaleTarget - value: - objectReference: {fileID: 1579498608} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].DestinationScale.x - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].DestinationScale.y - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].DestinationScale.z - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].RandomizeOnEachPlay - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].RandomizeOnEachPlay - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].LoopAtLastLoopStart - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].RandomizeOnEachPlay - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].RandomSfx.Array.size - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateScaleDuration - value: 0.3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DetermineScaleOnPlay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].RandomSfx.Array.size - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].AnimateScaleDuration - value: 0.2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].DetermineScaleOnPlay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionTarget - value: - objectReference: {fileID: 699640084} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].DestinationPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].DestinationPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].DestinationPosition.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].RandomizePauseDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].RandomizePauseDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].RandomizePauseDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionDuration - value: 0.2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].DeterminePositionsOnPlay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].InitialPositionTransform - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].TestPlayButton.ButtonText - value: Debug Play Sound - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].TestStopButton.ButtonText - value: Debug Stop Sound - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateScaleX.m_PreInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateScaleY.m_PreInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateScaleZ.m_PreInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].AnimateScaleX.m_PreInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].AnimateScaleY.m_PreInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].AnimateScaleZ.m_PreInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateScaleX.m_PostInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateScaleY.m_PostInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateScaleZ.m_PostInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].DestinationPositionTransform - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].AnimateScaleX.m_PostInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].AnimateScaleY.m_PostInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].AnimateScaleZ.m_PostInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateScaleX.m_RotationOrder - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateScaleY.m_RotationOrder - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateScaleZ.m_RotationOrder - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].AnimateScaleX.m_RotationOrder - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].AnimateScaleY.m_RotationOrder - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].AnimateScaleZ.m_RotationOrder - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateScaleX.m_Curve.Array.size - value: 3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateScaleY.m_Curve.Array.size - value: 3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateScaleZ.m_Curve.Array.size - value: 3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].AnimateScaleX.m_Curve.Array.size - value: 3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].AnimateScaleY.m_Curve.Array.size - value: 3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].AnimateScaleZ.m_Curve.Array.size - value: 3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurve.m_PreInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurve.m_PostInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveX.m_PreInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveY.m_PreInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveZ.m_PreInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurve.m_RotationOrder - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveX.m_PostInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveY.m_PostInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveZ.m_PostInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveX.m_RotationOrder - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveY.m_RotationOrder - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveZ.m_RotationOrder - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurve.m_Curve.Array.size - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateScaleX.m_Curve.Array.data[0].time - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateScaleX.m_Curve.Array.data[1].time - value: 0.3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateScaleX.m_Curve.Array.data[2].time - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateScaleY.m_Curve.Array.data[0].time - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateScaleY.m_Curve.Array.data[1].time - value: 0.3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateScaleY.m_Curve.Array.data[2].time - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateScaleZ.m_Curve.Array.data[0].time - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateScaleZ.m_Curve.Array.data[1].time - value: 0.3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateScaleZ.m_Curve.Array.data[2].time - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveX.m_Curve.Array.size - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveY.m_Curve.Array.size - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveZ.m_Curve.Array.size - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].AnimateScaleX.m_Curve.Array.data[0].time - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].AnimateScaleX.m_Curve.Array.data[1].time - value: 0.3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].AnimateScaleX.m_Curve.Array.data[2].time - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].AnimateScaleY.m_Curve.Array.data[0].time - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].AnimateScaleY.m_Curve.Array.data[1].time - value: 0.3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].AnimateScaleY.m_Curve.Array.data[2].time - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].AnimateScaleZ.m_Curve.Array.data[0].time - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].AnimateScaleZ.m_Curve.Array.data[1].time - value: 0.3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].AnimateScaleZ.m_Curve.Array.data[2].time - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateScaleX.m_Curve.Array.data[0].value - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateScaleX.m_Curve.Array.data[1].value - value: 1.05 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateScaleX.m_Curve.Array.data[2].value - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateScaleY.m_Curve.Array.data[0].value - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateScaleY.m_Curve.Array.data[1].value - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateScaleY.m_Curve.Array.data[2].value - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateScaleZ.m_Curve.Array.data[0].value - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateScaleZ.m_Curve.Array.data[1].value - value: 1.05 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateScaleZ.m_Curve.Array.data[2].value - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].AnimateScaleX.m_Curve.Array.data[0].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].AnimateScaleX.m_Curve.Array.data[1].value - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].AnimateScaleX.m_Curve.Array.data[2].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].AnimateScaleY.m_Curve.Array.data[0].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].AnimateScaleY.m_Curve.Array.data[1].value - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].AnimateScaleY.m_Curve.Array.data[2].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].AnimateScaleZ.m_Curve.Array.data[0].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].AnimateScaleZ.m_Curve.Array.data[1].value - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].AnimateScaleZ.m_Curve.Array.data[2].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateScaleX.m_Curve.Array.data[0].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateScaleX.m_Curve.Array.data[1].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateScaleX.m_Curve.Array.data[2].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateScaleY.m_Curve.Array.data[0].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateScaleY.m_Curve.Array.data[1].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateScaleY.m_Curve.Array.data[2].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateScaleZ.m_Curve.Array.data[0].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateScaleZ.m_Curve.Array.data[1].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateScaleZ.m_Curve.Array.data[2].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].AnimateScaleX.m_Curve.Array.data[0].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].AnimateScaleX.m_Curve.Array.data[1].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].AnimateScaleX.m_Curve.Array.data[2].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].AnimateScaleY.m_Curve.Array.data[0].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].AnimateScaleY.m_Curve.Array.data[1].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].AnimateScaleY.m_Curve.Array.data[2].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].AnimateScaleZ.m_Curve.Array.data[0].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].AnimateScaleZ.m_Curve.Array.data[1].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].AnimateScaleZ.m_Curve.Array.data[2].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateScaleX.m_Curve.Array.data[0].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateScaleX.m_Curve.Array.data[0].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateScaleX.m_Curve.Array.data[1].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateScaleX.m_Curve.Array.data[1].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateScaleX.m_Curve.Array.data[2].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateScaleX.m_Curve.Array.data[2].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateScaleY.m_Curve.Array.data[0].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateScaleY.m_Curve.Array.data[0].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateScaleY.m_Curve.Array.data[1].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateScaleY.m_Curve.Array.data[1].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateScaleY.m_Curve.Array.data[2].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateScaleY.m_Curve.Array.data[2].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateScaleZ.m_Curve.Array.data[0].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateScaleZ.m_Curve.Array.data[0].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateScaleZ.m_Curve.Array.data[1].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateScaleZ.m_Curve.Array.data[1].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateScaleZ.m_Curve.Array.data[2].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateScaleZ.m_Curve.Array.data[2].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].AnimateScaleX.m_Curve.Array.data[0].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].AnimateScaleX.m_Curve.Array.data[0].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].AnimateScaleX.m_Curve.Array.data[1].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].AnimateScaleX.m_Curve.Array.data[1].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].AnimateScaleX.m_Curve.Array.data[2].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].AnimateScaleX.m_Curve.Array.data[2].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].AnimateScaleY.m_Curve.Array.data[0].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].AnimateScaleY.m_Curve.Array.data[0].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].AnimateScaleY.m_Curve.Array.data[1].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].AnimateScaleY.m_Curve.Array.data[1].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].AnimateScaleY.m_Curve.Array.data[2].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].AnimateScaleY.m_Curve.Array.data[2].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].AnimateScaleZ.m_Curve.Array.data[0].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].AnimateScaleZ.m_Curve.Array.data[0].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].AnimateScaleZ.m_Curve.Array.data[1].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].AnimateScaleZ.m_Curve.Array.data[1].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].AnimateScaleZ.m_Curve.Array.data[2].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].AnimateScaleZ.m_Curve.Array.data[2].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateScaleX.m_Curve.Array.data[0].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateScaleX.m_Curve.Array.data[1].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateScaleX.m_Curve.Array.data[2].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateScaleY.m_Curve.Array.data[0].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateScaleY.m_Curve.Array.data[1].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateScaleY.m_Curve.Array.data[2].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateScaleZ.m_Curve.Array.data[0].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateScaleZ.m_Curve.Array.data[1].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateScaleZ.m_Curve.Array.data[2].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].AnimateScaleX.m_Curve.Array.data[0].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].AnimateScaleX.m_Curve.Array.data[1].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].AnimateScaleX.m_Curve.Array.data[2].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].AnimateScaleY.m_Curve.Array.data[0].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].AnimateScaleY.m_Curve.Array.data[1].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].AnimateScaleY.m_Curve.Array.data[2].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].AnimateScaleZ.m_Curve.Array.data[0].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].AnimateScaleZ.m_Curve.Array.data[1].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].AnimateScaleZ.m_Curve.Array.data[2].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateScaleX.m_Curve.Array.data[0].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateScaleX.m_Curve.Array.data[1].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateScaleX.m_Curve.Array.data[2].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateScaleY.m_Curve.Array.data[0].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateScaleY.m_Curve.Array.data[1].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateScaleY.m_Curve.Array.data[2].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateScaleZ.m_Curve.Array.data[0].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateScaleZ.m_Curve.Array.data[1].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateScaleZ.m_Curve.Array.data[2].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurve.m_Curve.Array.data[0].time - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurve.m_Curve.Array.data[1].time - value: 0.1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurve.m_Curve.Array.data[2].time - value: 0.9 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurve.m_Curve.Array.data[3].time - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].AnimateScaleX.m_Curve.Array.data[0].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].AnimateScaleX.m_Curve.Array.data[1].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].AnimateScaleX.m_Curve.Array.data[2].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].AnimateScaleY.m_Curve.Array.data[0].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].AnimateScaleY.m_Curve.Array.data[1].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].AnimateScaleY.m_Curve.Array.data[2].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].AnimateScaleZ.m_Curve.Array.data[0].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].AnimateScaleZ.m_Curve.Array.data[1].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].AnimateScaleZ.m_Curve.Array.data[2].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateScaleX.m_Curve.Array.data[0].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateScaleX.m_Curve.Array.data[1].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateScaleX.m_Curve.Array.data[2].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateScaleY.m_Curve.Array.data[0].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateScaleY.m_Curve.Array.data[1].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateScaleY.m_Curve.Array.data[2].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateScaleZ.m_Curve.Array.data[0].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateScaleZ.m_Curve.Array.data[1].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateScaleZ.m_Curve.Array.data[2].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurve.m_Curve.Array.data[0].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurve.m_Curve.Array.data[1].value - value: 0.05 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurve.m_Curve.Array.data[2].value - value: 0.95 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurve.m_Curve.Array.data[3].value - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveX.m_Curve.Array.data[0].time - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveX.m_Curve.Array.data[1].time - value: 0.3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveX.m_Curve.Array.data[2].time - value: 0.6 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveX.m_Curve.Array.data[3].time - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveY.m_Curve.Array.data[0].time - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveY.m_Curve.Array.data[1].time - value: 0.3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveY.m_Curve.Array.data[2].time - value: 0.6 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveY.m_Curve.Array.data[3].time - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveZ.m_Curve.Array.data[0].time - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveZ.m_Curve.Array.data[1].time - value: 0.3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveZ.m_Curve.Array.data[2].time - value: 0.6 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveZ.m_Curve.Array.data[3].time - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].AnimateScaleX.m_Curve.Array.data[0].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].AnimateScaleX.m_Curve.Array.data[1].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].AnimateScaleX.m_Curve.Array.data[2].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].AnimateScaleY.m_Curve.Array.data[0].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].AnimateScaleY.m_Curve.Array.data[1].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].AnimateScaleY.m_Curve.Array.data[2].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].AnimateScaleZ.m_Curve.Array.data[0].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].AnimateScaleZ.m_Curve.Array.data[1].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].AnimateScaleZ.m_Curve.Array.data[2].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveX.m_Curve.Array.data[0].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveX.m_Curve.Array.data[1].value - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveX.m_Curve.Array.data[2].value - value: -1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveX.m_Curve.Array.data[3].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveY.m_Curve.Array.data[0].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveY.m_Curve.Array.data[1].value - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveY.m_Curve.Array.data[2].value - value: -1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveY.m_Curve.Array.data[3].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveZ.m_Curve.Array.data[0].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveZ.m_Curve.Array.data[1].value - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveZ.m_Curve.Array.data[2].value - value: -1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveZ.m_Curve.Array.data[3].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurve.m_Curve.Array.data[0].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurve.m_Curve.Array.data[1].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurve.m_Curve.Array.data[2].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurve.m_Curve.Array.data[3].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurve.m_Curve.Array.data[0].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurve.m_Curve.Array.data[0].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurve.m_Curve.Array.data[1].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurve.m_Curve.Array.data[1].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurve.m_Curve.Array.data[2].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurve.m_Curve.Array.data[2].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurve.m_Curve.Array.data[3].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurve.m_Curve.Array.data[3].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveX.m_Curve.Array.data[0].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveX.m_Curve.Array.data[1].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveX.m_Curve.Array.data[2].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveX.m_Curve.Array.data[3].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveY.m_Curve.Array.data[0].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveY.m_Curve.Array.data[1].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveY.m_Curve.Array.data[2].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveY.m_Curve.Array.data[3].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveZ.m_Curve.Array.data[0].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveZ.m_Curve.Array.data[1].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveZ.m_Curve.Array.data[2].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveZ.m_Curve.Array.data[3].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurve.m_Curve.Array.data[0].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurve.m_Curve.Array.data[1].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurve.m_Curve.Array.data[2].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurve.m_Curve.Array.data[3].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveX.m_Curve.Array.data[0].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveX.m_Curve.Array.data[0].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveX.m_Curve.Array.data[1].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveX.m_Curve.Array.data[1].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveX.m_Curve.Array.data[2].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveX.m_Curve.Array.data[2].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveX.m_Curve.Array.data[3].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveX.m_Curve.Array.data[3].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveY.m_Curve.Array.data[0].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveY.m_Curve.Array.data[0].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveY.m_Curve.Array.data[1].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveY.m_Curve.Array.data[1].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveY.m_Curve.Array.data[2].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveY.m_Curve.Array.data[2].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveY.m_Curve.Array.data[3].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveY.m_Curve.Array.data[3].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveZ.m_Curve.Array.data[0].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveZ.m_Curve.Array.data[0].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveZ.m_Curve.Array.data[1].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveZ.m_Curve.Array.data[1].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveZ.m_Curve.Array.data[2].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveZ.m_Curve.Array.data[2].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveZ.m_Curve.Array.data[3].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveZ.m_Curve.Array.data[3].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveX.m_Curve.Array.data[0].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveX.m_Curve.Array.data[1].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveX.m_Curve.Array.data[2].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveX.m_Curve.Array.data[3].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveY.m_Curve.Array.data[0].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveY.m_Curve.Array.data[1].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveY.m_Curve.Array.data[2].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveY.m_Curve.Array.data[3].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveZ.m_Curve.Array.data[0].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveZ.m_Curve.Array.data[1].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveZ.m_Curve.Array.data[2].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveZ.m_Curve.Array.data[3].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurve.m_Curve.Array.data[0].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurve.m_Curve.Array.data[1].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurve.m_Curve.Array.data[2].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurve.m_Curve.Array.data[3].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurve.m_Curve.Array.data[0].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurve.m_Curve.Array.data[1].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurve.m_Curve.Array.data[2].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurve.m_Curve.Array.data[3].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveX.m_Curve.Array.data[0].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveX.m_Curve.Array.data[1].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveX.m_Curve.Array.data[2].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveX.m_Curve.Array.data[3].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveY.m_Curve.Array.data[0].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveY.m_Curve.Array.data[1].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveY.m_Curve.Array.data[2].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveY.m_Curve.Array.data[3].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveZ.m_Curve.Array.data[0].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveZ.m_Curve.Array.data[1].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveZ.m_Curve.Array.data[2].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveZ.m_Curve.Array.data[3].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveX.m_Curve.Array.data[0].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveX.m_Curve.Array.data[1].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveX.m_Curve.Array.data[2].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveX.m_Curve.Array.data[3].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveY.m_Curve.Array.data[0].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveY.m_Curve.Array.data[1].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveY.m_Curve.Array.data[2].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveY.m_Curve.Array.data[3].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveZ.m_Curve.Array.data[0].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveZ.m_Curve.Array.data[1].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveZ.m_Curve.Array.data[2].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveZ.m_Curve.Array.data[3].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 9167406172343059487, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_IsActive - value: 0 - objectReference: {fileID: 0} - m_RemovedComponents: - - {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, type: 3} - m_RemovedGameObjects: [] - m_AddedGameObjects: [] - m_AddedComponents: [] - m_SourcePrefab: {fileID: 100100000, guid: a16c33a1240b8ce4f930161a7c85fae6, type: 3} ---- !u!1001 &1929125823 -PrefabInstance: - m_ObjectHideFlags: 0 - serializedVersion: 2 - m_Modification: - serializedVersion: 3 - m_TransformParent: {fileID: 1557570896} - m_Modifications: - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: Feedbacks.Array.size - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[0]' - value: - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[1]' - value: - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Pivot.x - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Pivot.y - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_RootOrder - value: 23 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMax.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMax.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMin.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMin.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_SizeDelta.x - value: 256.1 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_SizeDelta.y - value: 30 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalPosition.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.w - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.x - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.y - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.z - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchoredPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchoredPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalEulerAnglesHint.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalEulerAnglesHint.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalEulerAnglesHint.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604939, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_OnClick.m_PersistentCalls.m_Calls.Array.data[0].m_Target - value: - objectReference: {fileID: 651972208} - - target: {fileID: 2903879014986604939, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_OnClick.m_PersistentCalls.m_Calls.Array.data[0].m_MethodName - value: PlayFeedbacks - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604939, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_OnClick.m_PersistentCalls.m_Calls.Array.data[0].m_Arguments.m_ObjectArgumentAssemblyTypeName - value: UnityEngine.Object, UnityEngine - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604941, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Name - value: Button - Camera Field of View - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Text - value: Field of View - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Color.b - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Color.g - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Color.r - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.size - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[0]' - value: MoreMountains.Feedbacks MoreMountains.Feedbacks.MMF_AudioSource - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[1]' - value: MoreMountains.Feedbacks MoreMountains.Feedbacks.MMF_CameraFieldOfView - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Mode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Label - value: AudioSource - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Label - value: Field of View - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].MaxPitch - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].MinPitch - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].UniqueID - value: -1045141683 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Duration - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].UniqueID - value: -415924795 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].MaxVolume - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].MinVolume - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].TargetAudioSource - value: - objectReference: {fileID: 478010195} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].SfxAudioMixerGroup - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].RelativeFieldOfView - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].RemapFieldOfViewOne - value: 60 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].RandomSfx.Array.size - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].RemapFieldOfViewZero - value: 40 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ResetShakerValuesAfterShake - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ResetTargetValuesAfterShake - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ShakeFieldOfView.m_PreInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ShakeFieldOfView.m_PostInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ShakeFieldOfView.m_RotationOrder - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ShakeFieldOfView.m_Curve.Array.size - value: 3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ShakeFieldOfView.m_Curve.Array.data[0].time - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ShakeFieldOfView.m_Curve.Array.data[1].time - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ShakeFieldOfView.m_Curve.Array.data[2].time - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ShakeFieldOfView.m_Curve.Array.data[0].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ShakeFieldOfView.m_Curve.Array.data[1].value - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ShakeFieldOfView.m_Curve.Array.data[2].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ShakeFieldOfView.m_Curve.Array.data[0].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ShakeFieldOfView.m_Curve.Array.data[1].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ShakeFieldOfView.m_Curve.Array.data[2].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ShakeFieldOfView.m_Curve.Array.data[0].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ShakeFieldOfView.m_Curve.Array.data[0].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ShakeFieldOfView.m_Curve.Array.data[1].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ShakeFieldOfView.m_Curve.Array.data[1].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ShakeFieldOfView.m_Curve.Array.data[2].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ShakeFieldOfView.m_Curve.Array.data[2].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ShakeFieldOfView.m_Curve.Array.data[0].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ShakeFieldOfView.m_Curve.Array.data[1].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ShakeFieldOfView.m_Curve.Array.data[2].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ShakeFieldOfView.m_Curve.Array.data[0].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ShakeFieldOfView.m_Curve.Array.data[1].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ShakeFieldOfView.m_Curve.Array.data[2].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ShakeFieldOfView.m_Curve.Array.data[0].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ShakeFieldOfView.m_Curve.Array.data[1].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ShakeFieldOfView.m_Curve.Array.data[2].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 9167406172343059487, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_IsActive - value: 0 - objectReference: {fileID: 0} - m_RemovedComponents: - - {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, type: 3} - m_RemovedGameObjects: [] - m_AddedGameObjects: [] - m_AddedComponents: [] - m_SourcePrefab: {fileID: 100100000, guid: a16c33a1240b8ce4f930161a7c85fae6, type: 3} ---- !u!1 &1931422816 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 1931422817} - - component: {fileID: 1931422819} - - component: {fileID: 1931422818} - m_Layer: 5 - m_Name: FaderRoundBackground - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!224 &1931422817 -RectTransform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1931422816} - m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: 0} - m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 - m_Children: [] - m_Father: {fileID: 983745963} - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} - m_AnchorMin: {x: 0, y: 0} - m_AnchorMax: {x: 1, y: 1} - m_AnchoredPosition: {x: 0, y: 0} - m_SizeDelta: {x: 0, y: 0} - m_Pivot: {x: 0.5, y: 0.5} ---- !u!114 &1931422818 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1931422816} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} - m_Name: - m_EditorClassIdentifier: - m_Material: {fileID: 2100000, guid: 1297af1e1808f5a48b35411d71934370, type: 2} - m_Color: {r: 0, g: 0, b: 0, a: 1} - m_RaycastTarget: 0 - m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0} - m_Maskable: 1 - m_OnCullStateChanged: - m_PersistentCalls: - m_Calls: [] - m_Sprite: {fileID: 21300000, guid: a9fd44c7daf773c489b86519d261b198, type: 3} - m_Type: 0 - m_PreserveAspect: 0 - m_FillCenter: 1 - m_FillMethod: 4 - m_FillAmount: 1 - m_FillClockwise: 1 - m_FillOrigin: 0 - m_UseSpriteMesh: 0 - m_PixelsPerUnitMultiplier: 1 ---- !u!222 &1931422819 -CanvasRenderer: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1931422816} - m_CullTransparentMesh: 0 ---- !u!1001 &1931572176 -PrefabInstance: - m_ObjectHideFlags: 0 - serializedVersion: 2 - m_Modification: - serializedVersion: 3 - m_TransformParent: {fileID: 1562927123} - m_Modifications: - - target: {fileID: 4610476634640326944, guid: 9c99ec9330979f94aa6e33f0bec7752f, - type: 3} - propertyPath: m_Name - value: FeedbackDemoBackgroundCube (1) - objectReference: {fileID: 0} - - target: {fileID: 4610476634640326949, guid: 9c99ec9330979f94aa6e33f0bec7752f, - type: 3} - propertyPath: m_RootOrder - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 4610476634640326949, guid: 9c99ec9330979f94aa6e33f0bec7752f, - type: 3} - propertyPath: m_LocalScale.x - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 4610476634640326949, guid: 9c99ec9330979f94aa6e33f0bec7752f, - type: 3} - propertyPath: m_LocalScale.y - value: 100.00004 - objectReference: {fileID: 0} - - target: {fileID: 4610476634640326949, guid: 9c99ec9330979f94aa6e33f0bec7752f, - type: 3} - propertyPath: m_LocalScale.z - value: 100.00004 - objectReference: {fileID: 0} - - target: {fileID: 4610476634640326949, guid: 9c99ec9330979f94aa6e33f0bec7752f, - type: 3} - propertyPath: m_LocalPosition.x - value: 2.7407691 - objectReference: {fileID: 0} - - target: {fileID: 4610476634640326949, guid: 9c99ec9330979f94aa6e33f0bec7752f, - type: 3} - propertyPath: m_LocalPosition.y - value: 0.50501156 - objectReference: {fileID: 0} - - target: {fileID: 4610476634640326949, guid: 9c99ec9330979f94aa6e33f0bec7752f, - type: 3} - propertyPath: m_LocalPosition.z - value: 11.236992 - objectReference: {fileID: 0} - - target: {fileID: 4610476634640326949, guid: 9c99ec9330979f94aa6e33f0bec7752f, - type: 3} - propertyPath: m_LocalRotation.w - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 4610476634640326949, guid: 9c99ec9330979f94aa6e33f0bec7752f, - type: 3} - propertyPath: m_LocalRotation.x - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 4610476634640326949, guid: 9c99ec9330979f94aa6e33f0bec7752f, - type: 3} - propertyPath: m_LocalRotation.y - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 4610476634640326949, guid: 9c99ec9330979f94aa6e33f0bec7752f, - type: 3} - propertyPath: m_LocalRotation.z - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 4610476634640326949, guid: 9c99ec9330979f94aa6e33f0bec7752f, - type: 3} - propertyPath: m_LocalEulerAnglesHint.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 4610476634640326949, guid: 9c99ec9330979f94aa6e33f0bec7752f, - type: 3} - propertyPath: m_LocalEulerAnglesHint.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 4610476634640326949, guid: 9c99ec9330979f94aa6e33f0bec7752f, - type: 3} - propertyPath: m_LocalEulerAnglesHint.z - value: 0 - objectReference: {fileID: 0} - m_RemovedComponents: [] - m_RemovedGameObjects: [] - m_AddedGameObjects: [] - m_AddedComponents: - - targetCorrespondingSourceObject: {fileID: 4610476634640326944, guid: 9c99ec9330979f94aa6e33f0bec7752f, - type: 3} - insertIndex: -1 - addedObject: {fileID: 464204956} - m_SourcePrefab: {fileID: 100100000, guid: 9c99ec9330979f94aa6e33f0bec7752f, type: 3} ---- !u!1001 &1932278731 -PrefabInstance: - m_ObjectHideFlags: 0 - serializedVersion: 2 - m_Modification: - serializedVersion: 3 - m_TransformParent: {fileID: 1557570896} - m_Modifications: - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_Pivot.x - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_Pivot.y - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_RootOrder - value: 127 - objectReference: {fileID: 0} - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_AnchorMax.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_AnchorMax.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_AnchorMin.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_AnchorMin.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_SizeDelta.x - value: 256.1 - objectReference: {fileID: 0} - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_SizeDelta.y - value: 30 - objectReference: {fileID: 0} - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_LocalPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_LocalPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_LocalPosition.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_LocalRotation.w - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_LocalRotation.x - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_LocalRotation.y - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_LocalRotation.z - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_AnchoredPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_AnchoredPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_LocalEulerAnglesHint.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_LocalEulerAnglesHint.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_LocalEulerAnglesHint.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2251616714236910816, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_Text - value: SPRINGS - objectReference: {fileID: 0} - - target: {fileID: 2251616714236910816, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_Color.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2251616714236910816, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_Color.b - value: 0.42352945 - objectReference: {fileID: 0} - - target: {fileID: 2251616714236910816, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_Color.g - value: 0.7411765 - objectReference: {fileID: 0} - - target: {fileID: 2251616714236910816, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_Color.r - value: 0.7137255 - objectReference: {fileID: 0} - - target: {fileID: 3358702390296254852, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_Name - value: Title - Springs - objectReference: {fileID: 0} - m_RemovedComponents: [] - m_RemovedGameObjects: [] - m_AddedGameObjects: - - targetCorrespondingSourceObject: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - insertIndex: -1 - addedObject: {fileID: 929996760} - m_AddedComponents: [] - m_SourcePrefab: {fileID: 100100000, guid: d0c10e574f6f1af43b3af7996a878151, type: 3} ---- !u!224 &1932278732 stripped -RectTransform: - m_CorrespondingSourceObject: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - m_PrefabInstance: {fileID: 1932278731} - m_PrefabAsset: {fileID: 0} ---- !u!224 &1937080836 stripped -RectTransform: - m_CorrespondingSourceObject: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - m_PrefabInstance: {fileID: 613062986} - m_PrefabAsset: {fileID: 0} ---- !u!1001 &1937403698 -PrefabInstance: - m_ObjectHideFlags: 0 - serializedVersion: 2 - m_Modification: - serializedVersion: 3 - m_TransformParent: {fileID: 1096839754} - m_Modifications: - - target: {fileID: -4216859302048453862, guid: d84a1570448aba14ea2b1badb79fb4b3, - type: 3} - propertyPath: m_RootOrder - value: 6 - objectReference: {fileID: 0} - - target: {fileID: -4216859302048453862, guid: d84a1570448aba14ea2b1badb79fb4b3, - type: 3} - propertyPath: m_LocalScale.x - value: 0.01 - objectReference: {fileID: 0} - - target: {fileID: -4216859302048453862, guid: d84a1570448aba14ea2b1badb79fb4b3, - type: 3} - propertyPath: m_LocalScale.y - value: 0.01 - objectReference: {fileID: 0} - - target: {fileID: -4216859302048453862, guid: d84a1570448aba14ea2b1badb79fb4b3, - type: 3} - propertyPath: m_LocalScale.z - value: 0.01 - objectReference: {fileID: 0} - - target: {fileID: -4216859302048453862, guid: d84a1570448aba14ea2b1badb79fb4b3, - type: 3} - propertyPath: m_LocalPosition.x - value: -1.684 - objectReference: {fileID: 0} - - target: {fileID: -4216859302048453862, guid: d84a1570448aba14ea2b1badb79fb4b3, - type: 3} - propertyPath: m_LocalPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: -4216859302048453862, guid: d84a1570448aba14ea2b1badb79fb4b3, - type: 3} - propertyPath: m_LocalPosition.z - value: 5.62 - objectReference: {fileID: 0} - - target: {fileID: -4216859302048453862, guid: d84a1570448aba14ea2b1badb79fb4b3, - type: 3} - propertyPath: m_LocalRotation.w - value: -0.061048422 - objectReference: {fileID: 0} - - target: {fileID: -4216859302048453862, guid: d84a1570448aba14ea2b1badb79fb4b3, - type: 3} - propertyPath: m_LocalRotation.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: -4216859302048453862, guid: d84a1570448aba14ea2b1badb79fb4b3, - type: 3} - propertyPath: m_LocalRotation.y - value: 0.99813485 - objectReference: {fileID: 0} - - target: {fileID: -4216859302048453862, guid: d84a1570448aba14ea2b1badb79fb4b3, - type: 3} - propertyPath: m_LocalRotation.z - value: -0 - objectReference: {fileID: 0} - - target: {fileID: -4216859302048453862, guid: d84a1570448aba14ea2b1badb79fb4b3, - type: 3} - propertyPath: m_LocalEulerAnglesHint.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: -4216859302048453862, guid: d84a1570448aba14ea2b1badb79fb4b3, - type: 3} - propertyPath: m_LocalEulerAnglesHint.y - value: 187 - objectReference: {fileID: 0} - - target: {fileID: -4216859302048453862, guid: d84a1570448aba14ea2b1badb79fb4b3, - type: 3} - propertyPath: m_LocalEulerAnglesHint.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: -1504981713932161579, guid: d84a1570448aba14ea2b1badb79fb4b3, - type: 3} - propertyPath: 'm_Materials.Array.data[0]' - value: - objectReference: {fileID: 2100000, guid: 8b80d96aef31b7b42927634a8a768ed6, type: 2} - - target: {fileID: -927199367670048503, guid: d84a1570448aba14ea2b1badb79fb4b3, - type: 3} - propertyPath: m_Name - value: LP_S-Rock_02 (1) - objectReference: {fileID: 0} - m_RemovedComponents: [] - m_RemovedGameObjects: [] - m_AddedGameObjects: [] - m_AddedComponents: - - targetCorrespondingSourceObject: {fileID: -927199367670048503, guid: d84a1570448aba14ea2b1badb79fb4b3, - type: 3} - insertIndex: -1 - addedObject: {fileID: 75450703} - m_SourcePrefab: {fileID: 100100000, guid: d84a1570448aba14ea2b1badb79fb4b3, type: 3} ---- !u!1001 &1942293561 -PrefabInstance: - m_ObjectHideFlags: 0 - serializedVersion: 2 - m_Modification: - serializedVersion: 3 - m_TransformParent: {fileID: 1557570896} - m_Modifications: - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: Feedbacks.Array.size - value: 11 - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[0]' - value: - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[1]' - value: - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[2]' - value: - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[3]' - value: - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[4]' - value: - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[5]' - value: - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[6]' - value: - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[7]' - value: - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[8]' - value: - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[9]' - value: - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[10]' - value: - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Pivot.x - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Pivot.y - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_RootOrder - value: 125 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMax.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMax.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMin.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMin.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_SizeDelta.x - value: 256.1 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_SizeDelta.y - value: 30 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalPosition.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.w - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.x - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.y - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.z - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchoredPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchoredPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalEulerAnglesHint.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalEulerAnglesHint.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalEulerAnglesHint.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604939, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_OnClick.m_PersistentCalls.m_Calls.Array.data[0].m_Target - value: - objectReference: {fileID: 1247759678} - - target: {fileID: 2903879014986604939, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_OnClick.m_PersistentCalls.m_Calls.Array.data[0].m_MethodName - value: PlayFeedbacks - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604939, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_OnClick.m_PersistentCalls.m_Calls.Array.data[0].m_Arguments.m_ObjectArgumentAssemblyTypeName - value: UnityEngine.Object, UnityEngine - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604941, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Name - value: Button - CountToLong - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Text - value: TMP Count To Long - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Color.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Color.b - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Color.g - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Color.r - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 4258887795993319071, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: NotSupportedInWebGL - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.size - value: 7 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[0]' - value: MoreMountains.Feedbacks MoreMountains.Feedbacks.MMF_AudioSource - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[1]' - value: MoreMountains.Feedbacks.TextMeshPro MoreMountains.Feedbacks.MMF_TMPText - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[2]' - value: MoreMountains.Feedbacks MoreMountains.Feedbacks.MMF_SetActive - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[3]' - value: MoreMountains.Feedbacks MoreMountains.Feedbacks.MMF_Pause - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[4]' - value: MoreMountains.Feedbacks.TextMeshPro MoreMountains.Feedbacks.MMF_TMPCountTo - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[5]' - value: MoreMountains.Feedbacks MoreMountains.Feedbacks.MMF_HoldingPause - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[6]' - value: MoreMountains.Feedbacks MoreMountains.Feedbacks.MMF_SetActive - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[7]' - value: MoreMountains.Feedbacks MoreMountains.Feedbacks.MMF_SetActive - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[8]' - value: MoreMountains.Feedbacks MoreMountains.Feedbacks.MMF_SetActive - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[9]' - value: MoreMountains.Feedbacks MoreMountains.Feedbacks.MMF_SetActive - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[10]' - value: MoreMountains.Feedbacks MoreMountains.Feedbacks.MMF_SetActive - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[11]' - value: MoreMountains.Feedbacks MoreMountains.Feedbacks.MMF_SetActive - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Mode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Label - value: AudioSource - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Label - value: TMP Text - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Label - value: Set Active - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Label - value: Pause - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Label - value: TMP Count To - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Label - value: Holding Pause - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Label - value: Set inactive - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].Label - value: Set inactive - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[8].Label - value: Set inactive - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[8].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[9].Label - value: Set inactive - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[9].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[10].Label - value: Set inactive - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[10].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[11].Label - value: Set inactive - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[11].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Format - value: 00.00 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Format - value: 00.00 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Format - value: 00.00 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Format - value: 00.00 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].Format - value: 00.00 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[8].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[8].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[8].Format - value: 00.00 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[9].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[9].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[9].Format - value: 00.00 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[10].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[10].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[10].Format - value: 00.00 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[11].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[11].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].NewText - value: "This feedback will \ncount from 0 to 100 in 5s" - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].CountTo - value: 10 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].CountTo - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].NewText - value: "Using the TMP \nText feedback..." - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].CountTo - value: 10 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].NewText - value: "Using the TMP \nText feedback..." - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].CountTo - value: 10 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].NewText - value: "you can \nchange its text..." - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].CountTo - value: 10 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].NewText - value: "you can \nchange its text..." - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[8].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[8].CountTo - value: 10 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[8].NewText - value: "...to anything \nyou want." - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[9].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[9].CountTo - value: 10 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[9].NewText - value: "...to anything \nyou want." - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].MaxPitch - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].MinPitch - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].UniqueID - value: -3598547 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[10].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[10].CountTo - value: 10 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[11].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].UniqueID - value: 233901120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].UniqueID - value: -2133985832 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Duration - value: 5 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].UniqueID - value: 696147010 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Duration - value: 5 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].UniqueID - value: 1842714408 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Duration - value: 5 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].UniqueID - value: -2146841106 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Duration - value: 5 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].UniqueID - value: 473838630 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].UniqueID - value: 473838630 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[8].UniqueID - value: 473838630 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[9].UniqueID - value: 473838630 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].MaxVolume - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].MinVolume - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[10].UniqueID - value: 473838630 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[11].UniqueID - value: 473838630 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].CountFrom - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].CountFrom - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].CountFrom - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].CountFrom - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].CountFrom - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[8].CountFrom - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[9].CountFrom - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[10].CountFrom - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AutoResume - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AutoResume - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].CountSpeed - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].AutoResume - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].CountSpeed - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].AutoResume - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].CountSpeed - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].AutoResume - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].CountSpeed - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[8].AutoResume - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[8].CountSpeed - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[9].AutoResume - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[9].CountSpeed - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[10].AutoResume - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[10].CountSpeed - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].StateOnInit - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].StateOnPlay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].StateOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].FloorValues - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].FloorValues - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].FloorValues - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].StateOnInit - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].StateOnPlay - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].StateOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].FloorValues - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].StateOnInit - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].StateOnPlay - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].StateOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].FloorValues - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[8].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[8].FloorValues - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[9].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[9].FloorValues - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[10].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[10].FloorValues - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[10].StateOnInit - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[10].StateOnPlay - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[10].StateOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[11].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[11].StateOnInit - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[11].StateOnPlay - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[11].StateOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].StateOnReset - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].ScriptDriven - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].ScriptDriven - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].ScriptDriven - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].StateOnReset - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].ScriptDriven - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].StateOnReset - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].ScriptDriven - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[8].ScriptDriven - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[9].ScriptDriven - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[10].ScriptDriven - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[10].StateOnReset - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[11].StateOnReset - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].TargetTMPText - value: - objectReference: {fileID: 500670851} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].PauseDuration - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].TargetTMPText - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].PauseDuration - value: 0.2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].TargetTMPText - value: - objectReference: {fileID: 500670851} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].PauseDuration - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].TargetTMPText - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].PauseDuration - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].TargetTMPText - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].PauseDuration - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].TargetTMPText - value: - objectReference: {fileID: 500670851} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[8].PauseDuration - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[8].TargetTMPText - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[9].PauseDuration - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[9].TargetTMPText - value: - objectReference: {fileID: 500670851} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[10].PauseDuration - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[10].TargetTMPText - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].SetStateOnInit - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].SetStateOnPlay - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].SetStateOnStop - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].SetStateOnInit - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].SetStateOnPlay - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].SetStateOnStop - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].SetStateOnInit - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].SetStateOnPlay - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].SetStateOnStop - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[8].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[8].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[8].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[8].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[8].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[9].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[9].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[9].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[9].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[9].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[10].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[10].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[10].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[10].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[10].SetStateOnInit - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[10].SetStateOnPlay - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[10].SetStateOnStop - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[10].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[11].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[11].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[11].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[11].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[11].SetStateOnInit - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[11].SetStateOnPlay - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[11].SetStateOnStop - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[11].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].SetStateOnReset - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AutoResumeAfter - value: 0.25 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AutoResumeAfter - value: 0.25 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].AutoResumeAfter - value: 0.25 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].SetStateOnReset - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].AutoResumeAfter - value: 0.25 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].SetStateOnReset - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].AutoResumeAfter - value: 0.25 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[8].AutoResumeAfter - value: 0.25 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[8].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[9].AutoResumeAfter - value: 0.25 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[9].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[10].AutoResumeAfter - value: 0.25 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[10].SetStateOnReset - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[10].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[11].SetStateOnReset - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[11].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].TargetGameObject - value: - objectReference: {fileID: 731678809} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].MaxPauseDuration - value: 3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].MinPauseDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].RefreshFrequency - value: 0.02 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].MaxPauseDuration - value: 3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].MinPauseDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].RefreshFrequency - value: 0.02 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].MaxPauseDuration - value: 3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].MinPauseDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].RefreshFrequency - value: 0.02 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].TargetGameObject - value: - objectReference: {fileID: 731678809} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].MaxPauseDuration - value: 3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].MinPauseDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].RefreshFrequency - value: 0.02 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].TargetGameObject - value: - objectReference: {fileID: 731678809} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].MaxPauseDuration - value: 3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].MinPauseDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].RefreshFrequency - value: 0.02 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[8].MaxPauseDuration - value: 3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[8].MinPauseDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[8].RefreshFrequency - value: 0.02 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[8].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[8].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[9].MaxPauseDuration - value: 3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[9].MinPauseDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[9].RefreshFrequency - value: 0.02 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[9].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[9].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].TargetAudioSource - value: - objectReference: {fileID: 478010195} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[10].MaxPauseDuration - value: 3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[10].MinPauseDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[10].RefreshFrequency - value: 0.02 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[10].TargetGameObject - value: - objectReference: {fileID: 731678809} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[10].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[10].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[11].TargetGameObject - value: - objectReference: {fileID: 731678809} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[11].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[11].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].SfxAudioMixerGroup - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].RandomizeOnEachPlay - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].MinRefreshFrequency - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].RandomizeOnEachPlay - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].RandomizeOnEachPlay - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].RandomizeOnEachPlay - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].RandomizeOnEachPlay - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[8].RandomizeOnEachPlay - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[8].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[9].RandomizeOnEachPlay - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[9].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].RandomSfx.Array.size - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[10].RandomizeOnEachPlay - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[10].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[11].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[8].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[8].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[8].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[9].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[9].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[9].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[10].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[10].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[10].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[11].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[11].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[11].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].RandomizePauseDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].RandomizePauseDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].RandomizePauseDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].RandomizePauseDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].RandomizePauseDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[8].RandomizePauseDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[8].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[9].RandomizePauseDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[9].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[10].RandomizePauseDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[10].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[11].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[8].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[8].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[9].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[9].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[10].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[10].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[11].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[11].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[8].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[9].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[10].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[11].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].CountingCurve.MMTweenCurve - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].CountingCurve.MMTweenCurve - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].CountingCurve.MMTweenCurve - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].CountingCurve.MMTweenCurve - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[8].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[9].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[10].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[11].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[8].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[8].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[8].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[9].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[9].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[9].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[10].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[10].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[10].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[11].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[11].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[11].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[8].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[9].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[10].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[11].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[8].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[9].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[10].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[11].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].CountingCurve.Curve.m_PreInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].CountingCurve.Curve.m_PreInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].CountingCurve.Curve.m_PreInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].CountingCurve.Curve.m_PreInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].CountingCurve.Curve.m_PostInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].CountingCurve.Curve.m_PostInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].CountingCurve.Curve.m_PostInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].CountingCurve.Curve.m_PostInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].CountingCurve.Curve.m_RotationOrder - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].CountingCurve.MMTweenDefinitionType - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].CountingCurve.Curve.m_RotationOrder - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].CountingCurve.MMTweenDefinitionType - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].CountingCurve.Curve.m_RotationOrder - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].CountingCurve.MMTweenDefinitionType - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].CountingCurve.Curve.m_RotationOrder - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].CountingCurve.MMTweenDefinitionType - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[8].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[9].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[10].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[11].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].CountingCurve.Curve.m_Curve.Array.size - value: 3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].CountingCurve.Curve.m_Curve.Array.size - value: 3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].CountingCurve.Curve.m_Curve.Array.size - value: 3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].CountingCurve.Curve.m_Curve.Array.size - value: 3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].CountingCurve.Curve.m_Curve.Array.data[0].time - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].CountingCurve.Curve.m_Curve.Array.data[1].time - value: 0.3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].CountingCurve.Curve.m_Curve.Array.data[2].time - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].CountingCurve.Curve.m_Curve.Array.data[0].time - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].CountingCurve.Curve.m_Curve.Array.data[1].time - value: 0.3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].CountingCurve.Curve.m_Curve.Array.data[2].time - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].CountingCurve.Curve.m_Curve.Array.data[0].time - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].CountingCurve.Curve.m_Curve.Array.data[1].time - value: 0.3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].CountingCurve.Curve.m_Curve.Array.data[2].time - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].CountingCurve.Curve.m_Curve.Array.data[0].time - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].CountingCurve.Curve.m_Curve.Array.data[1].time - value: 0.3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].CountingCurve.Curve.m_Curve.Array.data[2].time - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].CountingCurve.Curve.m_Curve.Array.data[0].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].CountingCurve.Curve.m_Curve.Array.data[1].value - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].CountingCurve.Curve.m_Curve.Array.data[2].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].CountingCurve.Curve.m_Curve.Array.data[0].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].CountingCurve.Curve.m_Curve.Array.data[1].value - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].CountingCurve.Curve.m_Curve.Array.data[2].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].CountingCurve.Curve.m_Curve.Array.data[0].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].CountingCurve.Curve.m_Curve.Array.data[1].value - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].CountingCurve.Curve.m_Curve.Array.data[2].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].CountingCurve.Curve.m_Curve.Array.data[0].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].CountingCurve.Curve.m_Curve.Array.data[1].value - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].CountingCurve.Curve.m_Curve.Array.data[2].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].CountingCurve.Curve.m_Curve.Array.data[0].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].CountingCurve.Curve.m_Curve.Array.data[1].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].CountingCurve.Curve.m_Curve.Array.data[2].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].CountingCurve.Curve.m_Curve.Array.data[0].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].CountingCurve.Curve.m_Curve.Array.data[1].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].CountingCurve.Curve.m_Curve.Array.data[2].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].CountingCurve.Curve.m_Curve.Array.data[0].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].CountingCurve.Curve.m_Curve.Array.data[1].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].CountingCurve.Curve.m_Curve.Array.data[2].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].CountingCurve.Curve.m_Curve.Array.data[0].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].CountingCurve.Curve.m_Curve.Array.data[1].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].CountingCurve.Curve.m_Curve.Array.data[2].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].CountingCurve.Curve.m_Curve.Array.data[0].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].CountingCurve.Curve.m_Curve.Array.data[0].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].CountingCurve.Curve.m_Curve.Array.data[1].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].CountingCurve.Curve.m_Curve.Array.data[1].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].CountingCurve.Curve.m_Curve.Array.data[2].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].CountingCurve.Curve.m_Curve.Array.data[2].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].CountingCurve.Curve.m_Curve.Array.data[0].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].CountingCurve.Curve.m_Curve.Array.data[0].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].CountingCurve.Curve.m_Curve.Array.data[1].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].CountingCurve.Curve.m_Curve.Array.data[1].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].CountingCurve.Curve.m_Curve.Array.data[2].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].CountingCurve.Curve.m_Curve.Array.data[2].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].CountingCurve.Curve.m_Curve.Array.data[0].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].CountingCurve.Curve.m_Curve.Array.data[0].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].CountingCurve.Curve.m_Curve.Array.data[1].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].CountingCurve.Curve.m_Curve.Array.data[1].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].CountingCurve.Curve.m_Curve.Array.data[2].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].CountingCurve.Curve.m_Curve.Array.data[2].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].CountingCurve.Curve.m_Curve.Array.data[0].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].CountingCurve.Curve.m_Curve.Array.data[0].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].CountingCurve.Curve.m_Curve.Array.data[1].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].CountingCurve.Curve.m_Curve.Array.data[1].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].CountingCurve.Curve.m_Curve.Array.data[2].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].CountingCurve.Curve.m_Curve.Array.data[2].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].CountingCurve.Curve.m_Curve.Array.data[0].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].CountingCurve.Curve.m_Curve.Array.data[1].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].CountingCurve.Curve.m_Curve.Array.data[2].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].CountingCurve.Curve.m_Curve.Array.data[0].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].CountingCurve.Curve.m_Curve.Array.data[1].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].CountingCurve.Curve.m_Curve.Array.data[2].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].CountingCurve.Curve.m_Curve.Array.data[0].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].CountingCurve.Curve.m_Curve.Array.data[1].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].CountingCurve.Curve.m_Curve.Array.data[2].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].CountingCurve.Curve.m_Curve.Array.data[0].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].CountingCurve.Curve.m_Curve.Array.data[1].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].CountingCurve.Curve.m_Curve.Array.data[2].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].CountingCurve.Curve.m_Curve.Array.data[0].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].CountingCurve.Curve.m_Curve.Array.data[1].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].CountingCurve.Curve.m_Curve.Array.data[2].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].CountingCurve.Curve.m_Curve.Array.data[0].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].CountingCurve.Curve.m_Curve.Array.data[1].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].CountingCurve.Curve.m_Curve.Array.data[2].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].CountingCurve.Curve.m_Curve.Array.data[0].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].CountingCurve.Curve.m_Curve.Array.data[1].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].CountingCurve.Curve.m_Curve.Array.data[2].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].CountingCurve.Curve.m_Curve.Array.data[0].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].CountingCurve.Curve.m_Curve.Array.data[1].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].CountingCurve.Curve.m_Curve.Array.data[2].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].CountingCurve.Curve.m_Curve.Array.data[0].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].CountingCurve.Curve.m_Curve.Array.data[1].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].CountingCurve.Curve.m_Curve.Array.data[2].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].CountingCurve.Curve.m_Curve.Array.data[0].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].CountingCurve.Curve.m_Curve.Array.data[1].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].CountingCurve.Curve.m_Curve.Array.data[2].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].CountingCurve.Curve.m_Curve.Array.data[0].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].CountingCurve.Curve.m_Curve.Array.data[1].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].CountingCurve.Curve.m_Curve.Array.data[2].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].CountingCurve.Curve.m_Curve.Array.data[0].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].CountingCurve.Curve.m_Curve.Array.data[1].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].CountingCurve.Curve.m_Curve.Array.data[2].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 9167406172343059487, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_IsActive - value: 0 - objectReference: {fileID: 0} - m_RemovedComponents: - - {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, type: 3} - m_RemovedGameObjects: [] - m_AddedGameObjects: [] - m_AddedComponents: [] - m_SourcePrefab: {fileID: 100100000, guid: a16c33a1240b8ce4f930161a7c85fae6, type: 3} ---- !u!1001 &1945389149 -PrefabInstance: - m_ObjectHideFlags: 0 - serializedVersion: 2 - m_Modification: - serializedVersion: 3 - m_TransformParent: {fileID: 1557570896} - m_Modifications: - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: Feedbacks.Array.size - value: 3 - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[0]' - value: - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[1]' - value: - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[2]' - value: - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Pivot.x - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Pivot.y - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_RootOrder - value: 7 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMax.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMax.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMin.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMin.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_SizeDelta.x - value: 256.1 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_SizeDelta.y - value: 30 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalPosition.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.w - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.x - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.y - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.z - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchoredPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchoredPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalEulerAnglesHint.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalEulerAnglesHint.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalEulerAnglesHint.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604939, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_OnClick.m_PersistentCalls.m_Calls.Array.data[0].m_Target - value: - objectReference: {fileID: 2059516057} - - target: {fileID: 2903879014986604939, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_OnClick.m_PersistentCalls.m_Calls.Array.data[0].m_MethodName - value: PlayFeedbacks - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604939, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_OnClick.m_PersistentCalls.m_Calls.Array.data[0].m_Arguments.m_ObjectArgumentAssemblyTypeName - value: UnityEngine.Object, UnityEngine - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604941, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Name - value: Button - Enable Behaviour - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Text - value: Enable Behaviour - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Color.b - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Color.g - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Color.r - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.size - value: 3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[0]' - value: MoreMountains.Feedbacks MoreMountains.Feedbacks.MMF_Enable - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[1]' - value: MoreMountains.Feedbacks MoreMountains.Feedbacks.MMF_Enable - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[2]' - value: MoreMountains.Feedbacks MoreMountains.Feedbacks.MMF_AudioSource - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Mode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Label - value: Enable Behaviour - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Label - value: Enable Behaviour - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Label - value: AudioSource - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].UniqueID - value: -75821733 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].UniqueID - value: -1038011400 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].MaxPitch - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].MinPitch - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].UniqueID - value: 1441458400 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].MaxVolume - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].MinVolume - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].StateOnInit - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].StateOnPlay - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].StateOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].StateOnInit - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].StateOnPlay - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].StateOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].StateOnReset - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].StateOnReset - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].SetStateOnInit - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].SetStateOnPlay - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].SetStateOnStop - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].SetStateOnInit - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].SetStateOnPlay - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].SetStateOnStop - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].SetStateOnReset - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].TargetBehaviour - value: - objectReference: {fileID: 1034298456} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].SetStateOnReset - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].TargetBehaviour - value: - objectReference: {fileID: 192465720} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].TargetAudioSource - value: - objectReference: {fileID: 478010195} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].SfxAudioMixerGroup - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].RandomSfx.Array.size - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 9167406172343059487, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_IsActive - value: 0 - objectReference: {fileID: 0} - m_RemovedComponents: - - {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, type: 3} - m_RemovedGameObjects: [] - m_AddedGameObjects: [] - m_AddedComponents: [] - m_SourcePrefab: {fileID: 100100000, guid: a16c33a1240b8ce4f930161a7c85fae6, type: 3} ---- !u!224 &1949625886 stripped -RectTransform: - m_CorrespondingSourceObject: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - m_PrefabInstance: {fileID: 1476613115} - m_PrefabAsset: {fileID: 0} ---- !u!1 &1952722751 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 1952722752} - - component: {fileID: 1952722754} - - component: {fileID: 1952722753} - m_Layer: 0 - m_Name: BackgroundModel - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &1952722752 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1952722751} - serializedVersion: 2 - m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: 0} - m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 - m_Children: [] - m_Father: {fileID: 467252282} - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!23 &1952722753 -MeshRenderer: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1952722751} - m_Enabled: 1 - m_CastShadows: 1 - m_ReceiveShadows: 1 - m_DynamicOccludee: 1 - m_StaticShadowCaster: 0 - m_MotionVectors: 1 - m_LightProbeUsage: 1 - m_ReflectionProbeUsage: 1 - m_RayTracingMode: 2 - m_RayTraceProcedural: 0 - m_RayTracingAccelStructBuildFlagsOverride: 0 - m_RayTracingAccelStructBuildFlags: 1 - m_SmallMeshCulling: 1 - m_RenderingLayerMask: 1 - m_RendererPriority: 0 - m_Materials: - - {fileID: 2100000, guid: da3882387fa6d2d408298e1a82fbf9ed, type: 2} - m_StaticBatchInfo: - firstSubMesh: 0 - subMeshCount: 0 - m_StaticBatchRoot: {fileID: 0} - m_ProbeAnchor: {fileID: 0} - m_LightProbeVolumeOverride: {fileID: 0} - m_ScaleInLightmap: 1 - m_ReceiveGI: 1 - m_PreserveUVs: 0 - m_IgnoreNormalsForChartDetection: 0 - m_ImportantGI: 0 - m_StitchLightmapSeams: 1 - m_SelectedEditorRenderState: 3 - m_MinimumChartSize: 4 - m_AutoUVMaxDistance: 0.5 - m_AutoUVMaxAngle: 89 - m_LightmapParameters: {fileID: 0} - m_SortingLayerID: 0 - m_SortingLayer: 0 - m_SortingOrder: 0 - m_AdditionalVertexStreams: {fileID: 0} ---- !u!33 &1952722754 -MeshFilter: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1952722751} - m_Mesh: {fileID: 4300000, guid: 93667318b5de24146bffa2041c96fcd8, type: 3} ---- !u!1001 &1953837989 -PrefabInstance: - m_ObjectHideFlags: 0 - serializedVersion: 2 - m_Modification: - serializedVersion: 3 - m_TransformParent: {fileID: 1557570896} - m_Modifications: - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: Feedbacks.Array.size - value: 6 - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[0]' - value: - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[1]' - value: - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[2]' - value: - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[3]' - value: - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[4]' - value: - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[5]' - value: - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Pivot.x - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Pivot.y - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_RootOrder - value: 61 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMax.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMax.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMin.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMin.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_SizeDelta.x - value: 256.1 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_SizeDelta.y - value: 30 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalPosition.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.w - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.x - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.y - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.z - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchoredPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchoredPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalEulerAnglesHint.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalEulerAnglesHint.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalEulerAnglesHint.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604939, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_OnClick.m_PersistentCalls.m_Calls.Array.data[0].m_Target - value: - objectReference: {fileID: 2002956732} - - target: {fileID: 2903879014986604939, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_OnClick.m_PersistentCalls.m_Calls.Array.data[0].m_MethodName - value: PlayFeedbacks - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604939, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_OnClick.m_PersistentCalls.m_Calls.Array.data[0].m_Arguments.m_ObjectArgumentAssemblyTypeName - value: UnityEngine.Object, UnityEngine - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604941, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Name - value: Button - PositionSpring - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Text - value: Position Spring - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Color.b - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Color.g - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Color.r - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.size - value: 6 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[0]' - value: MoreMountains.Feedbacks MoreMountains.Feedbacks.MMF_Position - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[1]' - value: MoreMountains.Feedbacks MoreMountains.Feedbacks.MMF_Position - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[2]' - value: MoreMountains.Feedbacks MoreMountains.Feedbacks.MMF_Position - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[3]' - value: MoreMountains.Feedbacks MoreMountains.Feedbacks.MMF_Position - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[4]' - value: MoreMountains.Feedbacks MoreMountains.Feedbacks.MMF_Position - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[5]' - value: MoreMountains.Feedbacks MoreMountains.Feedbacks.MMF_AudioSource - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Mode - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Mode - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Mode - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Mode - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Mode - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Mode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Label - value: Position - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Space - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Label - value: Position - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Space - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Label - value: Position - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Space - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Label - value: Position - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Space - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Label - value: Position - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Space - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Label - value: AudioSource - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateX - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateY - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateZ - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].UniqueID - value: 1991539040 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateX - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateY - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateZ - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].UniqueID - value: -855527868 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimateX - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimateY - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimateZ - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].UniqueID - value: -639524977 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimateX - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimateY - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimateZ - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].UniqueID - value: -88987141 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimateX - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimateY - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimateZ - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].UniqueID - value: -965916344 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].MaxPitch - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].MinPitch - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].UniqueID - value: -946297210 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].MaxVolume - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].MinVolume - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].RemapCurveOne - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].RemapCurveOne - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].RemapCurveOne - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].RemapCurveOne - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].RemapCurveOne - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].RemapCurveZero - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].RemapCurveZero - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].RemapCurveZero - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].RemapCurveZero - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].RemapCurveZero - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].RelativePosition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].RelativePosition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].RelativePosition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].RelativePosition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].RelativePosition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].InitialPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].InitialPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].InitialPosition.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].InitialPosition.x - value: -0.5 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].InitialPosition.y - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].InitialPosition.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].InitialPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].InitialPosition.y - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].InitialPosition.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].InitialPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].InitialPosition.y - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].InitialPosition.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].InitialPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].InitialPosition.y - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].InitialPosition.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].TargetAudioSource - value: - objectReference: {fileID: 478010195} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AllowAdditivePlays - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AllowAdditivePlays - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AllowAdditivePlays - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AllowAdditivePlays - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AllowAdditivePlays - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].SfxAudioMixerGroup - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.InitialDelay - value: 0.1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.InitialDelay - value: 0.2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.InitialDelay - value: 0.3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.InitialDelay - value: 0.4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].RandomSfx.Array.size - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionTarget - value: - objectReference: {fileID: 1579498607} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DestinationPosition.x - value: -0.5 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DestinationPosition.y - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DestinationPosition.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionTarget - value: - objectReference: {fileID: 1579498607} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DestinationPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DestinationPosition.y - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DestinationPosition.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionTarget - value: - objectReference: {fileID: 1579498607} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].DestinationPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].DestinationPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].DestinationPosition.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionTarget - value: - objectReference: {fileID: 1579498607} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].DestinationPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].DestinationPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].DestinationPosition.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionTarget - value: - objectReference: {fileID: 1579498607} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].DestinationPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].DestinationPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].DestinationPosition.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionDuration - value: 0.1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionDuration - value: 0.1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionDuration - value: 0.1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionDuration - value: 0.1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionDuration - value: 0.1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DeterminePositionsOnPlay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].InitialPositionTransform - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DeterminePositionsOnPlay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].InitialPositionTransform - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].DeterminePositionsOnPlay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].InitialPositionTransform - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].DeterminePositionsOnPlay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].InitialPositionTransform - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].DeterminePositionsOnPlay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].InitialPositionTransform - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DestinationPositionTransform - value: - objectReference: {fileID: 1990905541} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DestinationPositionTransform - value: - objectReference: {fileID: 902359850} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].DestinationPositionTransform - value: - objectReference: {fileID: 1431253384} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].DestinationPositionTransform - value: - objectReference: {fileID: 1195799690} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].DestinationPositionTransform - value: - objectReference: {fileID: 885677165} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurve.m_PreInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurve.m_PreInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurve.m_PreInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurve.m_PreInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurve.m_PreInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurve.m_PostInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveX.m_PreInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveY.m_PreInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveZ.m_PreInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurve.m_PostInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveX.m_PreInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveY.m_PreInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveZ.m_PreInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurve.m_PostInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveX.m_PreInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveY.m_PreInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveZ.m_PreInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurve.m_PostInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveX.m_PreInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveY.m_PreInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveZ.m_PreInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurve.m_PostInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveX.m_PreInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveY.m_PreInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveZ.m_PreInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurve.m_RotationOrder - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveX.m_PostInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveY.m_PostInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveZ.m_PostInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurve.m_RotationOrder - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveX.m_PostInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveY.m_PostInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveZ.m_PostInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurve.m_RotationOrder - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveX.m_PostInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveY.m_PostInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveZ.m_PostInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurve.m_RotationOrder - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveX.m_PostInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveY.m_PostInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveZ.m_PostInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurve.m_RotationOrder - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveX.m_PostInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveY.m_PostInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveZ.m_PostInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveX.m_RotationOrder - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveY.m_RotationOrder - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveZ.m_RotationOrder - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveX.m_RotationOrder - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveY.m_RotationOrder - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveZ.m_RotationOrder - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveX.m_RotationOrder - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveY.m_RotationOrder - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveZ.m_RotationOrder - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveX.m_RotationOrder - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveY.m_RotationOrder - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveZ.m_RotationOrder - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveX.m_RotationOrder - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveY.m_RotationOrder - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveZ.m_RotationOrder - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurve.m_Curve.Array.size - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurve.m_Curve.Array.size - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurve.m_Curve.Array.size - value: 5 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurve.m_Curve.Array.size - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurve.m_Curve.Array.size - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveX.m_Curve.Array.size - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveY.m_Curve.Array.size - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveZ.m_Curve.Array.size - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveX.m_Curve.Array.size - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveY.m_Curve.Array.size - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveZ.m_Curve.Array.size - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveX.m_Curve.Array.size - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveY.m_Curve.Array.size - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveZ.m_Curve.Array.size - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveX.m_Curve.Array.size - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveY.m_Curve.Array.size - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveZ.m_Curve.Array.size - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveX.m_Curve.Array.size - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveY.m_Curve.Array.size - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveZ.m_Curve.Array.size - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurve.m_Curve.Array.data[0].time - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurve.m_Curve.Array.data[1].time - value: 0.11077271 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurve.m_Curve.Array.data[2].time - value: 0.8326782 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurve.m_Curve.Array.data[3].time - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurve.m_Curve.Array.data[0].time - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurve.m_Curve.Array.data[1].time - value: 0.1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurve.m_Curve.Array.data[2].time - value: 0.86557615 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurve.m_Curve.Array.data[3].time - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurve.m_Curve.Array.data[0].time - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurve.m_Curve.Array.data[1].time - value: 0.27505645 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurve.m_Curve.Array.data[2].time - value: 0.54611814 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurve.m_Curve.Array.data[3].time - value: 0.7347806 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurve.m_Curve.Array.data[4].time - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurve.m_Curve.Array.data[0].time - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurve.m_Curve.Array.data[1].time - value: 0.1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurve.m_Curve.Array.data[2].time - value: 0.86557615 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurve.m_Curve.Array.data[3].time - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurve.m_Curve.Array.data[0].time - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurve.m_Curve.Array.data[1].time - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurve.m_Curve.Array.data[0].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurve.m_Curve.Array.data[1].value - value: -0.098529056 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurve.m_Curve.Array.data[2].value - value: 1.6844361 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurve.m_Curve.Array.data[3].value - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveX.m_Curve.Array.data[0].time - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveX.m_Curve.Array.data[1].time - value: 0.3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveX.m_Curve.Array.data[2].time - value: 0.6 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveX.m_Curve.Array.data[3].time - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveY.m_Curve.Array.data[0].time - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveY.m_Curve.Array.data[1].time - value: 0.3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveY.m_Curve.Array.data[2].time - value: 0.6 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveY.m_Curve.Array.data[3].time - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveZ.m_Curve.Array.data[0].time - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveZ.m_Curve.Array.data[1].time - value: 0.3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveZ.m_Curve.Array.data[2].time - value: 0.6 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveZ.m_Curve.Array.data[3].time - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurve.m_Curve.Array.data[0].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurve.m_Curve.Array.data[1].value - value: -0.08861084 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurve.m_Curve.Array.data[2].value - value: 1.6325867 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurve.m_Curve.Array.data[3].value - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveX.m_Curve.Array.data[0].time - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveX.m_Curve.Array.data[1].time - value: 0.3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveX.m_Curve.Array.data[2].time - value: 0.6 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveX.m_Curve.Array.data[3].time - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveY.m_Curve.Array.data[0].time - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveY.m_Curve.Array.data[1].time - value: 0.3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveY.m_Curve.Array.data[2].time - value: 0.6 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveY.m_Curve.Array.data[3].time - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveZ.m_Curve.Array.data[0].time - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveZ.m_Curve.Array.data[1].time - value: 0.3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveZ.m_Curve.Array.data[2].time - value: 0.6 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveZ.m_Curve.Array.data[3].time - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurve.m_Curve.Array.data[0].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurve.m_Curve.Array.data[1].value - value: -0.06480713 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurve.m_Curve.Array.data[2].value - value: 1.5789864 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurve.m_Curve.Array.data[3].value - value: 0.44674563 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurve.m_Curve.Array.data[4].value - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveX.m_Curve.Array.data[0].time - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveX.m_Curve.Array.data[1].time - value: 0.3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveX.m_Curve.Array.data[2].time - value: 0.6 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveX.m_Curve.Array.data[3].time - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveY.m_Curve.Array.data[0].time - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveY.m_Curve.Array.data[1].time - value: 0.3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveY.m_Curve.Array.data[2].time - value: 0.6 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveY.m_Curve.Array.data[3].time - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveZ.m_Curve.Array.data[0].time - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveZ.m_Curve.Array.data[1].time - value: 0.3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveZ.m_Curve.Array.data[2].time - value: 0.6 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveZ.m_Curve.Array.data[3].time - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurve.m_Curve.Array.data[0].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurve.m_Curve.Array.data[1].value - value: -0.08861084 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurve.m_Curve.Array.data[2].value - value: 1.6325867 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurve.m_Curve.Array.data[3].value - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveX.m_Curve.Array.data[0].time - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveX.m_Curve.Array.data[1].time - value: 0.3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveX.m_Curve.Array.data[2].time - value: 0.6 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveX.m_Curve.Array.data[3].time - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveY.m_Curve.Array.data[0].time - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveY.m_Curve.Array.data[1].time - value: 0.3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveY.m_Curve.Array.data[2].time - value: 0.6 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveY.m_Curve.Array.data[3].time - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveZ.m_Curve.Array.data[0].time - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveZ.m_Curve.Array.data[1].time - value: 0.3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveZ.m_Curve.Array.data[2].time - value: 0.6 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveZ.m_Curve.Array.data[3].time - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurve.m_Curve.Array.data[0].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurve.m_Curve.Array.data[1].value - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveX.m_Curve.Array.data[0].time - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveX.m_Curve.Array.data[1].time - value: 0.3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveX.m_Curve.Array.data[2].time - value: 0.6 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveX.m_Curve.Array.data[3].time - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveY.m_Curve.Array.data[0].time - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveY.m_Curve.Array.data[1].time - value: 0.3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveY.m_Curve.Array.data[2].time - value: 0.6 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveY.m_Curve.Array.data[3].time - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveZ.m_Curve.Array.data[0].time - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveZ.m_Curve.Array.data[1].time - value: 0.3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveZ.m_Curve.Array.data[2].time - value: 0.6 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveZ.m_Curve.Array.data[3].time - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveX.m_Curve.Array.data[0].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveX.m_Curve.Array.data[1].value - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveX.m_Curve.Array.data[2].value - value: -1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveX.m_Curve.Array.data[3].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveY.m_Curve.Array.data[0].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveY.m_Curve.Array.data[1].value - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveY.m_Curve.Array.data[2].value - value: -1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveY.m_Curve.Array.data[3].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveZ.m_Curve.Array.data[0].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveZ.m_Curve.Array.data[1].value - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveZ.m_Curve.Array.data[2].value - value: -1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveZ.m_Curve.Array.data[3].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveX.m_Curve.Array.data[0].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveX.m_Curve.Array.data[1].value - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveX.m_Curve.Array.data[2].value - value: -1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveX.m_Curve.Array.data[3].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveY.m_Curve.Array.data[0].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveY.m_Curve.Array.data[1].value - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveY.m_Curve.Array.data[2].value - value: -1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveY.m_Curve.Array.data[3].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveZ.m_Curve.Array.data[0].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveZ.m_Curve.Array.data[1].value - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveZ.m_Curve.Array.data[2].value - value: -1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveZ.m_Curve.Array.data[3].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveX.m_Curve.Array.data[0].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveX.m_Curve.Array.data[1].value - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveX.m_Curve.Array.data[2].value - value: -1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveX.m_Curve.Array.data[3].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveY.m_Curve.Array.data[0].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveY.m_Curve.Array.data[1].value - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveY.m_Curve.Array.data[2].value - value: -1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveY.m_Curve.Array.data[3].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveZ.m_Curve.Array.data[0].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveZ.m_Curve.Array.data[1].value - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveZ.m_Curve.Array.data[2].value - value: -1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveZ.m_Curve.Array.data[3].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveX.m_Curve.Array.data[0].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveX.m_Curve.Array.data[1].value - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveX.m_Curve.Array.data[2].value - value: -1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveX.m_Curve.Array.data[3].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveY.m_Curve.Array.data[0].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveY.m_Curve.Array.data[1].value - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveY.m_Curve.Array.data[2].value - value: -1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveY.m_Curve.Array.data[3].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveZ.m_Curve.Array.data[0].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveZ.m_Curve.Array.data[1].value - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveZ.m_Curve.Array.data[2].value - value: -1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveZ.m_Curve.Array.data[3].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveX.m_Curve.Array.data[0].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveX.m_Curve.Array.data[1].value - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveX.m_Curve.Array.data[2].value - value: -1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveX.m_Curve.Array.data[3].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveY.m_Curve.Array.data[0].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveY.m_Curve.Array.data[1].value - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveY.m_Curve.Array.data[2].value - value: -1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveY.m_Curve.Array.data[3].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveZ.m_Curve.Array.data[0].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveZ.m_Curve.Array.data[1].value - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveZ.m_Curve.Array.data[2].value - value: -1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveZ.m_Curve.Array.data[3].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurve.m_Curve.Array.data[0].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurve.m_Curve.Array.data[1].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurve.m_Curve.Array.data[2].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurve.m_Curve.Array.data[3].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurve.m_Curve.Array.data[0].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurve.m_Curve.Array.data[1].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurve.m_Curve.Array.data[2].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurve.m_Curve.Array.data[3].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurve.m_Curve.Array.data[0].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurve.m_Curve.Array.data[1].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurve.m_Curve.Array.data[2].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurve.m_Curve.Array.data[3].inSlope - value: -1.8650565 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurve.m_Curve.Array.data[4].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurve.m_Curve.Array.data[0].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurve.m_Curve.Array.data[1].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurve.m_Curve.Array.data[2].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurve.m_Curve.Array.data[3].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurve.m_Curve.Array.data[0].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurve.m_Curve.Array.data[1].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurve.m_Curve.Array.data[0].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurve.m_Curve.Array.data[0].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurve.m_Curve.Array.data[1].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurve.m_Curve.Array.data[1].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurve.m_Curve.Array.data[2].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurve.m_Curve.Array.data[2].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurve.m_Curve.Array.data[3].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurve.m_Curve.Array.data[3].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveX.m_Curve.Array.data[0].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveX.m_Curve.Array.data[1].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveX.m_Curve.Array.data[2].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveX.m_Curve.Array.data[3].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveY.m_Curve.Array.data[0].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveY.m_Curve.Array.data[1].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveY.m_Curve.Array.data[2].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveY.m_Curve.Array.data[3].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveZ.m_Curve.Array.data[0].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveZ.m_Curve.Array.data[1].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveZ.m_Curve.Array.data[2].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveZ.m_Curve.Array.data[3].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurve.m_Curve.Array.data[0].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurve.m_Curve.Array.data[0].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurve.m_Curve.Array.data[1].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurve.m_Curve.Array.data[1].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurve.m_Curve.Array.data[2].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurve.m_Curve.Array.data[2].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurve.m_Curve.Array.data[3].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurve.m_Curve.Array.data[3].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveX.m_Curve.Array.data[0].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveX.m_Curve.Array.data[1].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveX.m_Curve.Array.data[2].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveX.m_Curve.Array.data[3].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveY.m_Curve.Array.data[0].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveY.m_Curve.Array.data[1].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveY.m_Curve.Array.data[2].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveY.m_Curve.Array.data[3].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveZ.m_Curve.Array.data[0].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveZ.m_Curve.Array.data[1].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveZ.m_Curve.Array.data[2].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveZ.m_Curve.Array.data[3].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurve.m_Curve.Array.data[0].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurve.m_Curve.Array.data[0].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurve.m_Curve.Array.data[1].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurve.m_Curve.Array.data[1].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurve.m_Curve.Array.data[2].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurve.m_Curve.Array.data[2].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurve.m_Curve.Array.data[3].inWeight - value: 0.33333334 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurve.m_Curve.Array.data[3].outSlope - value: -1.8650565 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurve.m_Curve.Array.data[4].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurve.m_Curve.Array.data[4].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveX.m_Curve.Array.data[0].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveX.m_Curve.Array.data[1].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveX.m_Curve.Array.data[2].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveX.m_Curve.Array.data[3].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveY.m_Curve.Array.data[0].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveY.m_Curve.Array.data[1].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveY.m_Curve.Array.data[2].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveY.m_Curve.Array.data[3].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveZ.m_Curve.Array.data[0].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveZ.m_Curve.Array.data[1].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveZ.m_Curve.Array.data[2].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveZ.m_Curve.Array.data[3].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurve.m_Curve.Array.data[0].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurve.m_Curve.Array.data[0].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurve.m_Curve.Array.data[1].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurve.m_Curve.Array.data[1].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurve.m_Curve.Array.data[2].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurve.m_Curve.Array.data[2].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurve.m_Curve.Array.data[3].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurve.m_Curve.Array.data[3].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveX.m_Curve.Array.data[0].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveX.m_Curve.Array.data[1].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveX.m_Curve.Array.data[2].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveX.m_Curve.Array.data[3].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveY.m_Curve.Array.data[0].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveY.m_Curve.Array.data[1].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveY.m_Curve.Array.data[2].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveY.m_Curve.Array.data[3].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveZ.m_Curve.Array.data[0].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveZ.m_Curve.Array.data[1].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveZ.m_Curve.Array.data[2].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveZ.m_Curve.Array.data[3].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurve.m_Curve.Array.data[0].inWeight - value: 0.33333334 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurve.m_Curve.Array.data[0].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurve.m_Curve.Array.data[1].inWeight - value: 0.33333334 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurve.m_Curve.Array.data[1].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveX.m_Curve.Array.data[0].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveX.m_Curve.Array.data[1].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveX.m_Curve.Array.data[2].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveX.m_Curve.Array.data[3].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveY.m_Curve.Array.data[0].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveY.m_Curve.Array.data[1].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveY.m_Curve.Array.data[2].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveY.m_Curve.Array.data[3].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveZ.m_Curve.Array.data[0].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveZ.m_Curve.Array.data[1].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveZ.m_Curve.Array.data[2].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveZ.m_Curve.Array.data[3].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurve.m_Curve.Array.data[0].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurve.m_Curve.Array.data[1].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurve.m_Curve.Array.data[2].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurve.m_Curve.Array.data[3].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveX.m_Curve.Array.data[0].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveX.m_Curve.Array.data[0].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveX.m_Curve.Array.data[1].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveX.m_Curve.Array.data[1].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveX.m_Curve.Array.data[2].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveX.m_Curve.Array.data[2].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveX.m_Curve.Array.data[3].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveX.m_Curve.Array.data[3].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveY.m_Curve.Array.data[0].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveY.m_Curve.Array.data[0].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveY.m_Curve.Array.data[1].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveY.m_Curve.Array.data[1].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveY.m_Curve.Array.data[2].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveY.m_Curve.Array.data[2].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveY.m_Curve.Array.data[3].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveY.m_Curve.Array.data[3].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveZ.m_Curve.Array.data[0].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveZ.m_Curve.Array.data[0].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveZ.m_Curve.Array.data[1].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveZ.m_Curve.Array.data[1].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveZ.m_Curve.Array.data[2].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveZ.m_Curve.Array.data[2].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveZ.m_Curve.Array.data[3].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveZ.m_Curve.Array.data[3].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurve.m_Curve.Array.data[0].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurve.m_Curve.Array.data[1].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurve.m_Curve.Array.data[2].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurve.m_Curve.Array.data[3].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveX.m_Curve.Array.data[0].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveX.m_Curve.Array.data[0].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveX.m_Curve.Array.data[1].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveX.m_Curve.Array.data[1].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveX.m_Curve.Array.data[2].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveX.m_Curve.Array.data[2].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveX.m_Curve.Array.data[3].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveX.m_Curve.Array.data[3].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveY.m_Curve.Array.data[0].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveY.m_Curve.Array.data[0].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveY.m_Curve.Array.data[1].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveY.m_Curve.Array.data[1].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveY.m_Curve.Array.data[2].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveY.m_Curve.Array.data[2].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveY.m_Curve.Array.data[3].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveY.m_Curve.Array.data[3].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveZ.m_Curve.Array.data[0].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveZ.m_Curve.Array.data[0].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveZ.m_Curve.Array.data[1].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveZ.m_Curve.Array.data[1].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveZ.m_Curve.Array.data[2].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveZ.m_Curve.Array.data[2].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveZ.m_Curve.Array.data[3].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveZ.m_Curve.Array.data[3].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurve.m_Curve.Array.data[0].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurve.m_Curve.Array.data[1].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurve.m_Curve.Array.data[2].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurve.m_Curve.Array.data[3].outWeight - value: 0.33333334 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurve.m_Curve.Array.data[4].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveX.m_Curve.Array.data[0].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveX.m_Curve.Array.data[0].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveX.m_Curve.Array.data[1].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveX.m_Curve.Array.data[1].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveX.m_Curve.Array.data[2].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveX.m_Curve.Array.data[2].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveX.m_Curve.Array.data[3].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveX.m_Curve.Array.data[3].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveY.m_Curve.Array.data[0].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveY.m_Curve.Array.data[0].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveY.m_Curve.Array.data[1].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveY.m_Curve.Array.data[1].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveY.m_Curve.Array.data[2].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveY.m_Curve.Array.data[2].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveY.m_Curve.Array.data[3].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveY.m_Curve.Array.data[3].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveZ.m_Curve.Array.data[0].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveZ.m_Curve.Array.data[0].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveZ.m_Curve.Array.data[1].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveZ.m_Curve.Array.data[1].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveZ.m_Curve.Array.data[2].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveZ.m_Curve.Array.data[2].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveZ.m_Curve.Array.data[3].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveZ.m_Curve.Array.data[3].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurve.m_Curve.Array.data[0].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurve.m_Curve.Array.data[1].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurve.m_Curve.Array.data[2].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurve.m_Curve.Array.data[3].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveX.m_Curve.Array.data[0].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveX.m_Curve.Array.data[0].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveX.m_Curve.Array.data[1].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveX.m_Curve.Array.data[1].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveX.m_Curve.Array.data[2].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveX.m_Curve.Array.data[2].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveX.m_Curve.Array.data[3].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveX.m_Curve.Array.data[3].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveY.m_Curve.Array.data[0].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveY.m_Curve.Array.data[0].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveY.m_Curve.Array.data[1].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveY.m_Curve.Array.data[1].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveY.m_Curve.Array.data[2].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveY.m_Curve.Array.data[2].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveY.m_Curve.Array.data[3].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveY.m_Curve.Array.data[3].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveZ.m_Curve.Array.data[0].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveZ.m_Curve.Array.data[0].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveZ.m_Curve.Array.data[1].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveZ.m_Curve.Array.data[1].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveZ.m_Curve.Array.data[2].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveZ.m_Curve.Array.data[2].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveZ.m_Curve.Array.data[3].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveZ.m_Curve.Array.data[3].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurve.m_Curve.Array.data[0].outWeight - value: 0.33333334 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurve.m_Curve.Array.data[1].outWeight - value: 0.33333334 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveX.m_Curve.Array.data[0].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveX.m_Curve.Array.data[0].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveX.m_Curve.Array.data[1].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveX.m_Curve.Array.data[1].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveX.m_Curve.Array.data[2].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveX.m_Curve.Array.data[2].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveX.m_Curve.Array.data[3].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveX.m_Curve.Array.data[3].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveY.m_Curve.Array.data[0].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveY.m_Curve.Array.data[0].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveY.m_Curve.Array.data[1].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveY.m_Curve.Array.data[1].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveY.m_Curve.Array.data[2].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveY.m_Curve.Array.data[2].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveY.m_Curve.Array.data[3].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveY.m_Curve.Array.data[3].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveZ.m_Curve.Array.data[0].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveZ.m_Curve.Array.data[0].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveZ.m_Curve.Array.data[1].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveZ.m_Curve.Array.data[1].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveZ.m_Curve.Array.data[2].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveZ.m_Curve.Array.data[2].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveZ.m_Curve.Array.data[3].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveZ.m_Curve.Array.data[3].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveX.m_Curve.Array.data[0].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveX.m_Curve.Array.data[1].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveX.m_Curve.Array.data[2].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveX.m_Curve.Array.data[3].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveY.m_Curve.Array.data[0].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveY.m_Curve.Array.data[1].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveY.m_Curve.Array.data[2].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveY.m_Curve.Array.data[3].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveZ.m_Curve.Array.data[0].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveZ.m_Curve.Array.data[1].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveZ.m_Curve.Array.data[2].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveZ.m_Curve.Array.data[3].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveX.m_Curve.Array.data[0].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveX.m_Curve.Array.data[1].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveX.m_Curve.Array.data[2].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveX.m_Curve.Array.data[3].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveY.m_Curve.Array.data[0].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveY.m_Curve.Array.data[1].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveY.m_Curve.Array.data[2].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveY.m_Curve.Array.data[3].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveZ.m_Curve.Array.data[0].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveZ.m_Curve.Array.data[1].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveZ.m_Curve.Array.data[2].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveZ.m_Curve.Array.data[3].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveX.m_Curve.Array.data[0].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveX.m_Curve.Array.data[1].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveX.m_Curve.Array.data[2].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveX.m_Curve.Array.data[3].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveY.m_Curve.Array.data[0].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveY.m_Curve.Array.data[1].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveY.m_Curve.Array.data[2].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveY.m_Curve.Array.data[3].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveZ.m_Curve.Array.data[0].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveZ.m_Curve.Array.data[1].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveZ.m_Curve.Array.data[2].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveZ.m_Curve.Array.data[3].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveX.m_Curve.Array.data[0].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveX.m_Curve.Array.data[1].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveX.m_Curve.Array.data[2].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveX.m_Curve.Array.data[3].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveY.m_Curve.Array.data[0].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveY.m_Curve.Array.data[1].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveY.m_Curve.Array.data[2].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveY.m_Curve.Array.data[3].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveZ.m_Curve.Array.data[0].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveZ.m_Curve.Array.data[1].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveZ.m_Curve.Array.data[2].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveZ.m_Curve.Array.data[3].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveX.m_Curve.Array.data[0].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveX.m_Curve.Array.data[1].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveX.m_Curve.Array.data[2].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveX.m_Curve.Array.data[3].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveY.m_Curve.Array.data[0].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveY.m_Curve.Array.data[1].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveY.m_Curve.Array.data[2].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveY.m_Curve.Array.data[3].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveZ.m_Curve.Array.data[0].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveZ.m_Curve.Array.data[1].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveZ.m_Curve.Array.data[2].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveZ.m_Curve.Array.data[3].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurve.m_Curve.Array.data[0].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurve.m_Curve.Array.data[1].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurve.m_Curve.Array.data[2].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurve.m_Curve.Array.data[3].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurve.m_Curve.Array.data[0].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurve.m_Curve.Array.data[1].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurve.m_Curve.Array.data[2].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurve.m_Curve.Array.data[3].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurve.m_Curve.Array.data[0].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurve.m_Curve.Array.data[1].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurve.m_Curve.Array.data[2].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurve.m_Curve.Array.data[3].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurve.m_Curve.Array.data[4].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurve.m_Curve.Array.data[0].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurve.m_Curve.Array.data[1].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurve.m_Curve.Array.data[2].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurve.m_Curve.Array.data[3].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurve.m_Curve.Array.data[0].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurve.m_Curve.Array.data[1].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurve.m_Curve.Array.data[0].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurve.m_Curve.Array.data[1].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurve.m_Curve.Array.data[2].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurve.m_Curve.Array.data[3].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveX.m_Curve.Array.data[0].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveX.m_Curve.Array.data[1].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveX.m_Curve.Array.data[2].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveX.m_Curve.Array.data[3].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveY.m_Curve.Array.data[0].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveY.m_Curve.Array.data[1].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveY.m_Curve.Array.data[2].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveY.m_Curve.Array.data[3].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveZ.m_Curve.Array.data[0].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveZ.m_Curve.Array.data[1].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveZ.m_Curve.Array.data[2].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveZ.m_Curve.Array.data[3].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurve.m_Curve.Array.data[0].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurve.m_Curve.Array.data[1].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurve.m_Curve.Array.data[2].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurve.m_Curve.Array.data[3].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveX.m_Curve.Array.data[0].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveX.m_Curve.Array.data[1].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveX.m_Curve.Array.data[2].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveX.m_Curve.Array.data[3].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveY.m_Curve.Array.data[0].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveY.m_Curve.Array.data[1].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveY.m_Curve.Array.data[2].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveY.m_Curve.Array.data[3].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveZ.m_Curve.Array.data[0].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveZ.m_Curve.Array.data[1].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveZ.m_Curve.Array.data[2].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveZ.m_Curve.Array.data[3].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurve.m_Curve.Array.data[0].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurve.m_Curve.Array.data[1].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurve.m_Curve.Array.data[2].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurve.m_Curve.Array.data[3].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurve.m_Curve.Array.data[4].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveX.m_Curve.Array.data[0].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveX.m_Curve.Array.data[1].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveX.m_Curve.Array.data[2].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveX.m_Curve.Array.data[3].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveY.m_Curve.Array.data[0].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveY.m_Curve.Array.data[1].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveY.m_Curve.Array.data[2].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveY.m_Curve.Array.data[3].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveZ.m_Curve.Array.data[0].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveZ.m_Curve.Array.data[1].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveZ.m_Curve.Array.data[2].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveZ.m_Curve.Array.data[3].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurve.m_Curve.Array.data[0].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurve.m_Curve.Array.data[1].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurve.m_Curve.Array.data[2].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurve.m_Curve.Array.data[3].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveX.m_Curve.Array.data[0].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveX.m_Curve.Array.data[1].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveX.m_Curve.Array.data[2].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveX.m_Curve.Array.data[3].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveY.m_Curve.Array.data[0].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveY.m_Curve.Array.data[1].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveY.m_Curve.Array.data[2].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveY.m_Curve.Array.data[3].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveZ.m_Curve.Array.data[0].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveZ.m_Curve.Array.data[1].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveZ.m_Curve.Array.data[2].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveZ.m_Curve.Array.data[3].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurve.m_Curve.Array.data[0].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurve.m_Curve.Array.data[1].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveX.m_Curve.Array.data[0].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveX.m_Curve.Array.data[1].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveX.m_Curve.Array.data[2].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveX.m_Curve.Array.data[3].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveY.m_Curve.Array.data[0].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveY.m_Curve.Array.data[1].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveY.m_Curve.Array.data[2].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveY.m_Curve.Array.data[3].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveZ.m_Curve.Array.data[0].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveZ.m_Curve.Array.data[1].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveZ.m_Curve.Array.data[2].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveZ.m_Curve.Array.data[3].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveX.m_Curve.Array.data[0].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveX.m_Curve.Array.data[1].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveX.m_Curve.Array.data[2].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveX.m_Curve.Array.data[3].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveY.m_Curve.Array.data[0].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveY.m_Curve.Array.data[1].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveY.m_Curve.Array.data[2].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveY.m_Curve.Array.data[3].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveZ.m_Curve.Array.data[0].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveZ.m_Curve.Array.data[1].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveZ.m_Curve.Array.data[2].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveZ.m_Curve.Array.data[3].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveX.m_Curve.Array.data[0].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveX.m_Curve.Array.data[1].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveX.m_Curve.Array.data[2].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveX.m_Curve.Array.data[3].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveY.m_Curve.Array.data[0].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveY.m_Curve.Array.data[1].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveY.m_Curve.Array.data[2].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveY.m_Curve.Array.data[3].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveZ.m_Curve.Array.data[0].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveZ.m_Curve.Array.data[1].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveZ.m_Curve.Array.data[2].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveZ.m_Curve.Array.data[3].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveX.m_Curve.Array.data[0].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveX.m_Curve.Array.data[1].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveX.m_Curve.Array.data[2].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveX.m_Curve.Array.data[3].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveY.m_Curve.Array.data[0].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveY.m_Curve.Array.data[1].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveY.m_Curve.Array.data[2].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveY.m_Curve.Array.data[3].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveZ.m_Curve.Array.data[0].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveZ.m_Curve.Array.data[1].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveZ.m_Curve.Array.data[2].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveZ.m_Curve.Array.data[3].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveX.m_Curve.Array.data[0].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveX.m_Curve.Array.data[1].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveX.m_Curve.Array.data[2].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveX.m_Curve.Array.data[3].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveY.m_Curve.Array.data[0].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveY.m_Curve.Array.data[1].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveY.m_Curve.Array.data[2].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveY.m_Curve.Array.data[3].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveZ.m_Curve.Array.data[0].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveZ.m_Curve.Array.data[1].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveZ.m_Curve.Array.data[2].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveZ.m_Curve.Array.data[3].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveX.m_Curve.Array.data[0].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveX.m_Curve.Array.data[1].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveX.m_Curve.Array.data[2].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveX.m_Curve.Array.data[3].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveY.m_Curve.Array.data[0].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveY.m_Curve.Array.data[1].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveY.m_Curve.Array.data[2].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveY.m_Curve.Array.data[3].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveZ.m_Curve.Array.data[0].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveZ.m_Curve.Array.data[1].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveZ.m_Curve.Array.data[2].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveZ.m_Curve.Array.data[3].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 9167406172343059487, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_IsActive - value: 0 - objectReference: {fileID: 0} - m_RemovedComponents: - - {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, type: 3} - m_RemovedGameObjects: [] - m_AddedGameObjects: [] - m_AddedComponents: [] - m_SourcePrefab: {fileID: 100100000, guid: a16c33a1240b8ce4f930161a7c85fae6, type: 3} ---- !u!224 &1953837990 stripped -RectTransform: - m_CorrespondingSourceObject: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - m_PrefabInstance: {fileID: 1953837989} - m_PrefabAsset: {fileID: 0} ---- !u!1 &1955127140 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 1955127141} - - component: {fileID: 1955127142} - m_Layer: 0 - m_Name: TMPFontSize - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &1955127141 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1955127140} - serializedVersion: 2 - m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: 0} - m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 - m_Children: [] - m_Father: {fileID: 1860154325} - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!114 &1955127142 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1955127140} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 6da43522623d4704e979466dc7650b65, type: 3} - m_Name: - m_EditorClassIdentifier: - Feedbacks: [] - InitializationMode: 2 - AutoInitialization: 1 - SafeMode: 3 - Direction: 0 - AutoChangeDirectionOnEnd: 0 - AutoPlayOnStart: 0 - AutoPlayOnEnable: 0 - ForceTimescaleMode: 0 - ForcedTimescaleMode: 1 - DurationMultiplier: 1 - TimescaleMultiplier: 1 - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 1.5} - DisplayFullDurationDetails: 0 - PlayerTimescaleMode: 1 - OnlyPlayIfWithinRange: 0 - RangeCenter: {fileID: 0} - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - IgnoreRangeEvents: 0 - CooldownDuration: 0 - InitialDelay: 0 - CanPlay: 1 - CanPlayWhileAlreadyPlaying: 1 - ChanceToPlay: 100 - FeedbacksIntensity: 1 - Events: - TriggerMMFeedbacksEvents: 0 - TriggerUnityEvents: 1 - OnPlay: - m_PersistentCalls: - m_Calls: [] - OnPause: - m_PersistentCalls: - m_Calls: [] - OnStop: - m_PersistentCalls: - m_Calls: [] - OnResume: - m_PersistentCalls: - m_Calls: [] - OnChangeDirection: - m_PersistentCalls: - m_Calls: [] - OnComplete: - m_PersistentCalls: - m_Calls: [] - OnRestoreInitialValues: - m_PersistentCalls: - m_Calls: [] - OnSkipToTheEnd: - m_PersistentCalls: - m_Calls: [] - OnInitializationComplete: - m_PersistentCalls: - m_Calls: [] - OnEnable: - m_PersistentCalls: - m_Calls: [] - OnDisable: - m_PersistentCalls: - m_Calls: [] - DebugActive: 0 - InScriptDrivenPause: 0 - FeedbacksList: - - rid: 0 - - rid: 1 - - rid: 2 - - rid: 3 - - rid: 4 - - rid: 5 - - rid: 6 - KeepPlayModeChanges: 0 - PerformanceMode: 0 - RestoreInitialValuesOnDisable: 0 - StopFeedbacksOnDisable: 0 - PlayCount: 0 - references: - version: 2 - RefIds: - - rid: 0 - type: {class: MMF_AudioSource, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: 458293779 - Label: AudioSource - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 1955127142} - DebugActive: 0 - TargetAudioSource: {fileID: 478010195} - Mode: 0 - RandomSfx: [] - MinVolume: 1 - MaxVolume: 1 - MinPitch: 1 - MaxPitch: 1 - SfxAudioMixerGroup: {fileID: 0} - - rid: 1 - type: {class: MMF_SetActive, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: -46705709 - Label: Set Active - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 1955127142} - DebugActive: 0 - TargetGameObject: {fileID: 731678809} - ExtraTargetGameObjects: [] - IgnorePlayDirection: 0 - SetStateOnInit: 0 - StateOnInit: 1 - SetStateOnPlay: 1 - StateOnPlay: 0 - SetStateOnStop: 0 - StateOnStop: 1 - SetStateOnReset: 0 - StateOnReset: 1 - SetStateOnSkip: 0 - StateOnSkip: 0 - SetStateOnPlayerComplete: 0 - StateOnPlayerComplete: 1 - - rid: 2 - type: {class: MMF_TMPText, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: -1866148466 - Label: TMP Text - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 1955127142} - DebugActive: 0 - TargetTMPText: {fileID: 500670851} - NewText: 'This text - - will get bigger.' - - rid: 3 - type: {class: MMF_Pause, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: 546919444 - Label: Pause - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 1955127142} - DebugActive: 0 - PauseDuration: 1 - RandomizePauseDuration: 0 - MinPauseDuration: 1 - MaxPauseDuration: 3 - RandomizeOnEachPlay: 1 - ScriptDriven: 0 - AutoResume: 0 - AutoResumeAfter: 0.25 - - rid: 4 - type: {class: MMF_TMPFontSize, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: -2008944311 - Label: TMP Font Size - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 1955127142} - DebugActive: 0 - Mode: 0 - Duration: 0.8 - StartsOff: 0 - EndsOff: 0 - RelativeValues: 1 - AllowAdditivePlays: 0 - DisableOnStop: 0 - OnlyPlayIfTargetIsActive: 0 - TargetTMPText: {fileID: 500670851} - FontSizeCurve: - MMTweenDefinitionType: 1 - MMTweenCurve: 4 - Curve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 10.710103 - outSlope: 10.710103 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0.023364484 - - serializedVersion: 3 - time: 0.3 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - Initialized: 0 - ConditionPropertyName: - EnumConditionPropertyName: - EnumConditions: 0000000000000000000000000000000000000000000000000000000000000000 - RemapZero: 0 - RemapOne: 50 - InstantFontSize: 0 - DestinationFontSize: 0 - - rid: 5 - type: {class: MMF_HoldingPause, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: 1679575575 - Label: Holding Pause - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 1955127142} - DebugActive: 0 - PauseDuration: 1 - RandomizePauseDuration: 0 - MinPauseDuration: 1 - MaxPauseDuration: 3 - RandomizeOnEachPlay: 1 - ScriptDriven: 0 - AutoResume: 0 - AutoResumeAfter: 0.25 - - rid: 6 - type: {class: MMF_SetActive, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: -520850811 - Label: Set Inactive - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 1955127142} - DebugActive: 0 - TargetGameObject: {fileID: 731678809} - ExtraTargetGameObjects: [] - IgnorePlayDirection: 0 - SetStateOnInit: 0 - StateOnInit: 1 - SetStateOnPlay: 1 - StateOnPlay: 1 - SetStateOnStop: 0 - StateOnStop: 1 - SetStateOnReset: 0 - StateOnReset: 1 - SetStateOnSkip: 0 - StateOnSkip: 0 - SetStateOnPlayerComplete: 0 - StateOnPlayerComplete: 1 ---- !u!1001 &1958664884 -PrefabInstance: - m_ObjectHideFlags: 0 - serializedVersion: 2 - m_Modification: - serializedVersion: 3 - m_TransformParent: {fileID: 1096839754} - m_Modifications: - - target: {fileID: -4216859302048453862, guid: d84a1570448aba14ea2b1badb79fb4b3, - type: 3} - propertyPath: m_RootOrder - value: 2 - objectReference: {fileID: 0} - - target: {fileID: -4216859302048453862, guid: d84a1570448aba14ea2b1badb79fb4b3, - type: 3} - propertyPath: m_LocalScale.x - value: 0.01 - objectReference: {fileID: 0} - - target: {fileID: -4216859302048453862, guid: d84a1570448aba14ea2b1badb79fb4b3, - type: 3} - propertyPath: m_LocalScale.y - value: 0.01 - objectReference: {fileID: 0} - - target: {fileID: -4216859302048453862, guid: d84a1570448aba14ea2b1badb79fb4b3, - type: 3} - propertyPath: m_LocalScale.z - value: 0.01 - objectReference: {fileID: 0} - - target: {fileID: -4216859302048453862, guid: d84a1570448aba14ea2b1badb79fb4b3, - type: 3} - propertyPath: m_LocalPosition.x - value: 2.35 - objectReference: {fileID: 0} - - target: {fileID: -4216859302048453862, guid: d84a1570448aba14ea2b1badb79fb4b3, - type: 3} - propertyPath: m_LocalPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: -4216859302048453862, guid: d84a1570448aba14ea2b1badb79fb4b3, - type: 3} - propertyPath: m_LocalPosition.z - value: 8.46 - objectReference: {fileID: 0} - - target: {fileID: -4216859302048453862, guid: d84a1570448aba14ea2b1badb79fb4b3, - type: 3} - propertyPath: m_LocalRotation.w - value: 1 - objectReference: {fileID: 0} - - target: {fileID: -4216859302048453862, guid: d84a1570448aba14ea2b1badb79fb4b3, - type: 3} - propertyPath: m_LocalRotation.x - value: 0.000000021855694 - objectReference: {fileID: 0} - - target: {fileID: -4216859302048453862, guid: d84a1570448aba14ea2b1badb79fb4b3, - type: 3} - propertyPath: m_LocalRotation.y - value: -0 - objectReference: {fileID: 0} - - target: {fileID: -4216859302048453862, guid: d84a1570448aba14ea2b1badb79fb4b3, - type: 3} - propertyPath: m_LocalRotation.z - value: -0 - objectReference: {fileID: 0} - - target: {fileID: -4216859302048453862, guid: d84a1570448aba14ea2b1badb79fb4b3, - type: 3} - propertyPath: m_LocalEulerAnglesHint.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: -4216859302048453862, guid: d84a1570448aba14ea2b1badb79fb4b3, - type: 3} - propertyPath: m_LocalEulerAnglesHint.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: -4216859302048453862, guid: d84a1570448aba14ea2b1badb79fb4b3, - type: 3} - propertyPath: m_LocalEulerAnglesHint.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: -1504981713932161579, guid: d84a1570448aba14ea2b1badb79fb4b3, - type: 3} - propertyPath: 'm_Materials.Array.data[0]' - value: - objectReference: {fileID: 2100000, guid: 8b80d96aef31b7b42927634a8a768ed6, type: 2} - - target: {fileID: -927199367670048503, guid: d84a1570448aba14ea2b1badb79fb4b3, - type: 3} - propertyPath: m_Name - value: LP_S-Rock_02 - objectReference: {fileID: 0} - m_RemovedComponents: [] - m_RemovedGameObjects: [] - m_AddedGameObjects: [] - m_AddedComponents: - - targetCorrespondingSourceObject: {fileID: -927199367670048503, guid: d84a1570448aba14ea2b1badb79fb4b3, - type: 3} - insertIndex: -1 - addedObject: {fileID: 2085560045} - m_SourcePrefab: {fileID: 100100000, guid: d84a1570448aba14ea2b1badb79fb4b3, type: 3} ---- !u!224 &1964054502 stripped -RectTransform: - m_CorrespondingSourceObject: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - m_PrefabInstance: {fileID: 934930924} - m_PrefabAsset: {fileID: 0} ---- !u!1 &1965494290 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 1965494291} - - component: {fileID: 1965494292} - m_Layer: 0 - m_Name: MMSoundManager - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &1965494291 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1965494290} - serializedVersion: 2 - m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: -0.27076912, y: 2.6249886, z: -2.0969918} - m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 - m_Children: [] - m_Father: {fileID: 0} - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!114 &1965494292 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1965494290} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 614edb33c38bcf949846d5675f29f9fb, type: 3} - m_Name: - m_EditorClassIdentifier: - AutomaticallyUnparentOnAwake: 1 - settingsSo: {fileID: 11400000, guid: 07ea3ff88e1ecb84d91f58aa804badc6, type: 2} - AudioSourcePoolSize: 10 - PoolCanExpand: 1 ---- !u!1 &1969294330 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 1969294331} - - component: {fileID: 1969294333} - - component: {fileID: 1969294332} - m_Layer: 0 - m_Name: Smile - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &1969294331 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1969294330} - serializedVersion: 2 - m_LocalRotation: {x: -0.5706582, y: -0.039138, z: -0.09976168, w: 0.8141653} - m_LocalPosition: {x: -0.2996, y: -0.5485, z: 0.6918} - m_LocalScale: {x: -85.48039, y: 85.48039, z: 85.48039} - m_ConstrainProportionsScale: 0 - m_Children: [] - m_Father: {fileID: 1733758435} - m_LocalEulerAnglesHint: {x: -69.55801, y: 8.252001, z: -19.708} ---- !u!23 &1969294332 -MeshRenderer: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1969294330} - m_Enabled: 1 - m_CastShadows: 1 - m_ReceiveShadows: 1 - m_DynamicOccludee: 1 - m_StaticShadowCaster: 0 - m_MotionVectors: 1 - m_LightProbeUsage: 1 - m_ReflectionProbeUsage: 1 - m_RayTracingMode: 2 - m_RayTraceProcedural: 0 - m_RayTracingAccelStructBuildFlagsOverride: 0 - m_RayTracingAccelStructBuildFlags: 1 - m_SmallMeshCulling: 1 - m_RenderingLayerMask: 1 - m_RendererPriority: 0 - m_Materials: - - {fileID: 2100000, guid: 37bbdd2870294554b9997eae9fc844e9, type: 2} - m_StaticBatchInfo: - firstSubMesh: 0 - subMeshCount: 0 - m_StaticBatchRoot: {fileID: 0} - m_ProbeAnchor: {fileID: 0} - m_LightProbeVolumeOverride: {fileID: 0} - m_ScaleInLightmap: 1 - m_ReceiveGI: 1 - m_PreserveUVs: 0 - m_IgnoreNormalsForChartDetection: 0 - m_ImportantGI: 0 - m_StitchLightmapSeams: 1 - m_SelectedEditorRenderState: 3 - m_MinimumChartSize: 4 - m_AutoUVMaxDistance: 0.5 - m_AutoUVMaxAngle: 89 - m_LightmapParameters: {fileID: 0} - m_SortingLayerID: 0 - m_SortingLayer: 0 - m_SortingOrder: 0 - m_AdditionalVertexStreams: {fileID: 0} ---- !u!33 &1969294333 -MeshFilter: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1969294330} - m_Mesh: {fileID: -6452022535518236511, guid: 9b87c0dd981e72b4abff6b56929b3e68, type: 3} ---- !u!1 &1969358488 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 1969358489} - - component: {fileID: 1969358490} - m_Layer: 0 - m_Name: RotationSpring - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &1969358489 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1969358488} - serializedVersion: 2 - m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: 0} - m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 - m_Children: [] - m_Father: {fileID: 161331536} - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!114 &1969358490 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1969358488} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 6da43522623d4704e979466dc7650b65, type: 3} - m_Name: - m_EditorClassIdentifier: - Feedbacks: [] - InitializationMode: 2 - AutoInitialization: 1 - SafeMode: 3 - Direction: 0 - AutoChangeDirectionOnEnd: 0 - AutoPlayOnStart: 0 - AutoPlayOnEnable: 0 - ForceTimescaleMode: 0 - ForcedTimescaleMode: 1 - DurationMultiplier: 1 - TimescaleMultiplier: 1 - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 1.5} - DisplayFullDurationDetails: 0 - PlayerTimescaleMode: 1 - OnlyPlayIfWithinRange: 0 - RangeCenter: {fileID: 0} - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - IgnoreRangeEvents: 0 - CooldownDuration: 0 - InitialDelay: 0 - CanPlay: 1 - CanPlayWhileAlreadyPlaying: 1 - ChanceToPlay: 100 - FeedbacksIntensity: 1 - Events: - TriggerMMFeedbacksEvents: 0 - TriggerUnityEvents: 1 - OnPlay: - m_PersistentCalls: - m_Calls: [] - OnPause: - m_PersistentCalls: - m_Calls: [] - OnStop: - m_PersistentCalls: - m_Calls: [] - OnResume: - m_PersistentCalls: - m_Calls: [] - OnChangeDirection: - m_PersistentCalls: - m_Calls: [] - OnComplete: - m_PersistentCalls: - m_Calls: [] - OnRestoreInitialValues: - m_PersistentCalls: - m_Calls: [] - OnSkipToTheEnd: - m_PersistentCalls: - m_Calls: [] - OnInitializationComplete: - m_PersistentCalls: - m_Calls: [] - OnEnable: - m_PersistentCalls: - m_Calls: [] - OnDisable: - m_PersistentCalls: - m_Calls: [] - DebugActive: 0 - InScriptDrivenPause: 0 - FeedbacksList: - - rid: 1779414934241935493 - - rid: 1779414934241935494 - KeepPlayModeChanges: 0 - PerformanceMode: 0 - RestoreInitialValuesOnDisable: 0 - StopFeedbacksOnDisable: 0 - PlayCount: 0 - references: - version: 2 - RefIds: - - rid: 1779414934241935493 - type: {class: MMF_AudioSource, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: -1424370881 - Label: AudioSource - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 59 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 1969358490} - DebugActive: 0 - TargetAudioSource: {fileID: 478010195} - Mode: 0 - RandomSfx: [] - MinVolume: 1 - MaxVolume: 1 - MinPitch: 1 - MaxPitch: 1 - SfxAudioMixerGroup: {fileID: 0} - - rid: 1779414934241935494 - type: {class: MMF_RotationSpring, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: -709303161 - Label: Rotation Spring - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 59 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0.8, y: 1} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 1969358490} - DebugActive: 0 - AnimateRotationTarget: {fileID: 611302157} - DeclaredDuration: 0 - RotationSpace: 0 - DampingX: 0.4 - FrequencyX: 6 - DampingY: 0.2 - FrequencyY: 2 - DampingZ: 0.4 - FrequencyZ: 6 - Mode: 2 - MoveToRotationMin: {x: 45, y: 0, z: 0} - MoveToRotationMax: {x: 90, y: 0, z: 0} - BumpRotationMin: {x: 0, y: 1000, z: 0} - BumpRotationMax: {x: 0, y: 1500, z: 0} ---- !u!224 &1970883981 stripped -RectTransform: - m_CorrespondingSourceObject: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - m_PrefabInstance: {fileID: 416923345} - m_PrefabAsset: {fileID: 0} ---- !u!224 &1988794499 stripped -RectTransform: - m_CorrespondingSourceObject: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - m_PrefabInstance: {fileID: 301352614} - m_PrefabAsset: {fileID: 0} ---- !u!1 &1990905540 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 1990905541} - m_Layer: 0 - m_Name: CupcakePositionTransform2 - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &1990905541 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1990905540} - serializedVersion: 2 - m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: -0.136, y: 0.833, z: -0.078} - m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 - m_Children: [] - m_Father: {fileID: 1719222803} - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!1 &1996409640 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 1996409641} - - component: {fileID: 1996409642} - m_Layer: 0 - m_Name: FaderDirectional - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &1996409641 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1996409640} - serializedVersion: 2 - m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: 0.023957789, y: 4.7921257, z: 1.0697918} - m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 - m_Children: [] - m_Father: {fileID: 438603709} - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!114 &1996409642 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1996409640} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 6da43522623d4704e979466dc7650b65, type: 3} - m_Name: - m_EditorClassIdentifier: - Feedbacks: [] - InitializationMode: 2 - AutoInitialization: 1 - SafeMode: 3 - Direction: 0 - AutoChangeDirectionOnEnd: 0 - AutoPlayOnStart: 0 - AutoPlayOnEnable: 0 - ForceTimescaleMode: 0 - ForcedTimescaleMode: 1 - DurationMultiplier: 1 - TimescaleMultiplier: 1 - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 1.5} - DisplayFullDurationDetails: 0 - PlayerTimescaleMode: 1 - OnlyPlayIfWithinRange: 0 - RangeCenter: {fileID: 0} - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - IgnoreRangeEvents: 0 - CooldownDuration: 0 - InitialDelay: 0 - CanPlay: 1 - CanPlayWhileAlreadyPlaying: 1 - ChanceToPlay: 100 - FeedbacksIntensity: 1 - Events: - TriggerMMFeedbacksEvents: 0 - TriggerUnityEvents: 1 - OnPlay: - m_PersistentCalls: - m_Calls: [] - OnPause: - m_PersistentCalls: - m_Calls: [] - OnStop: - m_PersistentCalls: - m_Calls: [] - OnResume: - m_PersistentCalls: - m_Calls: [] - OnChangeDirection: - m_PersistentCalls: - m_Calls: [] - OnComplete: - m_PersistentCalls: - m_Calls: [] - OnRestoreInitialValues: - m_PersistentCalls: - m_Calls: [] - OnSkipToTheEnd: - m_PersistentCalls: - m_Calls: [] - OnInitializationComplete: - m_PersistentCalls: - m_Calls: [] - OnEnable: - m_PersistentCalls: - m_Calls: [] - OnDisable: - m_PersistentCalls: - m_Calls: [] - DebugActive: 0 - InScriptDrivenPause: 0 - FeedbacksList: - - rid: 0 - - rid: 1 - - rid: 2 - - rid: 3 - KeepPlayModeChanges: 0 - PerformanceMode: 0 - RestoreInitialValuesOnDisable: 0 - StopFeedbacksOnDisable: 0 - PlayCount: 0 - references: - version: 2 - RefIds: - - rid: 0 - type: {class: MMF_AudioSource, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: -491351379 - Label: AudioSource - OriginalLabel: AudioSource - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 1996409642} - DebugActive: 0 - TargetAudioSource: {fileID: 478010195} - Mode: 0 - RandomSfx: [] - MinVolume: 1 - MaxVolume: 1 - MinPitch: 1 - MaxPitch: 1 - SfxAudioMixerGroup: {fileID: 0} - - rid: 1 - type: {class: MMF_Fade, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: -504644765 - Label: Fade - OriginalLabel: Fade - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: Automatic Shaker Setup - Owner: {fileID: 1996409642} - DebugActive: 0 - FadeType: 0 - ID: 2 - Duration: 0.35 - Curve: - MMTweenDefinitionType: 0 - MMTweenCurve: 5 - Curve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - Initialized: 0 - ConditionPropertyName: - EnumConditionPropertyName: - EnumConditions: 0000000000000000000000000000000000000000000000000000000000000000 - IgnoreTimeScale: 1 - TargetAlpha: 0 - PositionMode: 1 - TargetTransform: {fileID: 2076029460} - TargetPosition: {x: 0, y: 0, z: 0} - PositionOffset: {x: 0, y: 1.6, z: 0} - TargetFader: {fileID: 0} - - rid: 2 - type: {class: MMF_HoldingPause, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: 35615602 - Label: Holding Pause - OriginalLabel: Holding Pause - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 1996409642} - DebugActive: 0 - PauseDuration: 0.1 - RandomizePauseDuration: 0 - MinPauseDuration: 1 - MaxPauseDuration: 3 - RandomizeOnEachPlay: 1 - ScriptDriven: 0 - AutoResume: 0 - AutoResumeAfter: 0.25 - - rid: 3 - type: {class: MMF_Fade, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: -1662558548 - Label: Fade - OriginalLabel: Fade - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: Automatic Shaker Setup - Owner: {fileID: 1996409642} - DebugActive: 0 - FadeType: 1 - ID: 2 - Duration: 0.2 - Curve: - MMTweenDefinitionType: 0 - MMTweenCurve: 4 - Curve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - Initialized: 0 - ConditionPropertyName: - EnumConditionPropertyName: - EnumConditions: 0000000000000000000000000000000000000000000000000000000000000000 - IgnoreTimeScale: 1 - TargetAlpha: 0 - PositionMode: 1 - TargetTransform: {fileID: 2076029460} - TargetPosition: {x: 0, y: 0, z: 0} - PositionOffset: {x: 0, y: 1.6, z: 0} - TargetFader: {fileID: 0} ---- !u!1 &1996559226 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 1996559227} - - component: {fileID: 1996559229} - - component: {fileID: 1996559228} - m_Layer: 5 - m_Name: TextMeshProTextExample - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!224 &1996559227 -RectTransform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1996559226} - m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: 0} - m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 - m_Children: - - {fileID: 2145881938} - m_Father: {fileID: 930333315} - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} - m_AnchorMin: {x: 0, y: 0} - m_AnchorMax: {x: 1, y: 1} - m_AnchoredPosition: {x: 0, y: 0} - m_SizeDelta: {x: -200, y: -200} - m_Pivot: {x: 0.5, y: 0.5} ---- !u!114 &1996559228 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1996559226} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: f4688fdb7df04437aeb418b961361dc5, type: 3} - m_Name: - m_EditorClassIdentifier: - m_Material: {fileID: 0} - m_Color: {r: 1, g: 1, b: 1, a: 1} - m_RaycastTarget: 1 - m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0} - m_Maskable: 1 - m_OnCullStateChanged: - m_PersistentCalls: - m_Calls: [] - m_text: "This is an example \nof a Text Mesh Pro\ntext object." - m_isRightToLeft: 0 - m_fontAsset: {fileID: 11400000, guid: 4eccd51250cfa3948a3ac1e21d15fe34, type: 2} - m_sharedMaterial: {fileID: 2100000, guid: 183051d3d39b2f4438c17e8ba8958555, type: 2} - m_fontSharedMaterials: [] - m_fontMaterial: {fileID: 0} - m_fontMaterials: [] - m_fontColor32: - serializedVersion: 2 - rgba: 4294967295 - m_fontColor: {r: 1, g: 1, b: 1, a: 1} - m_enableVertexGradient: 0 - m_colorMode: 3 - m_fontColorGradient: - topLeft: {r: 1, g: 1, b: 1, a: 1} - topRight: {r: 1, g: 1, b: 1, a: 1} - bottomLeft: {r: 1, g: 1, b: 1, a: 1} - bottomRight: {r: 1, g: 1, b: 1, a: 1} - m_fontColorGradientPreset: {fileID: 0} - m_spriteAsset: {fileID: 0} - m_tintAllSprites: 0 - m_StyleSheet: {fileID: 0} - m_TextStyleHashCode: 0 - m_overrideHtmlColors: 0 - m_faceColor: - serializedVersion: 2 - rgba: 4294967295 - m_fontSize: 80 - m_fontSizeBase: 80 - m_fontWeight: 400 - m_enableAutoSizing: 0 - m_fontSizeMin: 18 - m_fontSizeMax: 72 - m_fontStyle: 0 - m_HorizontalAlignment: 1 - m_VerticalAlignment: 256 - m_textAlignment: 514 - m_characterSpacing: 0 - m_wordSpacing: 0 - m_lineSpacing: 0 - m_lineSpacingMax: 0 - m_paragraphSpacing: 0 - m_charWidthMaxAdj: 0 - m_TextWrappingMode: 1 - m_wordWrappingRatios: 0.4 - m_overflowMode: 0 - m_linkedTextComponent: {fileID: 0} - parentLinkedComponent: {fileID: 0} - m_enableKerning: 1 - m_ActiveFontFeatures: 00000000 - m_enableExtraPadding: 0 - checkPaddingRequired: 0 - m_isRichText: 1 - m_EmojiFallbackSupport: 1 - m_parseCtrlCharacters: 1 - m_isOrthographic: 1 - m_isCullingEnabled: 0 - m_horizontalMapping: 0 - m_verticalMapping: 0 - m_uvLineOffset: 0 - m_geometrySortingOrder: 0 - m_IsTextObjectScaleStatic: 0 - m_VertexBufferAutoSizeReduction: 1 - m_useMaxVisibleDescender: 1 - m_pageToDisplay: 1 - m_margin: {x: 0, y: 0, z: 0, w: 0} - m_isUsingLegacyAnimationComponent: 0 - m_isVolumetricText: 0 - m_hasFontAssetChanged: 0 - m_baseMaterial: {fileID: 0} - m_maskOffset: {x: 0, y: 0, z: 0, w: 0} ---- !u!222 &1996559229 -CanvasRenderer: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1996559226} - m_CullTransparentMesh: 0 ---- !u!23 &2000030618 stripped -MeshRenderer: - m_CorrespondingSourceObject: {fileID: -1877278264268645278, guid: 9b87c0dd981e72b4abff6b56929b3e68, - type: 3} - m_PrefabInstance: {fileID: 2014623607} - m_PrefabAsset: {fileID: 0} ---- !u!1001 &2000460815 -PrefabInstance: - m_ObjectHideFlags: 0 - serializedVersion: 2 - m_Modification: - serializedVersion: 3 - m_TransformParent: {fileID: 5925910777022439345} - m_Modifications: - - target: {fileID: -8677529587330246765, guid: 98ad67e4ae4dbb54eb05b761fb2a2c02, - type: 3} - propertyPath: 'm_Materials.Array.data[0]' - value: - objectReference: {fileID: 2100000, guid: 37bbdd2870294554b9997eae9fc844e9, type: 2} - - target: {fileID: -4216859302048453862, guid: 98ad67e4ae4dbb54eb05b761fb2a2c02, - type: 3} - propertyPath: m_RootOrder - value: 0 - objectReference: {fileID: 0} - - target: {fileID: -4216859302048453862, guid: 98ad67e4ae4dbb54eb05b761fb2a2c02, - type: 3} - propertyPath: m_LocalScale.x - value: 0.011999999 - objectReference: {fileID: 0} - - target: {fileID: -4216859302048453862, guid: 98ad67e4ae4dbb54eb05b761fb2a2c02, - type: 3} - propertyPath: m_LocalScale.y - value: 0.011999999 - objectReference: {fileID: 0} - - target: {fileID: -4216859302048453862, guid: 98ad67e4ae4dbb54eb05b761fb2a2c02, - type: 3} - propertyPath: m_LocalScale.z - value: 0.011999998 - objectReference: {fileID: 0} - - target: {fileID: -4216859302048453862, guid: 98ad67e4ae4dbb54eb05b761fb2a2c02, - type: 3} - propertyPath: m_LocalPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: -4216859302048453862, guid: 98ad67e4ae4dbb54eb05b761fb2a2c02, - type: 3} - propertyPath: m_LocalPosition.y - value: 0.008060006 - objectReference: {fileID: 0} - - target: {fileID: -4216859302048453862, guid: 98ad67e4ae4dbb54eb05b761fb2a2c02, - type: 3} - propertyPath: m_LocalPosition.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: -4216859302048453862, guid: 98ad67e4ae4dbb54eb05b761fb2a2c02, - type: 3} - propertyPath: m_LocalRotation.w - value: 0.9886779 - objectReference: {fileID: 0} - - target: {fileID: -4216859302048453862, guid: 98ad67e4ae4dbb54eb05b761fb2a2c02, - type: 3} - propertyPath: m_LocalRotation.x - value: -1.2170673e-37 - objectReference: {fileID: 0} - - target: {fileID: -4216859302048453862, guid: 98ad67e4ae4dbb54eb05b761fb2a2c02, - type: 3} - propertyPath: m_LocalRotation.y - value: 0.1500531 - objectReference: {fileID: 0} - - target: {fileID: -4216859302048453862, guid: 98ad67e4ae4dbb54eb05b761fb2a2c02, - type: 3} - propertyPath: m_LocalRotation.z - value: -4.656613e-10 - objectReference: {fileID: 0} - - target: {fileID: -4216859302048453862, guid: 98ad67e4ae4dbb54eb05b761fb2a2c02, - type: 3} - propertyPath: m_LocalEulerAnglesHint.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: -4216859302048453862, guid: 98ad67e4ae4dbb54eb05b761fb2a2c02, - type: 3} - propertyPath: m_LocalEulerAnglesHint.y - value: 17.26 - objectReference: {fileID: 0} - - target: {fileID: -4216859302048453862, guid: 98ad67e4ae4dbb54eb05b761fb2a2c02, - type: 3} - propertyPath: m_LocalEulerAnglesHint.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: -3039508636789155372, guid: 98ad67e4ae4dbb54eb05b761fb2a2c02, - type: 3} - propertyPath: m_LocalPosition.x - value: -0.3743 - objectReference: {fileID: 0} - - target: {fileID: -3039508636789155372, guid: 98ad67e4ae4dbb54eb05b761fb2a2c02, - type: 3} - propertyPath: m_LocalPosition.y - value: -0.3051 - objectReference: {fileID: 0} - - target: {fileID: -3039508636789155372, guid: 98ad67e4ae4dbb54eb05b761fb2a2c02, - type: 3} - propertyPath: m_LocalPosition.z - value: 0.7774 - objectReference: {fileID: 0} - - target: {fileID: -1772638117021496538, guid: 98ad67e4ae4dbb54eb05b761fb2a2c02, - type: 3} - propertyPath: m_LocalPosition.x - value: -0.1533 - objectReference: {fileID: 0} - - target: {fileID: -1772638117021496538, guid: 98ad67e4ae4dbb54eb05b761fb2a2c02, - type: 3} - propertyPath: m_LocalPosition.y - value: -0.3491 - objectReference: {fileID: 0} - - target: {fileID: -1772638117021496538, guid: 98ad67e4ae4dbb54eb05b761fb2a2c02, - type: 3} - propertyPath: m_LocalPosition.z - value: 0.8174 - objectReference: {fileID: 0} - - target: {fileID: -927199367670048503, guid: 98ad67e4ae4dbb54eb05b761fb2a2c02, - type: 3} - propertyPath: m_Name - value: MMApple - objectReference: {fileID: 0} - - target: {fileID: -113181020801827196, guid: 98ad67e4ae4dbb54eb05b761fb2a2c02, - type: 3} - propertyPath: 'm_Materials.Array.data[0]' - value: - objectReference: {fileID: 2100000, guid: 8d712c81db4f93049b55efa80c9770b9, type: 2} - - target: {fileID: 1318462475825722627, guid: 98ad67e4ae4dbb54eb05b761fb2a2c02, - type: 3} - propertyPath: 'm_Materials.Array.data[0]' - value: - objectReference: {fileID: 2100000, guid: 6e044c899ad224c49a365cf038dc3dd0, type: 2} - - target: {fileID: 4063835366044962077, guid: 98ad67e4ae4dbb54eb05b761fb2a2c02, - type: 3} - propertyPath: 'm_Materials.Array.data[0]' - value: - objectReference: {fileID: 2100000, guid: f713b23437ee7ce4e91d79c7ebf7deb9, type: 2} - - target: {fileID: 8092435321488880213, guid: 98ad67e4ae4dbb54eb05b761fb2a2c02, - type: 3} - propertyPath: 'm_Materials.Array.data[0]' - value: - objectReference: {fileID: 2100000, guid: 37bbdd2870294554b9997eae9fc844e9, type: 2} - m_RemovedComponents: [] - m_RemovedGameObjects: [] - m_AddedGameObjects: - - targetCorrespondingSourceObject: {fileID: -4216859302048453862, guid: 98ad67e4ae4dbb54eb05b761fb2a2c02, - type: 3} - insertIndex: -1 - addedObject: {fileID: 1969294331} - m_AddedComponents: [] - m_SourcePrefab: {fileID: 100100000, guid: 98ad67e4ae4dbb54eb05b761fb2a2c02, type: 3} ---- !u!1 &2002956730 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 2002956731} - - component: {fileID: 2002956732} - m_Layer: 0 - m_Name: PositionSpring - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &2002956731 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 2002956730} - serializedVersion: 2 - m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: 0} - m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 - m_Children: [] - m_Father: {fileID: 161331536} - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!114 &2002956732 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 2002956730} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 6da43522623d4704e979466dc7650b65, type: 3} - m_Name: - m_EditorClassIdentifier: - Feedbacks: [] - InitializationMode: 2 - AutoInitialization: 1 - SafeMode: 3 - Direction: 0 - AutoChangeDirectionOnEnd: 0 - AutoPlayOnStart: 0 - AutoPlayOnEnable: 0 - ForceTimescaleMode: 0 - ForcedTimescaleMode: 1 - DurationMultiplier: 1 - TimescaleMultiplier: 1 - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 1.5} - DisplayFullDurationDetails: 0 - PlayerTimescaleMode: 1 - OnlyPlayIfWithinRange: 0 - RangeCenter: {fileID: 0} - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - IgnoreRangeEvents: 0 - CooldownDuration: 0 - InitialDelay: 0 - CanPlay: 1 - CanPlayWhileAlreadyPlaying: 1 - ChanceToPlay: 100 - FeedbacksIntensity: 1 - Events: - TriggerMMFeedbacksEvents: 0 - TriggerUnityEvents: 1 - OnPlay: - m_PersistentCalls: - m_Calls: [] - OnPause: - m_PersistentCalls: - m_Calls: [] - OnStop: - m_PersistentCalls: - m_Calls: [] - OnResume: - m_PersistentCalls: - m_Calls: [] - OnChangeDirection: - m_PersistentCalls: - m_Calls: [] - OnComplete: - m_PersistentCalls: - m_Calls: [] - OnRestoreInitialValues: - m_PersistentCalls: - m_Calls: [] - OnSkipToTheEnd: - m_PersistentCalls: - m_Calls: [] - OnInitializationComplete: - m_PersistentCalls: - m_Calls: [] - OnEnable: - m_PersistentCalls: - m_Calls: [] - OnDisable: - m_PersistentCalls: - m_Calls: [] - DebugActive: 0 - InScriptDrivenPause: 0 - FeedbacksList: - - rid: 1779414934241935491 - - rid: 1779414934241935492 - KeepPlayModeChanges: 0 - PerformanceMode: 0 - RestoreInitialValuesOnDisable: 0 - StopFeedbacksOnDisable: 0 - PlayCount: 0 - references: - version: 2 - RefIds: - - rid: 1779414934241935491 - type: {class: MMF_AudioSource, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: 123692400 - Label: AudioSource - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 24 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 2002956732} - DebugActive: 0 - TargetAudioSource: {fileID: 478010195} - Mode: 0 - RandomSfx: [] - MinVolume: 1 - MaxVolume: 1 - MinPitch: 1 - MaxPitch: 1 - SfxAudioMixerGroup: {fileID: 0} - - rid: 1779414934241935492 - type: {class: MMF_PositionSpring, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: 1279492001 - Label: Position Spring - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 24 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0.8, y: 1} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 2002956732} - DebugActive: 0 - AnimatePositionTarget: {fileID: 699640085} - DeclaredDuration: 0 - Space: 0 - DampingX: 0.4 - FrequencyX: 6 - DampingY: 0.2 - FrequencyY: 3 - DampingZ: 0.4 - FrequencyZ: 6 - Mode: 2 - MoveToPositionMin: {x: 1, y: 1, z: 1} - MoveToPositionMax: {x: 2, y: 2, z: 2} - MoveToTransform: {fileID: 0} - BumpPositionMin: {x: 0, y: 20, z: 0} - BumpPositionMax: {x: 0, y: 30, z: 0} - ForceAbsolute: 0 ---- !u!1001 &2014623607 -PrefabInstance: - m_ObjectHideFlags: 0 - serializedVersion: 2 - m_Modification: - serializedVersion: 3 - m_TransformParent: {fileID: 1034298455} - m_Modifications: - - target: {fileID: -9045235654577777656, guid: 9b87c0dd981e72b4abff6b56929b3e68, - type: 3} - propertyPath: 'm_Materials.Array.data[0]' - value: - objectReference: {fileID: 2100000, guid: 37bbdd2870294554b9997eae9fc844e9, type: 2} - - target: {fileID: -8761154226508210513, guid: 9b87c0dd981e72b4abff6b56929b3e68, - type: 3} - propertyPath: 'm_Materials.Array.data[0]' - value: - objectReference: {fileID: 2100000, guid: 37bbdd2870294554b9997eae9fc844e9, type: 2} - - target: {fileID: -8386352570577845097, guid: 9b87c0dd981e72b4abff6b56929b3e68, - type: 3} - propertyPath: 'm_Materials.Array.data[0]' - value: - objectReference: {fileID: 2100000, guid: 37bbdd2870294554b9997eae9fc844e9, type: 2} - - target: {fileID: -7695523630980310628, guid: 9b87c0dd981e72b4abff6b56929b3e68, - type: 3} - propertyPath: m_LocalPosition.x - value: -0.077 - objectReference: {fileID: 0} - - target: {fileID: -7695523630980310628, guid: 9b87c0dd981e72b4abff6b56929b3e68, - type: 3} - propertyPath: m_LocalPosition.y - value: 0.337 - objectReference: {fileID: 0} - - target: {fileID: -7695523630980310628, guid: 9b87c0dd981e72b4abff6b56929b3e68, - type: 3} - propertyPath: m_LocalPosition.z - value: 0.869 - objectReference: {fileID: 0} - - target: {fileID: -7087292799475745584, guid: 9b87c0dd981e72b4abff6b56929b3e68, - type: 3} - propertyPath: 'm_Materials.Array.data[0]' - value: - objectReference: {fileID: 2100000, guid: 6f9a3feda45015847997d62c4695715a, type: 2} - - target: {fileID: -6877092124444230486, guid: 9b87c0dd981e72b4abff6b56929b3e68, - type: 3} - propertyPath: m_LocalPosition.x - value: -0.458 - objectReference: {fileID: 0} - - target: {fileID: -6877092124444230486, guid: 9b87c0dd981e72b4abff6b56929b3e68, - type: 3} - propertyPath: m_LocalPosition.y - value: 0.349 - objectReference: {fileID: 0} - - target: {fileID: -6877092124444230486, guid: 9b87c0dd981e72b4abff6b56929b3e68, - type: 3} - propertyPath: m_LocalPosition.z - value: 0.744 - objectReference: {fileID: 0} - - target: {fileID: -4216859302048453862, guid: 9b87c0dd981e72b4abff6b56929b3e68, - type: 3} - propertyPath: m_RootOrder - value: 0 - objectReference: {fileID: 0} - - target: {fileID: -4216859302048453862, guid: 9b87c0dd981e72b4abff6b56929b3e68, - type: 3} - propertyPath: m_LocalScale.x - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: -4216859302048453862, guid: 9b87c0dd981e72b4abff6b56929b3e68, - type: 3} - propertyPath: m_LocalScale.y - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: -4216859302048453862, guid: 9b87c0dd981e72b4abff6b56929b3e68, - type: 3} - propertyPath: m_LocalScale.z - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: -4216859302048453862, guid: 9b87c0dd981e72b4abff6b56929b3e68, - type: 3} - propertyPath: m_LocalPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: -4216859302048453862, guid: 9b87c0dd981e72b4abff6b56929b3e68, - type: 3} - propertyPath: m_LocalPosition.y - value: -0.25300002 - objectReference: {fileID: 0} - - target: {fileID: -4216859302048453862, guid: 9b87c0dd981e72b4abff6b56929b3e68, - type: 3} - propertyPath: m_LocalPosition.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: -4216859302048453862, guid: 9b87c0dd981e72b4abff6b56929b3e68, - type: 3} - propertyPath: m_LocalRotation.w - value: 0.997509 - objectReference: {fileID: 0} - - target: {fileID: -4216859302048453862, guid: 9b87c0dd981e72b4abff6b56929b3e68, - type: 3} - propertyPath: m_LocalRotation.x - value: -0.070539884 - objectReference: {fileID: 0} - - target: {fileID: -4216859302048453862, guid: 9b87c0dd981e72b4abff6b56929b3e68, - type: 3} - propertyPath: m_LocalRotation.y - value: -0 - objectReference: {fileID: 0} - - target: {fileID: -4216859302048453862, guid: 9b87c0dd981e72b4abff6b56929b3e68, - type: 3} - propertyPath: m_LocalRotation.z - value: -0 - objectReference: {fileID: 0} - - target: {fileID: -4216859302048453862, guid: 9b87c0dd981e72b4abff6b56929b3e68, - type: 3} - propertyPath: m_LocalEulerAnglesHint.x - value: -8.09 - objectReference: {fileID: 0} - - target: {fileID: -4216859302048453862, guid: 9b87c0dd981e72b4abff6b56929b3e68, - type: 3} - propertyPath: m_LocalEulerAnglesHint.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: -4216859302048453862, guid: 9b87c0dd981e72b4abff6b56929b3e68, - type: 3} - propertyPath: m_LocalEulerAnglesHint.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: -1877278264268645278, guid: 9b87c0dd981e72b4abff6b56929b3e68, - type: 3} - propertyPath: 'm_Materials.Array.data[0]' - value: - objectReference: {fileID: 2100000, guid: f713b23437ee7ce4e91d79c7ebf7deb9, type: 2} - - target: {fileID: -927199367670048503, guid: 9b87c0dd981e72b4abff6b56929b3e68, - type: 3} - propertyPath: m_Name - value: MMCupcake - objectReference: {fileID: 0} - - target: {fileID: 5655413644872820369, guid: 9b87c0dd981e72b4abff6b56929b3e68, - type: 3} - propertyPath: 'm_Materials.Array.data[0]' - value: - objectReference: {fileID: 2100000, guid: c1d23fed02e635544b12ed36a30f8113, type: 2} - m_RemovedComponents: [] - m_RemovedGameObjects: [] - m_AddedGameObjects: [] - m_AddedComponents: - - targetCorrespondingSourceObject: {fileID: -927199367670048503, guid: 9b87c0dd981e72b4abff6b56929b3e68, - type: 3} - insertIndex: -1 - addedObject: {fileID: 2131905321} - m_SourcePrefab: {fileID: 100100000, guid: 9b87c0dd981e72b4abff6b56929b3e68, type: 3} ---- !u!1 &2015176684 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 2015176685} - - component: {fileID: 2015176688} - - component: {fileID: 2015176687} - - component: {fileID: 2015176686} - m_Layer: 5 - m_Name: FeedbacksScrollRectBg - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!224 &2015176685 -RectTransform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 2015176684} - m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: 0} - m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 - m_Children: [] - m_Father: {fileID: 1047976019} - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} - m_AnchorMin: {x: 0, y: 0} - m_AnchorMax: {x: 0, y: 1} - m_AnchoredPosition: {x: 169.02002, y: -0.000061035156} - m_SizeDelta: {x: 256.03, y: 0} - m_Pivot: {x: 0.5, y: 0.5} ---- !u!114 &2015176686 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 2015176684} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 1aa08ab6e0800fa44ae55d278d1423e3, type: 3} - m_Name: - m_EditorClassIdentifier: - m_Content: {fileID: 0} - m_Horizontal: 0 - m_Vertical: 1 - m_MovementType: 1 - m_Elasticity: 0.1 - m_Inertia: 1 - m_DecelerationRate: 0.135 - m_ScrollSensitivity: 1 - m_Viewport: {fileID: 2015176685} - m_HorizontalScrollbar: {fileID: 0} - m_VerticalScrollbar: {fileID: 0} - m_HorizontalScrollbarVisibility: 0 - m_VerticalScrollbarVisibility: 0 - m_HorizontalScrollbarSpacing: 0 - m_VerticalScrollbarSpacing: 0 - m_OnValueChanged: - m_PersistentCalls: - m_Calls: [] ---- !u!114 &2015176687 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 2015176684} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} - m_Name: - m_EditorClassIdentifier: - m_Material: {fileID: 0} - m_Color: {r: 0, g: 0, b: 0, a: 0.7176471} - m_RaycastTarget: 1 - m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0} - m_Maskable: 1 - m_OnCullStateChanged: - m_PersistentCalls: - m_Calls: [] - m_Sprite: {fileID: 0} - m_Type: 0 - m_PreserveAspect: 0 - m_FillCenter: 1 - m_FillMethod: 4 - m_FillAmount: 1 - m_FillClockwise: 1 - m_FillOrigin: 0 - m_UseSpriteMesh: 0 - m_PixelsPerUnitMultiplier: 1 ---- !u!222 &2015176688 -CanvasRenderer: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 2015176684} - m_CullTransparentMesh: 0 ---- !u!4 &2022528242 stripped -Transform: - m_CorrespondingSourceObject: {fileID: -4216859302048453862, guid: d84a1570448aba14ea2b1badb79fb4b3, - type: 3} - m_PrefabInstance: {fileID: 2087713397} - m_PrefabAsset: {fileID: 0} ---- !u!1001 &2024801394 -PrefabInstance: - m_ObjectHideFlags: 0 - serializedVersion: 2 - m_Modification: - serializedVersion: 3 - m_TransformParent: {fileID: 1557570896} - m_Modifications: - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: Feedbacks.Array.size - value: 6 - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[0]' - value: - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[1]' - value: - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[2]' - value: - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[3]' - value: - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[4]' - value: - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[5]' - value: - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Pivot.x - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Pivot.y - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_RootOrder - value: 71 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMax.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMax.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMin.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMin.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_SizeDelta.x - value: 256.1 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_SizeDelta.y - value: 30 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalPosition.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.w - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.x - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.y - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.z - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchoredPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchoredPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalEulerAnglesHint.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalEulerAnglesHint.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalEulerAnglesHint.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604939, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_OnClick.m_PersistentCalls.m_Calls.Array.data[0].m_Target - value: - objectReference: {fileID: 2028785055} - - target: {fileID: 2903879014986604939, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_OnClick.m_PersistentCalls.m_Calls.Array.data[0].m_MethodName - value: PlayFeedbacks - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604939, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_OnClick.m_PersistentCalls.m_Calls.Array.data[0].m_Arguments.m_ObjectArgumentAssemblyTypeName - value: UnityEngine.Object, UnityEngine - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604941, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Name - value: Button - ScaleShake - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Text - value: Scale Shake - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Color.b - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Color.g - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Color.r - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.size - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[0]' - value: MoreMountains.Feedbacks MoreMountains.Feedbacks.MMF_AudioSource - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[1]' - value: MoreMountains.Feedbacks MoreMountains.Feedbacks.MMF_ScaleShake - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[2]' - value: MoreMountains.Feedbacks MoreMountains.Feedbacks.MMF_AudioSource - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[3]' - value: MoreMountains.Feedbacks MoreMountains.Feedbacks.MMF_AudioSource - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[4]' - value: MoreMountains.Feedbacks MoreMountains.Feedbacks.MMF_AudioSource - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[5]' - value: MoreMountains.Feedbacks MoreMountains.Feedbacks.MMF_AudioSource - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Mode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Mode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Mode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Mode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Mode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Mode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Label - value: AudioSource - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Space - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Label - value: Scale Shake - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Space - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Label - value: AudioSource - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Space - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Label - value: AudioSource - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Space - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Label - value: AudioSource - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Space - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Label - value: AudioSource - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateX - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateY - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimateZ - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].MaxPitch - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].MinPitch - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].UniqueID - value: -946297210 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateX - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateY - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateZ - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Duration - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].MaxPitch - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].MinPitch - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].UniqueID - value: -1206758589 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimateX - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimateY - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimateZ - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].MaxPitch - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].MinPitch - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].UniqueID - value: -946297210 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimateX - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimateY - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimateZ - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].MaxPitch - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].MinPitch - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].UniqueID - value: -946297210 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimateX - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimateY - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimateZ - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].MaxPitch - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].MinPitch - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].UniqueID - value: -946297210 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].MaxPitch - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].MinPitch - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].UniqueID - value: -946297210 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].MaxVolume - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].MinVolume - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].MaxVolume - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].MinVolume - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].MaxVolume - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].MinVolume - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].MaxVolume - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].MinVolume - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].MaxVolume - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].MinVolume - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].MaxVolume - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].MinVolume - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ShakeRange - value: 50 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ShakeSpeed - value: 20 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].RemapCurveOne - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].RemapCurveOne - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].RemapCurveOne - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].RemapCurveOne - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].RemapCurveOne - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].RemapCurveZero - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].RemapCurveZero - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].UseAttenuation - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].RemapCurveZero - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].RemapCurveZero - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].RemapCurveZero - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].RelativePosition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].RandomnessSeed.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].RandomnessSeed.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].RandomnessSeed.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].RelativePosition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].RelativePosition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].RelativePosition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].RelativePosition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].InitialPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].InitialPosition.y - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].InitialPosition.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].TargetAudioSource - value: - objectReference: {fileID: 478010195} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].InitialPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].InitialPosition.y - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].InitialPosition.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].TargetAudioSource - value: - objectReference: {fileID: 478010195} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].InitialPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].InitialPosition.y - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].InitialPosition.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].TargetAudioSource - value: - objectReference: {fileID: 478010195} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].InitialPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].InitialPosition.y - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].InitialPosition.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].TargetAudioSource - value: - objectReference: {fileID: 478010195} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].InitialPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].InitialPosition.y - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].InitialPosition.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].TargetAudioSource - value: - objectReference: {fileID: 478010195} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].TargetAudioSource - value: - objectReference: {fileID: 478010195} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AllowAdditivePlays - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].SfxAudioMixerGroup - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AllowAdditivePlays - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].RandomizeDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].SfxAudioMixerGroup - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AllowAdditivePlays - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].SfxAudioMixerGroup - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AllowAdditivePlays - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].SfxAudioMixerGroup - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AllowAdditivePlays - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].SfxAudioMixerGroup - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].SfxAudioMixerGroup - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AddDirectionalNoise - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ShakeAltDirection.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ShakeAltDirection.y - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ShakeAltDirection.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].RandomSfx.Array.size - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].RandomSfx.Array.size - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].RandomizeSeedOnShake - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ShakeMainDirection.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ShakeMainDirection.y - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ShakeMainDirection.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].RandomSfx.Array.size - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].RandomSfx.Array.size - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].RandomSfx.Array.size - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].RandomSfx.Array.size - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionTarget - value: - objectReference: {fileID: 1579498607} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DestinationPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DestinationPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DestinationPosition.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionTarget - value: - objectReference: {fileID: 1579498607} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DestinationPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DestinationPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DestinationPosition.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionTarget - value: - objectReference: {fileID: 1579498607} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].DestinationPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].DestinationPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].DestinationPosition.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionTarget - value: - objectReference: {fileID: 1579498607} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].DestinationPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].DestinationPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].DestinationPosition.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionTarget - value: - objectReference: {fileID: 1579498607} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].DestinationPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].DestinationPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].DestinationPosition.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionDuration - value: 0.1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionDuration - value: 0.1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionDuration - value: 0.1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionDuration - value: 0.1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionDuration - value: 0.1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DeterminePositionsOnPlay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].InitialPositionTransform - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DeterminePositionsOnPlay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].InitialPositionTransform - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].RandomizeDirectionOnPlay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].DeterminePositionsOnPlay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].InitialPositionTransform - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].DeterminePositionsOnPlay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].InitialPositionTransform - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].DeterminePositionsOnPlay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].InitialPositionTransform - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ResetShakerValuesAfterShake - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ResetTargetValuesAfterShake - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DestinationPositionTransform - value: - objectReference: {fileID: 885677165} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DestinationPositionTransform - value: - objectReference: {fileID: 885677165} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].DestinationPositionTransform - value: - objectReference: {fileID: 885677165} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].DestinationPositionTransform - value: - objectReference: {fileID: 885677165} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].DestinationPositionTransform - value: - objectReference: {fileID: 885677165} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DirectionalNoiseStrengthMax.x - value: 0.25 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DirectionalNoiseStrengthMax.y - value: 0.25 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DirectionalNoiseStrengthMax.z - value: 0.25 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DirectionalNoiseStrengthMin.x - value: 0.25 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DirectionalNoiseStrengthMin.y - value: 0.25 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DirectionalNoiseStrengthMin.z - value: 0.25 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AttenuationCurve.m_PreInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AttenuationCurve.m_PostInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AttenuationCurve.m_RotationOrder - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurve.m_PreInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurve.m_PreInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurve.m_PreInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurve.m_PreInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurve.m_PreInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurve.m_PostInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveX.m_PreInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveY.m_PreInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveZ.m_PreInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurve.m_PostInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveX.m_PreInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveY.m_PreInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveZ.m_PreInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AttenuationCurve.m_Curve.Array.size - value: 3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurve.m_PostInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveX.m_PreInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveY.m_PreInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveZ.m_PreInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurve.m_PostInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveX.m_PreInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveY.m_PreInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveZ.m_PreInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurve.m_PostInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveX.m_PreInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveY.m_PreInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveZ.m_PreInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurve.m_RotationOrder - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveX.m_PostInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveY.m_PostInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveZ.m_PostInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurve.m_RotationOrder - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveX.m_PostInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveY.m_PostInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveZ.m_PostInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurve.m_RotationOrder - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveX.m_PostInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveY.m_PostInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveZ.m_PostInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurve.m_RotationOrder - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveX.m_PostInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveY.m_PostInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveZ.m_PostInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurve.m_RotationOrder - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveX.m_PostInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveY.m_PostInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveZ.m_PostInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveX.m_RotationOrder - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveY.m_RotationOrder - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveZ.m_RotationOrder - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveX.m_RotationOrder - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveY.m_RotationOrder - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveZ.m_RotationOrder - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveX.m_RotationOrder - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveY.m_RotationOrder - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveZ.m_RotationOrder - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveX.m_RotationOrder - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveY.m_RotationOrder - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveZ.m_RotationOrder - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveX.m_RotationOrder - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveY.m_RotationOrder - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveZ.m_RotationOrder - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurve.m_Curve.Array.size - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurve.m_Curve.Array.size - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurve.m_Curve.Array.size - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurve.m_Curve.Array.size - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurve.m_Curve.Array.size - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveX.m_Curve.Array.size - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveY.m_Curve.Array.size - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveZ.m_Curve.Array.size - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveX.m_Curve.Array.size - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveY.m_Curve.Array.size - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveZ.m_Curve.Array.size - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveX.m_Curve.Array.size - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveY.m_Curve.Array.size - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveZ.m_Curve.Array.size - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveX.m_Curve.Array.size - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveY.m_Curve.Array.size - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveZ.m_Curve.Array.size - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveX.m_Curve.Array.size - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveY.m_Curve.Array.size - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveZ.m_Curve.Array.size - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AttenuationCurve.m_Curve.Array.data[0].time - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AttenuationCurve.m_Curve.Array.data[1].time - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AttenuationCurve.m_Curve.Array.data[2].time - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AttenuationCurve.m_Curve.Array.data[0].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AttenuationCurve.m_Curve.Array.data[1].value - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AttenuationCurve.m_Curve.Array.data[2].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AttenuationCurve.m_Curve.Array.data[0].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AttenuationCurve.m_Curve.Array.data[1].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AttenuationCurve.m_Curve.Array.data[2].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurve.m_Curve.Array.data[0].time - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurve.m_Curve.Array.data[1].time - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurve.m_Curve.Array.data[2].time - value: 0.86557615 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurve.m_Curve.Array.data[3].time - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurve.m_Curve.Array.data[4].time - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurve.m_Curve.Array.data[0].time - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurve.m_Curve.Array.data[1].time - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurve.m_Curve.Array.data[2].time - value: 0.86557615 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurve.m_Curve.Array.data[3].time - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurve.m_Curve.Array.data[4].time - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AttenuationCurve.m_Curve.Array.data[0].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AttenuationCurve.m_Curve.Array.data[0].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AttenuationCurve.m_Curve.Array.data[1].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AttenuationCurve.m_Curve.Array.data[1].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AttenuationCurve.m_Curve.Array.data[2].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AttenuationCurve.m_Curve.Array.data[2].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurve.m_Curve.Array.data[0].time - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurve.m_Curve.Array.data[1].time - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurve.m_Curve.Array.data[2].time - value: 0.86557615 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurve.m_Curve.Array.data[3].time - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurve.m_Curve.Array.data[4].time - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurve.m_Curve.Array.data[0].time - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurve.m_Curve.Array.data[1].time - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurve.m_Curve.Array.data[2].time - value: 0.86557615 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurve.m_Curve.Array.data[3].time - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurve.m_Curve.Array.data[0].time - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurve.m_Curve.Array.data[1].time - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurve.m_Curve.Array.data[0].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurve.m_Curve.Array.data[1].value - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurve.m_Curve.Array.data[2].value - value: 1.6325867 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurve.m_Curve.Array.data[3].value - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurve.m_Curve.Array.data[4].value - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveX.m_Curve.Array.data[0].time - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveX.m_Curve.Array.data[1].time - value: 0.3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveX.m_Curve.Array.data[2].time - value: 0.6 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveX.m_Curve.Array.data[3].time - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveY.m_Curve.Array.data[0].time - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveY.m_Curve.Array.data[1].time - value: 0.3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveY.m_Curve.Array.data[2].time - value: 0.6 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveY.m_Curve.Array.data[3].time - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveZ.m_Curve.Array.data[0].time - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveZ.m_Curve.Array.data[1].time - value: 0.3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveZ.m_Curve.Array.data[2].time - value: 0.6 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveZ.m_Curve.Array.data[3].time - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurve.m_Curve.Array.data[0].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurve.m_Curve.Array.data[1].value - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurve.m_Curve.Array.data[2].value - value: 1.6325867 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurve.m_Curve.Array.data[3].value - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurve.m_Curve.Array.data[4].value - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveX.m_Curve.Array.data[0].time - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveX.m_Curve.Array.data[1].time - value: 0.3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveX.m_Curve.Array.data[2].time - value: 0.6 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveX.m_Curve.Array.data[3].time - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveY.m_Curve.Array.data[0].time - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveY.m_Curve.Array.data[1].time - value: 0.3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveY.m_Curve.Array.data[2].time - value: 0.6 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveY.m_Curve.Array.data[3].time - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveZ.m_Curve.Array.data[0].time - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveZ.m_Curve.Array.data[1].time - value: 0.3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveZ.m_Curve.Array.data[2].time - value: 0.6 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveZ.m_Curve.Array.data[3].time - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AttenuationCurve.m_Curve.Array.data[0].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AttenuationCurve.m_Curve.Array.data[1].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AttenuationCurve.m_Curve.Array.data[2].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurve.m_Curve.Array.data[0].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurve.m_Curve.Array.data[1].value - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurve.m_Curve.Array.data[2].value - value: 1.6325867 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurve.m_Curve.Array.data[3].value - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurve.m_Curve.Array.data[4].value - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveX.m_Curve.Array.data[0].time - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveX.m_Curve.Array.data[1].time - value: 0.3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveX.m_Curve.Array.data[2].time - value: 0.6 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveX.m_Curve.Array.data[3].time - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveY.m_Curve.Array.data[0].time - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveY.m_Curve.Array.data[1].time - value: 0.3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveY.m_Curve.Array.data[2].time - value: 0.6 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveY.m_Curve.Array.data[3].time - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveZ.m_Curve.Array.data[0].time - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveZ.m_Curve.Array.data[1].time - value: 0.3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveZ.m_Curve.Array.data[2].time - value: 0.6 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveZ.m_Curve.Array.data[3].time - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurve.m_Curve.Array.data[0].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurve.m_Curve.Array.data[1].value - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurve.m_Curve.Array.data[2].value - value: 1.6325867 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurve.m_Curve.Array.data[3].value - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveX.m_Curve.Array.data[0].time - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveX.m_Curve.Array.data[1].time - value: 0.3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveX.m_Curve.Array.data[2].time - value: 0.6 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveX.m_Curve.Array.data[3].time - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveY.m_Curve.Array.data[0].time - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveY.m_Curve.Array.data[1].time - value: 0.3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveY.m_Curve.Array.data[2].time - value: 0.6 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveY.m_Curve.Array.data[3].time - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveZ.m_Curve.Array.data[0].time - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveZ.m_Curve.Array.data[1].time - value: 0.3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveZ.m_Curve.Array.data[2].time - value: 0.6 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveZ.m_Curve.Array.data[3].time - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurve.m_Curve.Array.data[0].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurve.m_Curve.Array.data[1].value - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveX.m_Curve.Array.data[0].time - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveX.m_Curve.Array.data[1].time - value: 0.3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveX.m_Curve.Array.data[2].time - value: 0.6 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveX.m_Curve.Array.data[3].time - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveY.m_Curve.Array.data[0].time - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveY.m_Curve.Array.data[1].time - value: 0.3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveY.m_Curve.Array.data[2].time - value: 0.6 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveY.m_Curve.Array.data[3].time - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveZ.m_Curve.Array.data[0].time - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveZ.m_Curve.Array.data[1].time - value: 0.3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveZ.m_Curve.Array.data[2].time - value: 0.6 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveZ.m_Curve.Array.data[3].time - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveX.m_Curve.Array.data[0].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveX.m_Curve.Array.data[1].value - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveX.m_Curve.Array.data[2].value - value: -1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveX.m_Curve.Array.data[3].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveY.m_Curve.Array.data[0].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveY.m_Curve.Array.data[1].value - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveY.m_Curve.Array.data[2].value - value: -1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveY.m_Curve.Array.data[3].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveZ.m_Curve.Array.data[0].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveZ.m_Curve.Array.data[1].value - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveZ.m_Curve.Array.data[2].value - value: -1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveZ.m_Curve.Array.data[3].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveX.m_Curve.Array.data[0].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveX.m_Curve.Array.data[1].value - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveX.m_Curve.Array.data[2].value - value: -1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveX.m_Curve.Array.data[3].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveY.m_Curve.Array.data[0].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveY.m_Curve.Array.data[1].value - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveY.m_Curve.Array.data[2].value - value: -1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveY.m_Curve.Array.data[3].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveZ.m_Curve.Array.data[0].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveZ.m_Curve.Array.data[1].value - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveZ.m_Curve.Array.data[2].value - value: -1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveZ.m_Curve.Array.data[3].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveX.m_Curve.Array.data[0].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveX.m_Curve.Array.data[1].value - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveX.m_Curve.Array.data[2].value - value: -1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveX.m_Curve.Array.data[3].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveY.m_Curve.Array.data[0].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveY.m_Curve.Array.data[1].value - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveY.m_Curve.Array.data[2].value - value: -1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveY.m_Curve.Array.data[3].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveZ.m_Curve.Array.data[0].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveZ.m_Curve.Array.data[1].value - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveZ.m_Curve.Array.data[2].value - value: -1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveZ.m_Curve.Array.data[3].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveX.m_Curve.Array.data[0].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveX.m_Curve.Array.data[1].value - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveX.m_Curve.Array.data[2].value - value: -1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveX.m_Curve.Array.data[3].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveY.m_Curve.Array.data[0].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveY.m_Curve.Array.data[1].value - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveY.m_Curve.Array.data[2].value - value: -1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveY.m_Curve.Array.data[3].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveZ.m_Curve.Array.data[0].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveZ.m_Curve.Array.data[1].value - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveZ.m_Curve.Array.data[2].value - value: -1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveZ.m_Curve.Array.data[3].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveX.m_Curve.Array.data[0].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveX.m_Curve.Array.data[1].value - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveX.m_Curve.Array.data[2].value - value: -1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveX.m_Curve.Array.data[3].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveY.m_Curve.Array.data[0].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveY.m_Curve.Array.data[1].value - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveY.m_Curve.Array.data[2].value - value: -1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveY.m_Curve.Array.data[3].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveZ.m_Curve.Array.data[0].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveZ.m_Curve.Array.data[1].value - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveZ.m_Curve.Array.data[2].value - value: -1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveZ.m_Curve.Array.data[3].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurve.m_Curve.Array.data[0].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurve.m_Curve.Array.data[1].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurve.m_Curve.Array.data[2].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurve.m_Curve.Array.data[3].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurve.m_Curve.Array.data[4].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurve.m_Curve.Array.data[0].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurve.m_Curve.Array.data[1].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurve.m_Curve.Array.data[2].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurve.m_Curve.Array.data[3].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurve.m_Curve.Array.data[4].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AttenuationCurve.m_Curve.Array.data[0].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AttenuationCurve.m_Curve.Array.data[1].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AttenuationCurve.m_Curve.Array.data[2].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurve.m_Curve.Array.data[0].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurve.m_Curve.Array.data[1].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurve.m_Curve.Array.data[2].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurve.m_Curve.Array.data[3].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurve.m_Curve.Array.data[4].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurve.m_Curve.Array.data[0].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurve.m_Curve.Array.data[1].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurve.m_Curve.Array.data[2].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurve.m_Curve.Array.data[3].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurve.m_Curve.Array.data[0].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurve.m_Curve.Array.data[1].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurve.m_Curve.Array.data[0].inWeight - value: 0.33333334 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurve.m_Curve.Array.data[0].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurve.m_Curve.Array.data[1].inWeight - value: 0.33333334 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurve.m_Curve.Array.data[1].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurve.m_Curve.Array.data[2].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurve.m_Curve.Array.data[2].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurve.m_Curve.Array.data[3].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurve.m_Curve.Array.data[3].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurve.m_Curve.Array.data[4].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurve.m_Curve.Array.data[4].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveX.m_Curve.Array.data[0].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveX.m_Curve.Array.data[1].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveX.m_Curve.Array.data[2].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveX.m_Curve.Array.data[3].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveY.m_Curve.Array.data[0].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveY.m_Curve.Array.data[1].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveY.m_Curve.Array.data[2].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveY.m_Curve.Array.data[3].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveZ.m_Curve.Array.data[0].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveZ.m_Curve.Array.data[1].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveZ.m_Curve.Array.data[2].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveZ.m_Curve.Array.data[3].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurve.m_Curve.Array.data[0].inWeight - value: 0.33333334 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurve.m_Curve.Array.data[0].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurve.m_Curve.Array.data[1].inWeight - value: 0.33333334 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurve.m_Curve.Array.data[1].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurve.m_Curve.Array.data[2].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurve.m_Curve.Array.data[2].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurve.m_Curve.Array.data[3].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurve.m_Curve.Array.data[3].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurve.m_Curve.Array.data[4].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurve.m_Curve.Array.data[4].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveX.m_Curve.Array.data[0].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveX.m_Curve.Array.data[1].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveX.m_Curve.Array.data[2].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveX.m_Curve.Array.data[3].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveY.m_Curve.Array.data[0].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveY.m_Curve.Array.data[1].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveY.m_Curve.Array.data[2].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveY.m_Curve.Array.data[3].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveZ.m_Curve.Array.data[0].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveZ.m_Curve.Array.data[1].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveZ.m_Curve.Array.data[2].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveZ.m_Curve.Array.data[3].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AttenuationCurve.m_Curve.Array.data[0].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AttenuationCurve.m_Curve.Array.data[1].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AttenuationCurve.m_Curve.Array.data[2].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurve.m_Curve.Array.data[0].inWeight - value: 0.33333334 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurve.m_Curve.Array.data[0].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurve.m_Curve.Array.data[1].inWeight - value: 0.33333334 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurve.m_Curve.Array.data[1].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurve.m_Curve.Array.data[2].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurve.m_Curve.Array.data[2].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurve.m_Curve.Array.data[3].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurve.m_Curve.Array.data[3].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurve.m_Curve.Array.data[4].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurve.m_Curve.Array.data[4].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveX.m_Curve.Array.data[0].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveX.m_Curve.Array.data[1].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveX.m_Curve.Array.data[2].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveX.m_Curve.Array.data[3].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveY.m_Curve.Array.data[0].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveY.m_Curve.Array.data[1].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveY.m_Curve.Array.data[2].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveY.m_Curve.Array.data[3].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveZ.m_Curve.Array.data[0].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveZ.m_Curve.Array.data[1].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveZ.m_Curve.Array.data[2].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveZ.m_Curve.Array.data[3].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurve.m_Curve.Array.data[0].inWeight - value: 0.33333334 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurve.m_Curve.Array.data[0].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurve.m_Curve.Array.data[1].inWeight - value: 0.33333334 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurve.m_Curve.Array.data[1].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurve.m_Curve.Array.data[2].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurve.m_Curve.Array.data[2].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurve.m_Curve.Array.data[3].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurve.m_Curve.Array.data[3].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveX.m_Curve.Array.data[0].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveX.m_Curve.Array.data[1].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveX.m_Curve.Array.data[2].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveX.m_Curve.Array.data[3].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveY.m_Curve.Array.data[0].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveY.m_Curve.Array.data[1].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveY.m_Curve.Array.data[2].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveY.m_Curve.Array.data[3].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveZ.m_Curve.Array.data[0].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveZ.m_Curve.Array.data[1].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveZ.m_Curve.Array.data[2].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveZ.m_Curve.Array.data[3].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurve.m_Curve.Array.data[0].inWeight - value: 0.33333334 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurve.m_Curve.Array.data[0].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurve.m_Curve.Array.data[1].inWeight - value: 0.33333334 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurve.m_Curve.Array.data[1].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveX.m_Curve.Array.data[0].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveX.m_Curve.Array.data[1].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveX.m_Curve.Array.data[2].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveX.m_Curve.Array.data[3].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveY.m_Curve.Array.data[0].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveY.m_Curve.Array.data[1].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveY.m_Curve.Array.data[2].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveY.m_Curve.Array.data[3].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveZ.m_Curve.Array.data[0].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveZ.m_Curve.Array.data[1].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveZ.m_Curve.Array.data[2].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveZ.m_Curve.Array.data[3].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurve.m_Curve.Array.data[0].outWeight - value: 0.33333334 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurve.m_Curve.Array.data[1].outWeight - value: 0.33333334 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurve.m_Curve.Array.data[2].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurve.m_Curve.Array.data[3].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurve.m_Curve.Array.data[4].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveX.m_Curve.Array.data[0].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveX.m_Curve.Array.data[0].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveX.m_Curve.Array.data[1].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveX.m_Curve.Array.data[1].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveX.m_Curve.Array.data[2].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveX.m_Curve.Array.data[2].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveX.m_Curve.Array.data[3].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveX.m_Curve.Array.data[3].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveY.m_Curve.Array.data[0].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveY.m_Curve.Array.data[0].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveY.m_Curve.Array.data[1].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveY.m_Curve.Array.data[1].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveY.m_Curve.Array.data[2].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveY.m_Curve.Array.data[2].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveY.m_Curve.Array.data[3].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveY.m_Curve.Array.data[3].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveZ.m_Curve.Array.data[0].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveZ.m_Curve.Array.data[0].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveZ.m_Curve.Array.data[1].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveZ.m_Curve.Array.data[1].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveZ.m_Curve.Array.data[2].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveZ.m_Curve.Array.data[2].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveZ.m_Curve.Array.data[3].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveZ.m_Curve.Array.data[3].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurve.m_Curve.Array.data[0].outWeight - value: 0.33333334 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurve.m_Curve.Array.data[1].outWeight - value: 0.33333334 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurve.m_Curve.Array.data[2].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurve.m_Curve.Array.data[3].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurve.m_Curve.Array.data[4].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveX.m_Curve.Array.data[0].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveX.m_Curve.Array.data[0].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveX.m_Curve.Array.data[1].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveX.m_Curve.Array.data[1].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveX.m_Curve.Array.data[2].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveX.m_Curve.Array.data[2].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveX.m_Curve.Array.data[3].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveX.m_Curve.Array.data[3].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveY.m_Curve.Array.data[0].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveY.m_Curve.Array.data[0].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveY.m_Curve.Array.data[1].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveY.m_Curve.Array.data[1].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveY.m_Curve.Array.data[2].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveY.m_Curve.Array.data[2].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveY.m_Curve.Array.data[3].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveY.m_Curve.Array.data[3].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveZ.m_Curve.Array.data[0].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveZ.m_Curve.Array.data[0].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveZ.m_Curve.Array.data[1].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveZ.m_Curve.Array.data[1].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveZ.m_Curve.Array.data[2].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveZ.m_Curve.Array.data[2].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveZ.m_Curve.Array.data[3].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveZ.m_Curve.Array.data[3].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurve.m_Curve.Array.data[0].outWeight - value: 0.33333334 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurve.m_Curve.Array.data[1].outWeight - value: 0.33333334 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurve.m_Curve.Array.data[2].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurve.m_Curve.Array.data[3].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurve.m_Curve.Array.data[4].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveX.m_Curve.Array.data[0].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveX.m_Curve.Array.data[0].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveX.m_Curve.Array.data[1].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveX.m_Curve.Array.data[1].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveX.m_Curve.Array.data[2].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveX.m_Curve.Array.data[2].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveX.m_Curve.Array.data[3].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveX.m_Curve.Array.data[3].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveY.m_Curve.Array.data[0].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveY.m_Curve.Array.data[0].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveY.m_Curve.Array.data[1].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveY.m_Curve.Array.data[1].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveY.m_Curve.Array.data[2].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveY.m_Curve.Array.data[2].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveY.m_Curve.Array.data[3].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveY.m_Curve.Array.data[3].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveZ.m_Curve.Array.data[0].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveZ.m_Curve.Array.data[0].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveZ.m_Curve.Array.data[1].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveZ.m_Curve.Array.data[1].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveZ.m_Curve.Array.data[2].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveZ.m_Curve.Array.data[2].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveZ.m_Curve.Array.data[3].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveZ.m_Curve.Array.data[3].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurve.m_Curve.Array.data[0].outWeight - value: 0.33333334 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurve.m_Curve.Array.data[1].outWeight - value: 0.33333334 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurve.m_Curve.Array.data[2].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurve.m_Curve.Array.data[3].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveX.m_Curve.Array.data[0].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveX.m_Curve.Array.data[0].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveX.m_Curve.Array.data[1].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveX.m_Curve.Array.data[1].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveX.m_Curve.Array.data[2].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveX.m_Curve.Array.data[2].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveX.m_Curve.Array.data[3].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveX.m_Curve.Array.data[3].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveY.m_Curve.Array.data[0].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveY.m_Curve.Array.data[0].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveY.m_Curve.Array.data[1].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveY.m_Curve.Array.data[1].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveY.m_Curve.Array.data[2].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveY.m_Curve.Array.data[2].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveY.m_Curve.Array.data[3].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveY.m_Curve.Array.data[3].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveZ.m_Curve.Array.data[0].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveZ.m_Curve.Array.data[0].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveZ.m_Curve.Array.data[1].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveZ.m_Curve.Array.data[1].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveZ.m_Curve.Array.data[2].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveZ.m_Curve.Array.data[2].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveZ.m_Curve.Array.data[3].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveZ.m_Curve.Array.data[3].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurve.m_Curve.Array.data[0].outWeight - value: 0.33333334 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurve.m_Curve.Array.data[1].outWeight - value: 0.33333334 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveX.m_Curve.Array.data[0].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveX.m_Curve.Array.data[0].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveX.m_Curve.Array.data[1].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveX.m_Curve.Array.data[1].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveX.m_Curve.Array.data[2].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveX.m_Curve.Array.data[2].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveX.m_Curve.Array.data[3].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveX.m_Curve.Array.data[3].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveY.m_Curve.Array.data[0].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveY.m_Curve.Array.data[0].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveY.m_Curve.Array.data[1].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveY.m_Curve.Array.data[1].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveY.m_Curve.Array.data[2].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveY.m_Curve.Array.data[2].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveY.m_Curve.Array.data[3].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveY.m_Curve.Array.data[3].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveZ.m_Curve.Array.data[0].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveZ.m_Curve.Array.data[0].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveZ.m_Curve.Array.data[1].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveZ.m_Curve.Array.data[1].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveZ.m_Curve.Array.data[2].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveZ.m_Curve.Array.data[2].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveZ.m_Curve.Array.data[3].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveZ.m_Curve.Array.data[3].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveX.m_Curve.Array.data[0].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveX.m_Curve.Array.data[1].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveX.m_Curve.Array.data[2].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveX.m_Curve.Array.data[3].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveY.m_Curve.Array.data[0].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveY.m_Curve.Array.data[1].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveY.m_Curve.Array.data[2].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveY.m_Curve.Array.data[3].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveZ.m_Curve.Array.data[0].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveZ.m_Curve.Array.data[1].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveZ.m_Curve.Array.data[2].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveZ.m_Curve.Array.data[3].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveX.m_Curve.Array.data[0].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveX.m_Curve.Array.data[1].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveX.m_Curve.Array.data[2].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveX.m_Curve.Array.data[3].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveY.m_Curve.Array.data[0].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveY.m_Curve.Array.data[1].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveY.m_Curve.Array.data[2].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveY.m_Curve.Array.data[3].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveZ.m_Curve.Array.data[0].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveZ.m_Curve.Array.data[1].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveZ.m_Curve.Array.data[2].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveZ.m_Curve.Array.data[3].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveX.m_Curve.Array.data[0].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveX.m_Curve.Array.data[1].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveX.m_Curve.Array.data[2].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveX.m_Curve.Array.data[3].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveY.m_Curve.Array.data[0].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveY.m_Curve.Array.data[1].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveY.m_Curve.Array.data[2].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveY.m_Curve.Array.data[3].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveZ.m_Curve.Array.data[0].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveZ.m_Curve.Array.data[1].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveZ.m_Curve.Array.data[2].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveZ.m_Curve.Array.data[3].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveX.m_Curve.Array.data[0].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveX.m_Curve.Array.data[1].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveX.m_Curve.Array.data[2].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveX.m_Curve.Array.data[3].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveY.m_Curve.Array.data[0].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveY.m_Curve.Array.data[1].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveY.m_Curve.Array.data[2].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveY.m_Curve.Array.data[3].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveZ.m_Curve.Array.data[0].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveZ.m_Curve.Array.data[1].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveZ.m_Curve.Array.data[2].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveZ.m_Curve.Array.data[3].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveX.m_Curve.Array.data[0].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveX.m_Curve.Array.data[1].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveX.m_Curve.Array.data[2].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveX.m_Curve.Array.data[3].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveY.m_Curve.Array.data[0].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveY.m_Curve.Array.data[1].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveY.m_Curve.Array.data[2].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveY.m_Curve.Array.data[3].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveZ.m_Curve.Array.data[0].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveZ.m_Curve.Array.data[1].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveZ.m_Curve.Array.data[2].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveZ.m_Curve.Array.data[3].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurve.m_Curve.Array.data[0].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurve.m_Curve.Array.data[1].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurve.m_Curve.Array.data[2].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurve.m_Curve.Array.data[3].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurve.m_Curve.Array.data[4].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurve.m_Curve.Array.data[0].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurve.m_Curve.Array.data[1].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurve.m_Curve.Array.data[2].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurve.m_Curve.Array.data[3].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurve.m_Curve.Array.data[4].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurve.m_Curve.Array.data[0].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurve.m_Curve.Array.data[1].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurve.m_Curve.Array.data[2].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurve.m_Curve.Array.data[3].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurve.m_Curve.Array.data[4].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurve.m_Curve.Array.data[0].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurve.m_Curve.Array.data[1].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurve.m_Curve.Array.data[2].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurve.m_Curve.Array.data[3].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurve.m_Curve.Array.data[0].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurve.m_Curve.Array.data[1].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurve.m_Curve.Array.data[0].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurve.m_Curve.Array.data[1].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurve.m_Curve.Array.data[2].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurve.m_Curve.Array.data[3].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurve.m_Curve.Array.data[4].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveX.m_Curve.Array.data[0].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveX.m_Curve.Array.data[1].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveX.m_Curve.Array.data[2].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveX.m_Curve.Array.data[3].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveY.m_Curve.Array.data[0].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveY.m_Curve.Array.data[1].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveY.m_Curve.Array.data[2].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveY.m_Curve.Array.data[3].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveZ.m_Curve.Array.data[0].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveZ.m_Curve.Array.data[1].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveZ.m_Curve.Array.data[2].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveZ.m_Curve.Array.data[3].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurve.m_Curve.Array.data[0].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurve.m_Curve.Array.data[1].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurve.m_Curve.Array.data[2].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurve.m_Curve.Array.data[3].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurve.m_Curve.Array.data[4].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveX.m_Curve.Array.data[0].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveX.m_Curve.Array.data[1].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveX.m_Curve.Array.data[2].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveX.m_Curve.Array.data[3].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveY.m_Curve.Array.data[0].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveY.m_Curve.Array.data[1].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveY.m_Curve.Array.data[2].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveY.m_Curve.Array.data[3].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveZ.m_Curve.Array.data[0].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveZ.m_Curve.Array.data[1].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveZ.m_Curve.Array.data[2].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveZ.m_Curve.Array.data[3].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurve.m_Curve.Array.data[0].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurve.m_Curve.Array.data[1].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurve.m_Curve.Array.data[2].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurve.m_Curve.Array.data[3].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurve.m_Curve.Array.data[4].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveX.m_Curve.Array.data[0].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveX.m_Curve.Array.data[1].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveX.m_Curve.Array.data[2].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveX.m_Curve.Array.data[3].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveY.m_Curve.Array.data[0].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveY.m_Curve.Array.data[1].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveY.m_Curve.Array.data[2].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveY.m_Curve.Array.data[3].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveZ.m_Curve.Array.data[0].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveZ.m_Curve.Array.data[1].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveZ.m_Curve.Array.data[2].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveZ.m_Curve.Array.data[3].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurve.m_Curve.Array.data[0].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurve.m_Curve.Array.data[1].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurve.m_Curve.Array.data[2].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurve.m_Curve.Array.data[3].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveX.m_Curve.Array.data[0].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveX.m_Curve.Array.data[1].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveX.m_Curve.Array.data[2].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveX.m_Curve.Array.data[3].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveY.m_Curve.Array.data[0].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveY.m_Curve.Array.data[1].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveY.m_Curve.Array.data[2].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveY.m_Curve.Array.data[3].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveZ.m_Curve.Array.data[0].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveZ.m_Curve.Array.data[1].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveZ.m_Curve.Array.data[2].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveZ.m_Curve.Array.data[3].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurve.m_Curve.Array.data[0].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurve.m_Curve.Array.data[1].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveX.m_Curve.Array.data[0].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveX.m_Curve.Array.data[1].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveX.m_Curve.Array.data[2].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveX.m_Curve.Array.data[3].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveY.m_Curve.Array.data[0].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveY.m_Curve.Array.data[1].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveY.m_Curve.Array.data[2].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveY.m_Curve.Array.data[3].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveZ.m_Curve.Array.data[0].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveZ.m_Curve.Array.data[1].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveZ.m_Curve.Array.data[2].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveZ.m_Curve.Array.data[3].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveX.m_Curve.Array.data[0].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveX.m_Curve.Array.data[1].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveX.m_Curve.Array.data[2].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveX.m_Curve.Array.data[3].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveY.m_Curve.Array.data[0].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveY.m_Curve.Array.data[1].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveY.m_Curve.Array.data[2].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveY.m_Curve.Array.data[3].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveZ.m_Curve.Array.data[0].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveZ.m_Curve.Array.data[1].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveZ.m_Curve.Array.data[2].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].AnimatePositionCurveZ.m_Curve.Array.data[3].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveX.m_Curve.Array.data[0].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveX.m_Curve.Array.data[1].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveX.m_Curve.Array.data[2].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveX.m_Curve.Array.data[3].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveY.m_Curve.Array.data[0].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveY.m_Curve.Array.data[1].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveY.m_Curve.Array.data[2].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveY.m_Curve.Array.data[3].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveZ.m_Curve.Array.data[0].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveZ.m_Curve.Array.data[1].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveZ.m_Curve.Array.data[2].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimatePositionCurveZ.m_Curve.Array.data[3].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveX.m_Curve.Array.data[0].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveX.m_Curve.Array.data[1].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveX.m_Curve.Array.data[2].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveX.m_Curve.Array.data[3].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveY.m_Curve.Array.data[0].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveY.m_Curve.Array.data[1].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveY.m_Curve.Array.data[2].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveY.m_Curve.Array.data[3].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveZ.m_Curve.Array.data[0].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveZ.m_Curve.Array.data[1].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveZ.m_Curve.Array.data[2].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AnimatePositionCurveZ.m_Curve.Array.data[3].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveX.m_Curve.Array.data[0].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveX.m_Curve.Array.data[1].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveX.m_Curve.Array.data[2].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveX.m_Curve.Array.data[3].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveY.m_Curve.Array.data[0].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveY.m_Curve.Array.data[1].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveY.m_Curve.Array.data[2].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveY.m_Curve.Array.data[3].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveZ.m_Curve.Array.data[0].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveZ.m_Curve.Array.data[1].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveZ.m_Curve.Array.data[2].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].AnimatePositionCurveZ.m_Curve.Array.data[3].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveX.m_Curve.Array.data[0].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveX.m_Curve.Array.data[1].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveX.m_Curve.Array.data[2].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveX.m_Curve.Array.data[3].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveY.m_Curve.Array.data[0].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveY.m_Curve.Array.data[1].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveY.m_Curve.Array.data[2].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveY.m_Curve.Array.data[3].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveZ.m_Curve.Array.data[0].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveZ.m_Curve.Array.data[1].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveZ.m_Curve.Array.data[2].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveZ.m_Curve.Array.data[3].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 9167406172343059487, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_IsActive - value: 0 - objectReference: {fileID: 0} - m_RemovedComponents: - - {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, type: 3} - m_RemovedGameObjects: [] - m_AddedGameObjects: [] - m_AddedComponents: [] - m_SourcePrefab: {fileID: 100100000, guid: a16c33a1240b8ce4f930161a7c85fae6, type: 3} ---- !u!224 &2024801395 stripped -RectTransform: - m_CorrespondingSourceObject: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - m_PrefabInstance: {fileID: 2024801394} - m_PrefabAsset: {fileID: 0} ---- !u!1 &2028785053 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 2028785054} - - component: {fileID: 2028785055} - m_Layer: 0 - m_Name: ScaleShake - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &2028785054 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 2028785053} - serializedVersion: 2 - m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: 0} - m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 - m_Children: [] - m_Father: {fileID: 161331536} - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!114 &2028785055 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 2028785053} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 6da43522623d4704e979466dc7650b65, type: 3} - m_Name: - m_EditorClassIdentifier: - Feedbacks: [] - InitializationMode: 2 - AutoInitialization: 1 - SafeMode: 3 - Direction: 0 - AutoChangeDirectionOnEnd: 0 - AutoPlayOnStart: 0 - AutoPlayOnEnable: 0 - ForceTimescaleMode: 0 - ForcedTimescaleMode: 1 - DurationMultiplier: 1 - TimescaleMultiplier: 1 - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 1.5} - DisplayFullDurationDetails: 0 - PlayerTimescaleMode: 1 - OnlyPlayIfWithinRange: 0 - RangeCenter: {fileID: 0} - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - IgnoreRangeEvents: 0 - CooldownDuration: 0 - InitialDelay: 0 - CanPlay: 1 - CanPlayWhileAlreadyPlaying: 1 - ChanceToPlay: 100 - FeedbacksIntensity: 1 - Events: - TriggerMMFeedbacksEvents: 0 - TriggerUnityEvents: 1 - OnPlay: - m_PersistentCalls: - m_Calls: [] - OnPause: - m_PersistentCalls: - m_Calls: [] - OnStop: - m_PersistentCalls: - m_Calls: [] - OnResume: - m_PersistentCalls: - m_Calls: [] - OnChangeDirection: - m_PersistentCalls: - m_Calls: [] - OnComplete: - m_PersistentCalls: - m_Calls: [] - OnRestoreInitialValues: - m_PersistentCalls: - m_Calls: [] - OnSkipToTheEnd: - m_PersistentCalls: - m_Calls: [] - OnInitializationComplete: - m_PersistentCalls: - m_Calls: [] - OnEnable: - m_PersistentCalls: - m_Calls: [] - OnDisable: - m_PersistentCalls: - m_Calls: [] - DebugActive: 0 - InScriptDrivenPause: 0 - FeedbacksList: - - rid: 0 - - rid: 1 - KeepPlayModeChanges: 0 - PerformanceMode: 0 - RestoreInitialValuesOnDisable: 0 - StopFeedbacksOnDisable: 0 - PlayCount: 0 - references: - version: 2 - RefIds: - - rid: 0 - type: {class: MMF_AudioSource, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: -1097466166 - Label: AudioSource - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 2028785055} - DebugActive: 0 - TargetAudioSource: {fileID: 478010195} - Mode: 0 - RandomSfx: [] - MinVolume: 1 - MaxVolume: 1 - MinPitch: 1 - MaxPitch: 1 - SfxAudioMixerGroup: {fileID: 0} - - rid: 1 - type: {class: MMF_ScaleShake, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: 1409506997 - Label: Scale Shake - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 2028785055} - DebugActive: 0 - TargetShaker: {fileID: 0} - Duration: 0.5 - ResetShakerValuesAfterShake: 1 - ResetTargetValuesAfterShake: 1 - ShakeSpeed: 20 - ShakeRange: 50 - ShakeMainDirection: {x: 0, y: 1, z: 0} - RandomizeDirection: 0 - ShakeAltDirection: {x: 0, y: 1, z: 0} - RandomizeDirectionOnPlay: 0 - AddDirectionalNoise: 1 - DirectionalNoiseStrengthMin: {x: 0.25, y: 0.25, z: 0.25} - DirectionalNoiseStrengthMax: {x: 0.25, y: 0.25, z: 0.25} - RandomnessSeed: {x: 0, y: 0, z: 0} - RandomizeSeedOnShake: 1 - UseAttenuation: 1 - AttenuationCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.5 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 ---- !u!1 &2041358114 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 2041358116} - - component: {fileID: 2041358115} - m_Layer: 0 - m_Name: GraphicCrossfade - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!114 &2041358115 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 2041358114} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 6da43522623d4704e979466dc7650b65, type: 3} - m_Name: - m_EditorClassIdentifier: - Feedbacks: [] - InitializationMode: 2 - AutoInitialization: 1 - SafeMode: 3 - Direction: 0 - AutoChangeDirectionOnEnd: 1 - AutoPlayOnStart: 0 - AutoPlayOnEnable: 0 - ForceTimescaleMode: 0 - ForcedTimescaleMode: 1 - DurationMultiplier: 1 - TimescaleMultiplier: 1 - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 1.5} - DisplayFullDurationDetails: 0 - PlayerTimescaleMode: 1 - OnlyPlayIfWithinRange: 0 - RangeCenter: {fileID: 0} - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - IgnoreRangeEvents: 0 - CooldownDuration: 0 - InitialDelay: 0 - CanPlay: 1 - CanPlayWhileAlreadyPlaying: 1 - ChanceToPlay: 100 - FeedbacksIntensity: 1 - Events: - TriggerMMFeedbacksEvents: 0 - TriggerUnityEvents: 1 - OnPlay: - m_PersistentCalls: - m_Calls: [] - OnPause: - m_PersistentCalls: - m_Calls: [] - OnStop: - m_PersistentCalls: - m_Calls: [] - OnResume: - m_PersistentCalls: - m_Calls: [] - OnChangeDirection: - m_PersistentCalls: - m_Calls: [] - OnComplete: - m_PersistentCalls: - m_Calls: [] - OnRestoreInitialValues: - m_PersistentCalls: - m_Calls: [] - OnSkipToTheEnd: - m_PersistentCalls: - m_Calls: [] - OnInitializationComplete: - m_PersistentCalls: - m_Calls: [] - OnEnable: - m_PersistentCalls: - m_Calls: [] - OnDisable: - m_PersistentCalls: - m_Calls: [] - DebugActive: 0 - InScriptDrivenPause: 0 - FeedbacksList: - - rid: 0 - - rid: 1 - KeepPlayModeChanges: 0 - PerformanceMode: 0 - RestoreInitialValuesOnDisable: 0 - StopFeedbacksOnDisable: 0 - PlayCount: 0 - references: - version: 2 - RefIds: - - rid: 0 - type: {class: MMF_AudioSource, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: -1622899737 - Label: AudioSource - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 2041358115} - DebugActive: 0 - TargetAudioSource: {fileID: 478010195} - Mode: 0 - RandomSfx: [] - MinVolume: 1 - MaxVolume: 1 - MinPitch: 1 - MaxPitch: 1 - SfxAudioMixerGroup: {fileID: 0} - - rid: 1 - type: {class: MMF_GraphicCrossFade, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: -657742635 - Label: Graphic CrossFade - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0.8, y: 1} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 2041358115} - DebugActive: 0 - TargetGraphic: {fileID: 1553717074} - Mode: 0 - Duration: 0.5 - TargetAlpha: 1 - TargetColor: {r: 1, g: 0, b: 0, a: 1} - UseAlpha: 1 - DisableOnStop: 1 ---- !u!4 &2041358116 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 2041358114} - serializedVersion: 2 - m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: 0} - m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 - m_Children: [] - m_Father: {fileID: 1282069688} - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!1 &2041884599 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 2041884600} - - component: {fileID: 2041884601} - m_Layer: 0 - m_Name: AnimationCrossFade - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &2041884600 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 2041884599} - serializedVersion: 2 - m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: 0} - m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 - m_Children: [] - m_Father: {fileID: 562921500} - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!114 &2041884601 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 2041884599} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 6da43522623d4704e979466dc7650b65, type: 3} - m_Name: - m_EditorClassIdentifier: - Feedbacks: [] - InitializationMode: 2 - AutoInitialization: 1 - SafeMode: 3 - Direction: 0 - AutoChangeDirectionOnEnd: 0 - AutoPlayOnStart: 0 - AutoPlayOnEnable: 0 - ForceTimescaleMode: 0 - ForcedTimescaleMode: 1 - DurationMultiplier: 1 - TimescaleMultiplier: 1 - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 1.5} - DisplayFullDurationDetails: 0 - PlayerTimescaleMode: 1 - OnlyPlayIfWithinRange: 0 - RangeCenter: {fileID: 0} - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - IgnoreRangeEvents: 0 - CooldownDuration: 0 - InitialDelay: 0 - CanPlay: 1 - CanPlayWhileAlreadyPlaying: 1 - ChanceToPlay: 100 - FeedbacksIntensity: 1 - Events: - TriggerMMFeedbacksEvents: 0 - TriggerUnityEvents: 1 - OnPlay: - m_PersistentCalls: - m_Calls: [] - OnPause: - m_PersistentCalls: - m_Calls: [] - OnStop: - m_PersistentCalls: - m_Calls: [] - OnResume: - m_PersistentCalls: - m_Calls: [] - OnChangeDirection: - m_PersistentCalls: - m_Calls: [] - OnComplete: - m_PersistentCalls: - m_Calls: [] - OnRestoreInitialValues: - m_PersistentCalls: - m_Calls: [] - OnSkipToTheEnd: - m_PersistentCalls: - m_Calls: [] - OnInitializationComplete: - m_PersistentCalls: - m_Calls: [] - OnEnable: - m_PersistentCalls: - m_Calls: [] - OnDisable: - m_PersistentCalls: - m_Calls: [] - DebugActive: 0 - InScriptDrivenPause: 0 - FeedbacksList: - - rid: 0 - - rid: 1 - KeepPlayModeChanges: 0 - PerformanceMode: 0 - RestoreInitialValuesOnDisable: 0 - StopFeedbacksOnDisable: 0 - PlayCount: 0 - references: - version: 2 - RefIds: - - rid: 0 - type: {class: MMF_AudioSource, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: -1626501411 - Label: AudioSource - OriginalLabel: AudioSource - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 14 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 2041884601} - DebugActive: 0 - TargetAudioSource: {fileID: 478010195} - Mode: 0 - RandomSfx: [] - MinVolume: 1 - MaxVolume: 1 - MinPitch: 1 - MaxPitch: 1 - SfxAudioMixerGroup: {fileID: 0} - - rid: 1 - type: {class: MMF_AnimationCrossfade, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: -561409900 - Label: Animation Crossfade - OriginalLabel: Animation Crossfade - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 14 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0.8, y: 1} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 2041884601} - DebugActive: 0 - BoundAnimator: {fileID: 2066439668} - ExtraBoundAnimators: [] - DeclaredDuration: 0 - StateName: Standing Jump - RandomStateNames: [] - Layer: -1 - LayerName: - Mode: 0 - TransitionDuration: 0.1 - TimeOffset: 0.7 - NormalizedTransitionDuration: 0.3 - NormalizedTimeOffset: 0 - NormalizedTransitionTime: 0 ---- !u!1001 &2043286263 -PrefabInstance: - m_ObjectHideFlags: 0 - serializedVersion: 2 - m_Modification: - serializedVersion: 3 - m_TransformParent: {fileID: 1557570896} - m_Modifications: - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: Feedbacks.Array.size - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[0]' - value: - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[1]' - value: - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[2]' - value: - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Pivot.x - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Pivot.y - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_RootOrder - value: 128 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMax.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMax.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMin.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMin.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_SizeDelta.x - value: 256.1 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_SizeDelta.y - value: 30 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalPosition.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.w - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.x - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.y - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.z - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchoredPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchoredPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalEulerAnglesHint.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalEulerAnglesHint.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalEulerAnglesHint.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604939, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_OnClick.m_PersistentCalls.m_Calls.Array.data[0].m_Target - value: - objectReference: {fileID: 306481848} - - target: {fileID: 2903879014986604939, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_OnClick.m_PersistentCalls.m_Calls.Array.data[0].m_MethodName - value: PlayFeedbacks - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604939, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_OnClick.m_PersistentCalls.m_Calls.Array.data[0].m_Arguments.m_ObjectArgumentAssemblyTypeName - value: UnityEngine.Object, UnityEngine - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604941, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Name - value: Button - SpringVignette - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Text - value: Vignette Spring - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Color.b - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Color.g - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Color.r - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.size - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[0]' - value: MoreMountains.Feedbacks MoreMountains.Feedbacks.MMF_AudioSource - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[1]' - value: MoreMountains.Feedbacks MoreMountains.Feedbacks.MMF_Feedbacks - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Mode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Mode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Label - value: AudioSource - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Label - value: MMFeedbacks - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].MaxPitch - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].MinPitch - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].UniqueID - value: 66396446 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].UniqueID - value: -2142036682 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].UseRange - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].MaxVolume - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].MinVolume - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].EventRange - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].TargetFeedbacks - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].TargetAudioSource - value: - objectReference: {fileID: 478010195} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].SfxAudioMixerGroup - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].RandomSfx.Array.size - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].EventOriginTransform - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 9167406172343059487, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_IsActive - value: 0 - objectReference: {fileID: 0} - m_RemovedComponents: - - {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, type: 3} - m_RemovedGameObjects: [] - m_AddedGameObjects: [] - m_AddedComponents: [] - m_SourcePrefab: {fileID: 100100000, guid: a16c33a1240b8ce4f930161a7c85fae6, type: 3} ---- !u!224 &2043286264 stripped -RectTransform: - m_CorrespondingSourceObject: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - m_PrefabInstance: {fileID: 2043286263} - m_PrefabAsset: {fileID: 0} ---- !u!1001 &2043625320 -PrefabInstance: - m_ObjectHideFlags: 0 - serializedVersion: 2 - m_Modification: - serializedVersion: 3 - m_TransformParent: {fileID: 1557570896} - m_Modifications: - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: Feedbacks.Array.size - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[0]' - value: - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[1]' - value: - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Pivot.x - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Pivot.y - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_RootOrder - value: 39 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMax.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMax.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMin.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMin.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_SizeDelta.x - value: 256.1 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_SizeDelta.y - value: 30 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalPosition.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.w - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.x - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.y - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.z - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchoredPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchoredPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalEulerAnglesHint.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalEulerAnglesHint.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalEulerAnglesHint.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604939, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_OnClick.m_PersistentCalls.m_Calls.Array.data[0].m_Target - value: - objectReference: {fileID: 1809638026} - - target: {fileID: 2903879014986604939, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_OnClick.m_PersistentCalls.m_Calls.Array.data[0].m_MethodName - value: PlayFeedbacks - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604939, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_OnClick.m_PersistentCalls.m_Calls.Array.data[0].m_Arguments.m_ObjectArgumentAssemblyTypeName - value: UnityEngine.Object, UnityEngine - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604941, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Name - value: Button - Depth of Field - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Text - value: Depth of Field - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Color.b - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Color.g - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Color.r - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.size - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[0]' - value: MoreMountains.Feedbacks.PostProcessing MoreMountains.FeedbacksForThirdParty.MMF_DepthOfField - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[1]' - value: MoreMountains.Feedbacks MoreMountains.Feedbacks.MMF_AudioSource - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Mode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Label - value: Depth Of Field - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Label - value: AudioSource - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].UniqueID - value: 1777234653 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].MaxPitch - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].MinPitch - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].UniqueID - value: -1001270739 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].MaxVolume - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].MinVolume - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ShakeDuration - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].RelativeValues - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].RemapApertureOne - value: 0.2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].RemapApertureZero - value: 0.6 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].TargetAudioSource - value: - objectReference: {fileID: 478010195} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].SfxAudioMixerGroup - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].RemapFocalLengthOne - value: 27.5 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].RemapFocalLengthZero - value: 27.5 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].RandomSfx.Array.size - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].RemapFocusDistanceOne - value: 50 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].RemapFocusDistanceZero - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ResetShakerValuesAfterShake - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ResetTargetValuesAfterShake - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ShakeAperture.m_PreInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ShakeAperture.m_PostInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ShakeAperture.m_RotationOrder - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ShakeFocalLength.m_PreInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ShakeFocalLength.m_PostInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ShakeAperture.m_Curve.Array.size - value: 3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ShakeFocalLength.m_RotationOrder - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ShakeFocusDistance.m_PreInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ShakeFocusDistance.m_PostInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ShakeFocusDistance.m_RotationOrder - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ShakeFocalLength.m_Curve.Array.size - value: 3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ShakeFocusDistance.m_Curve.Array.size - value: 3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ShakeAperture.m_Curve.Array.data[0].time - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ShakeAperture.m_Curve.Array.data[1].time - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ShakeAperture.m_Curve.Array.data[2].time - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ShakeAperture.m_Curve.Array.data[0].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ShakeAperture.m_Curve.Array.data[1].value - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ShakeAperture.m_Curve.Array.data[2].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ShakeAperture.m_Curve.Array.data[0].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ShakeAperture.m_Curve.Array.data[1].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ShakeAperture.m_Curve.Array.data[2].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ShakeFocalLength.m_Curve.Array.data[0].time - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ShakeFocalLength.m_Curve.Array.data[1].time - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ShakeFocalLength.m_Curve.Array.data[2].time - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ShakeAperture.m_Curve.Array.data[0].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ShakeAperture.m_Curve.Array.data[0].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ShakeAperture.m_Curve.Array.data[1].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ShakeAperture.m_Curve.Array.data[1].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ShakeAperture.m_Curve.Array.data[2].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ShakeAperture.m_Curve.Array.data[2].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ShakeFocalLength.m_Curve.Array.data[0].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ShakeFocalLength.m_Curve.Array.data[1].value - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ShakeFocalLength.m_Curve.Array.data[2].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ShakeAperture.m_Curve.Array.data[0].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ShakeAperture.m_Curve.Array.data[1].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ShakeAperture.m_Curve.Array.data[2].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ShakeFocusDistance.m_Curve.Array.data[0].time - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ShakeFocusDistance.m_Curve.Array.data[1].time - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ShakeFocusDistance.m_Curve.Array.data[2].time - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ShakeFocalLength.m_Curve.Array.data[0].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ShakeFocalLength.m_Curve.Array.data[1].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ShakeFocalLength.m_Curve.Array.data[2].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ShakeFocusDistance.m_Curve.Array.data[0].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ShakeFocusDistance.m_Curve.Array.data[1].value - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ShakeFocusDistance.m_Curve.Array.data[2].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ShakeAperture.m_Curve.Array.data[0].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ShakeAperture.m_Curve.Array.data[1].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ShakeAperture.m_Curve.Array.data[2].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ShakeFocalLength.m_Curve.Array.data[0].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ShakeFocalLength.m_Curve.Array.data[0].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ShakeFocalLength.m_Curve.Array.data[1].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ShakeFocalLength.m_Curve.Array.data[1].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ShakeFocalLength.m_Curve.Array.data[2].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ShakeFocalLength.m_Curve.Array.data[2].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ShakeAperture.m_Curve.Array.data[0].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ShakeAperture.m_Curve.Array.data[1].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ShakeAperture.m_Curve.Array.data[2].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ShakeFocalLength.m_Curve.Array.data[0].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ShakeFocalLength.m_Curve.Array.data[1].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ShakeFocalLength.m_Curve.Array.data[2].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ShakeFocusDistance.m_Curve.Array.data[0].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ShakeFocusDistance.m_Curve.Array.data[1].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ShakeFocusDistance.m_Curve.Array.data[2].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ShakeFocusDistance.m_Curve.Array.data[0].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ShakeFocusDistance.m_Curve.Array.data[0].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ShakeFocusDistance.m_Curve.Array.data[1].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ShakeFocusDistance.m_Curve.Array.data[1].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ShakeFocusDistance.m_Curve.Array.data[2].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ShakeFocusDistance.m_Curve.Array.data[2].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ShakeFocalLength.m_Curve.Array.data[0].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ShakeFocalLength.m_Curve.Array.data[1].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ShakeFocalLength.m_Curve.Array.data[2].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ShakeFocusDistance.m_Curve.Array.data[0].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ShakeFocusDistance.m_Curve.Array.data[1].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ShakeFocusDistance.m_Curve.Array.data[2].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ShakeFocalLength.m_Curve.Array.data[0].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ShakeFocalLength.m_Curve.Array.data[1].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ShakeFocalLength.m_Curve.Array.data[2].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ShakeFocusDistance.m_Curve.Array.data[0].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ShakeFocusDistance.m_Curve.Array.data[1].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ShakeFocusDistance.m_Curve.Array.data[2].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ShakeFocusDistance.m_Curve.Array.data[0].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ShakeFocusDistance.m_Curve.Array.data[1].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].ShakeFocusDistance.m_Curve.Array.data[2].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 9167406172343059487, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_IsActive - value: 0 - objectReference: {fileID: 0} - m_RemovedComponents: - - {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, type: 3} - m_RemovedGameObjects: [] - m_AddedGameObjects: [] - m_AddedComponents: [] - m_SourcePrefab: {fileID: 100100000, guid: a16c33a1240b8ce4f930161a7c85fae6, type: 3} ---- !u!224 &2047979719 stripped -RectTransform: - m_CorrespondingSourceObject: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - m_PrefabInstance: {fileID: 2051951537} - m_PrefabAsset: {fileID: 0} ---- !u!1001 &2051399840 -PrefabInstance: - m_ObjectHideFlags: 0 - serializedVersion: 2 - m_Modification: - serializedVersion: 3 - m_TransformParent: {fileID: 1557570896} - m_Modifications: - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: Feedbacks.Array.size - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[0]' - value: - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[1]' - value: - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[2]' - value: - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Pivot.x - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Pivot.y - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_RootOrder - value: 14 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMax.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMax.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMin.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMin.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_SizeDelta.x - value: 256.1 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_SizeDelta.y - value: 30 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalPosition.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.w - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.x - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.y - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.z - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchoredPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchoredPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalEulerAnglesHint.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalEulerAnglesHint.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalEulerAnglesHint.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604939, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_OnClick.m_PersistentCalls.m_Calls.Array.data[0].m_Target - value: - objectReference: {fileID: 1774723657} - - target: {fileID: 2903879014986604939, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_OnClick.m_PersistentCalls.m_Calls.Array.data[0].m_MethodName - value: PlayFeedbacks - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604939, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_OnClick.m_PersistentCalls.m_Calls.Array.data[0].m_Arguments.m_ObjectArgumentAssemblyTypeName - value: UnityEngine.Object, UnityEngine - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604941, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Name - value: Button - MMRadioSignal - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Text - value: MMRadio Signal - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Color.b - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Color.g - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Color.r - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.size - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[0]' - value: MoreMountains.Feedbacks MoreMountains.Feedbacks.MMF_AudioSource - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[1]' - value: MoreMountains.Feedbacks.MMTools MoreMountains.Feedbacks.MMF_RadioSignal - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Mode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Label - value: AudioSource - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Label - value: MMRadioSignal - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].MaxPitch - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].MinPitch - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].UniqueID - value: -997491931 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Duration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].UniqueID - value: -1950461857 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].MaxVolume - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].MinVolume - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].TimeScale - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].TargetSignal - value: - objectReference: {fileID: 893060865} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].GlobalMultiplier - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].TargetAudioSource - value: - objectReference: {fileID: 478010195} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].SfxAudioMixerGroup - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].RandomSfx.Array.size - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 9167406172343059487, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_IsActive - value: 0 - objectReference: {fileID: 0} - m_RemovedComponents: - - {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, type: 3} - m_RemovedGameObjects: [] - m_AddedGameObjects: [] - m_AddedComponents: [] - m_SourcePrefab: {fileID: 100100000, guid: a16c33a1240b8ce4f930161a7c85fae6, type: 3} ---- !u!1001 &2051951537 -PrefabInstance: - m_ObjectHideFlags: 0 - serializedVersion: 2 - m_Modification: - serializedVersion: 3 - m_TransformParent: {fileID: 1557570896} - m_Modifications: - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: Feedbacks.Array.size - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[0]' - value: - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[1]' - value: - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Pivot.x - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Pivot.y - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_RootOrder - value: 19 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMax.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMax.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMin.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMin.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_SizeDelta.x - value: 256.1 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_SizeDelta.y - value: 30 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalPosition.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.w - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.x - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.y - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.z - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchoredPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchoredPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalEulerAnglesHint.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalEulerAnglesHint.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalEulerAnglesHint.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604939, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_OnClick.m_PersistentCalls.m_Calls.Array.data[0].m_Target - value: - objectReference: {fileID: 195450220} - - target: {fileID: 2903879014986604939, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_OnClick.m_PersistentCalls.m_Calls.Array.data[0].m_MethodName - value: PlayFeedbacks - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604939, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_OnClick.m_PersistentCalls.m_Calls.Array.data[0].m_Arguments.m_ObjectArgumentAssemblyTypeName - value: UnityEngine.Object, UnityEngine - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604941, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Name - value: Button - AnimatorSpeed - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Text - value: Animator Speed - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Color.b - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Color.g - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Color.r - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.size - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[0]' - value: MoreMountains.Feedbacks MoreMountains.Feedbacks.MMF_AnimatorSpeed - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[1]' - value: MoreMountains.Feedbacks MoreMountains.Feedbacks.MMF_AudioSource - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[2]' - value: MoreMountains.Feedbacks MoreMountains.Feedbacks.MMF_AudioSource - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Mode - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Mode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Mode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Label - value: Animator Speed - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Label - value: AudioSource - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Label - value: AudioSource - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Duration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].IntValue - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].UniqueID - value: -1886445539 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Duration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].MaxPitch - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].MinPitch - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].UniqueID - value: 930405588 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Duration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].MaxPitch - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].MinPitch - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].UniqueID - value: 930405588 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].MaxVolume - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].MinVolume - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].MaxVolume - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].MinVolume - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].FloatValue - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].UpdateBool - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].IntValueMax - value: 5 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].IntValueMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].NewSpeedMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].NewSpeedMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].TriggerMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].NewSpeedMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].NewSpeedMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].NewSpeedMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].NewSpeedMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].IntIncrement - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].IntValueMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].BoundAnimator - value: - objectReference: {fileID: 2066439668} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].FloatValueMax - value: 5 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].FloatValueMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].UpdateTrigger - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].BoundAnimator - value: - objectReference: {fileID: 2066439668} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].BoundAnimator - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].FloatIncrement - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].FloatValueMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].IntParameterName - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].UpdateRandomBool - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].BoolParameterName - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].RandomTriggerMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].TargetAudioSource - value: - objectReference: {fileID: 478010195} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].TargetAudioSource - value: - objectReference: {fileID: 478010195} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].BoolParameterValue - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].FloatParameterName - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].SfxAudioMixerGroup - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].SfxAudioMixerGroup - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Curve.m_PreInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].UpdateRandomTrigger - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Curve.m_PreInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Curve.m_PreInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Curve.m_PostInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].TriggerParameterName - value: Jump - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Curve.m_PostInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].RandomSfx.Array.size - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Curve.m_PostInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].RandomSfx.Array.size - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Curve.m_RotationOrder - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Curve.m_RotationOrder - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Curve.m_RotationOrder - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Curve.m_Curve.Array.size - value: 3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].RandomBoolParameterValue - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Curve.m_Curve.Array.size - value: 3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Curve.m_Curve.Array.size - value: 3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Curve.m_Curve.Array.data[0].time - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Curve.m_Curve.Array.data[1].time - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Curve.m_Curve.Array.data[2].time - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Curve.m_Curve.Array.data[0].time - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Curve.m_Curve.Array.data[1].time - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Curve.m_Curve.Array.data[2].time - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Curve.m_Curve.Array.data[0].time - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Curve.m_Curve.Array.data[1].time - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Curve.m_Curve.Array.data[2].time - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Curve.m_Curve.Array.data[0].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Curve.m_Curve.Array.data[1].value - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Curve.m_Curve.Array.data[2].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Curve.m_Curve.Array.data[0].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Curve.m_Curve.Array.data[1].value - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Curve.m_Curve.Array.data[2].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Curve.m_Curve.Array.data[0].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Curve.m_Curve.Array.data[1].value - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Curve.m_Curve.Array.data[2].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Curve.m_Curve.Array.data[0].inSlope - value: 5.542454 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Curve.m_Curve.Array.data[1].inSlope - value: -0.0149459895 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Curve.m_Curve.Array.data[2].inSlope - value: -4.821867 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].RandomBoolParameterNames.Array.size - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Curve.m_Curve.Array.data[0].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Curve.m_Curve.Array.data[1].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Curve.m_Curve.Array.data[2].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Curve.m_Curve.Array.data[0].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Curve.m_Curve.Array.data[1].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Curve.m_Curve.Array.data[2].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Curve.m_Curve.Array.data[0].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Curve.m_Curve.Array.data[0].outSlope - value: 5.542454 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Curve.m_Curve.Array.data[1].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Curve.m_Curve.Array.data[1].outSlope - value: -0.0149459895 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Curve.m_Curve.Array.data[2].inWeight - value: 0.028369188 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Curve.m_Curve.Array.data[2].outSlope - value: -4.821867 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Curve.m_Curve.Array.data[0].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Curve.m_Curve.Array.data[0].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Curve.m_Curve.Array.data[1].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Curve.m_Curve.Array.data[1].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Curve.m_Curve.Array.data[2].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Curve.m_Curve.Array.data[2].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Curve.m_Curve.Array.data[0].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Curve.m_Curve.Array.data[0].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Curve.m_Curve.Array.data[1].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Curve.m_Curve.Array.data[1].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Curve.m_Curve.Array.data[2].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Curve.m_Curve.Array.data[2].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Curve.m_Curve.Array.data[0].outWeight - value: 0.042553183 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Curve.m_Curve.Array.data[1].outWeight - value: 0.31560254 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Curve.m_Curve.Array.data[2].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Curve.m_Curve.Array.data[0].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Curve.m_Curve.Array.data[1].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Curve.m_Curve.Array.data[2].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Curve.m_Curve.Array.data[0].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Curve.m_Curve.Array.data[1].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Curve.m_Curve.Array.data[2].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].RandomTriggerParameterNames.Array.size - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Curve.m_Curve.Array.data[0].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Curve.m_Curve.Array.data[1].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Curve.m_Curve.Array.data[2].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Curve.m_Curve.Array.data[0].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Curve.m_Curve.Array.data[1].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Curve.m_Curve.Array.data[2].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Curve.m_Curve.Array.data[0].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Curve.m_Curve.Array.data[1].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Curve.m_Curve.Array.data[2].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Curve.m_Curve.Array.data[0].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Curve.m_Curve.Array.data[1].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Curve.m_Curve.Array.data[2].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Curve.m_Curve.Array.data[0].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Curve.m_Curve.Array.data[1].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Curve.m_Curve.Array.data[2].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Curve.m_Curve.Array.data[0].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Curve.m_Curve.Array.data[1].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Curve.m_Curve.Array.data[2].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 9167406172343059487, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_IsActive - value: 0 - objectReference: {fileID: 0} - m_RemovedComponents: - - {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, type: 3} - m_RemovedGameObjects: [] - m_AddedGameObjects: [] - m_AddedComponents: [] - m_SourcePrefab: {fileID: 100100000, guid: a16c33a1240b8ce4f930161a7c85fae6, type: 3} ---- !u!1 &2059516055 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 2059516056} - - component: {fileID: 2059516057} - m_Layer: 0 - m_Name: EnableBehaviour - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &2059516056 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 2059516055} - serializedVersion: 2 - m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: 0} - m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 - m_Children: [] - m_Father: {fileID: 1582576612} - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!114 &2059516057 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 2059516055} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 6da43522623d4704e979466dc7650b65, type: 3} - m_Name: - m_EditorClassIdentifier: - Feedbacks: [] - InitializationMode: 2 - AutoInitialization: 1 - SafeMode: 3 - Direction: 0 - AutoChangeDirectionOnEnd: 0 - AutoPlayOnStart: 0 - AutoPlayOnEnable: 0 - ForceTimescaleMode: 0 - ForcedTimescaleMode: 1 - DurationMultiplier: 1 - TimescaleMultiplier: 1 - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 1.5} - DisplayFullDurationDetails: 0 - PlayerTimescaleMode: 1 - OnlyPlayIfWithinRange: 0 - RangeCenter: {fileID: 0} - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - IgnoreRangeEvents: 0 - CooldownDuration: 0 - InitialDelay: 0 - CanPlay: 1 - CanPlayWhileAlreadyPlaying: 1 - ChanceToPlay: 100 - FeedbacksIntensity: 1 - Events: - TriggerMMFeedbacksEvents: 0 - TriggerUnityEvents: 1 - OnPlay: - m_PersistentCalls: - m_Calls: [] - OnPause: - m_PersistentCalls: - m_Calls: [] - OnStop: - m_PersistentCalls: - m_Calls: [] - OnResume: - m_PersistentCalls: - m_Calls: [] - OnChangeDirection: - m_PersistentCalls: - m_Calls: [] - OnComplete: - m_PersistentCalls: - m_Calls: [] - OnRestoreInitialValues: - m_PersistentCalls: - m_Calls: [] - OnSkipToTheEnd: - m_PersistentCalls: - m_Calls: [] - OnInitializationComplete: - m_PersistentCalls: - m_Calls: [] - OnEnable: - m_PersistentCalls: - m_Calls: [] - OnDisable: - m_PersistentCalls: - m_Calls: [] - DebugActive: 0 - InScriptDrivenPause: 0 - FeedbacksList: - - rid: 0 - - rid: 1 - - rid: 2 - KeepPlayModeChanges: 0 - PerformanceMode: 0 - RestoreInitialValuesOnDisable: 0 - StopFeedbacksOnDisable: 0 - PlayCount: 0 - references: - version: 2 - RefIds: - - rid: 0 - type: {class: MMF_Enable, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: 1856502739 - Label: Enable Behaviour - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 2059516057} - DebugActive: 0 - TargetBehaviour: {fileID: 1034298456} - ExtraTargetBehaviours: [] - SetStateOnInit: 0 - StateOnInit: 1 - SetStateOnPlay: 1 - StateOnPlay: 2 - SetStateOnStop: 0 - StateOnStop: 1 - SetStateOnReset: 0 - StateOnReset: 1 - - rid: 1 - type: {class: MMF_Enable, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: 600296242 - Label: Enable Behaviour - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 2059516057} - DebugActive: 0 - TargetBehaviour: {fileID: 192465720} - ExtraTargetBehaviours: [] - SetStateOnInit: 0 - StateOnInit: 1 - SetStateOnPlay: 1 - StateOnPlay: 2 - SetStateOnStop: 0 - StateOnStop: 1 - SetStateOnReset: 0 - StateOnReset: 1 - - rid: 2 - type: {class: MMF_AudioSource, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: -146583497 - Label: AudioSource - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 2059516057} - DebugActive: 0 - TargetAudioSource: {fileID: 478010195} - Mode: 0 - RandomSfx: [] - MinVolume: 1 - MaxVolume: 1 - MinPitch: 1 - MaxPitch: 1 - SfxAudioMixerGroup: {fileID: 0} ---- !u!95 &2066439668 -Animator: - serializedVersion: 7 - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 2075799092} - m_Enabled: 1 - m_Avatar: {fileID: 9000000, guid: 2a4a40e5b8a2c674d9d8d35164810540, type: 3} - m_Controller: {fileID: 9100000, guid: a3698af881b5b54448e3133b2d140a6d, type: 2} - m_CullingMode: 1 - m_UpdateMode: 0 - m_ApplyRootMotion: 1 - m_LinearVelocityBlending: 0 - m_StabilizeFeet: 0 - m_AnimatePhysics: 0 - m_WarningMessage: - m_HasTransformHierarchy: 1 - m_AllowConstantClipSamplingOptimization: 1 - m_KeepAnimatorStateOnDisable: 0 - m_WriteDefaultValuesOnDisable: 0 ---- !u!1001 &2070007863 -PrefabInstance: - m_ObjectHideFlags: 0 - serializedVersion: 2 - m_Modification: - serializedVersion: 3 - m_TransformParent: {fileID: 1557570896} - m_Modifications: - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_Pivot.x - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_Pivot.y - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_RootOrder - value: 5 - objectReference: {fileID: 0} - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_AnchorMax.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_AnchorMax.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_AnchorMin.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_AnchorMin.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_SizeDelta.x - value: 256.1 - objectReference: {fileID: 0} - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_SizeDelta.y - value: 30 - objectReference: {fileID: 0} - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_LocalPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_LocalPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_LocalPosition.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_LocalRotation.w - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_LocalRotation.x - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_LocalRotation.y - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_LocalRotation.z - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_AnchoredPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_AnchoredPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_LocalEulerAnglesHint.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_LocalEulerAnglesHint.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_LocalEulerAnglesHint.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2251616714236910816, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_Text - value: GAME OBJECT - objectReference: {fileID: 0} - - target: {fileID: 2251616714236910816, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_Color.b - value: 0.3137255 - objectReference: {fileID: 0} - - target: {fileID: 2251616714236910816, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_Color.g - value: 0.68235296 - objectReference: {fileID: 0} - - target: {fileID: 2251616714236910816, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_Color.r - value: 0.29803923 - objectReference: {fileID: 0} - - target: {fileID: 2835202865360546964, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_Enabled - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 3358702390296254852, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_Name - value: Title - Game Object - objectReference: {fileID: 0} - m_RemovedComponents: [] - m_RemovedGameObjects: [] - m_AddedGameObjects: [] - m_AddedComponents: [] - m_SourcePrefab: {fileID: 100100000, guid: d0c10e574f6f1af43b3af7996a878151, type: 3} ---- !u!224 &2070007864 stripped -RectTransform: - m_CorrespondingSourceObject: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - m_PrefabInstance: {fileID: 2070007863} - m_PrefabAsset: {fileID: 0} ---- !u!1 &2071101536 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 2071101537} - m_Layer: 0 - m_Name: Particles - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &2071101537 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 2071101536} - serializedVersion: 2 - m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: 0} - m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 - m_Children: - - {fileID: 1901192214} - - {fileID: 693682179} - m_Father: {fileID: 999639631} - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!1 &2075452476 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 2075452477} - - component: {fileID: 2075452478} - m_Layer: 0 - m_Name: Fog - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &2075452477 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 2075452476} - serializedVersion: 2 - m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: 0} - m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 - m_Children: [] - m_Father: {fileID: 980395213} - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!114 &2075452478 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 2075452476} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 6da43522623d4704e979466dc7650b65, type: 3} - m_Name: - m_EditorClassIdentifier: - Feedbacks: [] - InitializationMode: 2 - AutoInitialization: 1 - SafeMode: 3 - Direction: 0 - AutoChangeDirectionOnEnd: 0 - AutoPlayOnStart: 0 - AutoPlayOnEnable: 0 - ForceTimescaleMode: 0 - ForcedTimescaleMode: 1 - DurationMultiplier: 1 - TimescaleMultiplier: 1 - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 1.5} - DisplayFullDurationDetails: 0 - PlayerTimescaleMode: 1 - OnlyPlayIfWithinRange: 0 - RangeCenter: {fileID: 0} - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - IgnoreRangeEvents: 0 - CooldownDuration: 0 - InitialDelay: 0 - CanPlay: 1 - CanPlayWhileAlreadyPlaying: 1 - ChanceToPlay: 100 - FeedbacksIntensity: 1 - Events: - TriggerMMFeedbacksEvents: 0 - TriggerUnityEvents: 1 - OnPlay: - m_PersistentCalls: - m_Calls: [] - OnPause: - m_PersistentCalls: - m_Calls: [] - OnStop: - m_PersistentCalls: - m_Calls: [] - OnResume: - m_PersistentCalls: - m_Calls: [] - OnChangeDirection: - m_PersistentCalls: - m_Calls: [] - OnComplete: - m_PersistentCalls: - m_Calls: [] - OnRestoreInitialValues: - m_PersistentCalls: - m_Calls: [] - OnSkipToTheEnd: - m_PersistentCalls: - m_Calls: [] - OnInitializationComplete: - m_PersistentCalls: - m_Calls: [] - OnEnable: - m_PersistentCalls: - m_Calls: [] - OnDisable: - m_PersistentCalls: - m_Calls: [] - DebugActive: 0 - InScriptDrivenPause: 0 - FeedbacksList: - - rid: 0 - - rid: 1 - KeepPlayModeChanges: 0 - PerformanceMode: 0 - RestoreInitialValuesOnDisable: 0 - StopFeedbacksOnDisable: 0 - PlayCount: 0 - references: - version: 2 - RefIds: - - rid: 0 - type: {class: MMF_AudioSource, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: -1688001858 - Label: AudioSource - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 2075452478} - DebugActive: 0 - TargetAudioSource: {fileID: 478010195} - Mode: 0 - RandomSfx: [] - MinVolume: 1 - MaxVolume: 1 - MinPitch: 1 - MaxPitch: 1 - SfxAudioMixerGroup: {fileID: 0} - - rid: 1 - type: {class: MMF_Fog, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: -958314969 - Label: Fog - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 2075452478} - DebugActive: 0 - Mode: 0 - Duration: 2 - AllowAdditivePlays: 0 - ModifyFogDensity: 1 - DensityCurve: - MMTweenDefinitionType: 1 - MMTweenCurve: 4 - Curve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.3 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - Initialized: 0 - ConditionPropertyName: - EnumConditionPropertyName: - EnumConditions: 0000000000000000000000000000000000000000000000000000000000000000 - DensityRemapZero: 0 - DensityRemapOne: 0.27 - DensityInstantChange: 0 - ModifyStartDistance: 0 - StartDistanceCurve: - MMTweenDefinitionType: 1 - MMTweenCurve: 4 - Curve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.3 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - Initialized: 0 - ConditionPropertyName: - EnumConditionPropertyName: - EnumConditions: 0000000000000000000000000000000000000000000000000000000000000000 - StartDistanceRemapZero: 0 - StartDistanceRemapOne: 0 - StartDistanceInstantChange: 0 - ModifyEndDistance: 0 - EndDistanceCurve: - MMTweenDefinitionType: 1 - MMTweenCurve: 4 - Curve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.3 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - Initialized: 0 - ConditionPropertyName: - EnumConditionPropertyName: - EnumConditions: 0000000000000000000000000000000000000000000000000000000000000000 - EndDistanceRemapZero: 0 - EndDistanceRemapOne: 300 - EndDistanceInstantChange: 0 - ModifyColor: 1 - ColorOverTime: - serializedVersion: 2 - key0: {r: 0.8784314, g: 0.62352943, b: 0.28627452, a: 1} - key1: {r: 0.8784314, g: 0.5203363, b: 0.28627446, a: 1} - key2: {r: 0.8784314, g: 0.62352943, b: 0.28627452, a: 0} - key3: {r: 0.8784314, g: 0.62352943, b: 0.28627452, a: 0} - key4: {r: 0.8784314, g: 0.62352943, b: 0.28627452, a: 0} - key5: {r: 0, g: 0, b: 0, a: 0} - key6: {r: 0, g: 0, b: 0, a: 0} - key7: {r: 0, g: 0, b: 0, a: 0} - ctime0: 0 - ctime1: 40285 - ctime2: 53777 - ctime3: 65535 - ctime4: 65535 - ctime5: 0 - ctime6: 0 - ctime7: 0 - atime0: 0 - atime1: 65535 - atime2: 0 - atime3: 0 - atime4: 0 - atime5: 0 - atime6: 0 - atime7: 0 - m_Mode: 0 - m_ColorSpace: -1 - m_NumColorKeys: 4 - m_NumAlphaKeys: 2 - InstantColor: {r: 0, g: 0, b: 0, a: 0} ---- !u!1 &2075799092 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 2076029460} - - component: {fileID: 2066439668} - - component: {fileID: 2076029461} - m_Layer: 0 - m_Name: Dude@T-Pose - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &2076029460 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 2075799092} - serializedVersion: 2 - m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: 0} - m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 - m_Children: - - {fileID: 2707316213084814940} - - {fileID: 5268380663940410353} - m_Father: {fileID: 1047419950} - m_LocalEulerAnglesHint: {x: 0, y: 180, z: 0} ---- !u!114 &2076029461 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 2075799092} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: c6a00a894837bd744b10fbeb03d1287b, type: 3} - m_Name: - m_EditorClassIdentifier: - OnEquilibriumReached: - m_PersistentCalls: - m_Calls: [] - Target: {fileID: 0} - TimeScaleMode: 1 - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - FloatSpring: - Damping: 0.4 - Frequency: 6 - ClampSettings: - ClampMin: 0 - ClampMinValue: 0 - ClampMinInitial: 0 - ClampMinBounce: 0 - ClampMax: 0 - ClampMaxValue: 10 - ClampMaxInitial: 0 - ClampMaxBounce: 0 - SpringDebug: - CurrentValue: 0 - TargetValue: 0 - UnifiedSpring: 0 - CurrentValueDisplay: 0 - TargetValueDisplay: 0 - VelocityDisplay: 0 - MoveToRandomValue: {x: -2, y: 2} - BumpAmountRandomValue: {x: 20, y: 100} - TestMoveToValue: 2 - MoveToToolbar: 0 - TestBumpAmount: 75 - BumpToToolbar: 0 - OtherControlsToToolbar: 0 ---- !u!224 &2080526699 stripped -RectTransform: - m_CorrespondingSourceObject: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - m_PrefabInstance: {fileID: 1322753985} - m_PrefabAsset: {fileID: 0} ---- !u!1001 &2082246517 -PrefabInstance: - m_ObjectHideFlags: 0 - serializedVersion: 2 - m_Modification: - serializedVersion: 3 - m_TransformParent: {fileID: 1557570896} - m_Modifications: - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: Feedbacks.Array.size - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[0]' - value: - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Pivot.x - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Pivot.y - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_RootOrder - value: 134 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMax.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMax.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMin.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMin.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_SizeDelta.x - value: 256.1 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_SizeDelta.y - value: 30 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalPosition.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.w - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.x - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.y - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.z - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchoredPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchoredPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalEulerAnglesHint.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalEulerAnglesHint.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalEulerAnglesHint.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604939, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_OnClick.m_PersistentCalls.m_Calls.Array.data[0].m_Target - value: - objectReference: {fileID: 2127072573} - - target: {fileID: 2903879014986604939, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_OnClick.m_PersistentCalls.m_Calls.Array.data[0].m_MethodName - value: PlayFeedbacks - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604939, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_OnClick.m_PersistentCalls.m_Calls.Array.data[0].m_Arguments.m_ObjectArgumentAssemblyTypeName - value: UnityEngine.Object, UnityEngine - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604941, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Name - value: Button - Sound - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Text - value: 'Sound ' - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Color.b - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Color.g - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Color.r - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.size - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[0]' - value: MoreMountains.Feedbacks.MMTools MoreMountains.Feedbacks.MMF_Sound - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Sfx - value: - objectReference: {fileID: 8300000, guid: c2e2c977f649c3140947b36e07ee9347, type: 3} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Label - value: Sound - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].MaxPitch - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].MinPitch - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].PoolSize - value: 10 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].UniqueID - value: -987216120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].MaxVolume - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].MinVolume - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].PlayMethod - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].SfxAudioMixerGroup - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].RandomSfx.Array.size - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].TestPlayButton.ButtonText - value: Debug Play Sound - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].TestStopButton.ButtonText - value: Debug Stop Sound - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 9167406172343059487, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_IsActive - value: 0 - objectReference: {fileID: 0} - m_RemovedComponents: - - {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, type: 3} - m_RemovedGameObjects: [] - m_AddedGameObjects: [] - m_AddedComponents: [] - m_SourcePrefab: {fileID: 100100000, guid: a16c33a1240b8ce4f930161a7c85fae6, type: 3} ---- !u!1001 &2083270761 -PrefabInstance: - m_ObjectHideFlags: 0 - serializedVersion: 2 - m_Modification: - serializedVersion: 3 - m_TransformParent: {fileID: 1557570896} - m_Modifications: - - target: {fileID: 4994452109645884045, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_Name - value: Spacer - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_Pivot.x - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_Pivot.y - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_RootOrder - value: 55 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_AnchorMax.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_AnchorMax.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_AnchorMin.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_AnchorMin.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_SizeDelta.x - value: 236.1 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_SizeDelta.y - value: 30 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_LocalPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_LocalPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_LocalPosition.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_LocalRotation.w - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_LocalRotation.x - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_LocalRotation.y - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_LocalRotation.z - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_AnchoredPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_AnchoredPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_LocalEulerAnglesHint.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_LocalEulerAnglesHint.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_LocalEulerAnglesHint.z - value: 0 - objectReference: {fileID: 0} - m_RemovedComponents: [] - m_RemovedGameObjects: [] - m_AddedGameObjects: [] - m_AddedComponents: [] - m_SourcePrefab: {fileID: 100100000, guid: b4ba93cf48b1c6b468135361158be27d, type: 3} ---- !u!1 &2085560042 stripped -GameObject: - m_CorrespondingSourceObject: {fileID: -927199367670048503, guid: d84a1570448aba14ea2b1badb79fb4b3, - type: 3} - m_PrefabInstance: {fileID: 1958664884} - m_PrefabAsset: {fileID: 0} ---- !u!114 &2085560045 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 2085560042} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 83dcb4ea8c2204a43adf98a01a3bc0d1, type: 3} - m_Name: - m_EditorClassIdentifier: - Receiver: - TargetObject: {fileID: 2085560042} - TargetComponent: {fileID: 577765024} - TargetScriptableObject: {fileID: 0} - TargetPropertyName: position - ShouldModifyValue: 1 - RelativeValue: 1 - ModifyX: 0 - ModifyY: 1 - ModifyZ: 0 - ModifyW: 1 - Threshold: 0.5 - BoolRemapZero: 0 - BoolRemapOne: 1 - StringRemapZero: Zero - StringRemapOne: One - IntRemapZero: 0 - IntRemapOne: 1 - FloatRemapZero: 0 - FloatRemapOne: 1 - Vector2RemapZero: {x: 0, y: 0} - Vector2RemapOne: {x: 1, y: 1} - Vector3RemapZero: {x: 0, y: 0, z: 0} - Vector3RemapOne: {x: 1, y: 0.75, z: 1} - Vector4RemapZero: {x: 0, y: 0, z: 0, w: 0} - Vector4RemapOne: {x: 1, y: 1, z: 1, w: 1} - QuaternionRemapZero: {x: 0, y: 0, z: 0} - QuaternionRemapOne: {x: 180, y: 180, z: 180} - ColorRemapZero: {r: 1, g: 1, b: 1, a: 1} - ColorRemapOne: {r: 0, g: 0, b: 0, a: 1} - Level: 0 - CanListen: 1 - Channel: 0 - RandomizeLevel: 0 - MinRandomLevelMultiplier: 0 - MaxRandomLevelMultiplier: 1 ---- !u!1001 &2087713397 -PrefabInstance: - m_ObjectHideFlags: 0 - serializedVersion: 2 - m_Modification: - serializedVersion: 3 - m_TransformParent: {fileID: 1096839754} - m_Modifications: - - target: {fileID: -4216859302048453862, guid: d84a1570448aba14ea2b1badb79fb4b3, - type: 3} - propertyPath: m_RootOrder - value: 5 - objectReference: {fileID: 0} - - target: {fileID: -4216859302048453862, guid: d84a1570448aba14ea2b1badb79fb4b3, - type: 3} - propertyPath: m_LocalScale.x - value: 0.02 - objectReference: {fileID: 0} - - target: {fileID: -4216859302048453862, guid: d84a1570448aba14ea2b1badb79fb4b3, - type: 3} - propertyPath: m_LocalScale.y - value: 0.02 - objectReference: {fileID: 0} - - target: {fileID: -4216859302048453862, guid: d84a1570448aba14ea2b1badb79fb4b3, - type: 3} - propertyPath: m_LocalScale.z - value: 0.02 - objectReference: {fileID: 0} - - target: {fileID: -4216859302048453862, guid: d84a1570448aba14ea2b1badb79fb4b3, - type: 3} - propertyPath: m_LocalPosition.x - value: 1.787 - objectReference: {fileID: 0} - - target: {fileID: -4216859302048453862, guid: d84a1570448aba14ea2b1badb79fb4b3, - type: 3} - propertyPath: m_LocalPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: -4216859302048453862, guid: d84a1570448aba14ea2b1badb79fb4b3, - type: 3} - propertyPath: m_LocalPosition.z - value: 5.401 - objectReference: {fileID: 0} - - target: {fileID: -4216859302048453862, guid: d84a1570448aba14ea2b1badb79fb4b3, - type: 3} - propertyPath: m_LocalRotation.w - value: -0.061048422 - objectReference: {fileID: 0} - - target: {fileID: -4216859302048453862, guid: d84a1570448aba14ea2b1badb79fb4b3, - type: 3} - propertyPath: m_LocalRotation.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: -4216859302048453862, guid: d84a1570448aba14ea2b1badb79fb4b3, - type: 3} - propertyPath: m_LocalRotation.y - value: 0.99813485 - objectReference: {fileID: 0} - - target: {fileID: -4216859302048453862, guid: d84a1570448aba14ea2b1badb79fb4b3, - type: 3} - propertyPath: m_LocalRotation.z - value: -0 - objectReference: {fileID: 0} - - target: {fileID: -4216859302048453862, guid: d84a1570448aba14ea2b1badb79fb4b3, - type: 3} - propertyPath: m_LocalEulerAnglesHint.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: -4216859302048453862, guid: d84a1570448aba14ea2b1badb79fb4b3, - type: 3} - propertyPath: m_LocalEulerAnglesHint.y - value: 187 - objectReference: {fileID: 0} - - target: {fileID: -4216859302048453862, guid: d84a1570448aba14ea2b1badb79fb4b3, - type: 3} - propertyPath: m_LocalEulerAnglesHint.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: -1504981713932161579, guid: d84a1570448aba14ea2b1badb79fb4b3, - type: 3} - propertyPath: 'm_Materials.Array.data[0]' - value: - objectReference: {fileID: 2100000, guid: 8b80d96aef31b7b42927634a8a768ed6, type: 2} - - target: {fileID: -927199367670048503, guid: d84a1570448aba14ea2b1badb79fb4b3, - type: 3} - propertyPath: m_Name - value: LP_S-Rock_02 (2) - objectReference: {fileID: 0} - m_RemovedComponents: [] - m_RemovedGameObjects: [] - m_AddedGameObjects: [] - m_AddedComponents: - - targetCorrespondingSourceObject: {fileID: -927199367670048503, guid: d84a1570448aba14ea2b1badb79fb4b3, - type: 3} - insertIndex: -1 - addedObject: {fileID: 1812402536} - m_SourcePrefab: {fileID: 100100000, guid: d84a1570448aba14ea2b1badb79fb4b3, type: 3} ---- !u!1001 &2090205404 -PrefabInstance: - m_ObjectHideFlags: 0 - serializedVersion: 2 - m_Modification: - serializedVersion: 3 - m_TransformParent: {fileID: 1557570896} - m_Modifications: - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: Feedbacks.Array.size - value: 9 - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[0]' - value: - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[1]' - value: - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[2]' - value: - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[3]' - value: - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[4]' - value: - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[5]' - value: - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[6]' - value: - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[7]' - value: - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[8]' - value: - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Pivot.x - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Pivot.y - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_RootOrder - value: 117 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMax.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMax.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMin.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMin.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_SizeDelta.x - value: 256.1 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_SizeDelta.y - value: 30 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalPosition.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.w - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.x - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.y - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.z - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchoredPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchoredPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalEulerAnglesHint.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalEulerAnglesHint.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalEulerAnglesHint.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604939, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_OnClick.m_PersistentCalls.m_Calls.Array.data[0].m_Target - value: - objectReference: {fileID: 1903885776} - - target: {fileID: 2903879014986604939, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_OnClick.m_PersistentCalls.m_Calls.Array.data[0].m_MethodName - value: PlayFeedbacks - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604939, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_OnClick.m_PersistentCalls.m_Calls.Array.data[0].m_Arguments.m_ObjectArgumentAssemblyTypeName - value: UnityEngine.Object, UnityEngine - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604941, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Name - value: Button - Line Spacing - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Text - value: TMP Line Spacing - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Color.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Color.b - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Color.g - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Color.r - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 4258887795993319071, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: NotSupportedInWebGL - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.size - value: 9 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[0]' - value: MoreMountains.Feedbacks MoreMountains.Feedbacks.MMF_AudioSource - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[1]' - value: MoreMountains.Feedbacks MoreMountains.Feedbacks.MMF_SetActive - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[2]' - value: MoreMountains.Feedbacks.TextMeshPro MoreMountains.Feedbacks.MMF_TMPFontSize - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[3]' - value: MoreMountains.Feedbacks.TextMeshPro MoreMountains.Feedbacks.MMF_TMPText - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[4]' - value: MoreMountains.Feedbacks MoreMountains.Feedbacks.MMF_Pause - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[5]' - value: MoreMountains.Feedbacks.TextMeshPro MoreMountains.Feedbacks.MMF_TMPLineSpacing - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[6]' - value: MoreMountains.Feedbacks MoreMountains.Feedbacks.MMF_HoldingPause - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[7]' - value: MoreMountains.Feedbacks.TextMeshPro MoreMountains.Feedbacks.MMF_TMPFontSize - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[8]' - value: MoreMountains.Feedbacks MoreMountains.Feedbacks.MMF_SetActive - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Mode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Mode - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Mode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].Mode - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Label - value: AudioSource - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Label - value: Set Active - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Label - value: TMP Font Size - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Label - value: TMP Text - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Label - value: Pause - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Label - value: TMP Line Spacing - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Label - value: Holding Pause - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].Label - value: TMP Font Size - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[8].Label - value: Set Inactive - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[8].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[8].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[8].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].NewText - value: 'Soon may the Wellerman come - - To bring us sugar and tea and - rum - - One day, when the tonguing'' is done - - We''ll take our - leave and go' - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[8].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].MaxPitch - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].MinPitch - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].UniqueID - value: 1221477072 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].UniqueID - value: -2026860138 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Duration - value: 0.2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].RemapOne - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].UniqueID - value: -1770285266 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].UniqueID - value: 1594596997 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].UniqueID - value: 1517155728 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Duration - value: 6 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].RemapOne - value: 60 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].UniqueID - value: -262104853 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].UniqueID - value: -907675066 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].Duration - value: 0.2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].RemapOne - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].UniqueID - value: 2015796836 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[8].UniqueID - value: -962894112 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].MaxVolume - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].MinVolume - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].RemapZero - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].StartsOff - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].RemapZero - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].StartsOff - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].RemapZero - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].StartsOff - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AutoResume - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].AutoResume - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].StateOnInit - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].StateOnPlay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].StateOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[8].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[8].StateOnInit - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[8].StateOnPlay - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[8].StateOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].StateOnReset - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].ScriptDriven - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].ScriptDriven - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[8].StateOnReset - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].DisableOnStop - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].TargetTMPText - value: - objectReference: {fileID: 500670851} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].TargetTMPText - value: - objectReference: {fileID: 500670851} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].PauseDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].DisableOnStop - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].TargetTMPText - value: - objectReference: {fileID: 500670851} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].PauseDuration - value: 1.5 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].DisableOnStop - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].TargetTMPText - value: - objectReference: {fileID: 500670851} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].SetStateOnInit - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].SetStateOnPlay - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].SetStateOnStop - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].RelativeValues - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].RelativeValues - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].RelativeValues - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[8].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[8].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[8].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[8].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[8].SetStateOnInit - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[8].SetStateOnPlay - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[8].SetStateOnStop - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[8].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].SetStateOnReset - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].InstantFontSize - value: 40 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AutoResumeAfter - value: 0.25 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].InstantFontSize - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].AutoResumeAfter - value: 0.25 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].InstantFontSize - value: 60 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[8].SetStateOnReset - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[8].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].TargetGameObject - value: - objectReference: {fileID: 731678809} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].MaxPauseDuration - value: 3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].MinPauseDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].MaxPauseDuration - value: 3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].MinPauseDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[8].TargetGameObject - value: - objectReference: {fileID: 731678809} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[8].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[8].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].TargetAudioSource - value: - objectReference: {fileID: 478010195} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].SfxAudioMixerGroup - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AllowAdditivePlays - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].AllowAdditivePlays - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].AllowAdditivePlays - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].RandomizeOnEachPlay - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].RandomizeOnEachPlay - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[8].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].RandomSfx.Array.size - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[8].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[8].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[8].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].RandomizePauseDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].RandomizePauseDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[8].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[8].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[8].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[8].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].FontSizeCurve.MMTweenCurve - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].FontSizeCurve.MMTweenCurve - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[8].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[8].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[8].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[8].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].LineSpacingCurve.MMTweenCurve - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[8].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[8].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].FontSizeCurve.Curve.m_PreInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].FontSizeCurve.Curve.m_PreInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].FontSizeCurve.Curve.m_PostInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].FontSizeCurve.Curve.m_PostInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].FontSizeCurve.Curve.m_RotationOrder - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].FontSizeCurve.MMTweenDefinitionType - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].FontSizeCurve.Curve.m_RotationOrder - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].FontSizeCurve.MMTweenDefinitionType - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].LineSpacingCurve.Curve.m_PreInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[8].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].LineSpacingCurve.Curve.m_PostInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].FontSizeCurve.Curve.m_Curve.Array.size - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].LineSpacingCurve.Curve.m_RotationOrder - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].LineSpacingCurve.MMTweenDefinitionType - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].FontSizeCurve.Curve.m_Curve.Array.size - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].LineSpacingCurve.Curve.m_Curve.Array.size - value: 10 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].FontSizeCurve.Curve.m_Curve.Array.data[0].time - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].FontSizeCurve.Curve.m_Curve.Array.data[1].time - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].FontSizeCurve.Curve.m_Curve.Array.data[0].time - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].FontSizeCurve.Curve.m_Curve.Array.data[1].time - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].FontSizeCurve.Curve.m_Curve.Array.data[0].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].FontSizeCurve.Curve.m_Curve.Array.data[1].value - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].FontSizeCurve.Curve.m_Curve.Array.data[0].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].FontSizeCurve.Curve.m_Curve.Array.data[1].value - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].FontSizeCurve.Curve.m_Curve.Array.data[0].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].FontSizeCurve.Curve.m_Curve.Array.data[1].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].LineSpacingCurve.Curve.m_Curve.Array.data[0].time - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].LineSpacingCurve.Curve.m_Curve.Array.data[1].time - value: 0.10950776 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].LineSpacingCurve.Curve.m_Curve.Array.data[2].time - value: 0.21771698 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].LineSpacingCurve.Curve.m_Curve.Array.data[3].time - value: 0.30989316 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].LineSpacingCurve.Curve.m_Curve.Array.data[4].time - value: 0.4550187 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].LineSpacingCurve.Curve.m_Curve.Array.data[5].time - value: 0.53664625 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].LineSpacingCurve.Curve.m_Curve.Array.data[6].time - value: 0.6634743 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].LineSpacingCurve.Curve.m_Curve.Array.data[7].time - value: 0.7696117 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].LineSpacingCurve.Curve.m_Curve.Array.data[8].time - value: 0.8819052 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].LineSpacingCurve.Curve.m_Curve.Array.data[9].time - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].FontSizeCurve.Curve.m_Curve.Array.data[0].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].FontSizeCurve.Curve.m_Curve.Array.data[1].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].FontSizeCurve.Curve.m_Curve.Array.data[0].inWeight - value: 0.33333334 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].FontSizeCurve.Curve.m_Curve.Array.data[0].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].FontSizeCurve.Curve.m_Curve.Array.data[1].inWeight - value: 0.33333334 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].FontSizeCurve.Curve.m_Curve.Array.data[1].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].LineSpacingCurve.Curve.m_Curve.Array.data[0].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].LineSpacingCurve.Curve.m_Curve.Array.data[1].value - value: -0.22787476 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].LineSpacingCurve.Curve.m_Curve.Array.data[2].value - value: 1.0577588 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].LineSpacingCurve.Curve.m_Curve.Array.data[3].value - value: -0.29085606 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].LineSpacingCurve.Curve.m_Curve.Array.data[4].value - value: 0.72970307 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].LineSpacingCurve.Curve.m_Curve.Array.data[5].value - value: -0.18124494 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].LineSpacingCurve.Curve.m_Curve.Array.data[6].value - value: 0.44213805 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].LineSpacingCurve.Curve.m_Curve.Array.data[7].value - value: -0.10585117 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].LineSpacingCurve.Curve.m_Curve.Array.data[8].value - value: 0.11913872 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].LineSpacingCurve.Curve.m_Curve.Array.data[9].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].FontSizeCurve.Curve.m_Curve.Array.data[0].inWeight - value: 0.33333334 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].FontSizeCurve.Curve.m_Curve.Array.data[0].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].FontSizeCurve.Curve.m_Curve.Array.data[1].inWeight - value: 0.33333334 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].FontSizeCurve.Curve.m_Curve.Array.data[1].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].FontSizeCurve.Curve.m_Curve.Array.data[0].outWeight - value: 0.33333334 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].FontSizeCurve.Curve.m_Curve.Array.data[1].outWeight - value: 0.33333334 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].FontSizeCurve.Curve.m_Curve.Array.data[0].outWeight - value: 0.33333334 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].FontSizeCurve.Curve.m_Curve.Array.data[1].outWeight - value: 0.33333334 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].LineSpacingCurve.Curve.m_Curve.Array.data[0].inSlope - value: -5.019603 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].LineSpacingCurve.Curve.m_Curve.Array.data[1].inSlope - value: 4.635639 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].LineSpacingCurve.Curve.m_Curve.Array.data[2].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].LineSpacingCurve.Curve.m_Curve.Array.data[3].inSlope - value: -1.6282207 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].LineSpacingCurve.Curve.m_Curve.Array.data[4].inSlope - value: 0.30267537 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].LineSpacingCurve.Curve.m_Curve.Array.data[5].inSlope - value: -3.5932286 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].LineSpacingCurve.Curve.m_Curve.Array.data[6].inSlope - value: 2.0337236 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].LineSpacingCurve.Curve.m_Curve.Array.data[7].inSlope - value: -2.631019 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].LineSpacingCurve.Curve.m_Curve.Array.data[8].inSlope - value: 1.1880654 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].LineSpacingCurve.Curve.m_Curve.Array.data[9].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].FontSizeCurve.Curve.m_Curve.Array.data[0].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].FontSizeCurve.Curve.m_Curve.Array.data[1].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].LineSpacingCurve.Curve.m_Curve.Array.data[0].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].LineSpacingCurve.Curve.m_Curve.Array.data[0].outSlope - value: -5.019603 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].LineSpacingCurve.Curve.m_Curve.Array.data[1].inWeight - value: 0.33333334 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].LineSpacingCurve.Curve.m_Curve.Array.data[1].outSlope - value: 4.635639 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].LineSpacingCurve.Curve.m_Curve.Array.data[2].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].LineSpacingCurve.Curve.m_Curve.Array.data[2].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].LineSpacingCurve.Curve.m_Curve.Array.data[3].inWeight - value: 0.33333334 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].LineSpacingCurve.Curve.m_Curve.Array.data[3].outSlope - value: -1.6282207 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].LineSpacingCurve.Curve.m_Curve.Array.data[4].inWeight - value: 0.33333334 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].LineSpacingCurve.Curve.m_Curve.Array.data[4].outSlope - value: 0.30267537 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].LineSpacingCurve.Curve.m_Curve.Array.data[5].inWeight - value: 0.33333334 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].LineSpacingCurve.Curve.m_Curve.Array.data[5].outSlope - value: -3.5932286 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].LineSpacingCurve.Curve.m_Curve.Array.data[6].inWeight - value: 0.33333334 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].LineSpacingCurve.Curve.m_Curve.Array.data[6].outSlope - value: 2.0337236 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].LineSpacingCurve.Curve.m_Curve.Array.data[7].inWeight - value: 0.33333334 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].LineSpacingCurve.Curve.m_Curve.Array.data[7].outSlope - value: -2.631019 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].LineSpacingCurve.Curve.m_Curve.Array.data[8].inWeight - value: 0.33333334 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].LineSpacingCurve.Curve.m_Curve.Array.data[8].outSlope - value: 1.1880654 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].LineSpacingCurve.Curve.m_Curve.Array.data[9].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].LineSpacingCurve.Curve.m_Curve.Array.data[9].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].FontSizeCurve.Curve.m_Curve.Array.data[0].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].FontSizeCurve.Curve.m_Curve.Array.data[1].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].FontSizeCurve.Curve.m_Curve.Array.data[0].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].FontSizeCurve.Curve.m_Curve.Array.data[1].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].LineSpacingCurve.Curve.m_Curve.Array.data[0].outWeight - value: 0.20281938 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].LineSpacingCurve.Curve.m_Curve.Array.data[1].outWeight - value: 0.33333334 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].LineSpacingCurve.Curve.m_Curve.Array.data[2].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].LineSpacingCurve.Curve.m_Curve.Array.data[3].outWeight - value: 0.33333334 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].LineSpacingCurve.Curve.m_Curve.Array.data[4].outWeight - value: 0.33333334 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].LineSpacingCurve.Curve.m_Curve.Array.data[5].outWeight - value: 0.33333334 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].LineSpacingCurve.Curve.m_Curve.Array.data[6].outWeight - value: 0.33333334 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].LineSpacingCurve.Curve.m_Curve.Array.data[7].outWeight - value: 0.33333334 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].LineSpacingCurve.Curve.m_Curve.Array.data[8].outWeight - value: 0.33333334 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].LineSpacingCurve.Curve.m_Curve.Array.data[9].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].FontSizeCurve.Curve.m_Curve.Array.data[0].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[7].FontSizeCurve.Curve.m_Curve.Array.data[1].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].LineSpacingCurve.Curve.m_Curve.Array.data[0].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].LineSpacingCurve.Curve.m_Curve.Array.data[1].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].LineSpacingCurve.Curve.m_Curve.Array.data[2].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].LineSpacingCurve.Curve.m_Curve.Array.data[3].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].LineSpacingCurve.Curve.m_Curve.Array.data[4].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].LineSpacingCurve.Curve.m_Curve.Array.data[5].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].LineSpacingCurve.Curve.m_Curve.Array.data[6].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].LineSpacingCurve.Curve.m_Curve.Array.data[7].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].LineSpacingCurve.Curve.m_Curve.Array.data[8].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].LineSpacingCurve.Curve.m_Curve.Array.data[9].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].LineSpacingCurve.Curve.m_Curve.Array.data[0].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].LineSpacingCurve.Curve.m_Curve.Array.data[1].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].LineSpacingCurve.Curve.m_Curve.Array.data[2].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].LineSpacingCurve.Curve.m_Curve.Array.data[3].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].LineSpacingCurve.Curve.m_Curve.Array.data[4].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].LineSpacingCurve.Curve.m_Curve.Array.data[5].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].LineSpacingCurve.Curve.m_Curve.Array.data[6].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].LineSpacingCurve.Curve.m_Curve.Array.data[7].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].LineSpacingCurve.Curve.m_Curve.Array.data[8].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].LineSpacingCurve.Curve.m_Curve.Array.data[9].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 9167406172343059487, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_IsActive - value: 0 - objectReference: {fileID: 0} - m_RemovedComponents: - - {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, type: 3} - m_RemovedGameObjects: [] - m_AddedGameObjects: [] - m_AddedComponents: [] - m_SourcePrefab: {fileID: 100100000, guid: a16c33a1240b8ce4f930161a7c85fae6, type: 3} ---- !u!224 &2090751988 stripped -RectTransform: - m_CorrespondingSourceObject: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - m_PrefabInstance: {fileID: 563486796} - m_PrefabAsset: {fileID: 0} ---- !u!224 &2102942939 stripped -RectTransform: - m_CorrespondingSourceObject: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - m_PrefabInstance: {fileID: 787009179} - m_PrefabAsset: {fileID: 0} ---- !u!1 &2104425429 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 2104425431} - - component: {fileID: 2104425430} - m_Layer: 0 - m_Name: MaterialSetProperty - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!114 &2104425430 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 2104425429} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 6da43522623d4704e979466dc7650b65, type: 3} - m_Name: - m_EditorClassIdentifier: - Feedbacks: [] - InitializationMode: 2 - AutoInitialization: 1 - SafeMode: 3 - Direction: 0 - AutoChangeDirectionOnEnd: 0 - AutoPlayOnStart: 0 - AutoPlayOnEnable: 0 - ForceTimescaleMode: 0 - ForcedTimescaleMode: 1 - DurationMultiplier: 1 - TimescaleMultiplier: 1 - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 1.5} - DisplayFullDurationDetails: 0 - PlayerTimescaleMode: 1 - OnlyPlayIfWithinRange: 0 - RangeCenter: {fileID: 0} - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - IgnoreRangeEvents: 0 - CooldownDuration: 0 - InitialDelay: 0 - CanPlay: 1 - CanPlayWhileAlreadyPlaying: 1 - ChanceToPlay: 100 - FeedbacksIntensity: 1 - Events: - TriggerMMFeedbacksEvents: 0 - TriggerUnityEvents: 1 - OnPlay: - m_PersistentCalls: - m_Calls: [] - OnPause: - m_PersistentCalls: - m_Calls: [] - OnStop: - m_PersistentCalls: - m_Calls: [] - OnResume: - m_PersistentCalls: - m_Calls: [] - OnChangeDirection: - m_PersistentCalls: - m_Calls: [] - OnComplete: - m_PersistentCalls: - m_Calls: [] - OnRestoreInitialValues: - m_PersistentCalls: - m_Calls: [] - OnSkipToTheEnd: - m_PersistentCalls: - m_Calls: [] - OnInitializationComplete: - m_PersistentCalls: - m_Calls: [] - OnEnable: - m_PersistentCalls: - m_Calls: [] - OnDisable: - m_PersistentCalls: - m_Calls: [] - DebugActive: 0 - InScriptDrivenPause: 0 - FeedbacksList: - - rid: 1 - - rid: 1779414695900348417 - KeepPlayModeChanges: 0 - PerformanceMode: 0 - RestoreInitialValuesOnDisable: 0 - StopFeedbacksOnDisable: 0 - PlayCount: 0 - references: - version: 2 - RefIds: - - rid: 1 - type: {class: MMF_AudioSource, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: -1707049777 - Label: AudioSource - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 2104425430} - DebugActive: 0 - TargetAudioSource: {fileID: 478010195} - Mode: 0 - RandomSfx: [] - MinVolume: 1 - MaxVolume: 1 - MinPitch: 1 - MaxPitch: 1 - SfxAudioMixerGroup: {fileID: 0} - - rid: 1779414695900348417 - type: {class: MMF_MaterialSetProperty, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: -747082276 - Label: Material Set Property - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0.8, y: 1} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 2104425430} - DebugActive: 0 - TargetRenderer: {fileID: 1299312031} - ExtraTargetRenderers: [] - MaterialID: 0 - PropertyName: _EmissionForce - PropertyType: 1 - NewColor: {r: 1, g: 0, b: 0, a: 1} - NewFloat: 0.75 - NewInt: 0 - NewTexture: {fileID: 0} - NewOffset: {x: 0, y: 0} - NewScale: {x: 0, y: 0} - NewVector: {x: 0, y: 0, z: 0, w: 0} - InterpolateValue: 1 - Duration: 0.4 - InterpolationCurve: - MMTweenDefinitionType: 1 - MMTweenCurve: 4 - Curve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.3 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - Initialized: 0 - ConditionPropertyName: InterpolateValue - EnumConditionPropertyName: - EnumConditions: 0000000000000000000000000000000000000000000000000000000000000000 ---- !u!4 &2104425431 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 2104425429} - serializedVersion: 2 - m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: 0} - m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 - m_Children: [] - m_Father: {fileID: 980395213} - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!1 &2108368965 stripped -GameObject: - m_CorrespondingSourceObject: {fileID: -927199367670048503, guid: 01dfcbf4ce9664c41ab1cf3609c59ee6, - type: 3} - m_PrefabInstance: {fileID: 320141164} - m_PrefabAsset: {fileID: 0} ---- !u!114 &2108368968 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 2108368965} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 83dcb4ea8c2204a43adf98a01a3bc0d1, type: 3} - m_Name: - m_EditorClassIdentifier: - Receiver: - TargetObject: {fileID: 2108368965} - TargetComponent: {fileID: 1325367638} - TargetScriptableObject: {fileID: 0} - TargetPropertyName: position - ShouldModifyValue: 1 - RelativeValue: 1 - ModifyX: 0 - ModifyY: 1 - ModifyZ: 0 - ModifyW: 1 - Threshold: 0.5 - BoolRemapZero: 0 - BoolRemapOne: 1 - StringRemapZero: Zero - StringRemapOne: One - IntRemapZero: 0 - IntRemapOne: 1 - FloatRemapZero: 0 - FloatRemapOne: 1 - Vector2RemapZero: {x: 0, y: 0} - Vector2RemapOne: {x: 1, y: 1} - Vector3RemapZero: {x: 0, y: 0, z: 0} - Vector3RemapOne: {x: 1, y: 0.75, z: 1} - Vector4RemapZero: {x: 0, y: 0, z: 0, w: 0} - Vector4RemapOne: {x: 1, y: 1, z: 1, w: 1} - QuaternionRemapZero: {x: 0, y: 0, z: 0} - QuaternionRemapOne: {x: 180, y: 180, z: 180} - ColorRemapZero: {r: 1, g: 1, b: 1, a: 1} - ColorRemapOne: {r: 0, g: 0, b: 0, a: 1} - Level: 0 - CanListen: 1 - Channel: 0 - RandomizeLevel: 0 - MinRandomLevelMultiplier: 0 - MaxRandomLevelMultiplier: 1 ---- !u!1001 &2108911936 -PrefabInstance: - m_ObjectHideFlags: 0 - serializedVersion: 2 - m_Modification: - serializedVersion: 3 - m_TransformParent: {fileID: 1557570896} - m_Modifications: - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_Pivot.x - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_Pivot.y - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_RootOrder - value: 17 - objectReference: {fileID: 0} - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_AnchorMax.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_AnchorMax.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_AnchorMin.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_AnchorMin.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_SizeDelta.x - value: 256.1 - objectReference: {fileID: 0} - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_SizeDelta.y - value: 30 - objectReference: {fileID: 0} - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_LocalPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_LocalPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_LocalPosition.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_LocalRotation.w - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_LocalRotation.x - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_LocalRotation.y - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_LocalRotation.z - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_AnchoredPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_AnchoredPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_LocalEulerAnglesHint.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_LocalEulerAnglesHint.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_LocalEulerAnglesHint.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2251616714236910816, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_Text - value: ANIMATION - objectReference: {fileID: 0} - - target: {fileID: 2251616714236910816, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_Color.b - value: 0.386558 - objectReference: {fileID: 0} - - target: {fileID: 2251616714236910816, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_Color.g - value: 0.2980392 - objectReference: {fileID: 0} - - target: {fileID: 2251616714236910816, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_Color.r - value: 0.68235296 - objectReference: {fileID: 0} - - target: {fileID: 2835202865360546964, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_Enabled - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 3358702390296254852, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_Name - value: Title - Animation - objectReference: {fileID: 0} - m_RemovedComponents: [] - m_RemovedGameObjects: [] - m_AddedGameObjects: [] - m_AddedComponents: [] - m_SourcePrefab: {fileID: 100100000, guid: d0c10e574f6f1af43b3af7996a878151, type: 3} ---- !u!1001 &2112784615 -PrefabInstance: - m_ObjectHideFlags: 0 - serializedVersion: 2 - m_Modification: - serializedVersion: 3 - m_TransformParent: {fileID: 1557570896} - m_Modifications: - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: Feedbacks.Array.size - value: 7 - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[0]' - value: - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[1]' - value: - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[2]' - value: - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[3]' - value: - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[4]' - value: - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[5]' - value: - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[6]' - value: - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Pivot.x - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Pivot.y - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_RootOrder - value: 80 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMax.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMax.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMin.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMin.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_SizeDelta.x - value: 256.1 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_SizeDelta.y - value: 30 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalPosition.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.w - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.x - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.y - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.z - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchoredPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchoredPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalEulerAnglesHint.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalEulerAnglesHint.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalEulerAnglesHint.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604939, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_OnClick.m_PersistentCalls.m_Calls.Array.data[0].m_Target - value: - objectReference: {fileID: 205868871} - - target: {fileID: 2903879014986604939, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_OnClick.m_PersistentCalls.m_Calls.Array.data[0].m_MethodName - value: PlayFeedbacks - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604939, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_OnClick.m_PersistentCalls.m_Calls.Array.data[0].m_Arguments.m_ObjectArgumentAssemblyTypeName - value: UnityEngine.Object, UnityEngine - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604941, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Name - value: Button - Looper - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Text - value: Looper - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Color.b - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Color.g - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Color.r - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.size - value: 7 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[0]' - value: MoreMountains.Feedbacks MoreMountains.Feedbacks.MMF_AudioSource - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[1]' - value: MoreMountains.Feedbacks MoreMountains.Feedbacks.MMF_Scale - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[2]' - value: MoreMountains.Feedbacks MoreMountains.Feedbacks.MMF_Pause - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[3]' - value: MoreMountains.Feedbacks.MMTools MoreMountains.Feedbacks.MMF_Sound - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[4]' - value: MoreMountains.Feedbacks MoreMountains.Feedbacks.MMF_Position - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[5]' - value: MoreMountains.Feedbacks MoreMountains.Feedbacks.MMF_Scale - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[6]' - value: MoreMountains.Feedbacks MoreMountains.Feedbacks.MMF_Looper - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Sfx - value: - objectReference: {fileID: 8300000, guid: 54440253e69f3dc40971707d9e51d7da, type: 3} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Mode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Mode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Mode - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Mode - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Label - value: AudioSource - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Label - value: Scale - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Label - value: Pause - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Label - value: Sound - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Label - value: Position - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Space - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Label - value: Scale - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Label - value: Looper - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Offset - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Offset - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].MaxPitch - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].MinPitch - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].UniqueID - value: -127941189 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateX - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateY - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateZ - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].UniqueID - value: 1923430155 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].UniqueID - value: -2104524826 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].MaxPitch - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].MinPitch - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].PoolSize - value: 10 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].UniqueID - value: 470532818 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimateX - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimateY - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimateZ - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].UniqueID - value: -982643096 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].AnimateX - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].AnimateY - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].AnimateZ - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].UniqueID - value: 1339389157 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].UniqueID - value: 1310001776 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].MaxVolume - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].MinVolume - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].MaxVolume - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].MinVolume - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AutoResume - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].PlayMethod - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].AutoResume - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].ScriptDriven - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].InfiniteLoop - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].ScriptDriven - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].RemapCurveOne - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].PauseDuration - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].RemapCurveOne - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].RemapCurveOne - value: 0.75 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].NumberOfLoops - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].PauseDuration - value: 0.25 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].RemapCurveZero - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].RemapCurveZero - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].RemapCurveZero - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].InInfiniteLoop - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].AutoResumeAfter - value: 0.25 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].AutoResumeAfter - value: 0.25 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].LoopAtLastPause - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].MaxPauseDuration - value: 3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].MinPauseDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].RelativePosition - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].MaxPauseDuration - value: 3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].MinPauseDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].TargetAudioSource - value: - objectReference: {fileID: 478010195} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].InitialPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].InitialPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].InitialPosition.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].NumberOfLoopsLeft - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].SfxAudioMixerGroup - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AllowAdditivePlays - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateScaleTarget - value: - objectReference: {fileID: 2076029460} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DestinationScale.x - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DestinationScale.y - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DestinationScale.z - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].SfxAudioMixerGroup - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AllowAdditivePlays - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].AllowAdditivePlays - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].AnimateScaleTarget - value: - objectReference: {fileID: 1579498608} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].DestinationScale.x - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].DestinationScale.y - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].DestinationScale.z - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].RandomizeOnEachPlay - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].LoopAtLastLoopStart - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].RandomizeOnEachPlay - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].RandomSfx.Array.size - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateScaleDuration - value: 0.3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DetermineScaleOnPlay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].RandomSfx.Array.size - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].AnimateScaleDuration - value: 0.2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].DetermineScaleOnPlay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionTarget - value: - objectReference: {fileID: 699640084} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].DestinationPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].DestinationPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].DestinationPosition.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].RandomizePauseDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].RandomizePauseDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionDuration - value: 0.2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].DeterminePositionsOnPlay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].InitialPositionTransform - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].TestPlayButton.ButtonText - value: Debug Play Sound - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].TestStopButton.ButtonText - value: Debug Stop Sound - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateScaleX.m_PreInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateScaleY.m_PreInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateScaleZ.m_PreInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].AnimateScaleX.m_PreInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].AnimateScaleY.m_PreInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].AnimateScaleZ.m_PreInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateScaleX.m_PostInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateScaleY.m_PostInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateScaleZ.m_PostInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].DestinationPositionTransform - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].AnimateScaleX.m_PostInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].AnimateScaleY.m_PostInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].AnimateScaleZ.m_PostInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateScaleX.m_RotationOrder - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateScaleY.m_RotationOrder - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateScaleZ.m_RotationOrder - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].AnimateScaleX.m_RotationOrder - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].AnimateScaleY.m_RotationOrder - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].AnimateScaleZ.m_RotationOrder - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateScaleX.m_Curve.Array.size - value: 3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateScaleY.m_Curve.Array.size - value: 3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateScaleZ.m_Curve.Array.size - value: 3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].AnimateScaleX.m_Curve.Array.size - value: 3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].AnimateScaleY.m_Curve.Array.size - value: 3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].AnimateScaleZ.m_Curve.Array.size - value: 3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurve.m_PreInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurve.m_PostInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveX.m_PreInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveY.m_PreInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveZ.m_PreInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[2].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[3].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurve.m_RotationOrder - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveX.m_PostInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveY.m_PostInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveZ.m_PostInfinity - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[6].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveX.m_RotationOrder - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveY.m_RotationOrder - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveZ.m_RotationOrder - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurve.m_Curve.Array.size - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateScaleX.m_Curve.Array.data[0].time - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateScaleX.m_Curve.Array.data[1].time - value: 0.3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateScaleX.m_Curve.Array.data[2].time - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateScaleY.m_Curve.Array.data[0].time - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateScaleY.m_Curve.Array.data[1].time - value: 0.3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateScaleY.m_Curve.Array.data[2].time - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateScaleZ.m_Curve.Array.data[0].time - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateScaleZ.m_Curve.Array.data[1].time - value: 0.3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateScaleZ.m_Curve.Array.data[2].time - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveX.m_Curve.Array.size - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveY.m_Curve.Array.size - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveZ.m_Curve.Array.size - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].AnimateScaleX.m_Curve.Array.data[0].time - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].AnimateScaleX.m_Curve.Array.data[1].time - value: 0.3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].AnimateScaleX.m_Curve.Array.data[2].time - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].AnimateScaleY.m_Curve.Array.data[0].time - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].AnimateScaleY.m_Curve.Array.data[1].time - value: 0.3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].AnimateScaleY.m_Curve.Array.data[2].time - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].AnimateScaleZ.m_Curve.Array.data[0].time - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].AnimateScaleZ.m_Curve.Array.data[1].time - value: 0.3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].AnimateScaleZ.m_Curve.Array.data[2].time - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateScaleX.m_Curve.Array.data[0].value - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateScaleX.m_Curve.Array.data[1].value - value: 1.05 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateScaleX.m_Curve.Array.data[2].value - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateScaleY.m_Curve.Array.data[0].value - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateScaleY.m_Curve.Array.data[1].value - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateScaleY.m_Curve.Array.data[2].value - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateScaleZ.m_Curve.Array.data[0].value - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateScaleZ.m_Curve.Array.data[1].value - value: 1.05 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateScaleZ.m_Curve.Array.data[2].value - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].AnimateScaleX.m_Curve.Array.data[0].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].AnimateScaleX.m_Curve.Array.data[1].value - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].AnimateScaleX.m_Curve.Array.data[2].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].AnimateScaleY.m_Curve.Array.data[0].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].AnimateScaleY.m_Curve.Array.data[1].value - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].AnimateScaleY.m_Curve.Array.data[2].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].AnimateScaleZ.m_Curve.Array.data[0].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].AnimateScaleZ.m_Curve.Array.data[1].value - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].AnimateScaleZ.m_Curve.Array.data[2].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateScaleX.m_Curve.Array.data[0].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateScaleX.m_Curve.Array.data[1].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateScaleX.m_Curve.Array.data[2].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateScaleY.m_Curve.Array.data[0].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateScaleY.m_Curve.Array.data[1].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateScaleY.m_Curve.Array.data[2].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateScaleZ.m_Curve.Array.data[0].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateScaleZ.m_Curve.Array.data[1].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateScaleZ.m_Curve.Array.data[2].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].AnimateScaleX.m_Curve.Array.data[0].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].AnimateScaleX.m_Curve.Array.data[1].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].AnimateScaleX.m_Curve.Array.data[2].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].AnimateScaleY.m_Curve.Array.data[0].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].AnimateScaleY.m_Curve.Array.data[1].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].AnimateScaleY.m_Curve.Array.data[2].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].AnimateScaleZ.m_Curve.Array.data[0].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].AnimateScaleZ.m_Curve.Array.data[1].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].AnimateScaleZ.m_Curve.Array.data[2].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateScaleX.m_Curve.Array.data[0].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateScaleX.m_Curve.Array.data[0].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateScaleX.m_Curve.Array.data[1].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateScaleX.m_Curve.Array.data[1].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateScaleX.m_Curve.Array.data[2].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateScaleX.m_Curve.Array.data[2].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateScaleY.m_Curve.Array.data[0].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateScaleY.m_Curve.Array.data[0].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateScaleY.m_Curve.Array.data[1].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateScaleY.m_Curve.Array.data[1].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateScaleY.m_Curve.Array.data[2].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateScaleY.m_Curve.Array.data[2].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateScaleZ.m_Curve.Array.data[0].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateScaleZ.m_Curve.Array.data[0].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateScaleZ.m_Curve.Array.data[1].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateScaleZ.m_Curve.Array.data[1].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateScaleZ.m_Curve.Array.data[2].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateScaleZ.m_Curve.Array.data[2].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].AnimateScaleX.m_Curve.Array.data[0].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].AnimateScaleX.m_Curve.Array.data[0].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].AnimateScaleX.m_Curve.Array.data[1].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].AnimateScaleX.m_Curve.Array.data[1].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].AnimateScaleX.m_Curve.Array.data[2].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].AnimateScaleX.m_Curve.Array.data[2].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].AnimateScaleY.m_Curve.Array.data[0].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].AnimateScaleY.m_Curve.Array.data[0].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].AnimateScaleY.m_Curve.Array.data[1].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].AnimateScaleY.m_Curve.Array.data[1].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].AnimateScaleY.m_Curve.Array.data[2].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].AnimateScaleY.m_Curve.Array.data[2].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].AnimateScaleZ.m_Curve.Array.data[0].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].AnimateScaleZ.m_Curve.Array.data[0].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].AnimateScaleZ.m_Curve.Array.data[1].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].AnimateScaleZ.m_Curve.Array.data[1].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].AnimateScaleZ.m_Curve.Array.data[2].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].AnimateScaleZ.m_Curve.Array.data[2].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateScaleX.m_Curve.Array.data[0].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateScaleX.m_Curve.Array.data[1].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateScaleX.m_Curve.Array.data[2].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateScaleY.m_Curve.Array.data[0].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateScaleY.m_Curve.Array.data[1].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateScaleY.m_Curve.Array.data[2].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateScaleZ.m_Curve.Array.data[0].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateScaleZ.m_Curve.Array.data[1].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateScaleZ.m_Curve.Array.data[2].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].AnimateScaleX.m_Curve.Array.data[0].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].AnimateScaleX.m_Curve.Array.data[1].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].AnimateScaleX.m_Curve.Array.data[2].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].AnimateScaleY.m_Curve.Array.data[0].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].AnimateScaleY.m_Curve.Array.data[1].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].AnimateScaleY.m_Curve.Array.data[2].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].AnimateScaleZ.m_Curve.Array.data[0].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].AnimateScaleZ.m_Curve.Array.data[1].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].AnimateScaleZ.m_Curve.Array.data[2].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateScaleX.m_Curve.Array.data[0].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateScaleX.m_Curve.Array.data[1].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateScaleX.m_Curve.Array.data[2].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateScaleY.m_Curve.Array.data[0].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateScaleY.m_Curve.Array.data[1].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateScaleY.m_Curve.Array.data[2].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateScaleZ.m_Curve.Array.data[0].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateScaleZ.m_Curve.Array.data[1].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateScaleZ.m_Curve.Array.data[2].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurve.m_Curve.Array.data[0].time - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurve.m_Curve.Array.data[1].time - value: 0.1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurve.m_Curve.Array.data[2].time - value: 0.9 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurve.m_Curve.Array.data[3].time - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].AnimateScaleX.m_Curve.Array.data[0].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].AnimateScaleX.m_Curve.Array.data[1].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].AnimateScaleX.m_Curve.Array.data[2].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].AnimateScaleY.m_Curve.Array.data[0].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].AnimateScaleY.m_Curve.Array.data[1].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].AnimateScaleY.m_Curve.Array.data[2].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].AnimateScaleZ.m_Curve.Array.data[0].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].AnimateScaleZ.m_Curve.Array.data[1].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].AnimateScaleZ.m_Curve.Array.data[2].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateScaleX.m_Curve.Array.data[0].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateScaleX.m_Curve.Array.data[1].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateScaleX.m_Curve.Array.data[2].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateScaleY.m_Curve.Array.data[0].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateScaleY.m_Curve.Array.data[1].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateScaleY.m_Curve.Array.data[2].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateScaleZ.m_Curve.Array.data[0].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateScaleZ.m_Curve.Array.data[1].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AnimateScaleZ.m_Curve.Array.data[2].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurve.m_Curve.Array.data[0].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurve.m_Curve.Array.data[1].value - value: 0.05 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurve.m_Curve.Array.data[2].value - value: 0.95 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurve.m_Curve.Array.data[3].value - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveX.m_Curve.Array.data[0].time - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveX.m_Curve.Array.data[1].time - value: 0.3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveX.m_Curve.Array.data[2].time - value: 0.6 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveX.m_Curve.Array.data[3].time - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveY.m_Curve.Array.data[0].time - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveY.m_Curve.Array.data[1].time - value: 0.3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveY.m_Curve.Array.data[2].time - value: 0.6 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveY.m_Curve.Array.data[3].time - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveZ.m_Curve.Array.data[0].time - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveZ.m_Curve.Array.data[1].time - value: 0.3 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveZ.m_Curve.Array.data[2].time - value: 0.6 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveZ.m_Curve.Array.data[3].time - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].AnimateScaleX.m_Curve.Array.data[0].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].AnimateScaleX.m_Curve.Array.data[1].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].AnimateScaleX.m_Curve.Array.data[2].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].AnimateScaleY.m_Curve.Array.data[0].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].AnimateScaleY.m_Curve.Array.data[1].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].AnimateScaleY.m_Curve.Array.data[2].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].AnimateScaleZ.m_Curve.Array.data[0].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].AnimateScaleZ.m_Curve.Array.data[1].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[5].AnimateScaleZ.m_Curve.Array.data[2].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveX.m_Curve.Array.data[0].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveX.m_Curve.Array.data[1].value - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveX.m_Curve.Array.data[2].value - value: -1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveX.m_Curve.Array.data[3].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveY.m_Curve.Array.data[0].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveY.m_Curve.Array.data[1].value - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveY.m_Curve.Array.data[2].value - value: -1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveY.m_Curve.Array.data[3].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveZ.m_Curve.Array.data[0].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveZ.m_Curve.Array.data[1].value - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveZ.m_Curve.Array.data[2].value - value: -1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveZ.m_Curve.Array.data[3].value - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurve.m_Curve.Array.data[0].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurve.m_Curve.Array.data[1].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurve.m_Curve.Array.data[2].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurve.m_Curve.Array.data[3].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurve.m_Curve.Array.data[0].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurve.m_Curve.Array.data[0].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurve.m_Curve.Array.data[1].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurve.m_Curve.Array.data[1].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurve.m_Curve.Array.data[2].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurve.m_Curve.Array.data[2].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurve.m_Curve.Array.data[3].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurve.m_Curve.Array.data[3].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveX.m_Curve.Array.data[0].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveX.m_Curve.Array.data[1].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveX.m_Curve.Array.data[2].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveX.m_Curve.Array.data[3].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveY.m_Curve.Array.data[0].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveY.m_Curve.Array.data[1].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveY.m_Curve.Array.data[2].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveY.m_Curve.Array.data[3].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveZ.m_Curve.Array.data[0].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveZ.m_Curve.Array.data[1].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveZ.m_Curve.Array.data[2].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveZ.m_Curve.Array.data[3].inSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurve.m_Curve.Array.data[0].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurve.m_Curve.Array.data[1].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurve.m_Curve.Array.data[2].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurve.m_Curve.Array.data[3].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveX.m_Curve.Array.data[0].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveX.m_Curve.Array.data[0].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveX.m_Curve.Array.data[1].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveX.m_Curve.Array.data[1].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveX.m_Curve.Array.data[2].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveX.m_Curve.Array.data[2].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveX.m_Curve.Array.data[3].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveX.m_Curve.Array.data[3].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveY.m_Curve.Array.data[0].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveY.m_Curve.Array.data[0].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveY.m_Curve.Array.data[1].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveY.m_Curve.Array.data[1].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveY.m_Curve.Array.data[2].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveY.m_Curve.Array.data[2].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveY.m_Curve.Array.data[3].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveY.m_Curve.Array.data[3].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveZ.m_Curve.Array.data[0].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveZ.m_Curve.Array.data[0].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveZ.m_Curve.Array.data[1].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveZ.m_Curve.Array.data[1].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveZ.m_Curve.Array.data[2].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveZ.m_Curve.Array.data[2].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveZ.m_Curve.Array.data[3].inWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveZ.m_Curve.Array.data[3].outSlope - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveX.m_Curve.Array.data[0].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveX.m_Curve.Array.data[1].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveX.m_Curve.Array.data[2].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveX.m_Curve.Array.data[3].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveY.m_Curve.Array.data[0].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveY.m_Curve.Array.data[1].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveY.m_Curve.Array.data[2].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveY.m_Curve.Array.data[3].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveZ.m_Curve.Array.data[0].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveZ.m_Curve.Array.data[1].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveZ.m_Curve.Array.data[2].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveZ.m_Curve.Array.data[3].outWeight - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurve.m_Curve.Array.data[0].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurve.m_Curve.Array.data[1].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurve.m_Curve.Array.data[2].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurve.m_Curve.Array.data[3].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurve.m_Curve.Array.data[0].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurve.m_Curve.Array.data[1].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurve.m_Curve.Array.data[2].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurve.m_Curve.Array.data[3].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveX.m_Curve.Array.data[0].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveX.m_Curve.Array.data[1].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveX.m_Curve.Array.data[2].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveX.m_Curve.Array.data[3].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveY.m_Curve.Array.data[0].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveY.m_Curve.Array.data[1].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveY.m_Curve.Array.data[2].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveY.m_Curve.Array.data[3].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveZ.m_Curve.Array.data[0].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveZ.m_Curve.Array.data[1].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveZ.m_Curve.Array.data[2].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveZ.m_Curve.Array.data[3].tangentMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveX.m_Curve.Array.data[0].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveX.m_Curve.Array.data[1].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveX.m_Curve.Array.data[2].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveX.m_Curve.Array.data[3].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveY.m_Curve.Array.data[0].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveY.m_Curve.Array.data[1].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveY.m_Curve.Array.data[2].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveY.m_Curve.Array.data[3].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveZ.m_Curve.Array.data[0].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveZ.m_Curve.Array.data[1].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveZ.m_Curve.Array.data[2].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[4].AnimatePositionCurveZ.m_Curve.Array.data[3].weightedMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 9167406172343059487, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_IsActive - value: 0 - objectReference: {fileID: 0} - m_RemovedComponents: - - {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, type: 3} - m_RemovedGameObjects: [] - m_AddedGameObjects: [] - m_AddedComponents: [] - m_SourcePrefab: {fileID: 100100000, guid: a16c33a1240b8ce4f930161a7c85fae6, type: 3} ---- !u!1 &2116273086 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 2116273087} - m_Layer: 0 - m_Name: Managers ----------------------------- - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &2116273087 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 2116273086} - serializedVersion: 2 - m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} - m_LocalPosition: {x: -0.27076912, y: 2.6249886, z: -2.0969918} - m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 - m_Children: - - {fileID: 865589059} - - {fileID: 406170739} - m_Father: {fileID: 0} - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!224 &2124743333 stripped -RectTransform: - m_CorrespondingSourceObject: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - m_PrefabInstance: {fileID: 1127992060} - m_PrefabAsset: {fileID: 0} ---- !u!224 &2125528535 stripped -RectTransform: - m_CorrespondingSourceObject: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - m_PrefabInstance: {fileID: 1802690113} - m_PrefabAsset: {fileID: 0} ---- !u!1 &2127072571 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 2127072572} - - component: {fileID: 2127072573} - m_Layer: 0 - m_Name: Sound - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &2127072572 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 2127072571} - serializedVersion: 2 - m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: 0} - m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 - m_Children: [] - m_Father: {fileID: 1408360770} - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!114 &2127072573 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 2127072571} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 6da43522623d4704e979466dc7650b65, type: 3} - m_Name: - m_EditorClassIdentifier: - Feedbacks: [] - InitializationMode: 2 - AutoInitialization: 1 - SafeMode: 3 - Direction: 0 - AutoChangeDirectionOnEnd: 0 - AutoPlayOnStart: 0 - AutoPlayOnEnable: 0 - ForceTimescaleMode: 0 - ForcedTimescaleMode: 1 - DurationMultiplier: 1 - TimescaleMultiplier: 1 - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 1.5} - DisplayFullDurationDetails: 0 - PlayerTimescaleMode: 1 - OnlyPlayIfWithinRange: 0 - RangeCenter: {fileID: 0} - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - IgnoreRangeEvents: 0 - CooldownDuration: 0 - InitialDelay: 0 - CanPlay: 1 - CanPlayWhileAlreadyPlaying: 1 - ChanceToPlay: 100 - FeedbacksIntensity: 1 - Events: - TriggerMMFeedbacksEvents: 0 - TriggerUnityEvents: 1 - OnPlay: - m_PersistentCalls: - m_Calls: [] - OnPause: - m_PersistentCalls: - m_Calls: [] - OnStop: - m_PersistentCalls: - m_Calls: [] - OnResume: - m_PersistentCalls: - m_Calls: [] - OnChangeDirection: - m_PersistentCalls: - m_Calls: [] - OnComplete: - m_PersistentCalls: - m_Calls: [] - OnRestoreInitialValues: - m_PersistentCalls: - m_Calls: [] - OnSkipToTheEnd: - m_PersistentCalls: - m_Calls: [] - OnInitializationComplete: - m_PersistentCalls: - m_Calls: [] - OnEnable: - m_PersistentCalls: - m_Calls: [] - OnDisable: - m_PersistentCalls: - m_Calls: [] - DebugActive: 0 - InScriptDrivenPause: 0 - FeedbacksList: - - rid: 0 - KeepPlayModeChanges: 0 - PerformanceMode: 0 - RestoreInitialValuesOnDisable: 0 - StopFeedbacksOnDisable: 0 - PlayCount: 0 - references: - version: 2 - RefIds: - - rid: 0 - type: {class: MMF_Sound, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: -1631314013 - Label: Sound - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: Automatic Shaker Setup - Owner: {fileID: 2127072573} - DebugActive: 0 - Sfx: {fileID: 8300000, guid: c2e2c977f649c3140947b36e07ee9347, type: 3} - RandomSfx: [] - TestPlayButton: - ButtonText: Debug Play Sound - TestStopButton: - ButtonText: Debug Stop Sound - PlayMethod: 1 - PoolSize: 10 - UseLegacyEventsMode: 0 - StopSoundOnFeedbackStop: 1 - MinVolume: 1 - MaxVolume: 1 - MinPitch: 1 - MaxPitch: 1 - SfxAudioMixerGroup: {fileID: 0} - Priority: 128 - PanStereo: 0 - SpatialBlend: 0 - DopplerLevel: 1 - Spread: 0 - RolloffMode: 0 - MinDistance: 1 - MaxDistance: 500 - UseCustomRolloffCurve: 0 - CustomRolloffCurve: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - UseSpatialBlendCurve: 0 - SpatialBlendCurve: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - UseReverbZoneMixCurve: 0 - ReverbZoneMixCurve: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - UseSpreadCurve: 0 - SpreadCurve: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 ---- !u!1 &2130812381 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 2130812382} - - component: {fileID: 2130812385} - - component: {fileID: 2130812384} - - component: {fileID: 2130812383} - m_Layer: 5 - m_Name: ScrollBarContainer - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!224 &2130812382 -RectTransform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 2130812381} - m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: 0} - m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 - m_Children: - - {fileID: 1015468896} - m_Father: {fileID: 1047976019} - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} - m_AnchorMin: {x: 0, y: 0} - m_AnchorMax: {x: 0, y: 1} - m_AnchoredPosition: {x: 315.97998, y: 0} - m_SizeDelta: {x: 0, y: -40} - m_Pivot: {x: 0.5, y: 0.5} ---- !u!114 &2130812383 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 2130812381} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 2a4db7a114972834c8e4117be1d82ba3, type: 3} - m_Name: - m_EditorClassIdentifier: - m_Navigation: - m_Mode: 3 - m_WrapAround: 0 - m_SelectOnUp: {fileID: 0} - m_SelectOnDown: {fileID: 0} - m_SelectOnLeft: {fileID: 0} - m_SelectOnRight: {fileID: 0} - m_Transition: 1 - m_Colors: - m_NormalColor: {r: 1, g: 1, b: 1, a: 1} - m_HighlightedColor: {r: 0.9607843, g: 0.9607843, b: 0.9607843, a: 1} - m_PressedColor: {r: 0.78431374, g: 0.78431374, b: 0.78431374, a: 1} - m_SelectedColor: {r: 0.9607843, g: 0.9607843, b: 0.9607843, a: 1} - m_DisabledColor: {r: 1, g: 1, b: 1, a: 1} - m_ColorMultiplier: 1 - m_FadeDuration: 0.1 - m_SpriteState: - m_HighlightedSprite: {fileID: 0} - m_PressedSprite: {fileID: 0} - m_SelectedSprite: {fileID: 0} - m_DisabledSprite: {fileID: 0} - m_AnimationTriggers: - m_NormalTrigger: Normal - m_HighlightedTrigger: Highlighted - m_PressedTrigger: Pressed - m_SelectedTrigger: Selected - m_DisabledTrigger: Disabled - m_Interactable: 1 - m_TargetGraphic: {fileID: 2130812384} - m_HandleRect: {fileID: 1015468896} - m_Direction: 2 - m_Value: 0.9684059 - m_Size: 0.11239296 - m_NumberOfSteps: 0 - m_OnValueChanged: - m_PersistentCalls: - m_Calls: [] ---- !u!114 &2130812384 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 2130812381} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} - m_Name: - m_EditorClassIdentifier: - m_Material: {fileID: 0} - m_Color: {r: 1, g: 0, b: 0, a: 1} - m_RaycastTarget: 1 - m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0} - m_Maskable: 1 - m_OnCullStateChanged: - m_PersistentCalls: - m_Calls: [] - m_Sprite: {fileID: 0} - m_Type: 0 - m_PreserveAspect: 0 - m_FillCenter: 1 - m_FillMethod: 4 - m_FillAmount: 1 - m_FillClockwise: 1 - m_FillOrigin: 0 - m_UseSpriteMesh: 0 - m_PixelsPerUnitMultiplier: 1 ---- !u!222 &2130812385 -CanvasRenderer: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 2130812381} - m_CullTransparentMesh: 0 ---- !u!1 &2131905320 stripped -GameObject: - m_CorrespondingSourceObject: {fileID: -927199367670048503, guid: 9b87c0dd981e72b4abff6b56929b3e68, - type: 3} - m_PrefabInstance: {fileID: 2014623607} - m_PrefabAsset: {fileID: 0} ---- !u!114 &2131905321 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 2131905320} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 7f009572b4d918346b24337ef83f88c1, type: 3} - m_Name: - m_EditorClassIdentifier: - Rotating: 1 - RotationSpace: 1 - UpdateMode: 0 - RotationSpeed: {x: 0, y: 0, z: 0} - Orbiting: 0 - AdditiveOrbitRotation: 0 - OrbitCenterTransform: {fileID: 0} - OrbitCenterOffset: {x: 0, y: 0, z: 0} - OrbitRotationAxis: {x: 0, y: 1, z: 0} - OrbitRotationSpeed: 10 - OrbitRadius: 3 - OrbitCorrectionSpeed: 10 - DrawGizmos: 1 - OrbitPlaneColor: {r: 54, g: 169, b: 225, a: 0.02} - OrbitLineColor: {r: 225, g: 225, b: 225, a: 0.1} - _orbitCenter: {x: 0, y: 0, z: 0} - _worldRotationAxis: {x: 0, y: 0, z: 0} - _snappedPosition: {x: 0, y: 0, z: 0} - _radius: {x: 0, y: 0, z: 0} ---- !u!1001 &2133652339 -PrefabInstance: - m_ObjectHideFlags: 0 - serializedVersion: 2 - m_Modification: - serializedVersion: 3 - m_TransformParent: {fileID: 1557570896} - m_Modifications: - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: Feedbacks.Array.size - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[0]' - value: - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[1]' - value: - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Pivot.x - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Pivot.y - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_RootOrder - value: 98 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMax.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMax.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMin.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMin.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_SizeDelta.x - value: 256.1 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_SizeDelta.y - value: 30 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalPosition.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.w - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.x - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.y - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.z - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchoredPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchoredPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalEulerAnglesHint.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalEulerAnglesHint.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalEulerAnglesHint.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604939, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_OnClick.m_PersistentCalls.m_Calls.Array.data[0].m_Target - value: - objectReference: {fileID: 1867991660} - - target: {fileID: 2903879014986604939, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_OnClick.m_PersistentCalls.m_Calls.Array.data[0].m_MethodName - value: PlayFeedbacks - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604939, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_OnClick.m_PersistentCalls.m_Calls.Array.data[0].m_Arguments.m_ObjectArgumentAssemblyTypeName - value: UnityEngine.Object, UnityEngine - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604941, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Name - value: Button - ImageAlpha - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Text - value: Image Alpha - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Color.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Color.b - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Color.g - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Color.r - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 4258887795993319071, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: NotSupportedInWebGL - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.size - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[0]' - value: MoreMountains.Feedbacks MoreMountains.Feedbacks.MMF_AudioSource - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[1]' - value: MoreMountains.Feedbacks MoreMountains.Feedbacks.MMF_Image - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Mode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Mode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Label - value: AudioSource - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Label - value: Image - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].MaxPitch - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].MinPitch - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].UniqueID - value: 33054207 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Duration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].UniqueID - value: 2016458086 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].UseRange - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].MaxVolume - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].MinVolume - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].StartsOff - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].BoundImage - value: - objectReference: {fileID: 1553717074} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].EventRange - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ModifyColor - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].InstantColor.a - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].InstantColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].InstantColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].InstantColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].TargetAudioSource - value: - objectReference: {fileID: 478010195} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].SfxAudioMixerGroup - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].AllowAdditivePlays - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].RandomSfx.Array.size - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ColorOverTime.atime0 - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ColorOverTime.atime1 - value: 11372 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ColorOverTime.atime2 - value: 53777 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ColorOverTime.atime3 - value: 65535 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ColorOverTime.atime4 - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ColorOverTime.atime5 - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ColorOverTime.atime6 - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ColorOverTime.atime7 - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ColorOverTime.ctime0 - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ColorOverTime.ctime1 - value: 13300 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ColorOverTime.ctime2 - value: 19468 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ColorOverTime.ctime3 - value: 26021 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ColorOverTime.ctime4 - value: 33346 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ColorOverTime.ctime5 - value: 41056 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ColorOverTime.ctime6 - value: 51079 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ColorOverTime.ctime7 - value: 65535 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ColorOverTime.key0.a - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ColorOverTime.key0.b - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ColorOverTime.key0.g - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ColorOverTime.key0.r - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ColorOverTime.key1.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ColorOverTime.key1.b - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ColorOverTime.key1.g - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ColorOverTime.key1.r - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ColorOverTime.key2.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ColorOverTime.key2.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ColorOverTime.key2.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ColorOverTime.key2.r - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ColorOverTime.key3.a - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ColorOverTime.key3.b - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ColorOverTime.key3.g - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ColorOverTime.key3.r - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ColorOverTime.key4.a - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ColorOverTime.key4.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ColorOverTime.key4.g - value: 0.93442965 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ColorOverTime.key4.r - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ColorOverTime.key5.a - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ColorOverTime.key5.b - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ColorOverTime.key5.g - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ColorOverTime.key5.r - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ColorOverTime.key6.a - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ColorOverTime.key6.b - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ColorOverTime.key6.g - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ColorOverTime.key6.r - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ColorOverTime.key7.a - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ColorOverTime.key7.b - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ColorOverTime.key7.g - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ColorOverTime.key7.r - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ColorOverTime.m_Mode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].EventOriginTransform - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ResetShakerValuesAfterShake - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ResetTargetValuesAfterShake - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ColorOverTime.m_NumAlphaKeys - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].ColorOverTime.m_NumColorKeys - value: 8 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[1].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 9167406172343059487, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_IsActive - value: 0 - objectReference: {fileID: 0} - m_RemovedComponents: - - {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, type: 3} - m_RemovedGameObjects: [] - m_AddedGameObjects: [] - m_AddedComponents: [] - m_SourcePrefab: {fileID: 100100000, guid: a16c33a1240b8ce4f930161a7c85fae6, type: 3} ---- !u!224 &2133652340 stripped -RectTransform: - m_CorrespondingSourceObject: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - m_PrefabInstance: {fileID: 2133652339} - m_PrefabAsset: {fileID: 0} ---- !u!1 &2141879281 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 2141879282} - - component: {fileID: 2141879283} - m_Layer: 0 - m_Name: RectTransformAnchor - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &2141879282 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 2141879281} - serializedVersion: 2 - m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: 0} - m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 - m_Children: [] - m_Father: {fileID: 1282069688} - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!114 &2141879283 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 2141879281} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 6da43522623d4704e979466dc7650b65, type: 3} - m_Name: - m_EditorClassIdentifier: - Feedbacks: [] - InitializationMode: 2 - AutoInitialization: 1 - SafeMode: 3 - Direction: 0 - AutoChangeDirectionOnEnd: 0 - AutoPlayOnStart: 0 - AutoPlayOnEnable: 0 - ForceTimescaleMode: 0 - ForcedTimescaleMode: 1 - DurationMultiplier: 1 - TimescaleMultiplier: 1 - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 1.5} - DisplayFullDurationDetails: 0 - PlayerTimescaleMode: 1 - OnlyPlayIfWithinRange: 0 - RangeCenter: {fileID: 0} - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - IgnoreRangeEvents: 0 - CooldownDuration: 0 - InitialDelay: 0 - CanPlay: 1 - CanPlayWhileAlreadyPlaying: 1 - ChanceToPlay: 100 - FeedbacksIntensity: 1 - Events: - TriggerMMFeedbacksEvents: 0 - TriggerUnityEvents: 1 - OnPlay: - m_PersistentCalls: - m_Calls: [] - OnPause: - m_PersistentCalls: - m_Calls: [] - OnStop: - m_PersistentCalls: - m_Calls: [] - OnResume: - m_PersistentCalls: - m_Calls: [] - OnChangeDirection: - m_PersistentCalls: - m_Calls: [] - OnComplete: - m_PersistentCalls: - m_Calls: [] - OnRestoreInitialValues: - m_PersistentCalls: - m_Calls: [] - OnSkipToTheEnd: - m_PersistentCalls: - m_Calls: [] - OnInitializationComplete: - m_PersistentCalls: - m_Calls: [] - OnEnable: - m_PersistentCalls: - m_Calls: [] - OnDisable: - m_PersistentCalls: - m_Calls: [] - DebugActive: 0 - InScriptDrivenPause: 0 - FeedbacksList: - - rid: 0 - - rid: 1 - - rid: 2 - - rid: 3 - - rid: 4 - - rid: 5 - KeepPlayModeChanges: 0 - PerformanceMode: 0 - RestoreInitialValuesOnDisable: 0 - StopFeedbacksOnDisable: 0 - PlayCount: 0 - references: - version: 2 - RefIds: - - rid: 0 - type: {class: MMF_AudioSource, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: 999522551 - Label: AudioSource - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 2141879283} - DebugActive: 0 - TargetAudioSource: {fileID: 478010195} - Mode: 0 - RandomSfx: [] - MinVolume: 1 - MaxVolume: 1 - MinPitch: 1 - MaxPitch: 1 - SfxAudioMixerGroup: {fileID: 0} - - rid: 1 - type: {class: MMF_SetActive, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: -1584681945 - Label: Set Active - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 2141879283} - DebugActive: 0 - TargetGameObject: {fileID: 366288791} - ExtraTargetGameObjects: [] - IgnorePlayDirection: 0 - SetStateOnInit: 0 - StateOnInit: 1 - SetStateOnPlay: 1 - StateOnPlay: 0 - SetStateOnStop: 0 - StateOnStop: 1 - SetStateOnReset: 0 - StateOnReset: 1 - SetStateOnSkip: 0 - StateOnSkip: 0 - SetStateOnPlayerComplete: 0 - StateOnPlayerComplete: 1 - - rid: 2 - type: {class: MMF_Pause, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: 962721946 - Label: Pause - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 2141879283} - DebugActive: 0 - PauseDuration: 0.5 - RandomizePauseDuration: 0 - MinPauseDuration: 1 - MaxPauseDuration: 3 - RandomizeOnEachPlay: 1 - ScriptDriven: 0 - AutoResume: 0 - AutoResumeAfter: 0.25 - - rid: 3 - type: {class: MMF_RectTransformAnchor, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: 215918128 - Label: RectTransform Anchor - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 2141879283} - DebugActive: 0 - Mode: 0 - Duration: 0.2 - StartsOff: 0 - EndsOff: 0 - RelativeValues: 0 - AllowAdditivePlays: 0 - DisableOnStop: 0 - OnlyPlayIfTargetIsActive: 0 - TargetRectTransform: {fileID: 366288792} - ModifyAnchorMin: 1 - AnchorMinCurve: - MMTweenDefinitionType: 1 - MMTweenCurve: 4 - Curve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.25 - value: 1 - inSlope: -0.64006793 - outSlope: -0.64006793 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - Initialized: 0 - ConditionPropertyName: - EnumConditionPropertyName: - EnumConditions: 0000000000000000000000000000000000000000000000000000000000000000 - AnchorMinRemapZero: {x: 0.5, y: 0.5} - AnchorMinRemapOne: {x: 1, y: 1} - ModifyAnchorMax: 1 - AnchorMaxCurve: - MMTweenDefinitionType: 1 - MMTweenCurve: 4 - Curve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.25 - value: 1 - inSlope: -0.64006793 - outSlope: -0.64006793 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - Initialized: 0 - ConditionPropertyName: - EnumConditionPropertyName: - EnumConditions: 0000000000000000000000000000000000000000000000000000000000000000 - AnchorMaxRemapZero: {x: 0.5, y: 0.5} - AnchorMaxRemapOne: {x: 1, y: 1} - - rid: 4 - type: {class: MMF_HoldingPause, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: -1135657640 - Label: Holding Pause - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 2141879283} - DebugActive: 0 - PauseDuration: 1 - RandomizePauseDuration: 0 - MinPauseDuration: 1 - MaxPauseDuration: 3 - RandomizeOnEachPlay: 1 - ScriptDriven: 0 - AutoResume: 0 - AutoResumeAfter: 0.25 - - rid: 5 - type: {class: MMF_SetActive, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: 803150352 - Label: Set Active - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0, y: 0} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 2141879283} - DebugActive: 0 - TargetGameObject: {fileID: 366288791} - ExtraTargetGameObjects: [] - IgnorePlayDirection: 0 - SetStateOnInit: 0 - StateOnInit: 1 - SetStateOnPlay: 1 - StateOnPlay: 1 - SetStateOnStop: 0 - StateOnStop: 1 - SetStateOnReset: 0 - StateOnReset: 1 - SetStateOnSkip: 0 - StateOnSkip: 0 - SetStateOnPlayerComplete: 0 - StateOnPlayerComplete: 1 ---- !u!1 &2145881937 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 2145881938} - - component: {fileID: 2145881940} - - component: {fileID: 2145881939} - m_Layer: 5 - m_Name: 'TMP SubMeshUI [Lato SDF Material + Lato-Bold SDF Atlas]' - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!224 &2145881938 -RectTransform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 2145881937} - m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: 0} - m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 - m_Children: [] - m_Father: {fileID: 1996559227} - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} - m_AnchorMin: {x: 0, y: 0} - m_AnchorMax: {x: 1, y: 1} - m_AnchoredPosition: {x: 0, y: 0} - m_SizeDelta: {x: 0, y: 0} - m_Pivot: {x: 0.5, y: 0.5} ---- !u!114 &2145881939 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 2145881937} - m_Enabled: 0 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 058cba836c1846c3aa1c5fd2e28aea77, type: 3} - m_Name: - m_EditorClassIdentifier: - m_Material: {fileID: 0} - m_Color: {r: 1, g: 1, b: 1, a: 1} - m_RaycastTarget: 1 - m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0} - m_Maskable: 1 - m_OnCullStateChanged: - m_PersistentCalls: - m_Calls: [] - m_fontAsset: {fileID: 11400000, guid: 693430919429cff4d9e10f1225ca56c8, type: 2} - m_spriteAsset: {fileID: 0} - m_material: {fileID: 0} - m_sharedMaterial: {fileID: 0} - m_isDefaultMaterial: 0 - m_padding: 0 - m_TextComponent: {fileID: 1996559228} - m_materialReferenceIndex: 1 ---- !u!222 &2145881940 -CanvasRenderer: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 2145881937} - m_CullTransparentMesh: 0 ---- !u!224 &2146237011 stripped -RectTransform: - m_CorrespondingSourceObject: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - m_PrefabInstance: {fileID: 1923672039} - m_PrefabAsset: {fileID: 0} ---- !u!4 &224254527277308618 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 6696556359627931758} - serializedVersion: 2 - m_LocalRotation: {x: 0.18678722, y: -0.022709992, z: -0.48195425, w: 0.855754} - m_LocalPosition: {x: 0.0008797541, y: 0.0010959593, z: 1.1423073e-10} - m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 - m_Children: - - {fileID: 1456452570924434192} - m_Father: {fileID: 6699947078269197868} - m_LocalEulerAnglesHint: {x: 8.583502, y: -26.583288, z: -58.790333} ---- !u!1 &353162156073794974 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 4694024166276621017} - m_Layer: 0 - m_Name: mmntnsrig:LeftUpLeg - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!1 &389843390570916030 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 2814164690624676316} - m_Layer: 0 - m_Name: mmntnsrig:LeftHandThumb3 - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &405743826473551259 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 2836760849406649756} - serializedVersion: 2 - m_LocalRotation: {x: -0.5812608, y: -0.4005209, z: 0.5866147, w: -0.3969912} - m_LocalPosition: {x: 0.001717903, y: 0.0018621003, z: -0.000016246839} - m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 - m_Children: - - {fileID: 1381849353501320276} - m_Father: {fileID: 7087583699344691523} - m_LocalEulerAnglesHint: {x: 58.970047, y: -92.38287, z: 178.79062} ---- !u!4 &464496069802888736 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 3703278807390555303} - serializedVersion: 2 - m_LocalRotation: {x: 0.00083897886, y: -0.0046118563, z: 0.27532387, w: 0.9613401} - m_LocalPosition: {x: -0.0006968537, y: 0.0014110295, z: -2.654281e-11} - m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 - m_Children: - - {fileID: 3427869859792961886} - m_Father: {fileID: 4467543242804170730} - m_LocalEulerAnglesHint: {x: 8.7975235, y: 3.28662, z: 45.410355} ---- !u!1 &498356343411928275 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 2302845602036151639} - m_Layer: 0 - m_Name: mmntnsrig:Neck - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!1 &625843477874336303 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 4773027890165856613} - m_Layer: 0 - m_Name: mmntnsrig:RightHandIndex1 - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!1 &765984015585898580 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 1029025341055686460} - m_Layer: 0 - m_Name: mmntnsrig:LeftForeArm - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &1029025341055686460 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 765984015585898580} - serializedVersion: 2 - m_LocalRotation: {x: 0.000000087069274, y: -0.00040345342, z: -0.0000003117423, - w: 0.99999994} - m_LocalPosition: {x: 2.80061e-11, y: 0.008050431, z: -1.6907047e-11} - m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 - m_Children: - - {fileID: 6699947078269197868} - m_Father: {fileID: 3329101932174450753} - m_LocalEulerAnglesHint: {x: -0.06149733, y: -0.042897016, z: -6.237021} ---- !u!1 &1160822777596112086 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 3893912620281177683} - m_Layer: 0 - m_Name: mmntnsrig:RightToeBase - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!1 &1224088876788891951 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 4429912975083088963} - m_Layer: 0 - m_Name: mmntnsrig:LeftLeg - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &1300001503150815249 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 4103487478467093634} - serializedVersion: 2 - m_LocalRotation: {x: 0.000004867567, y: 0.0009989744, z: 0.06981658, w: 0.99755937} - m_LocalPosition: {x: -0.00011556902, y: 0.001772734, z: 1.6941788e-11} - m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 - m_Children: - - {fileID: 1444203665650492430} - m_Father: {fileID: 7788817457533241313} - m_LocalEulerAnglesHint: {x: 25.541616, y: 1.8717432, z: 7.5559688} ---- !u!1 &1303767921722219310 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 2063699125369589797} - m_Layer: 0 - m_Name: mmntnsrig:RightToe_End - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &1381849353501320276 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 2153342734012982602} - serializedVersion: 2 - m_LocalRotation: {x: -0.18521944, y: 0.01739527, z: 0.0013350247, w: 0.98254234} - m_LocalPosition: {x: -1.4072216e-12, y: 0.0037138222, z: -5.6254404e-11} - m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 - m_Children: - - {fileID: 6902280603687246725} - m_Father: {fileID: 405743826473551259} - m_LocalEulerAnglesHint: {x: 49.24821, y: 21.718452, z: -3.2319193} ---- !u!1 &1418055900470727671 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 4467543242804170730} - m_Layer: 0 - m_Name: mmntnsrig:RightHandThumb2 - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &1444203665650492430 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 2875180877686268410} - serializedVersion: 2 - m_LocalRotation: {x: -0.00022690564, y: -0.005403496, z: -0.032508194, w: 0.9994568} - m_LocalPosition: {x: 0.00010445825, y: 0.0013951061, z: -7.597922e-14} - m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 - m_Children: - - {fileID: 5708559360381058955} - m_Father: {fileID: 1300001503150815249} - m_LocalEulerAnglesHint: {x: 13.463614, y: -1.7459462, z: -5.074511} ---- !u!4 &1456452570924434192 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 6681725920839331741} - serializedVersion: 2 - m_LocalRotation: {x: 0.0000073087026, y: -0.00054275116, z: 0.4088368, w: 0.9126074} - m_LocalPosition: {x: -0.0004727694, y: 0.0010200739, z: -1.1716671e-11} - m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 - m_Children: - - {fileID: 2814164690624676316} - m_Father: {fileID: 224254527277308618} - m_LocalEulerAnglesHint: {x: 8.83764, y: 2.1916707, z: 47.3414} ---- !u!1 &1612337247817362685 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 5268380663940410353} - m_Layer: 0 - m_Name: mmntnsrig:Hips - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!1 &1636600462943608571 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 8498629882027342677} - m_Layer: 0 - m_Name: mmntnsrig:RightLeg - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &1806375267437728204 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 7870469478841151175} - serializedVersion: 2 - m_LocalRotation: {x: 0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: 3.608101e-12, y: 0.0017367231, z: 8.284e-12} - m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 - m_Children: [] - m_Father: {fileID: 5152246547822837167} - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!1001 &1845215354250524742 -PrefabInstance: - m_ObjectHideFlags: 0 - serializedVersion: 2 - m_Modification: - serializedVersion: 3 - m_TransformParent: {fileID: 1557570896} - m_Modifications: - - target: {fileID: 4994452109645884045, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_Name - value: Spacer - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_Pivot.x - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_Pivot.y - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_RootOrder - value: 94 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_AnchorMax.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_AnchorMax.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_AnchorMin.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_AnchorMin.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_SizeDelta.x - value: 236.1 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_SizeDelta.y - value: 30 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_LocalPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_LocalPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_LocalPosition.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_LocalRotation.w - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_LocalRotation.x - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_LocalRotation.y - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_LocalRotation.z - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_AnchoredPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_AnchoredPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_LocalEulerAnglesHint.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_LocalEulerAnglesHint.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_LocalEulerAnglesHint.z - value: 0 - objectReference: {fileID: 0} - m_RemovedComponents: [] - m_RemovedGameObjects: [] - m_AddedGameObjects: [] - m_AddedComponents: [] - m_SourcePrefab: {fileID: 100100000, guid: b4ba93cf48b1c6b468135361158be27d, type: 3} ---- !u!4 &1998426624015029689 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 4863092426633028091} - serializedVersion: 2 - m_LocalRotation: {x: -0.000004886322, y: 0.00083668646, z: 0.033621684, w: 0.9994343} - m_LocalPosition: {x: -0.00005060633, y: 0.0012982043, z: 2.0401339e-11} - m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 - m_Children: - - {fileID: 3875129195077667867} - m_Father: {fileID: 2491663192203936067} - m_LocalEulerAnglesHint: {x: 5.920926, y: 0.29851073, z: 6.0050135} ---- !u!1 &2028162971309037032 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 6699947078269197868} - m_Layer: 0 - m_Name: mmntnsrig:LeftHand - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &2063699125369589797 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1303767921722219310} - serializedVersion: 2 - m_LocalRotation: {x: 0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: 2.7522032e-12, y: 0.001750098, z: 2.2354118e-13} - m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 - m_Children: [] - m_Father: {fileID: 3893912620281177683} - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!1 &2104086750987624984 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 6902280603687246725} - m_Layer: 0 - m_Name: mmntnsrig:RightForeArm - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!1 &2153342734012982602 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 1381849353501320276} - m_Layer: 0 - m_Name: mmntnsrig:RightArm - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!1 &2226671998399511502 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 5152246547822837167} - m_Layer: 0 - m_Name: mmntnsrig:LeftToeBase - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &2302845602036151639 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 498356343411928275} - serializedVersion: 2 - m_LocalRotation: {x: 0.011564855, y: 4.000053e-14, z: 2.2785154e-13, w: 0.9999331} - m_LocalPosition: {x: -0, y: 0.0025665653, z: -3.2756367e-11} - m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 - m_Children: - - {fileID: 5925910777022439345} - m_Father: {fileID: 7087583699344691523} - m_LocalEulerAnglesHint: {x: -6.8249407, y: 0.045903385, z: 0.07152736} ---- !u!4 &2491663192203936067 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 6796635848712277722} - serializedVersion: 2 - m_LocalRotation: {x: 0.0000065829017, y: -0.0004954756, z: -0.026121814, w: 0.99965864} - m_LocalPosition: {x: 0.000021727488, y: 0.0016951563, z: 2.37958e-11} - m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 - m_Children: - - {fileID: 1998426624015029689} - m_Father: {fileID: 4773027890165856613} - m_LocalEulerAnglesHint: {x: 16.523335, y: -0.11683303, z: -1.2580924} ---- !u!1 &2558122723846499000 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 7788817457533241313} - m_Layer: 0 - m_Name: mmntnsrig:LeftHandIndex1 - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!1 &2566241189476692097 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 3403021721417240017} - m_Layer: 0 - m_Name: mmntnsrig:LeftFoot - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &2707316213084814940 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 7903921081868765309} - serializedVersion: 2 - m_LocalRotation: {x: 0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: -0, y: 0, z: 0} - m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 - m_Children: [] - m_Father: {fileID: 2076029460} - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!4 &2814164690624676316 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 389843390570916030} - serializedVersion: 2 - m_LocalRotation: {x: 0.00003314284, y: 0.00022280603, z: -0.2577903, w: 0.9662009} - m_LocalPosition: {x: 0.0006083037, y: 0.0014062307, z: -5.881764e-12} - m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 - m_Children: - - {fileID: 4865266880936800349} - m_Father: {fileID: 1456452570924434192} - m_LocalEulerAnglesHint: {x: 0.5446285, y: -9.918893, z: -30.636307} ---- !u!1 &2836760849406649756 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 405743826473551259} - m_Layer: 0 - m_Name: mmntnsrig:RightShoulder - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!1 &2875180877686268410 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 1444203665650492430} - m_Layer: 0 - m_Name: mmntnsrig:LeftHandIndex3 - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!1001 &2903879014710949910 -PrefabInstance: - m_ObjectHideFlags: 0 - serializedVersion: 2 - m_Modification: - serializedVersion: 3 - m_TransformParent: {fileID: 1557570896} - m_Modifications: - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: Feedbacks.Array.size - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'Feedbacks.Array.data[0]' - value: - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Pivot.x - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Pivot.y - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_RootOrder - value: 133 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMax.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMax.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMin.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchorMin.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_SizeDelta.x - value: 256.1 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_SizeDelta.y - value: 30 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalPosition.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.w - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.x - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.y - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalRotation.z - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchoredPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_AnchoredPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalEulerAnglesHint.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalEulerAnglesHint.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604938, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_LocalEulerAnglesHint.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604939, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_OnClick.m_PersistentCalls.m_Calls.Array.data[0].m_Target - value: - objectReference: {fileID: 283429838} - - target: {fileID: 2903879014986604939, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_OnClick.m_PersistentCalls.m_Calls.Array.data[0].m_MethodName - value: PlayFeedbacks - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604939, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_OnClick.m_PersistentCalls.m_Calls.Array.data[0].m_Arguments.m_ObjectArgumentAssemblyTypeName - value: UnityEngine.Object, UnityEngine - objectReference: {fileID: 0} - - target: {fileID: 2903879014986604941, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Name - value: Button - AudioSource - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Color.b - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Color.g - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2903879016059324462, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_Color.r - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 3295746272633172804, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_RootOrder - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.size - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: 'FeedbacksList.Array.data[0]' - value: MoreMountains.Feedbacks MoreMountains.Feedbacks.MMF_AudioSource - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Mode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Label - value: AudioSource - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Owner - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Active - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Chance - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Channel - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].MaxPitch - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].MinPitch - value: 0.8 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].UniqueID - value: 334885679 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].MaxVolume - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].MinVolume - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DebugActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].DisplayColor.r - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.TrackID - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.Sequence - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.Quantized - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.TargetBPM - value: 120 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].TargetAudioSource - value: - objectReference: {fileID: 1849645479} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].SfxAudioMixerGroup - value: - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.InitialDelay - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].RandomSfx.Array.size - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.PlayDirection - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.RepeatForever - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.TimescaleMode - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.NumberOfRepeats - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.CooldownDuration - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.InterruptsOnStop - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.ConstantIntensity - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.DelayBetweenRepeats - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.IntensityIntervalMax - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.IntensityIntervalMin - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.UseIntensityInterval - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.ExcludeFromHoldingPauses - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.ContributeToTotalDuration - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 5448448891795205863, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: FeedbacksList.Array.data[0].Timing.MMFeedbacksDirectionCondition - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 9167406172343059487, guid: a16c33a1240b8ce4f930161a7c85fae6, - type: 3} - propertyPath: m_IsActive - value: 0 - objectReference: {fileID: 0} - m_RemovedComponents: - - {fileID: 740943787560283421, guid: a16c33a1240b8ce4f930161a7c85fae6, type: 3} - m_RemovedGameObjects: [] - m_AddedGameObjects: [] - m_AddedComponents: [] - m_SourcePrefab: {fileID: 100100000, guid: a16c33a1240b8ce4f930161a7c85fae6, type: 3} ---- !u!1001 &3053422259182536870 -PrefabInstance: - m_ObjectHideFlags: 0 - serializedVersion: 2 - m_Modification: - serializedVersion: 3 - m_TransformParent: {fileID: 1557570896} - m_Modifications: - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_Pivot.x - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_Pivot.y - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_RootOrder - value: 132 - objectReference: {fileID: 0} - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_AnchorMax.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_AnchorMax.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_AnchorMin.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_AnchorMin.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_SizeDelta.x - value: 256.1 - objectReference: {fileID: 0} - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_SizeDelta.y - value: 30 - objectReference: {fileID: 0} - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_LocalPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_LocalPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_LocalPosition.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_LocalRotation.w - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_LocalRotation.x - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_LocalRotation.y - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_LocalRotation.z - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_AnchoredPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_AnchoredPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_LocalEulerAnglesHint.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_LocalEulerAnglesHint.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_LocalEulerAnglesHint.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2251616714236910816, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_Color.a - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2251616714236910816, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_Color.b - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2251616714236910816, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_Color.g - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2251616714236910816, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_Color.r - value: 0.86000013 - objectReference: {fileID: 0} - - target: {fileID: 3358702390296254852, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_Name - value: Title - Audio - objectReference: {fileID: 0} - m_RemovedComponents: [] - m_RemovedGameObjects: [] - m_AddedGameObjects: - - targetCorrespondingSourceObject: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - insertIndex: -1 - addedObject: {fileID: 1467162776} - m_AddedComponents: [] - m_SourcePrefab: {fileID: 100100000, guid: d0c10e574f6f1af43b3af7996a878151, type: 3} ---- !u!4 &3329101932174450753 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 8237324897079213726} - serializedVersion: 2 - m_LocalRotation: {x: -0.18521863, y: -0.016740136, z: -0.0014892281, w: 0.9825536} - m_LocalPosition: {x: 1.4052536e-12, y: 0.0037138222, z: -5.6254456e-11} - m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 - m_Children: - - {fileID: 1029025341055686460} - m_Father: {fileID: 4063364242660694453} - m_LocalEulerAnglesHint: {x: 46.10593, y: -34.61651, z: -13.466002} ---- !u!1 &3366836768107910290 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 4063364242660694453} - m_Layer: 0 - m_Name: mmntnsrig:LeftShoulder - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!1 &3368707227366916414 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 6374651268792221636} - m_Layer: 0 - m_Name: mmntnsrig:RightUpLeg - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!1 &3376681528460362357 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 5925910777022439345} - m_Layer: 0 - m_Name: mmntnsrig:Head - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!1 &3379433622869142902 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 7747246279099784001} - m_Layer: 0 - m_Name: mmntnsrig:Spine - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &3403021721417240017 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 2566241189476692097} - serializedVersion: 2 - m_LocalRotation: {x: 0.4800462, y: 0.020182539, z: -0.041904185, w: 0.87600935} - m_LocalPosition: {x: 6.918876e-12, y: 0.01298845, z: -4.3137608e-11} - m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 - m_Children: - - {fileID: 5152246547822837167} - m_Father: {fileID: 4429912975083088963} - m_LocalEulerAnglesHint: {x: 79.09174, y: 86.714035, z: 85.74769} ---- !u!4 &3427869859792961886 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 7742619916644586086} - serializedVersion: 2 - m_LocalRotation: {x: 0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: 0.00011043445, y: 0.0011069486, z: -2.7153301e-12} - m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 - m_Children: [] - m_Father: {fileID: 464496069802888736} - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!1 &3703278807390555303 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 464496069802888736} - m_Layer: 0 - m_Name: mmntnsrig:RightHandThumb3 - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &3875129195077667867 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 8578243248531739950} - serializedVersion: 2 - m_LocalRotation: {x: 0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: 0.000028878834, y: 0.0010362817, z: -1.7720634e-11} - m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 - m_Children: [] - m_Father: {fileID: 1998426624015029689} - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!4 &3893912620281177683 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1160822777596112086} - serializedVersion: 2 - m_LocalRotation: {x: 0.27143082, y: 0.020593883, z: -0.0058092894, w: 0.9622201} - m_LocalPosition: {x: -1.5506877e-11, y: 0.004828257, z: -1.969258e-10} - m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 - m_Children: - - {fileID: 2063699125369589797} - m_Father: {fileID: 8096332681101949639} - m_LocalEulerAnglesHint: {x: 32.98469, y: 2.3593829, z: 0.077364795} ---- !u!4 &4063364242660694453 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 3366836768107910290} - serializedVersion: 2 - m_LocalRotation: {x: 0.58123875, y: -0.4005391, z: 0.5866275, w: 0.39698645} - m_LocalPosition: {x: -0.001717903, y: 0.0018621027, z: -0.000016347693} - m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 - m_Children: - - {fileID: 3329101932174450753} - m_Father: {fileID: 7087583699344691523} - m_LocalEulerAnglesHint: {x: 59.349274, y: 89.95839, z: -178.6853} ---- !u!1 &4103487478467093634 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 1300001503150815249} - m_Layer: 0 - m_Name: mmntnsrig:LeftHandIndex2 - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!137 &4122856641518040053 -SkinnedMeshRenderer: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 7903921081868765309} - m_Enabled: 1 - m_CastShadows: 1 - m_ReceiveShadows: 1 - m_DynamicOccludee: 1 - m_StaticShadowCaster: 0 - m_MotionVectors: 1 - m_LightProbeUsage: 1 - m_ReflectionProbeUsage: 1 - m_RayTracingMode: 0 - m_RayTraceProcedural: 0 - m_RayTracingAccelStructBuildFlagsOverride: 0 - m_RayTracingAccelStructBuildFlags: 1 - m_SmallMeshCulling: 1 - m_RenderingLayerMask: 1 - m_RendererPriority: 0 - m_Materials: - - {fileID: 2100000, guid: 440eacb0793ae0546b9f287ef399ee84, type: 2} - m_StaticBatchInfo: - firstSubMesh: 0 - subMeshCount: 0 - m_StaticBatchRoot: {fileID: 0} - m_ProbeAnchor: {fileID: 0} - m_LightProbeVolumeOverride: {fileID: 0} - m_ScaleInLightmap: 1 - m_ReceiveGI: 1 - m_PreserveUVs: 0 - m_IgnoreNormalsForChartDetection: 0 - m_ImportantGI: 0 - m_StitchLightmapSeams: 1 - m_SelectedEditorRenderState: 3 - m_MinimumChartSize: 4 - m_AutoUVMaxDistance: 0.5 - m_AutoUVMaxAngle: 89 - m_LightmapParameters: {fileID: 0} - m_SortingLayerID: 0 - m_SortingLayer: 0 - m_SortingOrder: 0 - serializedVersion: 2 - m_Quality: 0 - m_UpdateWhenOffscreen: 0 - m_SkinnedMotionVectors: 1 - m_Mesh: {fileID: -6229113863962006297, guid: 2a4a40e5b8a2c674d9d8d35164810540, type: 3} - m_Bones: - - {fileID: 5925910777022439345} - - {fileID: 2302845602036151639} - - {fileID: 7087583699344691523} - - {fileID: 405743826473551259} - - {fileID: 1381849353501320276} - - {fileID: 4063364242660694453} - - {fileID: 3329101932174450753} - - {fileID: 5268380663940410353} - - {fileID: 4694024166276621017} - - {fileID: 6374651268792221636} - - {fileID: 4429912975083088963} - - {fileID: 7747246279099784001} - - {fileID: 7208039040022880564} - - {fileID: 1029025341055686460} - - {fileID: 3403021721417240017} - - {fileID: 5152246547822837167} - - {fileID: 224254527277308618} - - {fileID: 1456452570924434192} - - {fileID: 2814164690624676316} - - {fileID: 7788817457533241313} - - {fileID: 6699947078269197868} - - {fileID: 1444203665650492430} - - {fileID: 1300001503150815249} - - {fileID: 6902280603687246725} - - {fileID: 8498629882027342677} - - {fileID: 8096332681101949639} - - {fileID: 3893912620281177683} - - {fileID: 4773027890165856613} - - {fileID: 2491663192203936067} - - {fileID: 1998426624015029689} - - {fileID: 7175615919564188779} - - {fileID: 4467543242804170730} - - {fileID: 464496069802888736} - - {fileID: 7876140576543145863} - m_BlendShapeWeights: [] - m_RootBone: {fileID: 5268380663940410353} - m_AABB: - m_Center: {x: 0.000053106807, y: -0.0048801433, z: 0.0010437707} - m_Extent: {x: 0.027425516, y: 0.027790928, z: 0.0081949085} - m_DirtyAABB: 0 ---- !u!4 &4429912975083088963 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1224088876788891951} - serializedVersion: 2 - m_LocalRotation: {x: -0.11812354, y: -0.00051492616, z: 0.00537401, w: 0.99298424} - m_LocalPosition: {x: 4.597452e-12, y: 0.012593197, z: -1.738382e-11} - m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 - m_Children: - - {fileID: 3403021721417240017} - m_Father: {fileID: 4694024166276621017} - m_LocalEulerAnglesHint: {x: -63.87206, y: 162.5164, z: -163.53537} ---- !u!4 &4467543242804170730 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1418055900470727671} - serializedVersion: 2 - m_LocalRotation: {x: 0.00030331747, y: 0.004908378, z: -0.49734834, w: 0.867537} - m_LocalPosition: {x: 0.0005864192, y: 0.0008898813, z: 1.0271126e-11} - m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 - m_Children: - - {fileID: 464496069802888736} - m_Father: {fileID: 7876140576543145863} - m_LocalEulerAnglesHint: {x: 6.1533327, y: -0.35710016, z: -58.828274} ---- !u!1001 &4610476633981912105 -PrefabInstance: - m_ObjectHideFlags: 0 - serializedVersion: 2 - m_Modification: - serializedVersion: 3 - m_TransformParent: {fileID: 1562927123} - m_Modifications: - - target: {fileID: 4610476634640326944, guid: 9c99ec9330979f94aa6e33f0bec7752f, - type: 3} - propertyPath: m_Name - value: FeedbackDemoBackgroundCube - objectReference: {fileID: 0} - - target: {fileID: 4610476634640326949, guid: 9c99ec9330979f94aa6e33f0bec7752f, - type: 3} - propertyPath: m_RootOrder - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 4610476634640326949, guid: 9c99ec9330979f94aa6e33f0bec7752f, - type: 3} - propertyPath: m_LocalPosition.x - value: -1.1592308 - objectReference: {fileID: 0} - - target: {fileID: 4610476634640326949, guid: 9c99ec9330979f94aa6e33f0bec7752f, - type: 3} - propertyPath: m_LocalPosition.y - value: -1.1249886 - objectReference: {fileID: 0} - - target: {fileID: 4610476634640326949, guid: 9c99ec9330979f94aa6e33f0bec7752f, - type: 3} - propertyPath: m_LocalPosition.z - value: 10.896992 - objectReference: {fileID: 0} - - target: {fileID: 4610476634640326949, guid: 9c99ec9330979f94aa6e33f0bec7752f, - type: 3} - propertyPath: m_LocalRotation.w - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 4610476634640326949, guid: 9c99ec9330979f94aa6e33f0bec7752f, - type: 3} - propertyPath: m_LocalRotation.x - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 4610476634640326949, guid: 9c99ec9330979f94aa6e33f0bec7752f, - type: 3} - propertyPath: m_LocalRotation.y - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 4610476634640326949, guid: 9c99ec9330979f94aa6e33f0bec7752f, - type: 3} - propertyPath: m_LocalRotation.z - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 4610476634640326949, guid: 9c99ec9330979f94aa6e33f0bec7752f, - type: 3} - propertyPath: m_LocalEulerAnglesHint.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 4610476634640326949, guid: 9c99ec9330979f94aa6e33f0bec7752f, - type: 3} - propertyPath: m_LocalEulerAnglesHint.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 4610476634640326949, guid: 9c99ec9330979f94aa6e33f0bec7752f, - type: 3} - propertyPath: m_LocalEulerAnglesHint.z - value: 0 - objectReference: {fileID: 0} - m_RemovedComponents: [] - m_RemovedGameObjects: [] - m_AddedGameObjects: [] - m_AddedComponents: - - targetCorrespondingSourceObject: {fileID: 4610476634640326944, guid: 9c99ec9330979f94aa6e33f0bec7752f, - type: 3} - insertIndex: -1 - addedObject: {fileID: 1497539850} - m_SourcePrefab: {fileID: 100100000, guid: 9c99ec9330979f94aa6e33f0bec7752f, type: 3} ---- !u!4 &4694024166276621017 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 353162156073794974} - serializedVersion: 2 - m_LocalRotation: {x: -0.0011770315, y: 0.043588005, z: 0.999045, w: 0.002791544} - m_LocalPosition: {x: -0.0026195177, y: -0.00095310627, z: 0.00022978066} - m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 - m_Children: - - {fileID: 4429912975083088963} - m_Father: {fileID: 5268380663940410353} - m_LocalEulerAnglesHint: {x: -68.41971, y: 159.7015, z: 17.7493} ---- !u!4 &4773027890165856613 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 625843477874336303} - serializedVersion: 2 - m_LocalRotation: {x: 0.0033806302, y: 0.008339825, z: 0.006516846, w: 0.9999383} - m_LocalPosition: {x: -1.7060388e-11, y: 0.0030064897, z: 0.000020065154} - m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 - m_Children: - - {fileID: 2491663192203936067} - m_Father: {fileID: 7175615919564188779} - m_LocalEulerAnglesHint: {x: 0.90885556, y: 0.78869194, z: 12.334974} ---- !u!1 &4863092426633028091 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 1998426624015029689} - m_Layer: 0 - m_Name: mmntnsrig:RightHandIndex3 - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &4865266880936800349 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 6829511566126041727} - serializedVersion: 2 - m_LocalRotation: {x: 0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: -0.00013553412, y: 0.0011953162, z: -3.7881923e-11} - m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 - m_Children: [] - m_Father: {fileID: 2814164690624676316} - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!4 &5152246547822837167 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 2226671998399511502} - serializedVersion: 2 - m_LocalRotation: {x: 0.2767476, y: -0.021256339, z: 0.0061233635, w: 0.960688} - m_LocalPosition: {x: -9.484483e-12, y: 0.0047603524, z: -1.6285426e-11} - m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 - m_Children: - - {fileID: 1806375267437728204} - m_Father: {fileID: 3403021721417240017} - m_LocalEulerAnglesHint: {x: 33.871605, y: -2.4255347, z: -0.088585645} ---- !u!4 &5268380663940410353 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1612337247817362685} - serializedVersion: 2 - m_LocalRotation: {x: -0.00000016945492, y: 0.00000035960883, z: -0.000010698119, - w: 1} - m_LocalPosition: {x: 0.000000014608021, y: 0.0297313, z: -0.00018960207} - m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 - m_Children: - - {fileID: 4694024166276621017} - - {fileID: 6374651268792221636} - - {fileID: 7747246279099784001} - m_Father: {fileID: 2076029460} - m_LocalEulerAnglesHint: {x: -3.8675785, y: 1.8629749, z: -1.714074} ---- !u!1 &5471426867927912054 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 5708559360381058955} - m_Layer: 0 - m_Name: mmntnsrig:LeftHandIndex4 - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!1 &5602757463833911588 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 7087583699344691523} - m_Layer: 0 - m_Name: mmntnsrig:Spine2 - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &5708559360381058955 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 5471426867927912054} - serializedVersion: 2 - m_LocalRotation: {x: 0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: 0.000011110788, y: 0.001172037, z: -2.997833e-11} - m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 - m_Children: [] - m_Father: {fileID: 1444203665650492430} - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!4 &5925910777022439345 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 3376681528460362357} - serializedVersion: 2 - m_LocalRotation: {x: 0, y: -0, z: -8.110911e-37, w: 1} - m_LocalPosition: {x: -0, y: 0.0030870878, z: -0.00015834629} - m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 - m_Children: - - {fileID: 1733758435} - - {fileID: 6746251829966269654} - m_Father: {fileID: 2302845602036151639} - m_LocalEulerAnglesHint: {x: -74.32842, y: -6.7951694, z: 8.700369} ---- !u!1 &6048613557621788690 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 7208039040022880564} - m_Layer: 0 - m_Name: mmntnsrig:Spine1 - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &6374651268792221636 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 3368707227366916414} - serializedVersion: 2 - m_LocalRotation: {x: 0.0013409735, y: 0.04698507, z: 0.99889076, w: -0.0028004872} - m_LocalPosition: {x: 0.0026195177, y: -0.00095310627, z: 0.0001469633} - m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 - m_Children: - - {fileID: 8498629882027342677} - m_Father: {fileID: 5268380663940410353} - m_LocalEulerAnglesHint: {x: -63.272614, y: -178.12703, z: 1.5821414} ---- !u!1 &6681725920839331741 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 1456452570924434192} - m_Layer: 0 - m_Name: mmntnsrig:LeftHandThumb2 - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!1 &6696556359627931758 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 224254527277308618} - m_Layer: 0 - m_Name: mmntnsrig:LeftHandThumb1 - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!1 &6699289989745018213 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 7175615919564188779} - m_Layer: 0 - m_Name: mmntnsrig:RightHand - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &6699947078269197868 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 2028162971309037032} - serializedVersion: 2 - m_LocalRotation: {x: -0.0021178394, y: -0.07912635, z: -0.00016826842, w: 0.99686235} - m_LocalPosition: {x: -2.4250693e-12, y: 0.0071020904, z: -9.145428e-12} - m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 - m_Children: - - {fileID: 7788817457533241313} - - {fileID: 224254527277308618} - m_Father: {fileID: 1029025341055686460} - m_LocalEulerAnglesHint: {x: -4.11166, y: 26.800503, z: -31.228985} ---- !u!4 &6746251829966269654 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 6797606859696420911} - serializedVersion: 2 - m_LocalRotation: {x: 0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: -0, y: 0.011279843, z: -0.00057857804} - m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 - m_Children: [] - m_Father: {fileID: 5925910777022439345} - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!1 &6796635848712277722 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 2491663192203936067} - m_Layer: 0 - m_Name: mmntnsrig:RightHandIndex2 - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!1 &6797606859696420911 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 6746251829966269654} - m_Layer: 0 - m_Name: mmntnsrig:HeadTop_End - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!1 &6829511566126041727 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 4865266880936800349} - m_Layer: 0 - m_Name: mmntnsrig:LeftHandThumb4 - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &6902280603687246725 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 2104086750987624984} - serializedVersion: 2 - m_LocalRotation: {x: 0.00000004403396, y: 0.00063116476, z: -0.00000046517218, w: 0.9999998} - m_LocalPosition: {x: -1.976139e-11, y: 0.008054164, z: -4.3523483e-12} - m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 - m_Children: - - {fileID: 7175615919564188779} - m_Father: {fileID: 1381849353501320276} - m_LocalEulerAnglesHint: {x: -0.1929937, y: 0.04391217, z: 16.75998} ---- !u!4 &7087583699344691523 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 5602757463833911588} - serializedVersion: 2 - m_LocalRotation: {x: 1.7347235e-18, y: -0, z: -4.1661717e-30, w: 1} - m_LocalPosition: {x: -0, y: 0.0022813922, z: -2.3117138e-12} - m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 - m_Children: - - {fileID: 4063364242660694453} - - {fileID: 2302845602036151639} - - {fileID: 405743826473551259} - m_Father: {fileID: 7208039040022880564} - m_LocalEulerAnglesHint: {x: 7.115406, y: -0.06788218, z: 0.11006504} ---- !u!4 &7175615919564188779 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 6699289989745018213} - serializedVersion: 2 - m_LocalRotation: {x: -0.0033060238, y: 0.1122413, z: 0.00037359903, w: 0.9936754} - m_LocalPosition: {x: -3.698052e-12, y: 0.007094197, z: -2.076093e-11} - m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 - m_Children: - - {fileID: 4773027890165856613} - - {fileID: 7876140576543145863} - m_Father: {fileID: 6902280603687246725} - m_LocalEulerAnglesHint: {x: -19.83578, y: -34.564423, z: 39.654945} ---- !u!4 &7208039040022880564 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 6048613557621788690} - serializedVersion: 2 - m_LocalRotation: {x: 1.7347235e-18, y: -5.83978e-14, z: 6.809525e-13, w: 1} - m_LocalPosition: {x: -0, y: 0.0019962175, z: -1.5299133e-12} - m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 - m_Children: - - {fileID: 7087583699344691523} - m_Father: {fileID: 7747246279099784001} - m_LocalEulerAnglesHint: {x: 7.114173, y: -0.12464687, z: 0.12029293} ---- !u!1 &7426450085259739643 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 7876140576543145863} - m_Layer: 0 - m_Name: mmntnsrig:RightHandThumb1 - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!1 &7742619916644586086 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 3427869859792961886} - m_Layer: 0 - m_Name: mmntnsrig:RightHandThumb4 - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &7747246279099784001 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 3379433622869142902} - serializedVersion: 2 - m_LocalRotation: {x: -0.01156469, y: -0.00000048331356, z: 0.000010693244, w: 0.9999331} - m_LocalPosition: {x: -0, y: 0.0017105859, z: -0.00003957331} - m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 - m_Children: - - {fileID: 7208039040022880564} - m_Father: {fileID: 5268380663940410353} - m_LocalEulerAnglesHint: {x: 13.193365, y: 1.468307, z: 2.322432} ---- !u!4 &7788817457533241313 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 2558122723846499000} - serializedVersion: 2 - m_LocalRotation: {x: 0.0020808375, y: 0.0013760809, z: -0.03265737, w: 0.9994635} - m_LocalPosition: {x: -5.2514976e-12, y: 0.0025891678, z: 0.000010871798} - m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 - m_Children: - - {fileID: 1300001503150815249} - m_Father: {fileID: 6699947078269197868} - m_LocalEulerAnglesHint: {x: 7.2485414, y: 0.2941887, z: -16.657095} ---- !u!1 &7870469478841151175 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 1806375267437728204} - m_Layer: 0 - m_Name: mmntnsrig:LeftToe_End - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &7876140576543145863 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 7426450085259739643} - serializedVersion: 2 - m_LocalRotation: {x: 0.1700328, y: -0.001201535, z: 0.55268455, w: 0.81585985} - m_LocalPosition: {x: -0.00071635545, y: 0.0011231542, z: 1.8785266e-10} - m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 - m_Children: - - {fileID: 4467543242804170730} - m_Father: {fileID: 7175615919564188779} - m_LocalEulerAnglesHint: {x: 7.4664183, y: 22.98314, z: 66.248825} ---- !u!1 &7903921081868765309 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 2707316213084814940} - - component: {fileID: 4122856641518040053} - - component: {fileID: 7903921081868765310} - m_Layer: 0 - m_Name: Model - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!114 &7903921081868765310 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 7903921081868765309} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 39cb364c2dfacad469e5df86d6ec5e92, type: 3} - m_Name: - m_EditorClassIdentifier: - Method: 3 - TargetGameObject: {fileID: 0} - TargetRenderer: {fileID: 4122856641518040053} - MaterialIndex: 0 - ShaderPropertyName: _EmissionForce - OffValue: 0 - OnValue: 1 - LerpValue: 1 - Curve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.3 - value: 1.05 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - UseMaterialPropertyBlocks: 1 - ExtraRenderers: [] - ExtraGameObjects: [] - Blinking: 0 - ForceStateOnExit: 0 - StateOnExit: 0 - TimescaleMode: 0 - RepeatCount: 0 - Phases: - - PhaseDuration: 0.5 - OffDuration: 0.05 - OnDuration: 0.05 - OffLerpDuration: 0 - OnLerpDuration: 0 - DebugToolbar: 0 - Active: 0 - CurrentPhaseIndex: 0 ---- !u!4 &8096332681101949639 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 8390127550716044013} - serializedVersion: 2 - m_LocalRotation: {x: 0.48547694, y: -0.01912982, z: 0.041597188, w: 0.87304974} - m_LocalPosition: {x: -1.875531e-11, y: 0.012992058, z: -2.7233305e-10} - m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 - m_Children: - - {fileID: 3893912620281177683} - m_Father: {fileID: 8498629882027342677} - m_LocalEulerAnglesHint: {x: 84.21466, y: 22.930462, z: 29.562782} ---- !u!1 &8237324897079213726 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 3329101932174450753} - m_Layer: 0 - m_Name: mmntnsrig:LeftArm - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!1 &8390127550716044013 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 8096332681101949639} - m_Layer: 0 - m_Name: mmntnsrig:RightFoot - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &8498629882027342677 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1636600462943608571} - serializedVersion: 2 - m_LocalRotation: {x: -0.121580794, y: 0.00052607025, z: -0.005328001, w: 0.9925671} - m_LocalPosition: {x: -1.6429904e-11, y: 0.0125965495, z: -7.416603e-12} - m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 - m_Children: - - {fileID: 8096332681101949639} - m_Father: {fileID: 6374651268792221636} - m_LocalEulerAnglesHint: {x: -66.07271, y: -173.80629, z: 173.69061} ---- !u!1 &8578243248531739950 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 3875129195077667867} - m_Layer: 0 - m_Name: mmntnsrig:RightHandIndex4 - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!1660057539 &9223372036854775807 -SceneRoots: - m_ObjectHideFlags: 0 - m_Roots: - - {fileID: 1143359171} - - {fileID: 1965494291} - - {fileID: 1785320358} - - {fileID: 950021599} - - {fileID: 2116273087} - - {fileID: 63926507} - - {fileID: 999639631} diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/MMF_PlayerDemo.unity.meta b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/MMF_PlayerDemo.unity.meta deleted file mode 100644 index b63665b52..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/MMF_PlayerDemo.unity.meta +++ /dev/null @@ -1,14 +0,0 @@ -fileFormatVersion: 2 -guid: 24c17f7978039fc4ead290ab5d87e2ee -DefaultImporter: - externalObjects: {} - userData: - assetBundleName: - assetBundleVariant: -AssetOrigin: - serializedVersion: 1 - productId: 183370 - packageName: Feel - packageVersion: 5.8 - assetPath: Assets/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/MMF_PlayerDemo.unity - uploadId: 799856 diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Materials.meta b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Materials.meta deleted file mode 100644 index eca26f769..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Materials.meta +++ /dev/null @@ -1,8 +0,0 @@ -fileFormatVersion: 2 -guid: 87b9c5502713a4d47aa958aae409758d -folderAsset: yes -DefaultImporter: - externalObjects: {} - userData: - assetBundleName: - assetBundleVariant: diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Materials/FeedbacksDemoBackgroundCube.mat b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Materials/FeedbacksDemoBackgroundCube.mat deleted file mode 100644 index 56f8ddd36..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Materials/FeedbacksDemoBackgroundCube.mat +++ /dev/null @@ -1,144 +0,0 @@ -%YAML 1.1 -%TAG !u! tag:unity3d.com,2011: ---- !u!21 &2100000 -Material: - serializedVersion: 6 - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_Name: FeedbacksDemoBackgroundCube - m_Shader: {fileID: 4800000, guid: 82c42a0b06f4f684db1ee2c535fb985c, type: 3} - m_ShaderKeywords: _NORMALMAP _PARALLAXMAP _SHADOWMIXMODE_MULTIPLY _SHARPRIMLIGHT_ON - m_LightmapFlags: 4 - m_EnableInstancingVariants: 0 - m_DoubleSidedGI: 0 - m_CustomRenderQueue: -1 - stringTagMap: {} - disabledShaderPasses: [] - m_SavedProperties: - serializedVersion: 3 - m_TexEnvs: - - _BumpMap: - m_Texture: {fileID: 2800000, guid: 8f1ed309a298a2742b829de2033346ab, type: 3} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _DetailAlbedoMap: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _DetailMask: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _DetailNormalMap: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _EmissionMap: - m_Texture: {fileID: 0} - m_Scale: {x: 2.5, y: 1.5} - m_Offset: {x: 0, y: 0} - - _EmissionTexture: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _MainTex: - m_Texture: {fileID: 0} - m_Scale: {x: 2.5, y: 1.5} - m_Offset: {x: 0, y: 0} - - _MetallicGlossMap: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _Normal: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _OcclusionMap: - m_Texture: {fileID: 2800000, guid: 40c906fd3abf32a4b81655aee35391a1, type: 3} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _ParallaxMap: - m_Texture: {fileID: 2800000, guid: d2f55d20cd432914583e1c23ce001291, type: 3} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _RampTexture: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _SecondaryTexture: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _VertexOffsetNoiseTexture: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _texcoord: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - m_Floats: - - _BumpScale: 1 - - _Contrast: 0 - - _Cutoff: 0.5 - - _Desaturation: 0 - - _DetailNormalMapScale: 1 - - _DstBlend: 0 - - _EmissionForce: 0 - - _Framerate: 5 - - _GlossMapScale: 1 - - _Glossiness: 1 - - _GlossyReflections: 1 - - _HideRimUnderShadow: 0 - - _Metallic: 0 - - _Mode: 0 - - _OcclusionStrength: 1 - - _OutlineAlpha: 0 - - _OutlineWidth: 0.1 - - _Parallax: 0.08 - - _RampOffset: 0.5 - - _RimAmount: 0.7 - - _RimPower: 0.6547081 - - _SecondaryTextureSize: 1 - - _SecondaryTextureSpeedFactor: 0 - - _SecondaryTextureStrength: 0 - - _ShadowBlur: 1 - - _ShadowMixMode: 0 - - _ShadowSize: 0.5 - - _ShadowStrength: 1 - - _SharpRimLight: 1 - - _SmoothnessTextureChannel: 0 - - _SpecularFalloff: 1 - - _SpecularForceUnderShadow: 0 - - _SpecularHighlights: 1 - - _SpecularPower: 1 - - _SpecularSize: 0.4 - - _SrcBlend: 1 - - _StepAmount: 2 - - _StepWidth: 0.25 - - _UVSec: 0 - - _UseRampTexture: 0 - - _UseRimLight: 0 - - _UseSpecular: 0 - - _UseVertexColors: 0 - - _UseVertexOffset: 0 - - _VertexOffsetFrequency: 2 - - _VertexOffsetMagnitude: 0.05 - - _VertexOffsetX: 0.5 - - _VertexOffsetY: 0.5 - - _VertexOffsetZ: 0.5 - - _ZWrite: 1 - - __dirty: 1 - m_Colors: - - _Color: {r: 1, g: 0, b: 0.88429976, a: 1} - - _EmissionColor: {r: 1.39772, g: 0, b: 0, a: 1} - - _LightColor: {r: 0.7311321, g: 0.9859839, b: 1, a: 1} - - _OutlineColor: {r: 0.5451996, g: 1, b: 0, a: 1} - - _RampDark: {r: 0.740566, g: 0.8850609, b: 1, a: 0} - - _RampLight: {r: 1, g: 1, b: 1, a: 0} - - _RimColor: {r: 0, g: 0.7342432, b: 1, a: 1} - - _ShadowColor: {r: 0, g: 0.8113208, b: 0.76270926, a: 1} - - _SpecularColor: {r: 2, g: 2, b: 2, a: 1} - - _Tint: {r: 0.63318795, g: 0.8773585, b: 0.85915923, a: 1} diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Materials/FeedbacksDemoBackgroundCube.mat.meta b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Materials/FeedbacksDemoBackgroundCube.mat.meta deleted file mode 100644 index 019a5ba81..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Materials/FeedbacksDemoBackgroundCube.mat.meta +++ /dev/null @@ -1,15 +0,0 @@ -fileFormatVersion: 2 -guid: a2bfccdea313bee4cbe611dfd2194b6c -NativeFormatImporter: - externalObjects: {} - mainObjectFileID: 2100000 - userData: - assetBundleName: - assetBundleVariant: -AssetOrigin: - serializedVersion: 1 - productId: 183370 - packageName: Feel - packageVersion: 5.8 - assetPath: Assets/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Materials/FeedbacksDemoBackgroundCube.mat - uploadId: 799856 diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Materials/FeedbacksDemoBurger.mat b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Materials/FeedbacksDemoBurger.mat deleted file mode 100644 index 0266973a5..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Materials/FeedbacksDemoBurger.mat +++ /dev/null @@ -1,144 +0,0 @@ -%YAML 1.1 -%TAG !u! tag:unity3d.com,2011: ---- !u!21 &2100000 -Material: - serializedVersion: 6 - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_Name: FeedbacksDemoBurger - m_Shader: {fileID: 4800000, guid: 82c42a0b06f4f684db1ee2c535fb985c, type: 3} - m_ShaderKeywords: _NORMALMAP _PARALLAXMAP _SHADOWMIXMODE_MULTIPLY _SHARPRIMLIGHT_ON - m_LightmapFlags: 4 - m_EnableInstancingVariants: 0 - m_DoubleSidedGI: 0 - m_CustomRenderQueue: -1 - stringTagMap: {} - disabledShaderPasses: [] - m_SavedProperties: - serializedVersion: 3 - m_TexEnvs: - - _BumpMap: - m_Texture: {fileID: 2800000, guid: 8f1ed309a298a2742b829de2033346ab, type: 3} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _DetailAlbedoMap: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _DetailMask: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _DetailNormalMap: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _EmissionMap: - m_Texture: {fileID: 0} - m_Scale: {x: 2.5, y: 1.5} - m_Offset: {x: 0, y: 0} - - _EmissionTexture: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _MainTex: - m_Texture: {fileID: 0} - m_Scale: {x: 2.5, y: 1.5} - m_Offset: {x: 0, y: 0} - - _MetallicGlossMap: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _Normal: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _OcclusionMap: - m_Texture: {fileID: 2800000, guid: 40c906fd3abf32a4b81655aee35391a1, type: 3} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _ParallaxMap: - m_Texture: {fileID: 2800000, guid: d2f55d20cd432914583e1c23ce001291, type: 3} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _RampTexture: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _SecondaryTexture: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _VertexOffsetNoiseTexture: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _texcoord: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - m_Floats: - - _BumpScale: 1 - - _Contrast: 0 - - _Cutoff: 0.5 - - _Desaturation: 0 - - _DetailNormalMapScale: 1 - - _DstBlend: 0 - - _EmissionForce: 0 - - _Framerate: 5 - - _GlossMapScale: 1 - - _Glossiness: 1 - - _GlossyReflections: 1 - - _HideRimUnderShadow: 0 - - _Metallic: 0 - - _Mode: 0 - - _OcclusionStrength: 1 - - _OutlineAlpha: 0 - - _OutlineWidth: 0.1 - - _Parallax: 0.08 - - _RampOffset: 0.5 - - _RimAmount: 0.7 - - _RimPower: 0.6547081 - - _SecondaryTextureSize: 1 - - _SecondaryTextureSpeedFactor: 0 - - _SecondaryTextureStrength: 0 - - _ShadowBlur: 1 - - _ShadowMixMode: 0 - - _ShadowSize: 0.5 - - _ShadowStrength: 1 - - _SharpRimLight: 1 - - _SmoothnessTextureChannel: 0 - - _SpecularFalloff: 1 - - _SpecularForceUnderShadow: 0 - - _SpecularHighlights: 1 - - _SpecularPower: 1 - - _SpecularSize: 0.4 - - _SrcBlend: 1 - - _StepAmount: 2 - - _StepWidth: 0.25 - - _UVSec: 0 - - _UseRampTexture: 0 - - _UseRimLight: 0 - - _UseSpecular: 0 - - _UseVertexColors: 0 - - _UseVertexOffset: 0 - - _VertexOffsetFrequency: 2 - - _VertexOffsetMagnitude: 0.05 - - _VertexOffsetX: 0.5 - - _VertexOffsetY: 0.5 - - _VertexOffsetZ: 0.5 - - _ZWrite: 1 - - __dirty: 1 - m_Colors: - - _Color: {r: 1, g: 0, b: 0.88429976, a: 1} - - _EmissionColor: {r: 1.39772, g: 0, b: 0, a: 1} - - _LightColor: {r: 1, g: 0.9174827, b: 0.6367924, a: 1} - - _OutlineColor: {r: 0.5451996, g: 1, b: 0, a: 1} - - _RampDark: {r: 0.740566, g: 0.8850609, b: 1, a: 0} - - _RampLight: {r: 1, g: 1, b: 1, a: 0} - - _RimColor: {r: 0, g: 0.7342432, b: 1, a: 1} - - _ShadowColor: {r: 0.8509804, g: 0.27450982, b: 0, a: 1} - - _SpecularColor: {r: 2, g: 2, b: 2, a: 1} - - _Tint: {r: 0.9433962, g: 0.8568036, b: 0.6096476, a: 1} diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Materials/FeedbacksDemoBurger.mat.meta b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Materials/FeedbacksDemoBurger.mat.meta deleted file mode 100644 index c4c62587a..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Materials/FeedbacksDemoBurger.mat.meta +++ /dev/null @@ -1,15 +0,0 @@ -fileFormatVersion: 2 -guid: 6f9a3feda45015847997d62c4695715a -NativeFormatImporter: - externalObjects: {} - mainObjectFileID: 2100000 - userData: - assetBundleName: - assetBundleVariant: -AssetOrigin: - serializedVersion: 1 - productId: 183370 - packageName: Feel - packageVersion: 5.8 - assetPath: Assets/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Materials/FeedbacksDemoBurger.mat - uploadId: 799856 diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Materials/FeedbacksDemoCheese.mat b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Materials/FeedbacksDemoCheese.mat deleted file mode 100644 index 523cdd844..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Materials/FeedbacksDemoCheese.mat +++ /dev/null @@ -1,144 +0,0 @@ -%YAML 1.1 -%TAG !u! tag:unity3d.com,2011: ---- !u!21 &2100000 -Material: - serializedVersion: 6 - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_Name: FeedbacksDemoCheese - m_Shader: {fileID: 4800000, guid: 82c42a0b06f4f684db1ee2c535fb985c, type: 3} - m_ShaderKeywords: _NORMALMAP _PARALLAXMAP _SHADOWMIXMODE_MULTIPLY _SHARPRIMLIGHT_ON - m_LightmapFlags: 4 - m_EnableInstancingVariants: 0 - m_DoubleSidedGI: 0 - m_CustomRenderQueue: -1 - stringTagMap: {} - disabledShaderPasses: [] - m_SavedProperties: - serializedVersion: 3 - m_TexEnvs: - - _BumpMap: - m_Texture: {fileID: 2800000, guid: 8f1ed309a298a2742b829de2033346ab, type: 3} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _DetailAlbedoMap: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _DetailMask: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _DetailNormalMap: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _EmissionMap: - m_Texture: {fileID: 0} - m_Scale: {x: 2.5, y: 1.5} - m_Offset: {x: 0, y: 0} - - _EmissionTexture: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _MainTex: - m_Texture: {fileID: 0} - m_Scale: {x: 2.5, y: 1.5} - m_Offset: {x: 0, y: 0} - - _MetallicGlossMap: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _Normal: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _OcclusionMap: - m_Texture: {fileID: 2800000, guid: 40c906fd3abf32a4b81655aee35391a1, type: 3} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _ParallaxMap: - m_Texture: {fileID: 2800000, guid: d2f55d20cd432914583e1c23ce001291, type: 3} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _RampTexture: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _SecondaryTexture: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _VertexOffsetNoiseTexture: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _texcoord: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - m_Floats: - - _BumpScale: 1 - - _Contrast: 0 - - _Cutoff: 0.5 - - _Desaturation: 0 - - _DetailNormalMapScale: 1 - - _DstBlend: 0 - - _EmissionForce: 0 - - _Framerate: 5 - - _GlossMapScale: 1 - - _Glossiness: 1 - - _GlossyReflections: 1 - - _HideRimUnderShadow: 0 - - _Metallic: 0 - - _Mode: 0 - - _OcclusionStrength: 1 - - _OutlineAlpha: 0 - - _OutlineWidth: 0.1 - - _Parallax: 0.08 - - _RampOffset: 0.5 - - _RimAmount: 0.7 - - _RimPower: 0.6547081 - - _SecondaryTextureSize: 1 - - _SecondaryTextureSpeedFactor: 0 - - _SecondaryTextureStrength: 0 - - _ShadowBlur: 1 - - _ShadowMixMode: 0 - - _ShadowSize: 0.5 - - _ShadowStrength: 1 - - _SharpRimLight: 1 - - _SmoothnessTextureChannel: 0 - - _SpecularFalloff: 1 - - _SpecularForceUnderShadow: 0 - - _SpecularHighlights: 1 - - _SpecularPower: 1 - - _SpecularSize: 0.4 - - _SrcBlend: 1 - - _StepAmount: 2 - - _StepWidth: 0.25 - - _UVSec: 0 - - _UseRampTexture: 0 - - _UseRimLight: 0 - - _UseSpecular: 0 - - _UseVertexColors: 0 - - _UseVertexOffset: 0 - - _VertexOffsetFrequency: 2 - - _VertexOffsetMagnitude: 0.05 - - _VertexOffsetX: 0.5 - - _VertexOffsetY: 0.5 - - _VertexOffsetZ: 0.5 - - _ZWrite: 1 - - __dirty: 1 - m_Colors: - - _Color: {r: 1, g: 0, b: 0.88429976, a: 1} - - _EmissionColor: {r: 1.39772, g: 0, b: 0, a: 1} - - _LightColor: {r: 1, g: 0.9174827, b: 0.6367924, a: 1} - - _OutlineColor: {r: 0.5451996, g: 1, b: 0, a: 1} - - _RampDark: {r: 0.740566, g: 0.8850609, b: 1, a: 0} - - _RampLight: {r: 1, g: 1, b: 1, a: 0} - - _RimColor: {r: 0, g: 0.7342432, b: 1, a: 1} - - _ShadowColor: {r: 0.8509804, g: 0.27450982, b: 0, a: 1} - - _SpecularColor: {r: 2, g: 2, b: 2, a: 1} - - _Tint: {r: 0.9433962, g: 0.75305444, b: 0.3426486, a: 1} diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Materials/FeedbacksDemoCheese.mat.meta b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Materials/FeedbacksDemoCheese.mat.meta deleted file mode 100644 index 88c329844..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Materials/FeedbacksDemoCheese.mat.meta +++ /dev/null @@ -1,15 +0,0 @@ -fileFormatVersion: 2 -guid: 73fdd485fdb1ba44fabd9bc27dfbb268 -NativeFormatImporter: - externalObjects: {} - mainObjectFileID: 2100000 - userData: - assetBundleName: - assetBundleVariant: -AssetOrigin: - serializedVersion: 1 - productId: 183370 - packageName: Feel - packageVersion: 5.8 - assetPath: Assets/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Materials/FeedbacksDemoCheese.mat - uploadId: 799856 diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Materials/FeedbacksDemoCupcakeMaterial.mat b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Materials/FeedbacksDemoCupcakeMaterial.mat deleted file mode 100644 index 0ce04d18a..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Materials/FeedbacksDemoCupcakeMaterial.mat +++ /dev/null @@ -1,144 +0,0 @@ -%YAML 1.1 -%TAG !u! tag:unity3d.com,2011: ---- !u!21 &2100000 -Material: - serializedVersion: 6 - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_Name: FeedbacksDemoCupcakeMaterial - m_Shader: {fileID: 4800000, guid: 82c42a0b06f4f684db1ee2c535fb985c, type: 3} - m_ShaderKeywords: _NORMALMAP _PARALLAXMAP _SHADOWMIXMODE_MULTIPLY _SHARPRIMLIGHT_ON - m_LightmapFlags: 4 - m_EnableInstancingVariants: 0 - m_DoubleSidedGI: 0 - m_CustomRenderQueue: -1 - stringTagMap: {} - disabledShaderPasses: [] - m_SavedProperties: - serializedVersion: 3 - m_TexEnvs: - - _BumpMap: - m_Texture: {fileID: 2800000, guid: 8f1ed309a298a2742b829de2033346ab, type: 3} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _DetailAlbedoMap: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _DetailMask: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _DetailNormalMap: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _EmissionMap: - m_Texture: {fileID: 0} - m_Scale: {x: 2.5, y: 1.5} - m_Offset: {x: 0, y: 0} - - _EmissionTexture: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _MainTex: - m_Texture: {fileID: 2800000, guid: ff6ef20764af32745ad151687042db56, type: 3} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _MetallicGlossMap: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _Normal: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _OcclusionMap: - m_Texture: {fileID: 2800000, guid: 40c906fd3abf32a4b81655aee35391a1, type: 3} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _ParallaxMap: - m_Texture: {fileID: 2800000, guid: d2f55d20cd432914583e1c23ce001291, type: 3} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _RampTexture: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _SecondaryTexture: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _VertexOffsetNoiseTexture: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _texcoord: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - m_Floats: - - _BumpScale: 1 - - _Contrast: 0 - - _Cutoff: 0.5 - - _Desaturation: 0 - - _DetailNormalMapScale: 1 - - _DstBlend: 0 - - _EmissionForce: 0 - - _Framerate: 5 - - _GlossMapScale: 1 - - _Glossiness: 1 - - _GlossyReflections: 1 - - _HideRimUnderShadow: 0 - - _Metallic: 0 - - _Mode: 0 - - _OcclusionStrength: 1 - - _OutlineAlpha: 0 - - _OutlineWidth: 0.1 - - _Parallax: 0.08 - - _RampOffset: 0.5 - - _RimAmount: 0.7 - - _RimPower: 0.6547081 - - _SecondaryTextureSize: 1 - - _SecondaryTextureSpeedFactor: 0 - - _SecondaryTextureStrength: 0 - - _ShadowBlur: 1 - - _ShadowMixMode: 0 - - _ShadowSize: 0.5 - - _ShadowStrength: 1 - - _SharpRimLight: 1 - - _SmoothnessTextureChannel: 0 - - _SpecularFalloff: 1 - - _SpecularForceUnderShadow: 0 - - _SpecularHighlights: 1 - - _SpecularPower: 1 - - _SpecularSize: 0.4 - - _SrcBlend: 1 - - _StepAmount: 2 - - _StepWidth: 0.25 - - _UVSec: 0 - - _UseRampTexture: 0 - - _UseRimLight: 0 - - _UseSpecular: 0 - - _UseVertexColors: 0 - - _UseVertexOffset: 0 - - _VertexOffsetFrequency: 2 - - _VertexOffsetMagnitude: 0.05 - - _VertexOffsetX: 0.5 - - _VertexOffsetY: 0.5 - - _VertexOffsetZ: 0.5 - - _ZWrite: 1 - - __dirty: 1 - m_Colors: - - _Color: {r: 0.83259535, g: 0, b: 1, a: 1} - - _EmissionColor: {r: 0.04117647, g: 0, b: 0.0625, a: 1} - - _LightColor: {r: 1, g: 1, b: 1, a: 1} - - _OutlineColor: {r: 0.5451996, g: 1, b: 0, a: 1} - - _RampDark: {r: 0.764151, g: 0.764151, b: 0.764151, a: 0} - - _RampLight: {r: 1, g: 1, b: 1, a: 0} - - _RimColor: {r: 0, g: 0.7342432, b: 1, a: 1} - - _ShadowColor: {r: 0.8509804, g: 0.27450982, b: 0, a: 1} - - _SpecularColor: {r: 2, g: 2, b: 2, a: 1} - - _Tint: {r: 0.82240206, g: 0.40583837, b: 0.9056604, a: 1} diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Materials/FeedbacksDemoCupcakeMaterial.mat.meta b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Materials/FeedbacksDemoCupcakeMaterial.mat.meta deleted file mode 100644 index e1ccc468c..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Materials/FeedbacksDemoCupcakeMaterial.mat.meta +++ /dev/null @@ -1,15 +0,0 @@ -fileFormatVersion: 2 -guid: c1d23fed02e635544b12ed36a30f8113 -NativeFormatImporter: - externalObjects: {} - mainObjectFileID: 2100000 - userData: - assetBundleName: - assetBundleVariant: -AssetOrigin: - serializedVersion: 1 - productId: 183370 - packageName: Feel - packageVersion: 5.8 - assetPath: Assets/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Materials/FeedbacksDemoCupcakeMaterial.mat - uploadId: 799856 diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Materials/FeedbacksDemoDudeBody.mat b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Materials/FeedbacksDemoDudeBody.mat deleted file mode 100644 index a017ea378..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Materials/FeedbacksDemoDudeBody.mat +++ /dev/null @@ -1,144 +0,0 @@ -%YAML 1.1 -%TAG !u! tag:unity3d.com,2011: ---- !u!21 &2100000 -Material: - serializedVersion: 6 - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_Name: FeedbacksDemoDudeBody - m_Shader: {fileID: 4800000, guid: 82c42a0b06f4f684db1ee2c535fb985c, type: 3} - m_ShaderKeywords: _NORMALMAP _PARALLAXMAP _SHADOWMIXMODE_MULTIPLY _SHARPRIMLIGHT_ON - m_LightmapFlags: 4 - m_EnableInstancingVariants: 0 - m_DoubleSidedGI: 0 - m_CustomRenderQueue: -1 - stringTagMap: {} - disabledShaderPasses: [] - m_SavedProperties: - serializedVersion: 3 - m_TexEnvs: - - _BumpMap: - m_Texture: {fileID: 2800000, guid: 8f1ed309a298a2742b829de2033346ab, type: 3} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _DetailAlbedoMap: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _DetailMask: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _DetailNormalMap: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _EmissionMap: - m_Texture: {fileID: 0} - m_Scale: {x: 2.5, y: 1.5} - m_Offset: {x: 0, y: 0} - - _EmissionTexture: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _MainTex: - m_Texture: {fileID: 2800000, guid: 92ea895d681c10a4d9d9c279d63a9c87, type: 3} - m_Scale: {x: 2.5, y: 1.5} - m_Offset: {x: 0, y: 0} - - _MetallicGlossMap: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _Normal: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _OcclusionMap: - m_Texture: {fileID: 2800000, guid: 40c906fd3abf32a4b81655aee35391a1, type: 3} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _ParallaxMap: - m_Texture: {fileID: 2800000, guid: d2f55d20cd432914583e1c23ce001291, type: 3} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _RampTexture: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _SecondaryTexture: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _VertexOffsetNoiseTexture: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _texcoord: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - m_Floats: - - _BumpScale: 1 - - _Contrast: 0 - - _Cutoff: 0.5 - - _Desaturation: 0 - - _DetailNormalMapScale: 1 - - _DstBlend: 0 - - _EmissionForce: 0 - - _Framerate: 5 - - _GlossMapScale: 1 - - _Glossiness: 1 - - _GlossyReflections: 1 - - _HideRimUnderShadow: 0 - - _Metallic: 0 - - _Mode: 0 - - _OcclusionStrength: 1 - - _OutlineAlpha: 0 - - _OutlineWidth: 0.1 - - _Parallax: 0.08 - - _RampOffset: 0.5 - - _RimAmount: 0.7 - - _RimPower: 0.6547081 - - _SecondaryTextureSize: 1 - - _SecondaryTextureSpeedFactor: 0 - - _SecondaryTextureStrength: 0 - - _ShadowBlur: 1 - - _ShadowMixMode: 0 - - _ShadowSize: 0.5 - - _ShadowStrength: 1 - - _SharpRimLight: 1 - - _SmoothnessTextureChannel: 0 - - _SpecularFalloff: 1 - - _SpecularForceUnderShadow: 0 - - _SpecularHighlights: 1 - - _SpecularPower: 1 - - _SpecularSize: 0.4 - - _SrcBlend: 1 - - _StepAmount: 2 - - _StepWidth: 0.25 - - _UVSec: 0 - - _UseRampTexture: 0 - - _UseRimLight: 0 - - _UseSpecular: 0 - - _UseVertexColors: 0 - - _UseVertexOffset: 0 - - _VertexOffsetFrequency: 2 - - _VertexOffsetMagnitude: 0.05 - - _VertexOffsetX: 0.5 - - _VertexOffsetY: 0.5 - - _VertexOffsetZ: 0.5 - - _ZWrite: 1 - - __dirty: 1 - m_Colors: - - _Color: {r: 1, g: 0, b: 0.88429976, a: 1} - - _EmissionColor: {r: 1.39772, g: 0, b: 0, a: 1} - - _LightColor: {r: 0.25511748, g: 0.7318169, b: 0.8584906, a: 1} - - _OutlineColor: {r: 0.5451996, g: 1, b: 0, a: 1} - - _RampDark: {r: 0.8679245, g: 0.29067284, b: 0.7214327, a: 0} - - _RampLight: {r: 1, g: 1, b: 1, a: 0} - - _RimColor: {r: 0, g: 0.7342432, b: 1, a: 1} - - _ShadowColor: {r: 0.7945783, g: 0, b: 0.8509804, a: 1} - - _SpecularColor: {r: 2, g: 2, b: 2, a: 1} - - _Tint: {r: 1, g: 1, b: 1, a: 1} diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Materials/FeedbacksDemoDudeBody.mat.meta b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Materials/FeedbacksDemoDudeBody.mat.meta deleted file mode 100644 index e7e33abba..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Materials/FeedbacksDemoDudeBody.mat.meta +++ /dev/null @@ -1,15 +0,0 @@ -fileFormatVersion: 2 -guid: 440eacb0793ae0546b9f287ef399ee84 -NativeFormatImporter: - externalObjects: {} - mainObjectFileID: 2100000 - userData: - assetBundleName: - assetBundleVariant: -AssetOrigin: - serializedVersion: 1 - productId: 183370 - packageName: Feel - packageVersion: 5.8 - assetPath: Assets/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Materials/FeedbacksDemoDudeBody.mat - uploadId: 799856 diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Materials/FeedbacksDemoEyes.mat b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Materials/FeedbacksDemoEyes.mat deleted file mode 100644 index f75252dc0..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Materials/FeedbacksDemoEyes.mat +++ /dev/null @@ -1,144 +0,0 @@ -%YAML 1.1 -%TAG !u! tag:unity3d.com,2011: ---- !u!21 &2100000 -Material: - serializedVersion: 6 - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_Name: FeedbacksDemoEyes - m_Shader: {fileID: 4800000, guid: 82c42a0b06f4f684db1ee2c535fb985c, type: 3} - m_ShaderKeywords: _NORMALMAP _PARALLAXMAP _SHADOWMIXMODE_MULTIPLY _SHARPRIMLIGHT_ON - m_LightmapFlags: 4 - m_EnableInstancingVariants: 0 - m_DoubleSidedGI: 0 - m_CustomRenderQueue: -1 - stringTagMap: {} - disabledShaderPasses: [] - m_SavedProperties: - serializedVersion: 3 - m_TexEnvs: - - _BumpMap: - m_Texture: {fileID: 2800000, guid: 8f1ed309a298a2742b829de2033346ab, type: 3} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _DetailAlbedoMap: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _DetailMask: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _DetailNormalMap: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _EmissionMap: - m_Texture: {fileID: 0} - m_Scale: {x: 2.5, y: 1.5} - m_Offset: {x: 0, y: 0} - - _EmissionTexture: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _MainTex: - m_Texture: {fileID: 0} - m_Scale: {x: 2.5, y: 1.5} - m_Offset: {x: 0, y: 0} - - _MetallicGlossMap: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _Normal: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _OcclusionMap: - m_Texture: {fileID: 2800000, guid: 40c906fd3abf32a4b81655aee35391a1, type: 3} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _ParallaxMap: - m_Texture: {fileID: 2800000, guid: d2f55d20cd432914583e1c23ce001291, type: 3} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _RampTexture: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _SecondaryTexture: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _VertexOffsetNoiseTexture: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _texcoord: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - m_Floats: - - _BumpScale: 1 - - _Contrast: 0 - - _Cutoff: 0.5 - - _Desaturation: 0 - - _DetailNormalMapScale: 1 - - _DstBlend: 0 - - _EmissionForce: 0 - - _Framerate: 5 - - _GlossMapScale: 1 - - _Glossiness: 1 - - _GlossyReflections: 1 - - _HideRimUnderShadow: 0 - - _Metallic: 0 - - _Mode: 0 - - _OcclusionStrength: 1 - - _OutlineAlpha: 0 - - _OutlineWidth: 0.1 - - _Parallax: 0.08 - - _RampOffset: 0.5 - - _RimAmount: 0.7 - - _RimPower: 0.6547081 - - _SecondaryTextureSize: 1 - - _SecondaryTextureSpeedFactor: 0 - - _SecondaryTextureStrength: 0 - - _ShadowBlur: 1 - - _ShadowMixMode: 0 - - _ShadowSize: 0.5 - - _ShadowStrength: 1 - - _SharpRimLight: 1 - - _SmoothnessTextureChannel: 0 - - _SpecularFalloff: 1 - - _SpecularForceUnderShadow: 0 - - _SpecularHighlights: 1 - - _SpecularPower: 1 - - _SpecularSize: 0.4 - - _SrcBlend: 1 - - _StepAmount: 2 - - _StepWidth: 0.25 - - _UVSec: 0 - - _UseRampTexture: 0 - - _UseRimLight: 0 - - _UseSpecular: 0 - - _UseVertexColors: 0 - - _UseVertexOffset: 0 - - _VertexOffsetFrequency: 2 - - _VertexOffsetMagnitude: 0.05 - - _VertexOffsetX: 0.5 - - _VertexOffsetY: 0.5 - - _VertexOffsetZ: 0.5 - - _ZWrite: 1 - - __dirty: 1 - m_Colors: - - _Color: {r: 1, g: 0, b: 0.88429976, a: 1} - - _EmissionColor: {r: 1.39772, g: 0, b: 0, a: 1} - - _LightColor: {r: 1, g: 0.9174827, b: 0.6367924, a: 1} - - _OutlineColor: {r: 0.5451996, g: 1, b: 0, a: 1} - - _RampDark: {r: 0.740566, g: 0.8850609, b: 1, a: 0} - - _RampLight: {r: 1, g: 1, b: 1, a: 0} - - _RimColor: {r: 0, g: 0.7342432, b: 1, a: 1} - - _ShadowColor: {r: 0.8509804, g: 0.27450982, b: 0, a: 1} - - _SpecularColor: {r: 2, g: 2, b: 2, a: 1} - - _Tint: {r: 0.1509434, g: 0.1509434, b: 0.1509434, a: 1} diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Materials/FeedbacksDemoEyes.mat.meta b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Materials/FeedbacksDemoEyes.mat.meta deleted file mode 100644 index 2f2d0bdfc..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Materials/FeedbacksDemoEyes.mat.meta +++ /dev/null @@ -1,15 +0,0 @@ -fileFormatVersion: 2 -guid: 37bbdd2870294554b9997eae9fc844e9 -NativeFormatImporter: - externalObjects: {} - mainObjectFileID: 2100000 - userData: - assetBundleName: - assetBundleVariant: -AssetOrigin: - serializedVersion: 1 - productId: 183370 - packageName: Feel - packageVersion: 5.8 - assetPath: Assets/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Materials/FeedbacksDemoEyes.mat - uploadId: 799856 diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Materials/FeedbacksDemoGreen.mat b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Materials/FeedbacksDemoGreen.mat deleted file mode 100644 index cb286dfe2..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Materials/FeedbacksDemoGreen.mat +++ /dev/null @@ -1,144 +0,0 @@ -%YAML 1.1 -%TAG !u! tag:unity3d.com,2011: ---- !u!21 &2100000 -Material: - serializedVersion: 6 - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_Name: FeedbacksDemoGreen - m_Shader: {fileID: 4800000, guid: 82c42a0b06f4f684db1ee2c535fb985c, type: 3} - m_ShaderKeywords: _NORMALMAP _PARALLAXMAP _SHADOWMIXMODE_MULTIPLY _SHARPRIMLIGHT_ON - m_LightmapFlags: 4 - m_EnableInstancingVariants: 0 - m_DoubleSidedGI: 0 - m_CustomRenderQueue: -1 - stringTagMap: {} - disabledShaderPasses: [] - m_SavedProperties: - serializedVersion: 3 - m_TexEnvs: - - _BumpMap: - m_Texture: {fileID: 2800000, guid: 8f1ed309a298a2742b829de2033346ab, type: 3} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _DetailAlbedoMap: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _DetailMask: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _DetailNormalMap: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _EmissionMap: - m_Texture: {fileID: 0} - m_Scale: {x: 2.5, y: 1.5} - m_Offset: {x: 0, y: 0} - - _EmissionTexture: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _MainTex: - m_Texture: {fileID: 2800000, guid: ff6ef20764af32745ad151687042db56, type: 3} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _MetallicGlossMap: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _Normal: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _OcclusionMap: - m_Texture: {fileID: 2800000, guid: 40c906fd3abf32a4b81655aee35391a1, type: 3} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _ParallaxMap: - m_Texture: {fileID: 2800000, guid: d2f55d20cd432914583e1c23ce001291, type: 3} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _RampTexture: - m_Texture: {fileID: 2800000, guid: 2178326803c98c949a3bad7b06f340c2, type: 3} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _SecondaryTexture: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _VertexOffsetNoiseTexture: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _texcoord: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - m_Floats: - - _BumpScale: 1 - - _Contrast: 0 - - _Cutoff: 0.5 - - _Desaturation: 0 - - _DetailNormalMapScale: 1 - - _DstBlend: 0 - - _EmissionForce: 0 - - _Framerate: 5 - - _GlossMapScale: 1 - - _Glossiness: 1 - - _GlossyReflections: 1 - - _HideRimUnderShadow: 0 - - _Metallic: 0 - - _Mode: 0 - - _OcclusionStrength: 1 - - _OutlineAlpha: 0 - - _OutlineWidth: 0.1 - - _Parallax: 0.08 - - _RampOffset: 0.5 - - _RimAmount: 0.7 - - _RimPower: 0.6547081 - - _SecondaryTextureSize: 1 - - _SecondaryTextureSpeedFactor: 0 - - _SecondaryTextureStrength: 0 - - _ShadowBlur: 1 - - _ShadowMixMode: 0 - - _ShadowSize: 0.5 - - _ShadowStrength: 1 - - _SharpRimLight: 1 - - _SmoothnessTextureChannel: 0 - - _SpecularFalloff: 1 - - _SpecularForceUnderShadow: 0 - - _SpecularHighlights: 1 - - _SpecularPower: 1 - - _SpecularSize: 0.4 - - _SrcBlend: 1 - - _StepAmount: 3 - - _StepWidth: 0.174 - - _UVSec: 0 - - _UseRampTexture: 0 - - _UseRimLight: 0 - - _UseSpecular: 0 - - _UseVertexColors: 0 - - _UseVertexOffset: 0 - - _VertexOffsetFrequency: 2 - - _VertexOffsetMagnitude: 0.05 - - _VertexOffsetX: 0.5 - - _VertexOffsetY: 0.5 - - _VertexOffsetZ: 0.5 - - _ZWrite: 1 - - __dirty: 1 - m_Colors: - - _Color: {r: 1, g: 0.7799355, b: 0, a: 1} - - _EmissionColor: {r: 0, g: 0, b: 0, a: 1} - - _LightColor: {r: 1, g: 1, b: 1, a: 1} - - _OutlineColor: {r: 0.5451996, g: 1, b: 0, a: 1} - - _RampDark: {r: 0.6431373, g: 0.7686275, b: 0.86666673, a: 0} - - _RampLight: {r: 1, g: 1, b: 1, a: 0} - - _RimColor: {r: 0, g: 0.7342432, b: 1, a: 1} - - _ShadowColor: {r: 0.8509804, g: 0.27450982, b: 0, a: 1} - - _SpecularColor: {r: 2, g: 2, b: 2, a: 1} - - _Tint: {r: 0.6340939, g: 0.8207547, b: 0.2981043, a: 1} diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Materials/FeedbacksDemoGreen.mat.meta b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Materials/FeedbacksDemoGreen.mat.meta deleted file mode 100644 index 6f4c51c78..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Materials/FeedbacksDemoGreen.mat.meta +++ /dev/null @@ -1,15 +0,0 @@ -fileFormatVersion: 2 -guid: 8d712c81db4f93049b55efa80c9770b9 -NativeFormatImporter: - externalObjects: {} - mainObjectFileID: 2100000 - userData: - assetBundleName: - assetBundleVariant: -AssetOrigin: - serializedVersion: 1 - productId: 183370 - packageName: Feel - packageVersion: 5.8 - assetPath: Assets/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Materials/FeedbacksDemoGreen.mat - uploadId: 799856 diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Materials/FeedbacksDemoGround.mat b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Materials/FeedbacksDemoGround.mat deleted file mode 100644 index 18d450920..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Materials/FeedbacksDemoGround.mat +++ /dev/null @@ -1,154 +0,0 @@ -%YAML 1.1 -%TAG !u! tag:unity3d.com,2011: ---- !u!21 &2100000 -Material: - serializedVersion: 8 - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_Name: FeedbacksDemoGround - m_Shader: {fileID: 4800000, guid: 82c42a0b06f4f684db1ee2c535fb985c, type: 3} - m_Parent: {fileID: 0} - m_ModifiedSerializedProperties: 0 - m_ValidKeywords: - - _SHADOWMIXMODE_MULTIPLY - - _SHARPRIMLIGHT_ON - m_InvalidKeywords: - - _NORMALMAP - m_LightmapFlags: 4 - m_EnableInstancingVariants: 0 - m_DoubleSidedGI: 0 - m_CustomRenderQueue: -1 - stringTagMap: {} - disabledShaderPasses: [] - m_LockedProperties: - m_SavedProperties: - serializedVersion: 3 - m_TexEnvs: - - _BumpMap: - m_Texture: {fileID: 2800000, guid: 8f1ed309a298a2742b829de2033346ab, type: 3} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _DetailAlbedoMap: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _DetailMask: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _DetailNormalMap: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _EmissionMap: - m_Texture: {fileID: 0} - m_Scale: {x: 5, y: 5} - m_Offset: {x: -4.5, y: -4.5} - - _EmissionTexture: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _MainTex: - m_Texture: {fileID: 2800000, guid: e7bd931b85ae0b54a86af9439440b98b, type: 3} - m_Scale: {x: 10, y: 10} - m_Offset: {x: -4.5, y: -4.5} - - _MetallicGlossMap: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _Normal: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _OcclusionMap: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _ParallaxMap: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _RampTexture: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _SecondaryTexture: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _VertexOffsetNoiseTexture: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _texcoord: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - m_Ints: [] - m_Floats: - - _BumpScale: 1 - - _Contrast: 0 - - _Cutoff: 0.5 - - _Desaturation: 0 - - _DetailNormalMapScale: 1 - - _DstBlend: 0 - - _EmissionForce: 0 - - _Framerate: 5 - - _GlossMapScale: 1 - - _Glossiness: 0 - - _GlossyReflections: 1 - - _HideRimUnderShadow: 0 - - _Metallic: 0 - - _Mode: 0 - - _OcclusionStrength: 1 - - _OutlineAlpha: 0 - - _OutlineWidth: 0.1 - - _Parallax: 0.02 - - _RampOffset: 0.5 - - _RimAmount: 0.7 - - _RimPower: 0.6547081 - - _SecondaryTextureSize: 1 - - _SecondaryTextureSpeedFactor: 0 - - _SecondaryTextureStrength: 0 - - _ShadowBlur: 1 - - _ShadowMixMode: 0 - - _ShadowSize: 0.651 - - _ShadowStrength: 1 - - _SharpRimLight: 1 - - _SmoothnessTextureChannel: 0 - - _SpecularFalloff: 1 - - _SpecularForceUnderShadow: 0 - - _SpecularHighlights: 1 - - _SpecularPower: 1 - - _SpecularSize: 0.4 - - _SrcBlend: 1 - - _StepAmount: 2 - - _StepWidth: 0.25 - - _UVSec: 0 - - _UseRampTexture: 0 - - _UseRimLight: 0 - - _UseSpecular: 0 - - _UseVertexColors: 0 - - _UseVertexOffset: 0 - - _VertexOffsetFrequency: 2 - - _VertexOffsetMagnitude: 0.05 - - _VertexOffsetX: 0.5 - - _VertexOffsetY: 0.5 - - _VertexOffsetZ: 0.5 - - _ZWrite: 1 - - __dirty: 1 - m_Colors: - - _Color: {r: 0.46226418, g: 0.46226418, b: 0.46226418, a: 1} - - _EmissionColor: {r: 1, g: 1, b: 1, a: 0} - - _LightColor: {r: 1, g: 0.78823537, b: 0.32941177, a: 1} - - _OutlineColor: {r: 0.5451996, g: 1, b: 0, a: 1} - - _RampDark: {r: 0.8584906, g: 0.8584906, b: 0.8584906, a: 0} - - _RampLight: {r: 1, g: 1, b: 1, a: 0} - - _RimColor: {r: 0, g: 0.7342432, b: 1, a: 1} - - _ShadowColor: {r: 0.8509804, g: 0.27450982, b: 0, a: 1} - - _SpecularColor: {r: 2, g: 2, b: 2, a: 1} - - _Tint: {r: 1, g: 1, b: 1, a: 1} - m_BuildTextureStacks: [] - m_AllowLocking: 1 diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Materials/FeedbacksDemoGround.mat.meta b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Materials/FeedbacksDemoGround.mat.meta deleted file mode 100644 index 15f4e9b32..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Materials/FeedbacksDemoGround.mat.meta +++ /dev/null @@ -1,17 +0,0 @@ -fileFormatVersion: 2 -guid: da3882387fa6d2d408298e1a82fbf9ed -timeCreated: 1513611571 -licenseType: Store -NativeFormatImporter: - externalObjects: {} - mainObjectFileID: 2100000 - userData: - assetBundleName: - assetBundleVariant: -AssetOrigin: - serializedVersion: 1 - productId: 183370 - packageName: Feel - packageVersion: 5.8 - assetPath: Assets/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Materials/FeedbacksDemoGround.mat - uploadId: 799856 diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Materials/FeedbacksDemoGroundDust.mat b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Materials/FeedbacksDemoGroundDust.mat deleted file mode 100644 index d016d5569..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Materials/FeedbacksDemoGroundDust.mat +++ /dev/null @@ -1,144 +0,0 @@ -%YAML 1.1 -%TAG !u! tag:unity3d.com,2011: ---- !u!21 &2100000 -Material: - serializedVersion: 6 - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_Name: FeedbacksDemoGroundDust - m_Shader: {fileID: 4800000, guid: 82c42a0b06f4f684db1ee2c535fb985c, type: 3} - m_ShaderKeywords: _SHADOWMIXMODE_MULTIPLY _SHARPRIMLIGHT_ON - m_LightmapFlags: 4 - m_EnableInstancingVariants: 0 - m_DoubleSidedGI: 0 - m_CustomRenderQueue: -1 - stringTagMap: {} - disabledShaderPasses: [] - m_SavedProperties: - serializedVersion: 3 - m_TexEnvs: - - _BumpMap: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _DetailAlbedoMap: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _DetailMask: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _DetailNormalMap: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _EmissionMap: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _EmissionTexture: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _MainTex: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _MetallicGlossMap: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _Normal: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _OcclusionMap: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _ParallaxMap: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _RampTexture: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _SecondaryTexture: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _VertexOffsetNoiseTexture: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _texcoord: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - m_Floats: - - _BumpScale: 1 - - _Contrast: 0 - - _Cutoff: 0.5 - - _Desaturation: 0 - - _DetailNormalMapScale: 1 - - _DstBlend: 0 - - _EmissionForce: 0 - - _Framerate: 5 - - _GlossMapScale: 1 - - _Glossiness: 0.5 - - _GlossyReflections: 1 - - _HideRimUnderShadow: 0 - - _Metallic: 0 - - _Mode: 0 - - _OcclusionStrength: 1 - - _OutlineAlpha: 0 - - _OutlineWidth: 0.1 - - _Parallax: 0.02 - - _RampOffset: 0.5 - - _RimAmount: 0.7 - - _RimPower: 0.6547081 - - _SecondaryTextureSize: 1 - - _SecondaryTextureSpeedFactor: 0 - - _SecondaryTextureStrength: 0 - - _ShadowBlur: 1 - - _ShadowMixMode: 0 - - _ShadowSize: 0.5 - - _ShadowStrength: 1 - - _SharpRimLight: 1 - - _SmoothnessTextureChannel: 0 - - _SpecularFalloff: 1 - - _SpecularForceUnderShadow: 0 - - _SpecularHighlights: 1 - - _SpecularPower: 1 - - _SpecularSize: 0.4 - - _SrcBlend: 1 - - _StepAmount: 2 - - _StepWidth: 0.25 - - _UVSec: 0 - - _UseRampTexture: 0 - - _UseRimLight: 0 - - _UseSpecular: 0 - - _UseVertexColors: 0 - - _UseVertexOffset: 0 - - _VertexOffsetFrequency: 2 - - _VertexOffsetMagnitude: 0.05 - - _VertexOffsetX: 0.5 - - _VertexOffsetY: 0.5 - - _VertexOffsetZ: 0.5 - - _ZWrite: 1 - - __dirty: 1 - m_Colors: - - _Color: {r: 1, g: 1, b: 1, a: 1} - - _EmissionColor: {r: 0, g: 0, b: 0, a: 1} - - _LightColor: {r: 1, g: 1, b: 1, a: 1} - - _OutlineColor: {r: 0.5451996, g: 1, b: 0, a: 1} - - _RampDark: {r: 0.3490566, g: 0.3490566, b: 0.3490566, a: 0} - - _RampLight: {r: 1, g: 1, b: 1, a: 0} - - _RimColor: {r: 0, g: 0.7342432, b: 1, a: 1} - - _ShadowColor: {r: 0.8509804, g: 0.27450982, b: 0, a: 1} - - _SpecularColor: {r: 2, g: 2, b: 2, a: 1} - - _Tint: {r: 1, g: 1, b: 1, a: 1} diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Materials/FeedbacksDemoGroundDust.mat.meta b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Materials/FeedbacksDemoGroundDust.mat.meta deleted file mode 100644 index eb3984cca..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Materials/FeedbacksDemoGroundDust.mat.meta +++ /dev/null @@ -1,15 +0,0 @@ -fileFormatVersion: 2 -guid: 05fa953830786f34fa5fd7523273f72c -NativeFormatImporter: - externalObjects: {} - mainObjectFileID: 2100000 - userData: - assetBundleName: - assetBundleVariant: -AssetOrigin: - serializedVersion: 1 - productId: 183370 - packageName: Feel - packageVersion: 5.8 - assetPath: Assets/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Materials/FeedbacksDemoGroundDust.mat - uploadId: 799856 diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Materials/FeedbacksDemoGroundRocks.mat b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Materials/FeedbacksDemoGroundRocks.mat deleted file mode 100644 index 344bcc4a0..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Materials/FeedbacksDemoGroundRocks.mat +++ /dev/null @@ -1,144 +0,0 @@ -%YAML 1.1 -%TAG !u! tag:unity3d.com,2011: ---- !u!21 &2100000 -Material: - serializedVersion: 6 - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_Name: FeedbacksDemoGroundRocks - m_Shader: {fileID: 4800000, guid: 82c42a0b06f4f684db1ee2c535fb985c, type: 3} - m_ShaderKeywords: _NORMALMAP _SHADOWMIXMODE_MULTIPLY _SHARPRIMLIGHT_ON - m_LightmapFlags: 4 - m_EnableInstancingVariants: 0 - m_DoubleSidedGI: 0 - m_CustomRenderQueue: -1 - stringTagMap: {} - disabledShaderPasses: [] - m_SavedProperties: - serializedVersion: 3 - m_TexEnvs: - - _BumpMap: - m_Texture: {fileID: 2800000, guid: 8f1ed309a298a2742b829de2033346ab, type: 3} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _DetailAlbedoMap: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _DetailMask: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _DetailNormalMap: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _EmissionMap: - m_Texture: {fileID: 0} - m_Scale: {x: 5, y: 5} - m_Offset: {x: -4.5, y: -4.5} - - _EmissionTexture: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _MainTex: - m_Texture: {fileID: 0} - m_Scale: {x: 10, y: 10} - m_Offset: {x: -4.5, y: -4.5} - - _MetallicGlossMap: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _Normal: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _OcclusionMap: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _ParallaxMap: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _RampTexture: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _SecondaryTexture: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _VertexOffsetNoiseTexture: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _texcoord: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - m_Floats: - - _BumpScale: 1 - - _Contrast: 0 - - _Cutoff: 0.5 - - _Desaturation: 0 - - _DetailNormalMapScale: 1 - - _DstBlend: 0 - - _EmissionForce: 0 - - _Framerate: 5 - - _GlossMapScale: 1 - - _Glossiness: 0 - - _GlossyReflections: 1 - - _HideRimUnderShadow: 0 - - _Metallic: 0 - - _Mode: 0 - - _OcclusionStrength: 1 - - _OutlineAlpha: 0 - - _OutlineWidth: 0.1 - - _Parallax: 0.02 - - _RampOffset: 0.5 - - _RimAmount: 0.7 - - _RimPower: 0.6547081 - - _SecondaryTextureSize: 1 - - _SecondaryTextureSpeedFactor: 0 - - _SecondaryTextureStrength: 0 - - _ShadowBlur: 1 - - _ShadowMixMode: 0 - - _ShadowSize: 0.5 - - _ShadowStrength: 1 - - _SharpRimLight: 1 - - _SmoothnessTextureChannel: 0 - - _SpecularFalloff: 1 - - _SpecularForceUnderShadow: 0 - - _SpecularHighlights: 1 - - _SpecularPower: 1 - - _SpecularSize: 0.4 - - _SrcBlend: 1 - - _StepAmount: 2 - - _StepWidth: 0.25 - - _UVSec: 0 - - _UseRampTexture: 0 - - _UseRimLight: 0 - - _UseSpecular: 0 - - _UseVertexColors: 0 - - _UseVertexOffset: 0 - - _VertexOffsetFrequency: 2 - - _VertexOffsetMagnitude: 0.05 - - _VertexOffsetX: 0.5 - - _VertexOffsetY: 0.5 - - _VertexOffsetZ: 0.5 - - _ZWrite: 1 - - __dirty: 1 - m_Colors: - - _Color: {r: 0.46226418, g: 0.46226418, b: 0.46226418, a: 1} - - _EmissionColor: {r: 0, g: 0, b: 0, a: 0} - - _LightColor: {r: 0.8207547, g: 0.51167095, b: 0.081301175, a: 1} - - _OutlineColor: {r: 0.5451996, g: 1, b: 0, a: 1} - - _RampDark: {r: 0.8584906, g: 0.8584906, b: 0.8584906, a: 0} - - _RampLight: {r: 1, g: 1, b: 1, a: 0} - - _RimColor: {r: 0, g: 0.7342432, b: 1, a: 1} - - _ShadowColor: {r: 0.8509804, g: 0.27450982, b: 0, a: 1} - - _SpecularColor: {r: 2, g: 2, b: 2, a: 1} - - _Tint: {r: 1, g: 1, b: 1, a: 1} diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Materials/FeedbacksDemoGroundRocks.mat.meta b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Materials/FeedbacksDemoGroundRocks.mat.meta deleted file mode 100644 index da3d59b51..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Materials/FeedbacksDemoGroundRocks.mat.meta +++ /dev/null @@ -1,17 +0,0 @@ -fileFormatVersion: 2 -guid: 8b80d96aef31b7b42927634a8a768ed6 -timeCreated: 1513611571 -licenseType: Store -NativeFormatImporter: - externalObjects: {} - mainObjectFileID: 2100000 - userData: - assetBundleName: - assetBundleVariant: -AssetOrigin: - serializedVersion: 1 - productId: 183370 - packageName: Feel - packageVersion: 5.8 - assetPath: Assets/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Materials/FeedbacksDemoGroundRocks.mat - uploadId: 799856 diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Materials/FeedbacksDemoRed.mat b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Materials/FeedbacksDemoRed.mat deleted file mode 100644 index 33d9ec9dd..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Materials/FeedbacksDemoRed.mat +++ /dev/null @@ -1,154 +0,0 @@ -%YAML 1.1 -%TAG !u! tag:unity3d.com,2011: ---- !u!21 &2100000 -Material: - serializedVersion: 8 - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_Name: FeedbacksDemoRed - m_Shader: {fileID: 4800000, guid: 82c42a0b06f4f684db1ee2c535fb985c, type: 3} - m_Parent: {fileID: 0} - m_ModifiedSerializedProperties: 0 - m_ValidKeywords: - - _SHADOWMIXMODE_MULTIPLY - - _SHARPRIMLIGHT_ON - m_InvalidKeywords: - - _NORMALMAP - - _PARALLAXMAP - m_LightmapFlags: 4 - m_EnableInstancingVariants: 0 - m_DoubleSidedGI: 0 - m_CustomRenderQueue: -1 - stringTagMap: {} - disabledShaderPasses: [] - m_LockedProperties: - m_SavedProperties: - serializedVersion: 3 - m_TexEnvs: - - _BumpMap: - m_Texture: {fileID: 2800000, guid: 8f1ed309a298a2742b829de2033346ab, type: 3} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _DetailAlbedoMap: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _DetailMask: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _DetailNormalMap: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _EmissionMap: - m_Texture: {fileID: 0} - m_Scale: {x: 2.5, y: 1.5} - m_Offset: {x: 0, y: 0} - - _EmissionTexture: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _MainTex: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _MetallicGlossMap: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _Normal: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _OcclusionMap: - m_Texture: {fileID: 2800000, guid: 40c906fd3abf32a4b81655aee35391a1, type: 3} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _ParallaxMap: - m_Texture: {fileID: 2800000, guid: d2f55d20cd432914583e1c23ce001291, type: 3} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _RampTexture: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _SecondaryTexture: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _VertexOffsetNoiseTexture: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _texcoord: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - m_Ints: [] - m_Floats: - - _BumpScale: 1 - - _Contrast: 0 - - _Cutoff: 0.5 - - _Desaturation: 0 - - _DetailNormalMapScale: 1 - - _DstBlend: 0 - - _EmissionForce: 0 - - _Framerate: 5 - - _GlossMapScale: 1 - - _Glossiness: 1 - - _GlossyReflections: 1 - - _HideRimUnderShadow: 0 - - _Metallic: 0 - - _Mode: 0 - - _OcclusionStrength: 1 - - _OutlineAlpha: 0 - - _OutlineWidth: 0.1 - - _Parallax: 0.08 - - _RampOffset: 0.5 - - _RimAmount: 0.7 - - _RimPower: 0.6547081 - - _SecondaryTextureSize: 1 - - _SecondaryTextureSpeedFactor: 0 - - _SecondaryTextureStrength: 0 - - _ShadowBlur: 1 - - _ShadowMixMode: 0 - - _ShadowSize: 0.5 - - _ShadowStrength: 1 - - _SharpRimLight: 1 - - _SmoothnessTextureChannel: 0 - - _SpecularFalloff: 1 - - _SpecularForceUnderShadow: 0 - - _SpecularHighlights: 1 - - _SpecularPower: 1 - - _SpecularSize: 0.4 - - _SrcBlend: 1 - - _StepAmount: 2 - - _StepWidth: 0.25 - - _UVSec: 0 - - _UseRampTexture: 0 - - _UseRimLight: 0 - - _UseSpecular: 0 - - _UseVertexColors: 0 - - _UseVertexOffset: 0 - - _VertexOffsetFrequency: 2 - - _VertexOffsetMagnitude: 0.05 - - _VertexOffsetX: 0.5 - - _VertexOffsetY: 0.5 - - _VertexOffsetZ: 0.5 - - _ZWrite: 1 - - __dirty: 1 - m_Colors: - - _Color: {r: 0.83259535, g: 0, b: 1, a: 1} - - _EmissionColor: {r: 1, g: 1, b: 1, a: 1} - - _LightColor: {r: 1, g: 1, b: 1, a: 1} - - _OutlineColor: {r: 0.5451996, g: 1, b: 0, a: 1} - - _RampDark: {r: 0.764151, g: 0.764151, b: 0.764151, a: 0} - - _RampLight: {r: 1, g: 1, b: 1, a: 0} - - _RimColor: {r: 0, g: 0.7342432, b: 1, a: 1} - - _ShadowColor: {r: 0.8509804, g: 0.27450982, b: 0, a: 1} - - _SpecularColor: {r: 2, g: 2, b: 2, a: 1} - - _Tint: {r: 0.8207547, g: 0.1440676, b: 0.13550194, a: 1} - m_BuildTextureStacks: [] diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Materials/FeedbacksDemoRed.mat.meta b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Materials/FeedbacksDemoRed.mat.meta deleted file mode 100644 index dae790715..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Materials/FeedbacksDemoRed.mat.meta +++ /dev/null @@ -1,15 +0,0 @@ -fileFormatVersion: 2 -guid: 6e044c899ad224c49a365cf038dc3dd0 -NativeFormatImporter: - externalObjects: {} - mainObjectFileID: 2100000 - userData: - assetBundleName: - assetBundleVariant: -AssetOrigin: - serializedVersion: 1 - productId: 183370 - packageName: Feel - packageVersion: 5.8 - assetPath: Assets/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Materials/FeedbacksDemoRed.mat - uploadId: 799856 diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Materials/FeedbacksDemoSkybox1.mat b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Materials/FeedbacksDemoSkybox1.mat deleted file mode 100644 index e990ecdc0..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Materials/FeedbacksDemoSkybox1.mat +++ /dev/null @@ -1,82 +0,0 @@ -%YAML 1.1 -%TAG !u! tag:unity3d.com,2011: ---- !u!21 &2100000 -Material: - serializedVersion: 6 - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_Name: FeedbacksDemoSkybox1 - m_Shader: {fileID: 4800000, guid: 21b28f3ee4b3c13408ed85c229008f40, type: 3} - m_ShaderKeywords: - m_LightmapFlags: 4 - m_EnableInstancingVariants: 0 - m_DoubleSidedGI: 0 - m_CustomRenderQueue: -1 - stringTagMap: {} - disabledShaderPasses: [] - m_SavedProperties: - serializedVersion: 3 - m_TexEnvs: - - _BumpMap: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _DetailAlbedoMap: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _DetailMask: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _DetailNormalMap: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _EmissionMap: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _MainTex: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _MetallicGlossMap: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _OcclusionMap: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _ParallaxMap: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - m_Floats: - - _BumpScale: 1 - - _Cutoff: 0.5 - - _DetailNormalMapScale: 1 - - _DstBlend: 0 - - _GlossMapScale: 1 - - _Glossiness: 0.5 - - _GlossyReflections: 1 - - _Intensity: 1 - - _Metallic: 0 - - _Mode: 0 - - _OcclusionStrength: 1 - - _Parallax: 0.02 - - _Saturation: 1 - - _ScreenSpace: 0 - - _SmoothnessTextureChannel: 0 - - _SpecularHighlights: 1 - - _SrcBlend: 1 - - _UVSec: 0 - - _ZWrite: 1 - m_Colors: - - _BottomColor: {r: 1, g: 0.9242194, b: 0.6179246, a: 0} - - _Color: {r: 1, g: 1, b: 1, a: 1} - - _EmissionColor: {r: 0, g: 0, b: 0, a: 1} - - _TopColor: {r: 1, g: 0.8389567, b: 0, a: 0} diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Materials/FeedbacksDemoSkybox1.mat.meta b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Materials/FeedbacksDemoSkybox1.mat.meta deleted file mode 100644 index 76838b513..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Materials/FeedbacksDemoSkybox1.mat.meta +++ /dev/null @@ -1,15 +0,0 @@ -fileFormatVersion: 2 -guid: 2459024c3a4db5043be35787edddf1eb -NativeFormatImporter: - externalObjects: {} - mainObjectFileID: 0 - userData: - assetBundleName: - assetBundleVariant: -AssetOrigin: - serializedVersion: 1 - productId: 183370 - packageName: Feel - packageVersion: 5.8 - assetPath: Assets/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Materials/FeedbacksDemoSkybox1.mat - uploadId: 799856 diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Materials/FeedbacksDemoSkybox2.mat b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Materials/FeedbacksDemoSkybox2.mat deleted file mode 100644 index fa6bd538e..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Materials/FeedbacksDemoSkybox2.mat +++ /dev/null @@ -1,82 +0,0 @@ -%YAML 1.1 -%TAG !u! tag:unity3d.com,2011: ---- !u!21 &2100000 -Material: - serializedVersion: 6 - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_Name: FeedbacksDemoSkybox2 - m_Shader: {fileID: 4800000, guid: 21b28f3ee4b3c13408ed85c229008f40, type: 3} - m_ShaderKeywords: - m_LightmapFlags: 4 - m_EnableInstancingVariants: 0 - m_DoubleSidedGI: 0 - m_CustomRenderQueue: -1 - stringTagMap: {} - disabledShaderPasses: [] - m_SavedProperties: - serializedVersion: 3 - m_TexEnvs: - - _BumpMap: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _DetailAlbedoMap: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _DetailMask: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _DetailNormalMap: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _EmissionMap: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _MainTex: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _MetallicGlossMap: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _OcclusionMap: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _ParallaxMap: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - m_Floats: - - _BumpScale: 1 - - _Cutoff: 0.5 - - _DetailNormalMapScale: 1 - - _DstBlend: 0 - - _GlossMapScale: 1 - - _Glossiness: 0.5 - - _GlossyReflections: 1 - - _Intensity: 1 - - _Metallic: 0 - - _Mode: 0 - - _OcclusionStrength: 1 - - _Parallax: 0.02 - - _Saturation: 1 - - _ScreenSpace: 0 - - _SmoothnessTextureChannel: 0 - - _SpecularHighlights: 1 - - _SrcBlend: 1 - - _UVSec: 0 - - _ZWrite: 1 - m_Colors: - - _BottomColor: {r: 0.61960787, g: 0.8572617, b: 1, a: 0} - - _Color: {r: 1, g: 1, b: 1, a: 1} - - _EmissionColor: {r: 0, g: 0, b: 0, a: 1} - - _TopColor: {r: 0, g: 0.5422628, b: 1, a: 0} diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Materials/FeedbacksDemoSkybox2.mat.meta b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Materials/FeedbacksDemoSkybox2.mat.meta deleted file mode 100644 index 4e2647526..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Materials/FeedbacksDemoSkybox2.mat.meta +++ /dev/null @@ -1,15 +0,0 @@ -fileFormatVersion: 2 -guid: 0a1985bb2529e5e42b326b7b7c80b2d8 -NativeFormatImporter: - externalObjects: {} - mainObjectFileID: 0 - userData: - assetBundleName: - assetBundleVariant: -AssetOrigin: - serializedVersion: 1 - productId: 183370 - packageName: Feel - packageVersion: 5.8 - assetPath: Assets/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Materials/FeedbacksDemoSkybox2.mat - uploadId: 799856 diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Materials/FeedbacksDemoSteak.mat b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Materials/FeedbacksDemoSteak.mat deleted file mode 100644 index 4d613f887..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Materials/FeedbacksDemoSteak.mat +++ /dev/null @@ -1,144 +0,0 @@ -%YAML 1.1 -%TAG !u! tag:unity3d.com,2011: ---- !u!21 &2100000 -Material: - serializedVersion: 6 - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_Name: FeedbacksDemoSteak - m_Shader: {fileID: 4800000, guid: 82c42a0b06f4f684db1ee2c535fb985c, type: 3} - m_ShaderKeywords: _NORMALMAP _PARALLAXMAP _SHADOWMIXMODE_MULTIPLY _SHARPRIMLIGHT_ON - m_LightmapFlags: 4 - m_EnableInstancingVariants: 0 - m_DoubleSidedGI: 0 - m_CustomRenderQueue: -1 - stringTagMap: {} - disabledShaderPasses: [] - m_SavedProperties: - serializedVersion: 3 - m_TexEnvs: - - _BumpMap: - m_Texture: {fileID: 2800000, guid: 8f1ed309a298a2742b829de2033346ab, type: 3} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _DetailAlbedoMap: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _DetailMask: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _DetailNormalMap: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _EmissionMap: - m_Texture: {fileID: 0} - m_Scale: {x: 2.5, y: 1.5} - m_Offset: {x: 0, y: 0} - - _EmissionTexture: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _MainTex: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _MetallicGlossMap: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _Normal: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _OcclusionMap: - m_Texture: {fileID: 2800000, guid: 40c906fd3abf32a4b81655aee35391a1, type: 3} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _ParallaxMap: - m_Texture: {fileID: 2800000, guid: d2f55d20cd432914583e1c23ce001291, type: 3} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _RampTexture: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _SecondaryTexture: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _VertexOffsetNoiseTexture: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _texcoord: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - m_Floats: - - _BumpScale: 1 - - _Contrast: 0 - - _Cutoff: 0.5 - - _Desaturation: 0 - - _DetailNormalMapScale: 1 - - _DstBlend: 0 - - _EmissionForce: 0 - - _Framerate: 5 - - _GlossMapScale: 1 - - _Glossiness: 1 - - _GlossyReflections: 1 - - _HideRimUnderShadow: 0 - - _Metallic: 0 - - _Mode: 0 - - _OcclusionStrength: 1 - - _OutlineAlpha: 0 - - _OutlineWidth: 0.1 - - _Parallax: 0.08 - - _RampOffset: 0.5 - - _RimAmount: 0.7 - - _RimPower: 0.6547081 - - _SecondaryTextureSize: 1 - - _SecondaryTextureSpeedFactor: 0 - - _SecondaryTextureStrength: 0 - - _ShadowBlur: 1 - - _ShadowMixMode: 0 - - _ShadowSize: 0.5 - - _ShadowStrength: 1 - - _SharpRimLight: 1 - - _SmoothnessTextureChannel: 0 - - _SpecularFalloff: 1 - - _SpecularForceUnderShadow: 0 - - _SpecularHighlights: 1 - - _SpecularPower: 1 - - _SpecularSize: 0.4 - - _SrcBlend: 1 - - _StepAmount: 2 - - _StepWidth: 0.25 - - _UVSec: 0 - - _UseRampTexture: 0 - - _UseRimLight: 0 - - _UseSpecular: 0 - - _UseVertexColors: 0 - - _UseVertexOffset: 0 - - _VertexOffsetFrequency: 2 - - _VertexOffsetMagnitude: 0.05 - - _VertexOffsetX: 0.5 - - _VertexOffsetY: 0.5 - - _VertexOffsetZ: 0.5 - - _ZWrite: 1 - - __dirty: 1 - m_Colors: - - _Color: {r: 0.83259535, g: 0, b: 1, a: 1} - - _EmissionColor: {r: 0.04117647, g: 0, b: 0.0625, a: 1} - - _LightColor: {r: 1, g: 1, b: 1, a: 1} - - _OutlineColor: {r: 0.5451996, g: 1, b: 0, a: 1} - - _RampDark: {r: 0.764151, g: 0.764151, b: 0.764151, a: 0} - - _RampLight: {r: 1, g: 1, b: 1, a: 0} - - _RimColor: {r: 0, g: 0.7342432, b: 1, a: 1} - - _ShadowColor: {r: 0.8509804, g: 0.27450982, b: 0, a: 1} - - _SpecularColor: {r: 2, g: 2, b: 2, a: 1} - - _Tint: {r: 0.5849056, g: 0.29521182, b: 0.29521182, a: 1} diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Materials/FeedbacksDemoSteak.mat.meta b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Materials/FeedbacksDemoSteak.mat.meta deleted file mode 100644 index 926ffa9e1..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Materials/FeedbacksDemoSteak.mat.meta +++ /dev/null @@ -1,15 +0,0 @@ -fileFormatVersion: 2 -guid: f713b23437ee7ce4e91d79c7ebf7deb9 -NativeFormatImporter: - externalObjects: {} - mainObjectFileID: 2100000 - userData: - assetBundleName: - assetBundleVariant: -AssetOrigin: - serializedVersion: 1 - productId: 183370 - packageName: Feel - packageVersion: 5.8 - assetPath: Assets/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Materials/FeedbacksDemoSteak.mat - uploadId: 799856 diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Materials/FeedbacksDemoTextMaterial.mat b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Materials/FeedbacksDemoTextMaterial.mat deleted file mode 100644 index 46e94f309..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Materials/FeedbacksDemoTextMaterial.mat +++ /dev/null @@ -1,89 +0,0 @@ -%YAML 1.1 -%TAG !u! tag:unity3d.com,2011: ---- !u!21 &2100000 -Material: - serializedVersion: 6 - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_Name: FeedbacksDemoTextMaterial - m_Shader: {fileID: 4800000, guid: 1e3b057af24249748ff873be7fafee47, type: 3} - m_ShaderKeywords: - m_LightmapFlags: 4 - m_EnableInstancingVariants: 0 - m_DoubleSidedGI: 0 - m_CustomRenderQueue: -1 - stringTagMap: {} - disabledShaderPasses: [] - m_SavedProperties: - serializedVersion: 3 - m_TexEnvs: - - _BumpMap: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _DetailAlbedoMap: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _DetailMask: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _DetailNormalMap: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _EmissionMap: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _MainTex: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _MetallicGlossMap: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _OcclusionMap: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _ParallaxMap: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - m_Floats: - - _BumpScale: 1 - - _ColorMask: 15 - - _Cutoff: 0.5 - - _DetailNormalMapScale: 1 - - _DiffusePower: 1 - - _DstBlend: 0 - - _GlossMapScale: 1 - - _Glossiness: 0.5 - - _GlossyReflections: 1 - - _MaskSoftnessX: 0 - - _MaskSoftnessY: 0 - - _Metallic: 0 - - _Mode: 0 - - _OcclusionStrength: 1 - - _Parallax: 0.02 - - _SmoothnessTextureChannel: 0 - - _SpecularHighlights: 1 - - _SrcBlend: 1 - - _Stencil: 0 - - _StencilComp: 8 - - _StencilOp: 0 - - _StencilReadMask: 255 - - _StencilWriteMask: 255 - - _UVSec: 0 - - _VertexOffsetX: 0 - - _VertexOffsetY: 0 - - _ZWrite: 1 - m_Colors: - - _ClipRect: {r: -32767, g: -32767, b: 32767, a: 32767} - - _Color: {r: 1, g: 1, b: 1, a: 1} - - _EmissionColor: {r: 0, g: 0, b: 0, a: 1} diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Materials/FeedbacksDemoTextMaterial.mat.meta b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Materials/FeedbacksDemoTextMaterial.mat.meta deleted file mode 100644 index d67fa1736..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Materials/FeedbacksDemoTextMaterial.mat.meta +++ /dev/null @@ -1,15 +0,0 @@ -fileFormatVersion: 2 -guid: ec60e88fd8fdc0d4caae75e367922560 -NativeFormatImporter: - externalObjects: {} - mainObjectFileID: 2100000 - userData: - assetBundleName: - assetBundleVariant: -AssetOrigin: - serializedVersion: 1 - productId: 183370 - packageName: Feel - packageVersion: 5.8 - assetPath: Assets/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Materials/FeedbacksDemoTextMaterial.mat - uploadId: 799856 diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Models.meta b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Models.meta deleted file mode 100644 index f6200c2a9..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Models.meta +++ /dev/null @@ -1,8 +0,0 @@ -fileFormatVersion: 2 -guid: 3c9bf6a4bc0bd204b8c2ae711ed267b1 -folderAsset: yes -DefaultImporter: - externalObjects: {} - userData: - assetBundleName: - assetBundleVariant: diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Models/Background.meta b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Models/Background.meta deleted file mode 100644 index db7ee8c98..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Models/Background.meta +++ /dev/null @@ -1,8 +0,0 @@ -fileFormatVersion: 2 -guid: c9b793588e498c54f8554c72f8d9ea81 -folderAsset: yes -DefaultImporter: - externalObjects: {} - userData: - assetBundleName: - assetBundleVariant: diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Models/Background/Background.fbm.meta b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Models/Background/Background.fbm.meta deleted file mode 100644 index b6236c55c..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Models/Background/Background.fbm.meta +++ /dev/null @@ -1,8 +0,0 @@ -fileFormatVersion: 2 -guid: 0bc2276a6954c6946be218b56ea6da2b -folderAsset: yes -DefaultImporter: - externalObjects: {} - userData: - assetBundleName: - assetBundleVariant: diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Models/Background/Background.fbm/checker.tga b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Models/Background/Background.fbm/checker.tga deleted file mode 100644 index a16a8efcd..000000000 Binary files a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Models/Background/Background.fbm/checker.tga and /dev/null differ diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Models/Background/Background.fbm/checker.tga.meta b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Models/Background/Background.fbm/checker.tga.meta deleted file mode 100644 index d4936c36e..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Models/Background/Background.fbm/checker.tga.meta +++ /dev/null @@ -1,95 +0,0 @@ -fileFormatVersion: 2 -guid: 845a9b477a80e454093db315f33a2672 -TextureImporter: - fileIDToRecycleName: {} - externalObjects: {} - serializedVersion: 9 - mipmaps: - mipMapMode: 0 - enableMipMap: 1 - sRGBTexture: 1 - linearTexture: 0 - fadeOut: 0 - borderMipMap: 0 - mipMapsPreserveCoverage: 0 - alphaTestReferenceValue: 0.5 - mipMapFadeDistanceStart: 1 - mipMapFadeDistanceEnd: 3 - bumpmap: - convertToNormalMap: 0 - externalNormalMap: 0 - heightScale: 0.25 - normalMapFilter: 0 - isReadable: 0 - streamingMipmaps: 0 - streamingMipmapsPriority: 0 - grayScaleToAlpha: 0 - generateCubemap: 6 - cubemapConvolution: 0 - seamlessCubemap: 0 - textureFormat: 1 - maxTextureSize: 2048 - textureSettings: - serializedVersion: 2 - filterMode: -1 - aniso: -1 - mipBias: -100 - wrapU: -1 - wrapV: -1 - wrapW: -1 - nPOTScale: 1 - lightmap: 0 - compressionQuality: 50 - spriteMode: 0 - spriteExtrude: 1 - spriteMeshType: 1 - alignment: 0 - spritePivot: {x: 0.5, y: 0.5} - spritePixelsToUnits: 100 - spriteBorder: {x: 0, y: 0, z: 0, w: 0} - spriteGenerateFallbackPhysicsShape: 1 - alphaUsage: 1 - alphaIsTransparency: 0 - spriteTessellationDetail: -1 - textureType: 0 - textureShape: 1 - singleChannelComponent: 0 - maxTextureSizeSet: 0 - compressionQualitySet: 0 - textureFormatSet: 0 - platformSettings: - - serializedVersion: 2 - buildTarget: DefaultTexturePlatform - maxTextureSize: 2048 - resizeAlgorithm: 0 - textureFormat: -1 - textureCompression: 1 - compressionQuality: 50 - crunchedCompression: 0 - allowsAlphaSplitting: 0 - overridden: 0 - androidETC2FallbackOverride: 0 - spriteSheet: - serializedVersion: 2 - sprites: [] - outline: [] - physicsShape: [] - bones: [] - spriteID: - vertices: [] - indices: - edges: [] - weights: [] - spritePackingTag: - pSDRemoveMatte: 0 - pSDShowRemoveMatteOption: 0 - userData: - assetBundleName: - assetBundleVariant: -AssetOrigin: - serializedVersion: 1 - productId: 183370 - packageName: Feel - packageVersion: 5.8 - assetPath: Assets/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Models/Background/Background.fbm/checker.tga - uploadId: 799856 diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Models/Background/Background.fbx b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Models/Background/Background.fbx deleted file mode 100644 index f61480b85..000000000 Binary files a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Models/Background/Background.fbx and /dev/null differ diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Models/Background/Background.fbx.meta b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Models/Background/Background.fbx.meta deleted file mode 100644 index 5f1c52427..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Models/Background/Background.fbx.meta +++ /dev/null @@ -1,104 +0,0 @@ -fileFormatVersion: 2 -guid: 93667318b5de24146bffa2041c96fcd8 -ModelImporter: - serializedVersion: 23 - fileIDToRecycleName: - 100000: //RootNode - 400000: //RootNode - 2100000: 'Material #25' - 2300000: //RootNode - 3300000: //RootNode - 4300000: ChamferBoxWithChecker - externalObjects: {} - materials: - importMaterials: 1 - materialName: 0 - materialSearch: 1 - materialLocation: 1 - animations: - legacyGenerateAnimations: 4 - bakeSimulation: 0 - resampleCurves: 1 - optimizeGameObjects: 0 - motionNodeName: - rigImportErrors: - rigImportWarnings: - animationImportErrors: - animationImportWarnings: - animationRetargetingWarnings: - animationDoRetargetingWarnings: 0 - importAnimatedCustomProperties: 0 - importConstraints: 0 - animationCompression: 1 - animationRotationError: 0.5 - animationPositionError: 0.5 - animationScaleError: 0.5 - animationWrapMode: 0 - extraExposedTransformPaths: [] - extraUserProperties: [] - clipAnimations: [] - isReadable: 1 - meshes: - lODScreenPercentages: [] - globalScale: 1 - meshCompression: 0 - addColliders: 0 - useSRGBMaterialColor: 1 - importVisibility: 1 - importBlendShapes: 1 - importCameras: 1 - importLights: 1 - swapUVChannels: 0 - generateSecondaryUV: 0 - useFileUnits: 1 - optimizeMeshForGPU: 1 - keepQuads: 0 - weldVertices: 1 - preserveHierarchy: 0 - indexFormat: 0 - secondaryUVAngleDistortion: 8 - secondaryUVAreaDistortion: 15.000001 - secondaryUVHardAngle: 88 - secondaryUVPackMargin: 4 - useFileScale: 1 - previousCalculatedGlobalScale: 1 - hasPreviousCalculatedGlobalScale: 0 - tangentSpace: - normalSmoothAngle: 60 - normalImportMode: 0 - tangentImportMode: 3 - normalCalculationMode: 4 - legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 - blendShapeNormalImportMode: 1 - normalSmoothingSource: 0 - importAnimation: 1 - copyAvatar: 0 - humanDescription: - serializedVersion: 2 - human: [] - skeleton: [] - armTwist: 0.5 - foreArmTwist: 0.5 - upperLegTwist: 0.5 - legTwist: 0.5 - armStretch: 0.05 - legStretch: 0.05 - feetSpacing: 0 - rootMotionBoneName: - hasTranslationDoF: 0 - hasExtraRoot: 0 - skeletonHasParents: 1 - lastHumanDescriptionAvatarSource: {instanceID: 0} - animationType: 0 - humanoidOversampling: 1 - additionalBone: 0 - userData: - assetBundleName: - assetBundleVariant: -AssetOrigin: - serializedVersion: 1 - productId: 183370 - packageName: Feel - packageVersion: 5.8 - assetPath: Assets/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Models/Background/Background.fbx - uploadId: 799856 diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Models/Cube.fbx b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Models/Cube.fbx deleted file mode 100644 index d01b21524..000000000 Binary files a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Models/Cube.fbx and /dev/null differ diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Models/Cube.fbx.meta b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Models/Cube.fbx.meta deleted file mode 100644 index ac3c44c8e..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Models/Cube.fbx.meta +++ /dev/null @@ -1,105 +0,0 @@ -fileFormatVersion: 2 -guid: 71c1a7d31ae1f5148bd68555e9baee05 -ModelImporter: - serializedVersion: 23 - fileIDToRecycleName: - 100000: //RootNode - 400000: //RootNode - 2100000: Material - 2100002: No Name - 2300000: //RootNode - 3300000: //RootNode - 4300000: Cube - externalObjects: {} - materials: - importMaterials: 1 - materialName: 0 - materialSearch: 1 - materialLocation: 1 - animations: - legacyGenerateAnimations: 4 - bakeSimulation: 0 - resampleCurves: 1 - optimizeGameObjects: 0 - motionNodeName: - rigImportErrors: - rigImportWarnings: - animationImportErrors: - animationImportWarnings: - animationRetargetingWarnings: - animationDoRetargetingWarnings: 0 - importAnimatedCustomProperties: 0 - importConstraints: 0 - animationCompression: 1 - animationRotationError: 0.5 - animationPositionError: 0.5 - animationScaleError: 0.5 - animationWrapMode: 0 - extraExposedTransformPaths: [] - extraUserProperties: [] - clipAnimations: [] - isReadable: 1 - meshes: - lODScreenPercentages: [] - globalScale: 1 - meshCompression: 0 - addColliders: 0 - useSRGBMaterialColor: 1 - importVisibility: 1 - importBlendShapes: 1 - importCameras: 1 - importLights: 1 - swapUVChannels: 0 - generateSecondaryUV: 0 - useFileUnits: 1 - optimizeMeshForGPU: 1 - keepQuads: 0 - weldVertices: 1 - preserveHierarchy: 0 - indexFormat: 0 - secondaryUVAngleDistortion: 8 - secondaryUVAreaDistortion: 15.000001 - secondaryUVHardAngle: 88 - secondaryUVPackMargin: 4 - useFileScale: 1 - previousCalculatedGlobalScale: 1 - hasPreviousCalculatedGlobalScale: 0 - tangentSpace: - normalSmoothAngle: 60 - normalImportMode: 0 - tangentImportMode: 3 - normalCalculationMode: 4 - legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 - blendShapeNormalImportMode: 1 - normalSmoothingSource: 0 - importAnimation: 1 - copyAvatar: 0 - humanDescription: - serializedVersion: 2 - human: [] - skeleton: [] - armTwist: 0.5 - foreArmTwist: 0.5 - upperLegTwist: 0.5 - legTwist: 0.5 - armStretch: 0.05 - legStretch: 0.05 - feetSpacing: 0 - rootMotionBoneName: - hasTranslationDoF: 0 - hasExtraRoot: 0 - skeletonHasParents: 1 - lastHumanDescriptionAvatarSource: {instanceID: 0} - animationType: 0 - humanoidOversampling: 1 - additionalBone: 0 - userData: - assetBundleName: - assetBundleVariant: -AssetOrigin: - serializedVersion: 1 - productId: 183370 - packageName: Feel - packageVersion: 5.8 - assetPath: Assets/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Models/Cube.fbx - uploadId: 799856 diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Models/Dude.meta b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Models/Dude.meta deleted file mode 100644 index 218db070c..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Models/Dude.meta +++ /dev/null @@ -1,8 +0,0 @@ -fileFormatVersion: 2 -guid: 2e092556a083b0645ba6d35dbc7de47f -folderAsset: yes -DefaultImporter: - externalObjects: {} - userData: - assetBundleName: - assetBundleVariant: diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Models/Dude/DudeAnimator.controller b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Models/Dude/DudeAnimator.controller deleted file mode 100644 index 8b23426ca..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Models/Dude/DudeAnimator.controller +++ /dev/null @@ -1,158 +0,0 @@ -%YAML 1.1 -%TAG !u! tag:unity3d.com,2011: ---- !u!91 &9100000 -AnimatorController: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_Name: DudeAnimator - serializedVersion: 5 - m_AnimatorParameters: - - m_Name: Jump - m_Type: 9 - m_DefaultFloat: 0 - m_DefaultInt: 0 - m_DefaultBool: 0 - m_Controller: {fileID: 9100000} - m_AnimatorLayers: - - serializedVersion: 5 - m_Name: Base Layer - m_StateMachine: {fileID: 1107889125062129324} - m_Mask: {fileID: 0} - m_Motions: [] - m_Behaviours: [] - m_BlendingMode: 0 - m_SyncedLayerIndex: -1 - m_DefaultWeight: 0 - m_IKPass: 0 - m_SyncedLayerAffectsTiming: 0 - m_Controller: {fileID: 9100000} ---- !u!1101 &1101195384776117788 -AnimatorStateTransition: - m_ObjectHideFlags: 1 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_Name: - m_Conditions: [] - m_DstStateMachine: {fileID: 0} - m_DstState: {fileID: 1102451018402809580} - m_Solo: 0 - m_Mute: 0 - m_IsExit: 0 - serializedVersion: 3 - m_TransitionDuration: 0.2200396 - m_TransitionOffset: 0 - m_ExitTime: 0.8 - m_HasExitTime: 1 - m_HasFixedDuration: 1 - m_InterruptionSource: 0 - m_OrderedInterruption: 1 - m_CanTransitionToSelf: 1 ---- !u!1101 &1101977089224228142 -AnimatorStateTransition: - m_ObjectHideFlags: 1 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_Name: - m_Conditions: - - m_ConditionMode: 1 - m_ConditionEvent: Jump - m_EventTreshold: 0 - m_DstStateMachine: {fileID: 0} - m_DstState: {fileID: 1102132029612673526} - m_Solo: 0 - m_Mute: 0 - m_IsExit: 0 - serializedVersion: 3 - m_TransitionDuration: 0.2 - m_TransitionOffset: 0 - m_ExitTime: 0 - m_HasExitTime: 0 - m_HasFixedDuration: 1 - m_InterruptionSource: 0 - m_OrderedInterruption: 1 - m_CanTransitionToSelf: 1 ---- !u!1102 &1102132029612673526 -AnimatorState: - serializedVersion: 5 - m_ObjectHideFlags: 1 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_Name: Standing Jump - m_Speed: 1 - m_CycleOffset: 0 - m_Transitions: - - {fileID: 1101195384776117788} - m_StateMachineBehaviours: [] - m_Position: {x: 50, y: 50, z: 0} - m_IKOnFeet: 0 - m_WriteDefaultValues: 1 - m_Mirror: 0 - m_SpeedParameterActive: 0 - m_MirrorParameterActive: 0 - m_CycleOffsetParameterActive: 0 - m_TimeParameterActive: 0 - m_Motion: {fileID: 7266397459403805639, guid: 14309b80c23b62044b2e4d8e4017ed68, - type: 3} - m_Tag: - m_SpeedParameter: - m_MirrorParameter: - m_CycleOffsetParameter: - m_TimeParameter: ---- !u!1102 &1102451018402809580 -AnimatorState: - serializedVersion: 5 - m_ObjectHideFlags: 1 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_Name: Idle - m_Speed: 1 - m_CycleOffset: 0 - m_Transitions: - - {fileID: 1101977089224228142} - m_StateMachineBehaviours: [] - m_Position: {x: 50, y: 50, z: 0} - m_IKOnFeet: 0 - m_WriteDefaultValues: 1 - m_Mirror: 0 - m_SpeedParameterActive: 0 - m_MirrorParameterActive: 0 - m_CycleOffsetParameterActive: 0 - m_TimeParameterActive: 0 - m_Motion: {fileID: 7266397459403805639, guid: b2fccabcb9892894a8720b37575d77ad, - type: 3} - m_Tag: - m_SpeedParameter: - m_MirrorParameter: - m_CycleOffsetParameter: - m_TimeParameter: ---- !u!1107 &1107889125062129324 -AnimatorStateMachine: - serializedVersion: 5 - m_ObjectHideFlags: 1 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_Name: Base Layer - m_ChildStates: - - serializedVersion: 1 - m_State: {fileID: 1102451018402809580} - m_Position: {x: 360, y: 48, z: 0} - - serializedVersion: 1 - m_State: {fileID: 1102132029612673526} - m_Position: {x: 360, y: 240, z: 0} - m_ChildStateMachines: [] - m_AnyStateTransitions: [] - m_EntryTransitions: [] - m_StateMachineTransitions: {} - m_StateMachineBehaviours: [] - m_AnyStatePosition: {x: 50, y: 20, z: 0} - m_EntryPosition: {x: 50, y: 120, z: 0} - m_ExitPosition: {x: 800, y: 120, z: 0} - m_ParentStateMachinePosition: {x: 800, y: 20, z: 0} - m_DefaultState: {fileID: 1102451018402809580} diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Models/Dude/DudeAnimator.controller.meta b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Models/Dude/DudeAnimator.controller.meta deleted file mode 100644 index 10eb561d2..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Models/Dude/DudeAnimator.controller.meta +++ /dev/null @@ -1,15 +0,0 @@ -fileFormatVersion: 2 -guid: a3698af881b5b54448e3133b2d140a6d -NativeFormatImporter: - externalObjects: {} - mainObjectFileID: 9100000 - userData: - assetBundleName: - assetBundleVariant: -AssetOrigin: - serializedVersion: 1 - productId: 183370 - packageName: Feel - packageVersion: 5.8 - assetPath: Assets/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Models/Dude/DudeAnimator.controller - uploadId: 799856 diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Models/Dude/DudeEyes.anim b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Models/Dude/DudeEyes.anim deleted file mode 100644 index c85e4d1ea..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Models/Dude/DudeEyes.anim +++ /dev/null @@ -1,170 +0,0 @@ -%YAML 1.1 -%TAG !u! tag:unity3d.com,2011: ---- !u!74 &7400000 -AnimationClip: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_Name: DudeEyes - serializedVersion: 6 - m_Legacy: 0 - m_Compressed: 0 - m_UseHighQualityCurve: 1 - m_RotationCurves: [] - m_CompressedRotationCurves: [] - m_EulerCurves: [] - m_PositionCurves: [] - m_ScaleCurves: [] - m_FloatCurves: - - curve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1.6166667 - value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1.6333333 - value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1.6666666 - value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1.6833333 - value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - attribute: m_Enabled - path: - classID: 23 - script: {fileID: 0} - m_PPtrCurves: [] - m_SampleRate: 60 - m_WrapMode: 0 - m_Bounds: - m_Center: {x: 0, y: 0, z: 0} - m_Extent: {x: 0, y: 0, z: 0} - m_ClipBindingConstant: - genericBindings: - - serializedVersion: 2 - path: 0 - attribute: 3305885265 - script: {fileID: 0} - typeID: 23 - customType: 0 - isPPtrCurve: 0 - pptrCurveMapping: [] - m_AnimationClipSettings: - serializedVersion: 2 - m_AdditiveReferencePoseClip: {fileID: 0} - m_AdditiveReferencePoseTime: 0 - m_StartTime: 0 - m_StopTime: 1.6833333 - m_OrientationOffsetY: 0 - m_Level: 0 - m_CycleOffset: 0 - m_HasAdditiveReferencePose: 0 - m_LoopTime: 1 - m_LoopBlend: 0 - m_LoopBlendOrientation: 0 - m_LoopBlendPositionY: 0 - m_LoopBlendPositionXZ: 0 - m_KeepOriginalOrientation: 0 - m_KeepOriginalPositionY: 1 - m_KeepOriginalPositionXZ: 0 - m_HeightFromFeet: 0 - m_Mirror: 0 - m_EditorCurves: - - curve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1.6166667 - value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1.6333333 - value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1.6666666 - value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1.6833333 - value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - attribute: m_Enabled - path: - classID: 23 - script: {fileID: 0} - m_EulerEditorCurves: [] - m_HasGenericRootTransform: 0 - m_HasMotionFloatCurves: 0 - m_Events: [] diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Models/Dude/DudeEyes.anim.meta b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Models/Dude/DudeEyes.anim.meta deleted file mode 100644 index e2c4e5911..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Models/Dude/DudeEyes.anim.meta +++ /dev/null @@ -1,15 +0,0 @@ -fileFormatVersion: 2 -guid: ade14d335fafb01448aae9fd8172457f -NativeFormatImporter: - externalObjects: {} - mainObjectFileID: 7400000 - userData: - assetBundleName: - assetBundleVariant: -AssetOrigin: - serializedVersion: 1 - productId: 183370 - packageName: Feel - packageVersion: 5.8 - assetPath: Assets/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Models/Dude/DudeEyes.anim - uploadId: 799856 diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Models/Dude/DudeEyesAnimator.controller b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Models/Dude/DudeEyesAnimator.controller deleted file mode 100644 index e5ee9412f..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Models/Dude/DudeEyesAnimator.controller +++ /dev/null @@ -1,72 +0,0 @@ -%YAML 1.1 -%TAG !u! tag:unity3d.com,2011: ---- !u!91 &9100000 -AnimatorController: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_Name: DudeEyesAnimator - serializedVersion: 5 - m_AnimatorParameters: [] - m_AnimatorLayers: - - serializedVersion: 5 - m_Name: Base Layer - m_StateMachine: {fileID: 1107340049687116764} - m_Mask: {fileID: 0} - m_Motions: [] - m_Behaviours: [] - m_BlendingMode: 0 - m_SyncedLayerIndex: -1 - m_DefaultWeight: 0 - m_IKPass: 0 - m_SyncedLayerAffectsTiming: 0 - m_Controller: {fileID: 9100000} ---- !u!1102 &1102899861653299058 -AnimatorState: - serializedVersion: 5 - m_ObjectHideFlags: 1 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_Name: DudeEyes - m_Speed: 1 - m_CycleOffset: 0 - m_Transitions: [] - m_StateMachineBehaviours: [] - m_Position: {x: 50, y: 50, z: 0} - m_IKOnFeet: 0 - m_WriteDefaultValues: 1 - m_Mirror: 0 - m_SpeedParameterActive: 0 - m_MirrorParameterActive: 0 - m_CycleOffsetParameterActive: 0 - m_TimeParameterActive: 0 - m_Motion: {fileID: 7400000, guid: ade14d335fafb01448aae9fd8172457f, type: 2} - m_Tag: - m_SpeedParameter: - m_MirrorParameter: - m_CycleOffsetParameter: - m_TimeParameter: ---- !u!1107 &1107340049687116764 -AnimatorStateMachine: - serializedVersion: 5 - m_ObjectHideFlags: 1 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_Name: Base Layer - m_ChildStates: - - serializedVersion: 1 - m_State: {fileID: 1102899861653299058} - m_Position: {x: 200, y: 0, z: 0} - m_ChildStateMachines: [] - m_AnyStateTransitions: [] - m_EntryTransitions: [] - m_StateMachineTransitions: {} - m_StateMachineBehaviours: [] - m_AnyStatePosition: {x: 50, y: 20, z: 0} - m_EntryPosition: {x: 50, y: 120, z: 0} - m_ExitPosition: {x: 800, y: 120, z: 0} - m_ParentStateMachinePosition: {x: 800, y: 20, z: 0} - m_DefaultState: {fileID: 1102899861653299058} diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Models/Dude/DudeEyesAnimator.controller.meta b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Models/Dude/DudeEyesAnimator.controller.meta deleted file mode 100644 index 56bb6ee6e..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Models/Dude/DudeEyesAnimator.controller.meta +++ /dev/null @@ -1,15 +0,0 @@ -fileFormatVersion: 2 -guid: 19a22e4fbc09cd941900861155061804 -NativeFormatImporter: - externalObjects: {} - mainObjectFileID: 9100000 - userData: - assetBundleName: - assetBundleVariant: -AssetOrigin: - serializedVersion: 1 - productId: 183370 - packageName: Feel - packageVersion: 5.8 - assetPath: Assets/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Models/Dude/DudeEyesAnimator.controller - uploadId: 799856 diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Models/Dude/MMFeedbackDemoDude@Idle.fbx b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Models/Dude/MMFeedbackDemoDude@Idle.fbx deleted file mode 100644 index f22c27e00..000000000 Binary files a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Models/Dude/MMFeedbackDemoDude@Idle.fbx and /dev/null differ diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Models/Dude/MMFeedbackDemoDude@Idle.fbx.meta b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Models/Dude/MMFeedbackDemoDude@Idle.fbx.meta deleted file mode 100644 index 070328572..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Models/Dude/MMFeedbackDemoDude@Idle.fbx.meta +++ /dev/null @@ -1,351 +0,0 @@ -fileFormatVersion: 2 -guid: b2fccabcb9892894a8720b37575d77ad -ModelImporter: - serializedVersion: 19300 - internalIDToNameTable: - - first: - 74: 7266397459403805639 - second: MMFeedbackDemoDude@Idle - externalObjects: {} - materials: - materialImportMode: 1 - materialName: 0 - materialSearch: 1 - materialLocation: 1 - animations: - legacyGenerateAnimations: 4 - bakeSimulation: 0 - resampleCurves: 1 - optimizeGameObjects: 0 - motionNodeName: - rigImportErrors: - rigImportWarnings: - animationImportErrors: - animationImportWarnings: - animationRetargetingWarnings: - animationDoRetargetingWarnings: 0 - importAnimatedCustomProperties: 0 - importConstraints: 0 - animationCompression: 3 - animationRotationError: 0.5 - animationPositionError: 0.5 - animationScaleError: 0.5 - animationWrapMode: 0 - extraExposedTransformPaths: [] - extraUserProperties: [] - clipAnimations: - - serializedVersion: 16 - name: MMFeedbackDemoDude@Idle - takeName: mmntns.com - internalID: 0 - firstFrame: 0 - lastFrame: 120 - wrapMode: 0 - orientationOffsetY: 0 - level: 0 - cycleOffset: 0 - loop: 0 - hasAdditiveReferencePose: 0 - loopTime: 1 - loopBlend: 0 - loopBlendOrientation: 0 - loopBlendPositionY: 0 - loopBlendPositionXZ: 0 - keepOriginalOrientation: 0 - keepOriginalPositionY: 1 - keepOriginalPositionXZ: 0 - heightFromFeet: 0 - mirror: 0 - bodyMask: 01000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000 - curves: [] - events: [] - transformMask: [] - maskType: 3 - maskSource: {instanceID: 0} - additiveReferencePoseFrame: 0 - isReadable: 0 - meshes: - lODScreenPercentages: [] - globalScale: 1 - meshCompression: 0 - addColliders: 0 - useSRGBMaterialColor: 1 - sortHierarchyByName: 1 - importVisibility: 1 - importBlendShapes: 1 - importCameras: 1 - importLights: 1 - swapUVChannels: 0 - generateSecondaryUV: 0 - useFileUnits: 1 - keepQuads: 0 - weldVertices: 1 - preserveHierarchy: 0 - skinWeightsMode: 0 - maxBonesPerVertex: 4 - minBoneWeight: 0.001 - meshOptimizationFlags: -1 - indexFormat: 0 - secondaryUVAngleDistortion: 8 - secondaryUVAreaDistortion: 15.000001 - secondaryUVHardAngle: 88 - secondaryUVPackMargin: 4 - useFileScale: 1 - tangentSpace: - normalSmoothAngle: 60 - normalImportMode: 0 - tangentImportMode: 3 - normalCalculationMode: 4 - legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 - blendShapeNormalImportMode: 1 - normalSmoothingSource: 0 - referencedClips: [] - importAnimation: 1 - humanDescription: - serializedVersion: 3 - human: [] - skeleton: - - name: Dude@T-Pose(Clone) - parentName: - position: {x: 0, y: 0, z: 0} - rotation: {x: 0, y: 0, z: 0, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: Layer_1 - parentName: Dude@T-Pose(Clone) - position: {x: -0, y: 0, z: 0} - rotation: {x: 0, y: -0, z: -0, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mmntnsrig:Hips - parentName: Dude@T-Pose(Clone) - position: {x: 0.000000014608021, y: 0.0297313, z: -0.00018960207} - rotation: {x: -0.00000016945492, y: 0.00000035960883, z: -0.000010698119, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mmntnsrig:LeftUpLeg - parentName: mmntnsrig:Hips - position: {x: -0.0026195177, y: -0.00095310627, z: 0.00022978066} - rotation: {x: -0.0011770315, y: 0.043588005, z: 0.999045, w: 0.002791544} - scale: {x: 1, y: 1, z: 1} - - name: mmntnsrig:LeftLeg - parentName: mmntnsrig:LeftUpLeg - position: {x: 4.597452e-12, y: 0.012593197, z: -1.738382e-11} - rotation: {x: -0.11812354, y: -0.00051492616, z: 0.00537401, w: 0.99298424} - scale: {x: 1, y: 1, z: 1} - - name: mmntnsrig:LeftFoot - parentName: mmntnsrig:LeftLeg - position: {x: 6.918876e-12, y: 0.01298845, z: -4.3137608e-11} - rotation: {x: 0.4800462, y: 0.020182539, z: -0.041904185, w: 0.87600935} - scale: {x: 1, y: 1, z: 1} - - name: mmntnsrig:LeftToeBase - parentName: mmntnsrig:LeftFoot - position: {x: -9.484483e-12, y: 0.0047603524, z: -1.6285426e-11} - rotation: {x: 0.2767476, y: -0.021256339, z: 0.0061233635, w: 0.960688} - scale: {x: 1, y: 1, z: 1} - - name: mmntnsrig:LeftToe_End - parentName: mmntnsrig:LeftToeBase - position: {x: 3.608101e-12, y: 0.0017367231, z: 8.284e-12} - rotation: {x: 0, y: -0, z: -0, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mmntnsrig:RightUpLeg - parentName: mmntnsrig:Hips - position: {x: 0.0026195177, y: -0.00095310627, z: 0.0001469633} - rotation: {x: 0.0013409735, y: 0.04698507, z: 0.99889076, w: -0.0028004872} - scale: {x: 1, y: 1, z: 1} - - name: mmntnsrig:RightLeg - parentName: mmntnsrig:RightUpLeg - position: {x: -1.6429904e-11, y: 0.0125965495, z: -7.416603e-12} - rotation: {x: -0.121580794, y: 0.00052607025, z: -0.005328001, w: 0.9925671} - scale: {x: 1, y: 1, z: 1} - - name: mmntnsrig:RightFoot - parentName: mmntnsrig:RightLeg - position: {x: -1.875531e-11, y: 0.012992058, z: -2.7233305e-10} - rotation: {x: 0.48547694, y: -0.01912982, z: 0.041597188, w: 0.87304974} - scale: {x: 1, y: 1, z: 1} - - name: mmntnsrig:RightToeBase - parentName: mmntnsrig:RightFoot - position: {x: -1.5506877e-11, y: 0.004828257, z: -1.969258e-10} - rotation: {x: 0.27143082, y: 0.020593883, z: -0.0058092894, w: 0.9622201} - scale: {x: 1, y: 1, z: 1} - - name: mmntnsrig:RightToe_End - parentName: mmntnsrig:RightToeBase - position: {x: 2.7522032e-12, y: 0.001750098, z: 2.2354118e-13} - rotation: {x: 0, y: -0, z: -0, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mmntnsrig:Spine - parentName: mmntnsrig:Hips - position: {x: -0, y: 0.0017105859, z: -0.00003957331} - rotation: {x: -0.01156469, y: -0.00000048331356, z: 0.000010693244, w: 0.9999331} - scale: {x: 1, y: 1, z: 1} - - name: mmntnsrig:Spine1 - parentName: mmntnsrig:Spine - position: {x: -0, y: 0.0019962175, z: -1.5299133e-12} - rotation: {x: 1.7347235e-18, y: -5.83978e-14, z: 6.809525e-13, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mmntnsrig:Spine2 - parentName: mmntnsrig:Spine1 - position: {x: -0, y: 0.0022813922, z: -2.3117138e-12} - rotation: {x: 1.7347235e-18, y: -0, z: -4.1661717e-30, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mmntnsrig:Neck - parentName: mmntnsrig:Spine2 - position: {x: -0, y: 0.0025665653, z: -3.2756367e-11} - rotation: {x: 0.011564855, y: 4.000053e-14, z: 2.2785154e-13, w: 0.9999331} - scale: {x: 1, y: 1, z: 1} - - name: mmntnsrig:Head - parentName: mmntnsrig:Neck - position: {x: -0, y: 0.0030870878, z: -0.00015834629} - rotation: {x: 0, y: -0, z: -8.110911e-37, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mmntnsrig:HeadTop_End - parentName: mmntnsrig:Head - position: {x: -0, y: 0.011279843, z: -0.00057857804} - rotation: {x: 0, y: -0, z: -0, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mmntnsrig:RightShoulder - parentName: mmntnsrig:Spine2 - position: {x: 0.001717903, y: 0.0018621003, z: -0.000016246839} - rotation: {x: -0.57280266, y: -0.4127409, z: 0.57802665, w: -0.4091789} - scale: {x: 1, y: 1, z: 1} - - name: mmntnsrig:RightArm - parentName: mmntnsrig:RightShoulder - position: {x: -1.4072216e-12, y: 0.0037138222, z: -5.6254404e-11} - rotation: {x: -0.18521944, y: 0.01739527, z: 0.0013350247, w: 0.98254234} - scale: {x: 1, y: 1, z: 1} - - name: mmntnsrig:RightForeArm - parentName: mmntnsrig:RightArm - position: {x: -1.976139e-11, y: 0.008054164, z: -4.3523483e-12} - rotation: {x: 0.00000004403396, y: 0.00063116476, z: -0.00000046517218, w: 0.9999998} - scale: {x: 1, y: 1, z: 1} - - name: mmntnsrig:RightHand - parentName: mmntnsrig:RightForeArm - position: {x: -3.698052e-12, y: 0.007094197, z: -2.076093e-11} - rotation: {x: -0.0033060238, y: 0.1122413, z: 0.00037359903, w: 0.9936754} - scale: {x: 1, y: 1, z: 1} - - name: mmntnsrig:RightHandIndex1 - parentName: mmntnsrig:RightHand - position: {x: -1.7060388e-11, y: 0.0030064897, z: 0.000020065154} - rotation: {x: 0.0033806302, y: 0.008339825, z: 0.006516846, w: 0.9999383} - scale: {x: 1, y: 1, z: 1} - - name: mmntnsrig:RightHandIndex2 - parentName: mmntnsrig:RightHandIndex1 - position: {x: 0.000021727488, y: 0.0016951563, z: 2.37958e-11} - rotation: {x: 0.0000065829017, y: -0.0004954756, z: -0.026121814, w: 0.99965864} - scale: {x: 1, y: 1, z: 1} - - name: mmntnsrig:RightHandIndex3 - parentName: mmntnsrig:RightHandIndex2 - position: {x: -0.00005060633, y: 0.0012982043, z: 2.0401339e-11} - rotation: {x: -0.000004886322, y: 0.00083668646, z: 0.033621684, w: 0.9994343} - scale: {x: 1, y: 1, z: 1} - - name: mmntnsrig:RightHandIndex4 - parentName: mmntnsrig:RightHandIndex3 - position: {x: 0.000028878834, y: 0.0010362817, z: -1.7720634e-11} - rotation: {x: 0, y: -0, z: -0, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mmntnsrig:RightHandThumb1 - parentName: mmntnsrig:RightHand - position: {x: -0.00071635545, y: 0.0011231542, z: 1.8785266e-10} - rotation: {x: 0.0061369617, y: -0.013181412, z: 0.6071288, w: 0.7944704} - scale: {x: 1, y: 1, z: 1} - - name: mmntnsrig:RightHandThumb2 - parentName: mmntnsrig:RightHandThumb1 - position: {x: 0.0005864192, y: 0.0008898813, z: 1.0271126e-11} - rotation: {x: 0.00030331747, y: 0.004908378, z: -0.49734834, w: 0.867537} - scale: {x: 1, y: 1, z: 1} - - name: mmntnsrig:RightHandThumb3 - parentName: mmntnsrig:RightHandThumb2 - position: {x: -0.0006968537, y: 0.0014110295, z: -2.654281e-11} - rotation: {x: 0.00083897886, y: -0.0046118563, z: 0.27532387, w: 0.9613401} - scale: {x: 1, y: 1, z: 1} - - name: mmntnsrig:RightHandThumb4 - parentName: mmntnsrig:RightHandThumb3 - position: {x: 0.00011043445, y: 0.0011069486, z: -2.7153301e-12} - rotation: {x: 0, y: -0, z: -0, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mmntnsrig:LeftShoulder - parentName: mmntnsrig:Spine2 - position: {x: -0.001717903, y: 0.0018621027, z: -0.000016347693} - rotation: {x: 0.5731607, y: -0.41220754, z: 0.5776897, w: 0.40969053} - scale: {x: 1, y: 1, z: 1} - - name: mmntnsrig:LeftArm - parentName: mmntnsrig:LeftShoulder - position: {x: 1.4052536e-12, y: 0.0037138222, z: -5.6254456e-11} - rotation: {x: -0.18521863, y: -0.016740136, z: -0.0014892281, w: 0.9825536} - scale: {x: 1, y: 1, z: 1} - - name: mmntnsrig:LeftForeArm - parentName: mmntnsrig:LeftArm - position: {x: 2.80061e-11, y: 0.008050431, z: -1.6907047e-11} - rotation: {x: 0.000000087069274, y: -0.00040345342, z: -0.0000003117423, w: 0.99999994} - scale: {x: 1, y: 1, z: 1} - - name: mmntnsrig:LeftHand - parentName: mmntnsrig:LeftForeArm - position: {x: -2.4250693e-12, y: 0.0071020904, z: -9.145428e-12} - rotation: {x: -0.0021178394, y: -0.07912635, z: -0.00016826842, w: 0.99686235} - scale: {x: 1, y: 1, z: 1} - - name: mmntnsrig:LeftHandThumb1 - parentName: mmntnsrig:LeftHand - position: {x: 0.0008797541, y: 0.0010959593, z: 1.1423073e-10} - rotation: {x: 0.02603447, y: 0.003310077, z: -0.5502882, w: 0.8345623} - scale: {x: 1, y: 1, z: 1} - - name: mmntnsrig:LeftHandThumb2 - parentName: mmntnsrig:LeftHandThumb1 - position: {x: -0.0004727694, y: 0.0010200739, z: -1.1716671e-11} - rotation: {x: 0.0000073087026, y: -0.00054275116, z: 0.4088368, w: 0.9126074} - scale: {x: 1, y: 1, z: 1} - - name: mmntnsrig:LeftHandThumb3 - parentName: mmntnsrig:LeftHandThumb2 - position: {x: 0.0006083037, y: 0.0014062307, z: -5.881764e-12} - rotation: {x: 0.00003314284, y: 0.00022280603, z: -0.2577903, w: 0.9662009} - scale: {x: 1, y: 1, z: 1} - - name: mmntnsrig:LeftHandThumb4 - parentName: mmntnsrig:LeftHandThumb3 - position: {x: -0.00013553412, y: 0.0011953162, z: -3.7881923e-11} - rotation: {x: 0, y: -0, z: -0, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mmntnsrig:LeftHandIndex1 - parentName: mmntnsrig:LeftHand - position: {x: -5.2514976e-12, y: 0.0025891678, z: 0.000010871798} - rotation: {x: 0.0020808375, y: 0.0013760809, z: -0.03265737, w: 0.9994635} - scale: {x: 1, y: 1, z: 1} - - name: mmntnsrig:LeftHandIndex2 - parentName: mmntnsrig:LeftHandIndex1 - position: {x: -0.00011556902, y: 0.001772734, z: 1.6941788e-11} - rotation: {x: 0.000004867567, y: 0.0009989744, z: 0.06981658, w: 0.99755937} - scale: {x: 1, y: 1, z: 1} - - name: mmntnsrig:LeftHandIndex3 - parentName: mmntnsrig:LeftHandIndex2 - position: {x: 0.00010445825, y: 0.0013951061, z: -7.597922e-14} - rotation: {x: -0.00022690564, y: -0.005403496, z: -0.032508194, w: 0.9994568} - scale: {x: 1, y: 1, z: 1} - - name: mmntnsrig:LeftHandIndex4 - parentName: mmntnsrig:LeftHandIndex3 - position: {x: 0.000011110788, y: 0.001172037, z: -2.997833e-11} - rotation: {x: 0, y: -0, z: -0, w: 1} - scale: {x: 1, y: 1, z: 1} - armTwist: 0.5 - foreArmTwist: 0.5 - upperLegTwist: 0.5 - legTwist: 0.5 - armStretch: 0.05 - legStretch: 0.05 - feetSpacing: 0 - globalScale: 1 - rootMotionBoneName: - hasTranslationDoF: 0 - hasExtraRoot: 1 - skeletonHasParents: 1 - lastHumanDescriptionAvatarSource: {fileID: 9000000, guid: 2a4a40e5b8a2c674d9d8d35164810540, - type: 3} - autoGenerateAvatarMappingIfUnspecified: 1 - animationType: 2 - humanoidOversampling: 1 - avatarSetup: 2 - additionalBone: 0 - userData: - assetBundleName: - assetBundleVariant: -AssetOrigin: - serializedVersion: 1 - productId: 183370 - packageName: Feel - packageVersion: 5.8 - assetPath: Assets/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Models/Dude/MMFeedbackDemoDude@Idle.fbx - uploadId: 799856 diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Models/Dude/MMFeedbackDemoDude@Jump.fbx b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Models/Dude/MMFeedbackDemoDude@Jump.fbx deleted file mode 100644 index 9f6fde234..000000000 Binary files a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Models/Dude/MMFeedbackDemoDude@Jump.fbx and /dev/null differ diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Models/Dude/MMFeedbackDemoDude@Jump.fbx.meta b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Models/Dude/MMFeedbackDemoDude@Jump.fbx.meta deleted file mode 100644 index b602e720a..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Models/Dude/MMFeedbackDemoDude@Jump.fbx.meta +++ /dev/null @@ -1,351 +0,0 @@ -fileFormatVersion: 2 -guid: 14309b80c23b62044b2e4d8e4017ed68 -ModelImporter: - serializedVersion: 19300 - internalIDToNameTable: - - first: - 74: 7266397459403805639 - second: MMFeedbackDemoDude@Jump - externalObjects: {} - materials: - materialImportMode: 1 - materialName: 0 - materialSearch: 1 - materialLocation: 1 - animations: - legacyGenerateAnimations: 4 - bakeSimulation: 0 - resampleCurves: 1 - optimizeGameObjects: 0 - motionNodeName: - rigImportErrors: - rigImportWarnings: - animationImportErrors: - animationImportWarnings: - animationRetargetingWarnings: - animationDoRetargetingWarnings: 0 - importAnimatedCustomProperties: 0 - importConstraints: 0 - animationCompression: 3 - animationRotationError: 0.5 - animationPositionError: 0.5 - animationScaleError: 0.5 - animationWrapMode: 0 - extraExposedTransformPaths: [] - extraUserProperties: [] - clipAnimations: - - serializedVersion: 16 - name: MMFeedbackDemoDude@Jump - takeName: mmntns.com - internalID: 0 - firstFrame: 0 - lastFrame: 43 - wrapMode: 0 - orientationOffsetY: 0 - level: 0 - cycleOffset: 0 - loop: 0 - hasAdditiveReferencePose: 0 - loopTime: 0 - loopBlend: 0 - loopBlendOrientation: 0 - loopBlendPositionY: 0 - loopBlendPositionXZ: 0 - keepOriginalOrientation: 0 - keepOriginalPositionY: 1 - keepOriginalPositionXZ: 0 - heightFromFeet: 0 - mirror: 0 - bodyMask: 01000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000 - curves: [] - events: [] - transformMask: [] - maskType: 3 - maskSource: {instanceID: 0} - additiveReferencePoseFrame: 0 - isReadable: 0 - meshes: - lODScreenPercentages: [] - globalScale: 1 - meshCompression: 0 - addColliders: 0 - useSRGBMaterialColor: 1 - sortHierarchyByName: 1 - importVisibility: 1 - importBlendShapes: 1 - importCameras: 1 - importLights: 1 - swapUVChannels: 0 - generateSecondaryUV: 0 - useFileUnits: 1 - keepQuads: 0 - weldVertices: 1 - preserveHierarchy: 0 - skinWeightsMode: 0 - maxBonesPerVertex: 4 - minBoneWeight: 0.001 - meshOptimizationFlags: -1 - indexFormat: 0 - secondaryUVAngleDistortion: 8 - secondaryUVAreaDistortion: 15.000001 - secondaryUVHardAngle: 88 - secondaryUVPackMargin: 4 - useFileScale: 1 - tangentSpace: - normalSmoothAngle: 60 - normalImportMode: 0 - tangentImportMode: 3 - normalCalculationMode: 4 - legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 - blendShapeNormalImportMode: 1 - normalSmoothingSource: 0 - referencedClips: [] - importAnimation: 1 - humanDescription: - serializedVersion: 3 - human: [] - skeleton: - - name: Dude@T-Pose(Clone) - parentName: - position: {x: 0, y: 0, z: 0} - rotation: {x: 0, y: 0, z: 0, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: Layer_1 - parentName: Dude@T-Pose(Clone) - position: {x: -0, y: 0, z: 0} - rotation: {x: 0, y: -0, z: -0, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mmntnsrig:Hips - parentName: Dude@T-Pose(Clone) - position: {x: 0.000000014608021, y: 0.0297313, z: -0.00018960207} - rotation: {x: -0.00000016945492, y: 0.00000035960883, z: -0.000010698119, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mmntnsrig:LeftUpLeg - parentName: mmntnsrig:Hips - position: {x: -0.0026195177, y: -0.00095310627, z: 0.00022978066} - rotation: {x: -0.0011770315, y: 0.043588005, z: 0.999045, w: 0.002791544} - scale: {x: 1, y: 1, z: 1} - - name: mmntnsrig:LeftLeg - parentName: mmntnsrig:LeftUpLeg - position: {x: 4.597452e-12, y: 0.012593197, z: -1.738382e-11} - rotation: {x: -0.11812354, y: -0.00051492616, z: 0.00537401, w: 0.99298424} - scale: {x: 1, y: 1, z: 1} - - name: mmntnsrig:LeftFoot - parentName: mmntnsrig:LeftLeg - position: {x: 6.918876e-12, y: 0.01298845, z: -4.3137608e-11} - rotation: {x: 0.4800462, y: 0.020182539, z: -0.041904185, w: 0.87600935} - scale: {x: 1, y: 1, z: 1} - - name: mmntnsrig:LeftToeBase - parentName: mmntnsrig:LeftFoot - position: {x: -9.484483e-12, y: 0.0047603524, z: -1.6285426e-11} - rotation: {x: 0.2767476, y: -0.021256339, z: 0.0061233635, w: 0.960688} - scale: {x: 1, y: 1, z: 1} - - name: mmntnsrig:LeftToe_End - parentName: mmntnsrig:LeftToeBase - position: {x: 3.608101e-12, y: 0.0017367231, z: 8.284e-12} - rotation: {x: 0, y: -0, z: -0, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mmntnsrig:RightUpLeg - parentName: mmntnsrig:Hips - position: {x: 0.0026195177, y: -0.00095310627, z: 0.0001469633} - rotation: {x: 0.0013409735, y: 0.04698507, z: 0.99889076, w: -0.0028004872} - scale: {x: 1, y: 1, z: 1} - - name: mmntnsrig:RightLeg - parentName: mmntnsrig:RightUpLeg - position: {x: -1.6429904e-11, y: 0.0125965495, z: -7.416603e-12} - rotation: {x: -0.121580794, y: 0.00052607025, z: -0.005328001, w: 0.9925671} - scale: {x: 1, y: 1, z: 1} - - name: mmntnsrig:RightFoot - parentName: mmntnsrig:RightLeg - position: {x: -1.875531e-11, y: 0.012992058, z: -2.7233305e-10} - rotation: {x: 0.48547694, y: -0.01912982, z: 0.041597188, w: 0.87304974} - scale: {x: 1, y: 1, z: 1} - - name: mmntnsrig:RightToeBase - parentName: mmntnsrig:RightFoot - position: {x: -1.5506877e-11, y: 0.004828257, z: -1.969258e-10} - rotation: {x: 0.27143082, y: 0.020593883, z: -0.0058092894, w: 0.9622201} - scale: {x: 1, y: 1, z: 1} - - name: mmntnsrig:RightToe_End - parentName: mmntnsrig:RightToeBase - position: {x: 2.7522032e-12, y: 0.001750098, z: 2.2354118e-13} - rotation: {x: 0, y: -0, z: -0, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mmntnsrig:Spine - parentName: mmntnsrig:Hips - position: {x: -0, y: 0.0017105859, z: -0.00003957331} - rotation: {x: -0.01156469, y: -0.00000048331356, z: 0.000010693244, w: 0.9999331} - scale: {x: 1, y: 1, z: 1} - - name: mmntnsrig:Spine1 - parentName: mmntnsrig:Spine - position: {x: -0, y: 0.0019962175, z: -1.5299133e-12} - rotation: {x: 1.7347235e-18, y: -5.83978e-14, z: 6.809525e-13, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mmntnsrig:Spine2 - parentName: mmntnsrig:Spine1 - position: {x: -0, y: 0.0022813922, z: -2.3117138e-12} - rotation: {x: 1.7347235e-18, y: -0, z: -4.1661717e-30, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mmntnsrig:Neck - parentName: mmntnsrig:Spine2 - position: {x: -0, y: 0.0025665653, z: -3.2756367e-11} - rotation: {x: 0.011564855, y: 4.000053e-14, z: 2.2785154e-13, w: 0.9999331} - scale: {x: 1, y: 1, z: 1} - - name: mmntnsrig:Head - parentName: mmntnsrig:Neck - position: {x: -0, y: 0.0030870878, z: -0.00015834629} - rotation: {x: 0, y: -0, z: -8.110911e-37, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mmntnsrig:HeadTop_End - parentName: mmntnsrig:Head - position: {x: -0, y: 0.011279843, z: -0.00057857804} - rotation: {x: 0, y: -0, z: -0, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mmntnsrig:RightShoulder - parentName: mmntnsrig:Spine2 - position: {x: 0.001717903, y: 0.0018621003, z: -0.000016246839} - rotation: {x: -0.57280266, y: -0.4127409, z: 0.57802665, w: -0.4091789} - scale: {x: 1, y: 1, z: 1} - - name: mmntnsrig:RightArm - parentName: mmntnsrig:RightShoulder - position: {x: -1.4072216e-12, y: 0.0037138222, z: -5.6254404e-11} - rotation: {x: -0.18521944, y: 0.01739527, z: 0.0013350247, w: 0.98254234} - scale: {x: 1, y: 1, z: 1} - - name: mmntnsrig:RightForeArm - parentName: mmntnsrig:RightArm - position: {x: -1.976139e-11, y: 0.008054164, z: -4.3523483e-12} - rotation: {x: 0.00000004403396, y: 0.00063116476, z: -0.00000046517218, w: 0.9999998} - scale: {x: 1, y: 1, z: 1} - - name: mmntnsrig:RightHand - parentName: mmntnsrig:RightForeArm - position: {x: -3.698052e-12, y: 0.007094197, z: -2.076093e-11} - rotation: {x: -0.0033060238, y: 0.1122413, z: 0.00037359903, w: 0.9936754} - scale: {x: 1, y: 1, z: 1} - - name: mmntnsrig:RightHandIndex1 - parentName: mmntnsrig:RightHand - position: {x: -1.7060388e-11, y: 0.0030064897, z: 0.000020065154} - rotation: {x: 0.0033806302, y: 0.008339825, z: 0.006516846, w: 0.9999383} - scale: {x: 1, y: 1, z: 1} - - name: mmntnsrig:RightHandIndex2 - parentName: mmntnsrig:RightHandIndex1 - position: {x: 0.000021727488, y: 0.0016951563, z: 2.37958e-11} - rotation: {x: 0.0000065829017, y: -0.0004954756, z: -0.026121814, w: 0.99965864} - scale: {x: 1, y: 1, z: 1} - - name: mmntnsrig:RightHandIndex3 - parentName: mmntnsrig:RightHandIndex2 - position: {x: -0.00005060633, y: 0.0012982043, z: 2.0401339e-11} - rotation: {x: -0.000004886322, y: 0.00083668646, z: 0.033621684, w: 0.9994343} - scale: {x: 1, y: 1, z: 1} - - name: mmntnsrig:RightHandIndex4 - parentName: mmntnsrig:RightHandIndex3 - position: {x: 0.000028878834, y: 0.0010362817, z: -1.7720634e-11} - rotation: {x: 0, y: -0, z: -0, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mmntnsrig:RightHandThumb1 - parentName: mmntnsrig:RightHand - position: {x: -0.00071635545, y: 0.0011231542, z: 1.8785266e-10} - rotation: {x: 0.0061369617, y: -0.013181412, z: 0.6071288, w: 0.7944704} - scale: {x: 1, y: 1, z: 1} - - name: mmntnsrig:RightHandThumb2 - parentName: mmntnsrig:RightHandThumb1 - position: {x: 0.0005864192, y: 0.0008898813, z: 1.0271126e-11} - rotation: {x: 0.00030331747, y: 0.004908378, z: -0.49734834, w: 0.867537} - scale: {x: 1, y: 1, z: 1} - - name: mmntnsrig:RightHandThumb3 - parentName: mmntnsrig:RightHandThumb2 - position: {x: -0.0006968537, y: 0.0014110295, z: -2.654281e-11} - rotation: {x: 0.00083897886, y: -0.0046118563, z: 0.27532387, w: 0.9613401} - scale: {x: 1, y: 1, z: 1} - - name: mmntnsrig:RightHandThumb4 - parentName: mmntnsrig:RightHandThumb3 - position: {x: 0.00011043445, y: 0.0011069486, z: -2.7153301e-12} - rotation: {x: 0, y: -0, z: -0, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mmntnsrig:LeftShoulder - parentName: mmntnsrig:Spine2 - position: {x: -0.001717903, y: 0.0018621027, z: -0.000016347693} - rotation: {x: 0.5731607, y: -0.41220754, z: 0.5776897, w: 0.40969053} - scale: {x: 1, y: 1, z: 1} - - name: mmntnsrig:LeftArm - parentName: mmntnsrig:LeftShoulder - position: {x: 1.4052536e-12, y: 0.0037138222, z: -5.6254456e-11} - rotation: {x: -0.18521863, y: -0.016740136, z: -0.0014892281, w: 0.9825536} - scale: {x: 1, y: 1, z: 1} - - name: mmntnsrig:LeftForeArm - parentName: mmntnsrig:LeftArm - position: {x: 2.80061e-11, y: 0.008050431, z: -1.6907047e-11} - rotation: {x: 0.000000087069274, y: -0.00040345342, z: -0.0000003117423, w: 0.99999994} - scale: {x: 1, y: 1, z: 1} - - name: mmntnsrig:LeftHand - parentName: mmntnsrig:LeftForeArm - position: {x: -2.4250693e-12, y: 0.0071020904, z: -9.145428e-12} - rotation: {x: -0.0021178394, y: -0.07912635, z: -0.00016826842, w: 0.99686235} - scale: {x: 1, y: 1, z: 1} - - name: mmntnsrig:LeftHandThumb1 - parentName: mmntnsrig:LeftHand - position: {x: 0.0008797541, y: 0.0010959593, z: 1.1423073e-10} - rotation: {x: 0.02603447, y: 0.003310077, z: -0.5502882, w: 0.8345623} - scale: {x: 1, y: 1, z: 1} - - name: mmntnsrig:LeftHandThumb2 - parentName: mmntnsrig:LeftHandThumb1 - position: {x: -0.0004727694, y: 0.0010200739, z: -1.1716671e-11} - rotation: {x: 0.0000073087026, y: -0.00054275116, z: 0.4088368, w: 0.9126074} - scale: {x: 1, y: 1, z: 1} - - name: mmntnsrig:LeftHandThumb3 - parentName: mmntnsrig:LeftHandThumb2 - position: {x: 0.0006083037, y: 0.0014062307, z: -5.881764e-12} - rotation: {x: 0.00003314284, y: 0.00022280603, z: -0.2577903, w: 0.9662009} - scale: {x: 1, y: 1, z: 1} - - name: mmntnsrig:LeftHandThumb4 - parentName: mmntnsrig:LeftHandThumb3 - position: {x: -0.00013553412, y: 0.0011953162, z: -3.7881923e-11} - rotation: {x: 0, y: -0, z: -0, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mmntnsrig:LeftHandIndex1 - parentName: mmntnsrig:LeftHand - position: {x: -5.2514976e-12, y: 0.0025891678, z: 0.000010871798} - rotation: {x: 0.0020808375, y: 0.0013760809, z: -0.03265737, w: 0.9994635} - scale: {x: 1, y: 1, z: 1} - - name: mmntnsrig:LeftHandIndex2 - parentName: mmntnsrig:LeftHandIndex1 - position: {x: -0.00011556902, y: 0.001772734, z: 1.6941788e-11} - rotation: {x: 0.000004867567, y: 0.0009989744, z: 0.06981658, w: 0.99755937} - scale: {x: 1, y: 1, z: 1} - - name: mmntnsrig:LeftHandIndex3 - parentName: mmntnsrig:LeftHandIndex2 - position: {x: 0.00010445825, y: 0.0013951061, z: -7.597922e-14} - rotation: {x: -0.00022690564, y: -0.005403496, z: -0.032508194, w: 0.9994568} - scale: {x: 1, y: 1, z: 1} - - name: mmntnsrig:LeftHandIndex4 - parentName: mmntnsrig:LeftHandIndex3 - position: {x: 0.000011110788, y: 0.001172037, z: -2.997833e-11} - rotation: {x: 0, y: -0, z: -0, w: 1} - scale: {x: 1, y: 1, z: 1} - armTwist: 0.5 - foreArmTwist: 0.5 - upperLegTwist: 0.5 - legTwist: 0.5 - armStretch: 0.05 - legStretch: 0.05 - feetSpacing: 0 - globalScale: 1 - rootMotionBoneName: - hasTranslationDoF: 0 - hasExtraRoot: 1 - skeletonHasParents: 1 - lastHumanDescriptionAvatarSource: {fileID: 9000000, guid: 2a4a40e5b8a2c674d9d8d35164810540, - type: 3} - autoGenerateAvatarMappingIfUnspecified: 1 - animationType: 2 - humanoidOversampling: 1 - avatarSetup: 2 - additionalBone: 0 - userData: - assetBundleName: - assetBundleVariant: -AssetOrigin: - serializedVersion: 1 - productId: 183370 - packageName: Feel - packageVersion: 5.8 - assetPath: Assets/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Models/Dude/MMFeedbackDemoDude@Jump.fbx - uploadId: 799856 diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Models/Dude/MMFeedbackDemoDude@TPose.fbx b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Models/Dude/MMFeedbackDemoDude@TPose.fbx deleted file mode 100644 index 39efd236f..000000000 Binary files a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Models/Dude/MMFeedbackDemoDude@TPose.fbx and /dev/null differ diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Models/Dude/MMFeedbackDemoDude@TPose.fbx.meta b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Models/Dude/MMFeedbackDemoDude@TPose.fbx.meta deleted file mode 100644 index 8e4e06bfd..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Models/Dude/MMFeedbackDemoDude@TPose.fbx.meta +++ /dev/null @@ -1,354 +0,0 @@ -fileFormatVersion: 2 -guid: 2a4a40e5b8a2c674d9d8d35164810540 -ModelImporter: - serializedVersion: 19301 - internalIDToNameTable: - - first: - 74: 7266397459403805639 - second: TPose - - first: - 74: -8556224402178723484 - second: MMFeedbackDemoDude@TPose - externalObjects: {} - materials: - materialImportMode: 1 - materialName: 0 - materialSearch: 1 - materialLocation: 1 - animations: - legacyGenerateAnimations: 4 - bakeSimulation: 0 - resampleCurves: 1 - optimizeGameObjects: 0 - motionNodeName: - rigImportErrors: - rigImportWarnings: - animationImportErrors: - animationImportWarnings: - animationRetargetingWarnings: - animationDoRetargetingWarnings: 0 - importAnimatedCustomProperties: 0 - importConstraints: 0 - animationCompression: 3 - animationRotationError: 0.5 - animationPositionError: 0.5 - animationScaleError: 0.5 - animationWrapMode: 0 - extraExposedTransformPaths: [] - extraUserProperties: [] - clipAnimations: - - serializedVersion: 16 - name: MMFeedbackDemoDude@TPose - takeName: mmntns.com - internalID: 0 - firstFrame: 0 - lastFrame: 1 - wrapMode: 0 - orientationOffsetY: 0 - level: 0 - cycleOffset: 0 - loop: 0 - hasAdditiveReferencePose: 0 - loopTime: 0 - loopBlend: 0 - loopBlendOrientation: 0 - loopBlendPositionY: 0 - loopBlendPositionXZ: 0 - keepOriginalOrientation: 0 - keepOriginalPositionY: 1 - keepOriginalPositionXZ: 0 - heightFromFeet: 0 - mirror: 0 - bodyMask: 01000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000 - curves: [] - events: [] - transformMask: [] - maskType: 3 - maskSource: {instanceID: 0} - additiveReferencePoseFrame: 0 - isReadable: 0 - meshes: - lODScreenPercentages: [] - globalScale: 1 - meshCompression: 0 - addColliders: 0 - useSRGBMaterialColor: 1 - sortHierarchyByName: 1 - importVisibility: 1 - importBlendShapes: 1 - importCameras: 1 - importLights: 1 - fileIdsGeneration: 1 - swapUVChannels: 0 - generateSecondaryUV: 0 - useFileUnits: 1 - keepQuads: 0 - weldVertices: 1 - preserveHierarchy: 0 - skinWeightsMode: 0 - maxBonesPerVertex: 4 - minBoneWeight: 0.001 - meshOptimizationFlags: -1 - indexFormat: 0 - secondaryUVAngleDistortion: 8 - secondaryUVAreaDistortion: 15.000001 - secondaryUVHardAngle: 88 - secondaryUVPackMargin: 4 - useFileScale: 1 - tangentSpace: - normalSmoothAngle: 60 - normalImportMode: 1 - tangentImportMode: 3 - normalCalculationMode: 4 - legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 - blendShapeNormalImportMode: 1 - normalSmoothingSource: 0 - referencedClips: [] - importAnimation: 1 - humanDescription: - serializedVersion: 3 - human: [] - skeleton: - - name: Dude@T-Pose(Clone) - parentName: - position: {x: 0, y: 0, z: 0} - rotation: {x: 0, y: 0, z: 0, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: Layer_1 - parentName: Dude@T-Pose(Clone) - position: {x: -0, y: 0, z: 0} - rotation: {x: 0, y: -0, z: -0, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mmntnsrig:Hips - parentName: Dude@T-Pose(Clone) - position: {x: 0.000000014608021, y: 0.0297313, z: -0.00018960207} - rotation: {x: -0.00000016945492, y: 0.00000035960883, z: -0.000010698119, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mmntnsrig:LeftUpLeg - parentName: mmntnsrig:Hips - position: {x: -0.0026195177, y: -0.00095310627, z: 0.00022978066} - rotation: {x: -0.0011770315, y: 0.043588005, z: 0.999045, w: 0.002791544} - scale: {x: 1, y: 1, z: 1} - - name: mmntnsrig:LeftLeg - parentName: mmntnsrig:LeftUpLeg - position: {x: 4.597452e-12, y: 0.012593197, z: -1.738382e-11} - rotation: {x: -0.11812354, y: -0.00051492616, z: 0.00537401, w: 0.99298424} - scale: {x: 1, y: 1, z: 1} - - name: mmntnsrig:LeftFoot - parentName: mmntnsrig:LeftLeg - position: {x: 6.918876e-12, y: 0.01298845, z: -4.3137608e-11} - rotation: {x: 0.4800462, y: 0.020182539, z: -0.041904185, w: 0.87600935} - scale: {x: 1, y: 1, z: 1} - - name: mmntnsrig:LeftToeBase - parentName: mmntnsrig:LeftFoot - position: {x: -9.484483e-12, y: 0.0047603524, z: -1.6285426e-11} - rotation: {x: 0.2767476, y: -0.021256339, z: 0.0061233635, w: 0.960688} - scale: {x: 1, y: 1, z: 1} - - name: mmntnsrig:LeftToe_End - parentName: mmntnsrig:LeftToeBase - position: {x: 3.608101e-12, y: 0.0017367231, z: 8.284e-12} - rotation: {x: 0, y: -0, z: -0, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mmntnsrig:RightUpLeg - parentName: mmntnsrig:Hips - position: {x: 0.0026195177, y: -0.00095310627, z: 0.0001469633} - rotation: {x: 0.0013409735, y: 0.04698507, z: 0.99889076, w: -0.0028004872} - scale: {x: 1, y: 1, z: 1} - - name: mmntnsrig:RightLeg - parentName: mmntnsrig:RightUpLeg - position: {x: -1.6429904e-11, y: 0.0125965495, z: -7.416603e-12} - rotation: {x: -0.121580794, y: 0.00052607025, z: -0.005328001, w: 0.9925671} - scale: {x: 1, y: 1, z: 1} - - name: mmntnsrig:RightFoot - parentName: mmntnsrig:RightLeg - position: {x: -1.875531e-11, y: 0.012992058, z: -2.7233305e-10} - rotation: {x: 0.48547694, y: -0.01912982, z: 0.041597188, w: 0.87304974} - scale: {x: 1, y: 1, z: 1} - - name: mmntnsrig:RightToeBase - parentName: mmntnsrig:RightFoot - position: {x: -1.5506877e-11, y: 0.004828257, z: -1.969258e-10} - rotation: {x: 0.27143082, y: 0.020593883, z: -0.0058092894, w: 0.9622201} - scale: {x: 1, y: 1, z: 1} - - name: mmntnsrig:RightToe_End - parentName: mmntnsrig:RightToeBase - position: {x: 2.7522032e-12, y: 0.001750098, z: 2.2354118e-13} - rotation: {x: 0, y: -0, z: -0, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mmntnsrig:Spine - parentName: mmntnsrig:Hips - position: {x: -0, y: 0.0017105859, z: -0.00003957331} - rotation: {x: -0.01156469, y: -0.00000048331356, z: 0.000010693244, w: 0.9999331} - scale: {x: 1, y: 1, z: 1} - - name: mmntnsrig:Spine1 - parentName: mmntnsrig:Spine - position: {x: -0, y: 0.0019962175, z: -1.5299133e-12} - rotation: {x: 1.7347235e-18, y: -5.83978e-14, z: 6.809525e-13, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mmntnsrig:Spine2 - parentName: mmntnsrig:Spine1 - position: {x: -0, y: 0.0022813922, z: -2.3117138e-12} - rotation: {x: 1.7347235e-18, y: -0, z: -4.1661717e-30, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mmntnsrig:Neck - parentName: mmntnsrig:Spine2 - position: {x: -0, y: 0.0025665653, z: -3.2756367e-11} - rotation: {x: 0.011564855, y: 4.000053e-14, z: 2.2785154e-13, w: 0.9999331} - scale: {x: 1, y: 1, z: 1} - - name: mmntnsrig:Head - parentName: mmntnsrig:Neck - position: {x: -0, y: 0.0030870878, z: -0.00015834629} - rotation: {x: 0, y: -0, z: -8.110911e-37, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mmntnsrig:HeadTop_End - parentName: mmntnsrig:Head - position: {x: -0, y: 0.011279843, z: -0.00057857804} - rotation: {x: 0, y: -0, z: -0, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mmntnsrig:RightShoulder - parentName: mmntnsrig:Spine2 - position: {x: 0.001717903, y: 0.0018621003, z: -0.000016246839} - rotation: {x: -0.57280266, y: -0.4127409, z: 0.57802665, w: -0.4091789} - scale: {x: 1, y: 1, z: 1} - - name: mmntnsrig:RightArm - parentName: mmntnsrig:RightShoulder - position: {x: -1.4072216e-12, y: 0.0037138222, z: -5.6254404e-11} - rotation: {x: -0.18521944, y: 0.01739527, z: 0.0013350247, w: 0.98254234} - scale: {x: 1, y: 1, z: 1} - - name: mmntnsrig:RightForeArm - parentName: mmntnsrig:RightArm - position: {x: -1.976139e-11, y: 0.008054164, z: -4.3523483e-12} - rotation: {x: 0.00000004403396, y: 0.00063116476, z: -0.00000046517218, w: 0.9999998} - scale: {x: 1, y: 1, z: 1} - - name: mmntnsrig:RightHand - parentName: mmntnsrig:RightForeArm - position: {x: -3.698052e-12, y: 0.007094197, z: -2.076093e-11} - rotation: {x: -0.0033060238, y: 0.1122413, z: 0.00037359903, w: 0.9936754} - scale: {x: 1, y: 1, z: 1} - - name: mmntnsrig:RightHandIndex1 - parentName: mmntnsrig:RightHand - position: {x: -1.7060388e-11, y: 0.0030064897, z: 0.000020065154} - rotation: {x: 0.0033806302, y: 0.008339825, z: 0.006516846, w: 0.9999383} - scale: {x: 1, y: 1, z: 1} - - name: mmntnsrig:RightHandIndex2 - parentName: mmntnsrig:RightHandIndex1 - position: {x: 0.000021727488, y: 0.0016951563, z: 2.37958e-11} - rotation: {x: 0.0000065829017, y: -0.0004954756, z: -0.026121814, w: 0.99965864} - scale: {x: 1, y: 1, z: 1} - - name: mmntnsrig:RightHandIndex3 - parentName: mmntnsrig:RightHandIndex2 - position: {x: -0.00005060633, y: 0.0012982043, z: 2.0401339e-11} - rotation: {x: -0.000004886322, y: 0.00083668646, z: 0.033621684, w: 0.9994343} - scale: {x: 1, y: 1, z: 1} - - name: mmntnsrig:RightHandIndex4 - parentName: mmntnsrig:RightHandIndex3 - position: {x: 0.000028878834, y: 0.0010362817, z: -1.7720634e-11} - rotation: {x: 0, y: -0, z: -0, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mmntnsrig:RightHandThumb1 - parentName: mmntnsrig:RightHand - position: {x: -0.00071635545, y: 0.0011231542, z: 1.8785266e-10} - rotation: {x: 0.0061369617, y: -0.013181412, z: 0.6071288, w: 0.7944704} - scale: {x: 1, y: 1, z: 1} - - name: mmntnsrig:RightHandThumb2 - parentName: mmntnsrig:RightHandThumb1 - position: {x: 0.0005864192, y: 0.0008898813, z: 1.0271126e-11} - rotation: {x: 0.00030331747, y: 0.004908378, z: -0.49734834, w: 0.867537} - scale: {x: 1, y: 1, z: 1} - - name: mmntnsrig:RightHandThumb3 - parentName: mmntnsrig:RightHandThumb2 - position: {x: -0.0006968537, y: 0.0014110295, z: -2.654281e-11} - rotation: {x: 0.00083897886, y: -0.0046118563, z: 0.27532387, w: 0.9613401} - scale: {x: 1, y: 1, z: 1} - - name: mmntnsrig:RightHandThumb4 - parentName: mmntnsrig:RightHandThumb3 - position: {x: 0.00011043445, y: 0.0011069486, z: -2.7153301e-12} - rotation: {x: 0, y: -0, z: -0, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mmntnsrig:LeftShoulder - parentName: mmntnsrig:Spine2 - position: {x: -0.001717903, y: 0.0018621027, z: -0.000016347693} - rotation: {x: 0.5731607, y: -0.41220754, z: 0.5776897, w: 0.40969053} - scale: {x: 1, y: 1, z: 1} - - name: mmntnsrig:LeftArm - parentName: mmntnsrig:LeftShoulder - position: {x: 1.4052536e-12, y: 0.0037138222, z: -5.6254456e-11} - rotation: {x: -0.18521863, y: -0.016740136, z: -0.0014892281, w: 0.9825536} - scale: {x: 1, y: 1, z: 1} - - name: mmntnsrig:LeftForeArm - parentName: mmntnsrig:LeftArm - position: {x: 2.80061e-11, y: 0.008050431, z: -1.6907047e-11} - rotation: {x: 0.000000087069274, y: -0.00040345342, z: -0.0000003117423, w: 0.99999994} - scale: {x: 1, y: 1, z: 1} - - name: mmntnsrig:LeftHand - parentName: mmntnsrig:LeftForeArm - position: {x: -2.4250693e-12, y: 0.0071020904, z: -9.145428e-12} - rotation: {x: -0.0021178394, y: -0.07912635, z: -0.00016826842, w: 0.99686235} - scale: {x: 1, y: 1, z: 1} - - name: mmntnsrig:LeftHandThumb1 - parentName: mmntnsrig:LeftHand - position: {x: 0.0008797541, y: 0.0010959593, z: 1.1423073e-10} - rotation: {x: 0.02603447, y: 0.003310077, z: -0.5502882, w: 0.8345623} - scale: {x: 1, y: 1, z: 1} - - name: mmntnsrig:LeftHandThumb2 - parentName: mmntnsrig:LeftHandThumb1 - position: {x: -0.0004727694, y: 0.0010200739, z: -1.1716671e-11} - rotation: {x: 0.0000073087026, y: -0.00054275116, z: 0.4088368, w: 0.9126074} - scale: {x: 1, y: 1, z: 1} - - name: mmntnsrig:LeftHandThumb3 - parentName: mmntnsrig:LeftHandThumb2 - position: {x: 0.0006083037, y: 0.0014062307, z: -5.881764e-12} - rotation: {x: 0.00003314284, y: 0.00022280603, z: -0.2577903, w: 0.9662009} - scale: {x: 1, y: 1, z: 1} - - name: mmntnsrig:LeftHandThumb4 - parentName: mmntnsrig:LeftHandThumb3 - position: {x: -0.00013553412, y: 0.0011953162, z: -3.7881923e-11} - rotation: {x: 0, y: -0, z: -0, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mmntnsrig:LeftHandIndex1 - parentName: mmntnsrig:LeftHand - position: {x: -5.2514976e-12, y: 0.0025891678, z: 0.000010871798} - rotation: {x: 0.0020808375, y: 0.0013760809, z: -0.03265737, w: 0.9994635} - scale: {x: 1, y: 1, z: 1} - - name: mmntnsrig:LeftHandIndex2 - parentName: mmntnsrig:LeftHandIndex1 - position: {x: -0.00011556902, y: 0.001772734, z: 1.6941788e-11} - rotation: {x: 0.000004867567, y: 0.0009989744, z: 0.06981658, w: 0.99755937} - scale: {x: 1, y: 1, z: 1} - - name: mmntnsrig:LeftHandIndex3 - parentName: mmntnsrig:LeftHandIndex2 - position: {x: 0.00010445825, y: 0.0013951061, z: -7.597922e-14} - rotation: {x: -0.00022690564, y: -0.005403496, z: -0.032508194, w: 0.9994568} - scale: {x: 1, y: 1, z: 1} - - name: mmntnsrig:LeftHandIndex4 - parentName: mmntnsrig:LeftHandIndex3 - position: {x: 0.000011110788, y: 0.001172037, z: -2.997833e-11} - rotation: {x: 0, y: -0, z: -0, w: 1} - scale: {x: 1, y: 1, z: 1} - armTwist: 0.5 - foreArmTwist: 0.5 - upperLegTwist: 0.5 - legTwist: 0.5 - armStretch: 0.05 - legStretch: 0.05 - feetSpacing: 0 - globalScale: 1 - rootMotionBoneName: - hasTranslationDoF: 0 - hasExtraRoot: 1 - skeletonHasParents: 1 - lastHumanDescriptionAvatarSource: {instanceID: 0} - autoGenerateAvatarMappingIfUnspecified: 1 - animationType: 2 - humanoidOversampling: 1 - avatarSetup: 1 - additionalBone: 0 - userData: - assetBundleName: - assetBundleVariant: -AssetOrigin: - serializedVersion: 1 - productId: 183370 - packageName: Feel - packageVersion: 5.8 - assetPath: Assets/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Models/Dude/MMFeedbackDemoDude@TPose.fbx - uploadId: 799856 diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Models/MMApple.fbx b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Models/MMApple.fbx deleted file mode 100644 index 2bdcb486e..000000000 Binary files a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Models/MMApple.fbx and /dev/null differ diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Models/MMApple.fbx.meta b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Models/MMApple.fbx.meta deleted file mode 100644 index c8dd90805..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Models/MMApple.fbx.meta +++ /dev/null @@ -1,103 +0,0 @@ -fileFormatVersion: 2 -guid: 98ad67e4ae4dbb54eb05b761fb2a2c02 -ModelImporter: - serializedVersion: 19300 - internalIDToNameTable: [] - externalObjects: {} - materials: - materialImportMode: 1 - materialName: 0 - materialSearch: 1 - materialLocation: 1 - animations: - legacyGenerateAnimations: 4 - bakeSimulation: 0 - resampleCurves: 1 - optimizeGameObjects: 0 - motionNodeName: - rigImportErrors: - rigImportWarnings: - animationImportErrors: - animationImportWarnings: - animationRetargetingWarnings: - animationDoRetargetingWarnings: 0 - importAnimatedCustomProperties: 0 - importConstraints: 0 - animationCompression: 1 - animationRotationError: 0.5 - animationPositionError: 0.5 - animationScaleError: 0.5 - animationWrapMode: 0 - extraExposedTransformPaths: [] - extraUserProperties: [] - clipAnimations: [] - isReadable: 0 - meshes: - lODScreenPercentages: [] - globalScale: 1 - meshCompression: 0 - addColliders: 0 - useSRGBMaterialColor: 1 - sortHierarchyByName: 1 - importVisibility: 1 - importBlendShapes: 1 - importCameras: 1 - importLights: 1 - swapUVChannels: 0 - generateSecondaryUV: 0 - useFileUnits: 1 - keepQuads: 0 - weldVertices: 1 - preserveHierarchy: 0 - skinWeightsMode: 0 - maxBonesPerVertex: 4 - minBoneWeight: 0.001 - meshOptimizationFlags: -1 - indexFormat: 0 - secondaryUVAngleDistortion: 8 - secondaryUVAreaDistortion: 15.000001 - secondaryUVHardAngle: 88 - secondaryUVPackMargin: 4 - useFileScale: 1 - tangentSpace: - normalSmoothAngle: 60 - normalImportMode: 0 - tangentImportMode: 3 - normalCalculationMode: 4 - legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 - blendShapeNormalImportMode: 1 - normalSmoothingSource: 0 - referencedClips: [] - importAnimation: 1 - humanDescription: - serializedVersion: 3 - human: [] - skeleton: [] - armTwist: 0.5 - foreArmTwist: 0.5 - upperLegTwist: 0.5 - legTwist: 0.5 - armStretch: 0.05 - legStretch: 0.05 - feetSpacing: 0 - globalScale: 1 - rootMotionBoneName: - hasTranslationDoF: 0 - hasExtraRoot: 0 - skeletonHasParents: 1 - lastHumanDescriptionAvatarSource: {instanceID: 0} - autoGenerateAvatarMappingIfUnspecified: 1 - animationType: 2 - humanoidOversampling: 1 - avatarSetup: 0 - additionalBone: 0 - userData: - assetBundleName: - assetBundleVariant: -AssetOrigin: - serializedVersion: 1 - productId: 183370 - packageName: Feel - packageVersion: 5.8 - assetPath: Assets/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Models/MMApple.fbx - uploadId: 799856 diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Models/MMBurger.fbx b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Models/MMBurger.fbx deleted file mode 100644 index 37ea922fc..000000000 Binary files a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Models/MMBurger.fbx and /dev/null differ diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Models/MMBurger.fbx.meta b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Models/MMBurger.fbx.meta deleted file mode 100644 index e1982944c..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Models/MMBurger.fbx.meta +++ /dev/null @@ -1,103 +0,0 @@ -fileFormatVersion: 2 -guid: 10f1060b18f7ba34f92053a256e89d10 -ModelImporter: - serializedVersion: 19300 - internalIDToNameTable: [] - externalObjects: {} - materials: - materialImportMode: 1 - materialName: 0 - materialSearch: 1 - materialLocation: 1 - animations: - legacyGenerateAnimations: 4 - bakeSimulation: 0 - resampleCurves: 1 - optimizeGameObjects: 0 - motionNodeName: - rigImportErrors: - rigImportWarnings: - animationImportErrors: - animationImportWarnings: - animationRetargetingWarnings: - animationDoRetargetingWarnings: 0 - importAnimatedCustomProperties: 0 - importConstraints: 0 - animationCompression: 1 - animationRotationError: 0.5 - animationPositionError: 0.5 - animationScaleError: 0.5 - animationWrapMode: 0 - extraExposedTransformPaths: [] - extraUserProperties: [] - clipAnimations: [] - isReadable: 0 - meshes: - lODScreenPercentages: [] - globalScale: 1 - meshCompression: 0 - addColliders: 0 - useSRGBMaterialColor: 1 - sortHierarchyByName: 1 - importVisibility: 1 - importBlendShapes: 1 - importCameras: 1 - importLights: 1 - swapUVChannels: 0 - generateSecondaryUV: 0 - useFileUnits: 1 - keepQuads: 0 - weldVertices: 1 - preserveHierarchy: 0 - skinWeightsMode: 0 - maxBonesPerVertex: 4 - minBoneWeight: 0.001 - meshOptimizationFlags: -1 - indexFormat: 0 - secondaryUVAngleDistortion: 8 - secondaryUVAreaDistortion: 15.000001 - secondaryUVHardAngle: 88 - secondaryUVPackMargin: 4 - useFileScale: 1 - tangentSpace: - normalSmoothAngle: 60 - normalImportMode: 0 - tangentImportMode: 3 - normalCalculationMode: 4 - legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 - blendShapeNormalImportMode: 1 - normalSmoothingSource: 0 - referencedClips: [] - importAnimation: 1 - humanDescription: - serializedVersion: 3 - human: [] - skeleton: [] - armTwist: 0.5 - foreArmTwist: 0.5 - upperLegTwist: 0.5 - legTwist: 0.5 - armStretch: 0.05 - legStretch: 0.05 - feetSpacing: 0 - globalScale: 1 - rootMotionBoneName: - hasTranslationDoF: 0 - hasExtraRoot: 0 - skeletonHasParents: 1 - lastHumanDescriptionAvatarSource: {instanceID: 0} - autoGenerateAvatarMappingIfUnspecified: 1 - animationType: 2 - humanoidOversampling: 1 - avatarSetup: 0 - additionalBone: 0 - userData: - assetBundleName: - assetBundleVariant: -AssetOrigin: - serializedVersion: 1 - productId: 183370 - packageName: Feel - packageVersion: 5.8 - assetPath: Assets/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Models/MMBurger.fbx - uploadId: 799856 diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Models/MMCupcake.fbx b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Models/MMCupcake.fbx deleted file mode 100644 index 21b520117..000000000 Binary files a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Models/MMCupcake.fbx and /dev/null differ diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Models/MMCupcake.fbx.meta b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Models/MMCupcake.fbx.meta deleted file mode 100644 index 911b25abf..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Models/MMCupcake.fbx.meta +++ /dev/null @@ -1,103 +0,0 @@ -fileFormatVersion: 2 -guid: 9b87c0dd981e72b4abff6b56929b3e68 -ModelImporter: - serializedVersion: 19300 - internalIDToNameTable: [] - externalObjects: {} - materials: - materialImportMode: 1 - materialName: 0 - materialSearch: 1 - materialLocation: 1 - animations: - legacyGenerateAnimations: 4 - bakeSimulation: 0 - resampleCurves: 1 - optimizeGameObjects: 0 - motionNodeName: - rigImportErrors: - rigImportWarnings: - animationImportErrors: - animationImportWarnings: - animationRetargetingWarnings: - animationDoRetargetingWarnings: 0 - importAnimatedCustomProperties: 0 - importConstraints: 0 - animationCompression: 1 - animationRotationError: 0.5 - animationPositionError: 0.5 - animationScaleError: 0.5 - animationWrapMode: 0 - extraExposedTransformPaths: [] - extraUserProperties: [] - clipAnimations: [] - isReadable: 0 - meshes: - lODScreenPercentages: [] - globalScale: 1 - meshCompression: 0 - addColliders: 0 - useSRGBMaterialColor: 1 - sortHierarchyByName: 1 - importVisibility: 1 - importBlendShapes: 1 - importCameras: 1 - importLights: 1 - swapUVChannels: 0 - generateSecondaryUV: 0 - useFileUnits: 1 - keepQuads: 0 - weldVertices: 1 - preserveHierarchy: 0 - skinWeightsMode: 0 - maxBonesPerVertex: 4 - minBoneWeight: 0.001 - meshOptimizationFlags: -1 - indexFormat: 0 - secondaryUVAngleDistortion: 8 - secondaryUVAreaDistortion: 15.000001 - secondaryUVHardAngle: 88 - secondaryUVPackMargin: 4 - useFileScale: 1 - tangentSpace: - normalSmoothAngle: 60 - normalImportMode: 0 - tangentImportMode: 3 - normalCalculationMode: 4 - legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 - blendShapeNormalImportMode: 1 - normalSmoothingSource: 0 - referencedClips: [] - importAnimation: 1 - humanDescription: - serializedVersion: 3 - human: [] - skeleton: [] - armTwist: 0.5 - foreArmTwist: 0.5 - upperLegTwist: 0.5 - legTwist: 0.5 - armStretch: 0.05 - legStretch: 0.05 - feetSpacing: 0 - globalScale: 1 - rootMotionBoneName: - hasTranslationDoF: 0 - hasExtraRoot: 0 - skeletonHasParents: 1 - lastHumanDescriptionAvatarSource: {instanceID: 0} - autoGenerateAvatarMappingIfUnspecified: 1 - animationType: 2 - humanoidOversampling: 1 - avatarSetup: 0 - additionalBone: 0 - userData: - assetBundleName: - assetBundleVariant: -AssetOrigin: - serializedVersion: 1 - productId: 183370 - packageName: Feel - packageVersion: 5.8 - assetPath: Assets/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Models/MMCupcake.fbx - uploadId: 799856 diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Models/Rock1.fbx b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Models/Rock1.fbx deleted file mode 100644 index a3f89b639..000000000 Binary files a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Models/Rock1.fbx and /dev/null differ diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Models/Rock1.fbx.meta b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Models/Rock1.fbx.meta deleted file mode 100644 index 5cf825622..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Models/Rock1.fbx.meta +++ /dev/null @@ -1,103 +0,0 @@ -fileFormatVersion: 2 -guid: 01dfcbf4ce9664c41ab1cf3609c59ee6 -ModelImporter: - serializedVersion: 19300 - internalIDToNameTable: [] - externalObjects: {} - materials: - materialImportMode: 1 - materialName: 0 - materialSearch: 1 - materialLocation: 1 - animations: - legacyGenerateAnimations: 4 - bakeSimulation: 0 - resampleCurves: 1 - optimizeGameObjects: 0 - motionNodeName: - rigImportErrors: - rigImportWarnings: - animationImportErrors: - animationImportWarnings: - animationRetargetingWarnings: - animationDoRetargetingWarnings: 0 - importAnimatedCustomProperties: 0 - importConstraints: 0 - animationCompression: 1 - animationRotationError: 0.5 - animationPositionError: 0.5 - animationScaleError: 0.5 - animationWrapMode: 0 - extraExposedTransformPaths: [] - extraUserProperties: [] - clipAnimations: [] - isReadable: 0 - meshes: - lODScreenPercentages: [] - globalScale: 1 - meshCompression: 0 - addColliders: 0 - useSRGBMaterialColor: 1 - sortHierarchyByName: 1 - importVisibility: 1 - importBlendShapes: 1 - importCameras: 1 - importLights: 1 - swapUVChannels: 0 - generateSecondaryUV: 0 - useFileUnits: 1 - keepQuads: 0 - weldVertices: 1 - preserveHierarchy: 0 - skinWeightsMode: 0 - maxBonesPerVertex: 4 - minBoneWeight: 0.001 - meshOptimizationFlags: -1 - indexFormat: 0 - secondaryUVAngleDistortion: 8 - secondaryUVAreaDistortion: 15.000001 - secondaryUVHardAngle: 88 - secondaryUVPackMargin: 4 - useFileScale: 1 - tangentSpace: - normalSmoothAngle: 60 - normalImportMode: 0 - tangentImportMode: 3 - normalCalculationMode: 4 - legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 - blendShapeNormalImportMode: 1 - normalSmoothingSource: 0 - referencedClips: [] - importAnimation: 1 - humanDescription: - serializedVersion: 3 - human: [] - skeleton: [] - armTwist: 0.5 - foreArmTwist: 0.5 - upperLegTwist: 0.5 - legTwist: 0.5 - armStretch: 0.05 - legStretch: 0.05 - feetSpacing: 0 - globalScale: 1 - rootMotionBoneName: - hasTranslationDoF: 0 - hasExtraRoot: 0 - skeletonHasParents: 1 - lastHumanDescriptionAvatarSource: {instanceID: 0} - autoGenerateAvatarMappingIfUnspecified: 1 - animationType: 2 - humanoidOversampling: 1 - avatarSetup: 0 - additionalBone: 0 - userData: - assetBundleName: - assetBundleVariant: -AssetOrigin: - serializedVersion: 1 - productId: 183370 - packageName: Feel - packageVersion: 5.8 - assetPath: Assets/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Models/Rock1.fbx - uploadId: 799856 diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Models/Rock2.fbx b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Models/Rock2.fbx deleted file mode 100644 index 676dd2f3f..000000000 Binary files a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Models/Rock2.fbx and /dev/null differ diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Models/Rock2.fbx.meta b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Models/Rock2.fbx.meta deleted file mode 100644 index b69d50749..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Models/Rock2.fbx.meta +++ /dev/null @@ -1,103 +0,0 @@ -fileFormatVersion: 2 -guid: d84a1570448aba14ea2b1badb79fb4b3 -ModelImporter: - serializedVersion: 19300 - internalIDToNameTable: [] - externalObjects: {} - materials: - materialImportMode: 1 - materialName: 0 - materialSearch: 1 - materialLocation: 1 - animations: - legacyGenerateAnimations: 4 - bakeSimulation: 0 - resampleCurves: 1 - optimizeGameObjects: 0 - motionNodeName: - rigImportErrors: - rigImportWarnings: - animationImportErrors: - animationImportWarnings: - animationRetargetingWarnings: - animationDoRetargetingWarnings: 0 - importAnimatedCustomProperties: 0 - importConstraints: 0 - animationCompression: 1 - animationRotationError: 0.5 - animationPositionError: 0.5 - animationScaleError: 0.5 - animationWrapMode: 0 - extraExposedTransformPaths: [] - extraUserProperties: [] - clipAnimations: [] - isReadable: 0 - meshes: - lODScreenPercentages: [] - globalScale: 1 - meshCompression: 0 - addColliders: 0 - useSRGBMaterialColor: 1 - sortHierarchyByName: 1 - importVisibility: 1 - importBlendShapes: 1 - importCameras: 1 - importLights: 1 - swapUVChannels: 0 - generateSecondaryUV: 0 - useFileUnits: 1 - keepQuads: 0 - weldVertices: 1 - preserveHierarchy: 0 - skinWeightsMode: 0 - maxBonesPerVertex: 4 - minBoneWeight: 0.001 - meshOptimizationFlags: -1 - indexFormat: 0 - secondaryUVAngleDistortion: 8 - secondaryUVAreaDistortion: 15.000001 - secondaryUVHardAngle: 88 - secondaryUVPackMargin: 4 - useFileScale: 1 - tangentSpace: - normalSmoothAngle: 60 - normalImportMode: 0 - tangentImportMode: 3 - normalCalculationMode: 4 - legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 - blendShapeNormalImportMode: 1 - normalSmoothingSource: 0 - referencedClips: [] - importAnimation: 1 - humanDescription: - serializedVersion: 3 - human: [] - skeleton: [] - armTwist: 0.5 - foreArmTwist: 0.5 - upperLegTwist: 0.5 - legTwist: 0.5 - armStretch: 0.05 - legStretch: 0.05 - feetSpacing: 0 - globalScale: 1 - rootMotionBoneName: - hasTranslationDoF: 0 - hasExtraRoot: 0 - skeletonHasParents: 1 - lastHumanDescriptionAvatarSource: {instanceID: 0} - autoGenerateAvatarMappingIfUnspecified: 1 - animationType: 2 - humanoidOversampling: 1 - avatarSetup: 0 - additionalBone: 0 - userData: - assetBundleName: - assetBundleVariant: -AssetOrigin: - serializedVersion: 1 - productId: 183370 - packageName: Feel - packageVersion: 5.8 - assetPath: Assets/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Models/Rock2.fbx - uploadId: 799856 diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Models/Rock3.fbx b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Models/Rock3.fbx deleted file mode 100644 index 871a13122..000000000 Binary files a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Models/Rock3.fbx and /dev/null differ diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Models/Rock3.fbx.meta b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Models/Rock3.fbx.meta deleted file mode 100644 index 4639d42a7..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Models/Rock3.fbx.meta +++ /dev/null @@ -1,103 +0,0 @@ -fileFormatVersion: 2 -guid: e7b8d3e8e58ffc24984b81ddbd5f9c29 -ModelImporter: - serializedVersion: 19300 - internalIDToNameTable: [] - externalObjects: {} - materials: - materialImportMode: 1 - materialName: 0 - materialSearch: 1 - materialLocation: 1 - animations: - legacyGenerateAnimations: 4 - bakeSimulation: 0 - resampleCurves: 1 - optimizeGameObjects: 0 - motionNodeName: - rigImportErrors: - rigImportWarnings: - animationImportErrors: - animationImportWarnings: - animationRetargetingWarnings: - animationDoRetargetingWarnings: 0 - importAnimatedCustomProperties: 0 - importConstraints: 0 - animationCompression: 1 - animationRotationError: 0.5 - animationPositionError: 0.5 - animationScaleError: 0.5 - animationWrapMode: 0 - extraExposedTransformPaths: [] - extraUserProperties: [] - clipAnimations: [] - isReadable: 0 - meshes: - lODScreenPercentages: [] - globalScale: 1 - meshCompression: 0 - addColliders: 0 - useSRGBMaterialColor: 1 - sortHierarchyByName: 1 - importVisibility: 1 - importBlendShapes: 1 - importCameras: 1 - importLights: 1 - swapUVChannels: 0 - generateSecondaryUV: 0 - useFileUnits: 1 - keepQuads: 0 - weldVertices: 1 - preserveHierarchy: 0 - skinWeightsMode: 0 - maxBonesPerVertex: 4 - minBoneWeight: 0.001 - meshOptimizationFlags: -1 - indexFormat: 0 - secondaryUVAngleDistortion: 8 - secondaryUVAreaDistortion: 15.000001 - secondaryUVHardAngle: 88 - secondaryUVPackMargin: 4 - useFileScale: 1 - tangentSpace: - normalSmoothAngle: 60 - normalImportMode: 0 - tangentImportMode: 3 - normalCalculationMode: 4 - legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 - blendShapeNormalImportMode: 1 - normalSmoothingSource: 0 - referencedClips: [] - importAnimation: 1 - humanDescription: - serializedVersion: 3 - human: [] - skeleton: [] - armTwist: 0.5 - foreArmTwist: 0.5 - upperLegTwist: 0.5 - legTwist: 0.5 - armStretch: 0.05 - legStretch: 0.05 - feetSpacing: 0 - globalScale: 1 - rootMotionBoneName: - hasTranslationDoF: 0 - hasExtraRoot: 0 - skeletonHasParents: 1 - lastHumanDescriptionAvatarSource: {instanceID: 0} - autoGenerateAvatarMappingIfUnspecified: 1 - animationType: 2 - humanoidOversampling: 1 - avatarSetup: 0 - additionalBone: 0 - userData: - assetBundleName: - assetBundleVariant: -AssetOrigin: - serializedVersion: 1 - productId: 183370 - packageName: Feel - packageVersion: 5.8 - assetPath: Assets/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Models/Rock3.fbx - uploadId: 799856 diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Models/Sphere.fbx b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Models/Sphere.fbx deleted file mode 100644 index 24b39f5e0..000000000 Binary files a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Models/Sphere.fbx and /dev/null differ diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Models/Sphere.fbx.meta b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Models/Sphere.fbx.meta deleted file mode 100644 index 91e973574..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Models/Sphere.fbx.meta +++ /dev/null @@ -1,105 +0,0 @@ -fileFormatVersion: 2 -guid: d9c2d3b5b3491844cb195e03ee9e1524 -ModelImporter: - serializedVersion: 23 - fileIDToRecycleName: - 100000: //RootNode - 400000: //RootNode - 2100000: No Name - 2300000: //RootNode - 3300000: //RootNode - 4300000: Sphere - 4300002: Icosphere - externalObjects: {} - materials: - importMaterials: 1 - materialName: 0 - materialSearch: 1 - materialLocation: 1 - animations: - legacyGenerateAnimations: 4 - bakeSimulation: 0 - resampleCurves: 1 - optimizeGameObjects: 0 - motionNodeName: - rigImportErrors: - rigImportWarnings: - animationImportErrors: - animationImportWarnings: - animationRetargetingWarnings: - animationDoRetargetingWarnings: 0 - importAnimatedCustomProperties: 0 - importConstraints: 0 - animationCompression: 1 - animationRotationError: 0.5 - animationPositionError: 0.5 - animationScaleError: 0.5 - animationWrapMode: 0 - extraExposedTransformPaths: [] - extraUserProperties: [] - clipAnimations: [] - isReadable: 1 - meshes: - lODScreenPercentages: [] - globalScale: 1 - meshCompression: 0 - addColliders: 0 - useSRGBMaterialColor: 1 - importVisibility: 1 - importBlendShapes: 1 - importCameras: 1 - importLights: 1 - swapUVChannels: 0 - generateSecondaryUV: 0 - useFileUnits: 1 - optimizeMeshForGPU: 1 - keepQuads: 0 - weldVertices: 1 - preserveHierarchy: 0 - indexFormat: 0 - secondaryUVAngleDistortion: 8 - secondaryUVAreaDistortion: 15.000001 - secondaryUVHardAngle: 88 - secondaryUVPackMargin: 4 - useFileScale: 1 - previousCalculatedGlobalScale: 1 - hasPreviousCalculatedGlobalScale: 0 - tangentSpace: - normalSmoothAngle: 60 - normalImportMode: 0 - tangentImportMode: 3 - normalCalculationMode: 4 - legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 - blendShapeNormalImportMode: 1 - normalSmoothingSource: 0 - importAnimation: 1 - copyAvatar: 0 - humanDescription: - serializedVersion: 2 - human: [] - skeleton: [] - armTwist: 0.5 - foreArmTwist: 0.5 - upperLegTwist: 0.5 - legTwist: 0.5 - armStretch: 0.05 - legStretch: 0.05 - feetSpacing: 0 - rootMotionBoneName: - hasTranslationDoF: 0 - hasExtraRoot: 0 - skeletonHasParents: 1 - lastHumanDescriptionAvatarSource: {instanceID: 0} - animationType: 0 - humanoidOversampling: 1 - additionalBone: 0 - userData: - assetBundleName: - assetBundleVariant: -AssetOrigin: - serializedVersion: 1 - productId: 183370 - packageName: Feel - packageVersion: 5.8 - assetPath: Assets/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Models/Sphere.fbx - uploadId: 799856 diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Prefabs.meta b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Prefabs.meta deleted file mode 100644 index 052c4ff3d..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Prefabs.meta +++ /dev/null @@ -1,8 +0,0 @@ -fileFormatVersion: 2 -guid: de7f617509b76794ca1f95e8b245c4f3 -folderAsset: yes -DefaultImporter: - externalObjects: {} - userData: - assetBundleName: - assetBundleVariant: diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Prefabs/FeedbackDemoBackgroundCube.prefab b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Prefabs/FeedbackDemoBackgroundCube.prefab deleted file mode 100644 index 7311b459d..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Prefabs/FeedbackDemoBackgroundCube.prefab +++ /dev/null @@ -1,81 +0,0 @@ -%YAML 1.1 -%TAG !u! tag:unity3d.com,2011: ---- !u!1 &4610476634640326944 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 4610476634640326949} - - component: {fileID: 4610476634640326946} - - component: {fileID: 4610476634640326947} - m_Layer: 0 - m_Name: FeedbackDemoBackgroundCube - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &4610476634640326949 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 4610476634640326944} - m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: 0} - m_LocalScale: {x: 1, y: 1, z: 1} - m_Children: [] - m_Father: {fileID: 0} - m_RootOrder: 0 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!33 &4610476634640326946 -MeshFilter: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 4610476634640326944} - m_Mesh: {fileID: -5495902117074765545, guid: d15c44bfaa8a88c4790fa0fa2782404a, type: 3} ---- !u!23 &4610476634640326947 -MeshRenderer: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 4610476634640326944} - m_Enabled: 1 - m_CastShadows: 1 - m_ReceiveShadows: 1 - m_DynamicOccludee: 1 - m_MotionVectors: 1 - m_LightProbeUsage: 1 - m_ReflectionProbeUsage: 1 - m_RayTracingMode: 2 - m_RenderingLayerMask: 1 - m_RendererPriority: 0 - m_Materials: - - {fileID: 2100000, guid: a2bfccdea313bee4cbe611dfd2194b6c, type: 2} - m_StaticBatchInfo: - firstSubMesh: 0 - subMeshCount: 0 - m_StaticBatchRoot: {fileID: 0} - m_ProbeAnchor: {fileID: 0} - m_LightProbeVolumeOverride: {fileID: 0} - m_ScaleInLightmap: 1 - m_ReceiveGI: 1 - m_PreserveUVs: 0 - m_IgnoreNormalsForChartDetection: 0 - m_ImportantGI: 0 - m_StitchLightmapSeams: 1 - m_SelectedEditorRenderState: 3 - m_MinimumChartSize: 4 - m_AutoUVMaxDistance: 0.5 - m_AutoUVMaxAngle: 89 - m_LightmapParameters: {fileID: 0} - m_SortingLayerID: 0 - m_SortingLayer: 0 - m_SortingOrder: 0 diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Prefabs/FeedbackDemoBackgroundCube.prefab.meta b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Prefabs/FeedbackDemoBackgroundCube.prefab.meta deleted file mode 100644 index bb8bc7931..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Prefabs/FeedbackDemoBackgroundCube.prefab.meta +++ /dev/null @@ -1,14 +0,0 @@ -fileFormatVersion: 2 -guid: 9c99ec9330979f94aa6e33f0bec7752f -PrefabImporter: - externalObjects: {} - userData: - assetBundleName: - assetBundleVariant: -AssetOrigin: - serializedVersion: 1 - productId: 183370 - packageName: Feel - packageVersion: 5.8 - assetPath: Assets/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Prefabs/FeedbackDemoBackgroundCube.prefab - uploadId: 799856 diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Prefabs/FeedbackDemoMiniSpheresFX.prefab b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Prefabs/FeedbackDemoMiniSpheresFX.prefab deleted file mode 100644 index dffb80531..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Prefabs/FeedbackDemoMiniSpheresFX.prefab +++ /dev/null @@ -1,4823 +0,0 @@ -%YAML 1.1 -%TAG !u! tag:unity3d.com,2011: ---- !u!1 &7202886328449081747 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 7578322649127146024} - - component: {fileID: 8929121173964722097} - - component: {fileID: 534305833436199556} - m_Layer: 0 - m_Name: FeedbackDemoMiniSpheresFX - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &7578322649127146024 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 7202886328449081747} - m_LocalRotation: {x: -0.7071068, y: 0, z: 0, w: 0.7071068} - m_LocalPosition: {x: 0.1402309, y: 0.07898855, z: 7.4970083} - m_LocalScale: {x: 1, y: 1, z: 1} - m_Children: [] - m_Father: {fileID: 0} - m_RootOrder: 0 - m_LocalEulerAnglesHint: {x: -90, y: 0, z: 0} ---- !u!198 &8929121173964722097 -ParticleSystem: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 7202886328449081747} - serializedVersion: 6 - lengthInSec: 2 - simulationSpeed: 1 - stopAction: 2 - cullingMode: 0 - ringBufferMode: 0 - ringBufferLoopRange: {x: 0, y: 1} - looping: 0 - prewarm: 0 - playOnAwake: 1 - useUnscaledTime: 0 - autoRandomSeed: 1 - useRigidbodyForVelocity: 1 - startDelay: - serializedVersion: 2 - minMaxState: 0 - scalar: 0 - minScalar: 0 - maxCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - minCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - moveWithTransform: 1 - moveWithCustomTransform: {fileID: 0} - scalingMode: 1 - randomSeed: 0 - InitialModule: - serializedVersion: 3 - enabled: 1 - startLifetime: - serializedVersion: 2 - minMaxState: 0 - scalar: 0.5 - minScalar: 5 - maxCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - minCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - startSpeed: - serializedVersion: 2 - minMaxState: 0 - scalar: 6 - minScalar: 5 - maxCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - minCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - startColor: - serializedVersion: 2 - minMaxState: 0 - minColor: {r: 1, g: 1, b: 1, a: 1} - maxColor: {r: 1, g: 1, b: 1, a: 1} - maxGradient: - serializedVersion: 2 - key0: {r: 1, g: 1, b: 1, a: 1} - key1: {r: 1, g: 1, b: 1, a: 1} - key2: {r: 0, g: 0, b: 0, a: 0} - key3: {r: 0, g: 0, b: 0, a: 0} - key4: {r: 0, g: 0, b: 0, a: 0} - key5: {r: 0, g: 0, b: 0, a: 0} - key6: {r: 0, g: 0, b: 0, a: 0} - key7: {r: 0, g: 0, b: 0, a: 0} - ctime0: 0 - ctime1: 65535 - ctime2: 0 - ctime3: 0 - ctime4: 0 - ctime5: 0 - ctime6: 0 - ctime7: 0 - atime0: 0 - atime1: 65535 - atime2: 0 - atime3: 0 - atime4: 0 - atime5: 0 - atime6: 0 - atime7: 0 - m_Mode: 0 - m_NumColorKeys: 2 - m_NumAlphaKeys: 2 - minGradient: - serializedVersion: 2 - key0: {r: 1, g: 1, b: 1, a: 1} - key1: {r: 1, g: 1, b: 1, a: 1} - key2: {r: 0, g: 0, b: 0, a: 0} - key3: {r: 0, g: 0, b: 0, a: 0} - key4: {r: 0, g: 0, b: 0, a: 0} - key5: {r: 0, g: 0, b: 0, a: 0} - key6: {r: 0, g: 0, b: 0, a: 0} - key7: {r: 0, g: 0, b: 0, a: 0} - ctime0: 0 - ctime1: 65535 - ctime2: 0 - ctime3: 0 - ctime4: 0 - ctime5: 0 - ctime6: 0 - ctime7: 0 - atime0: 0 - atime1: 65535 - atime2: 0 - atime3: 0 - atime4: 0 - atime5: 0 - atime6: 0 - atime7: 0 - m_Mode: 0 - m_NumColorKeys: 2 - m_NumAlphaKeys: 2 - startSize: - serializedVersion: 2 - minMaxState: 3 - scalar: 0.2 - minScalar: 0.1 - maxCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - minCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - startSizeY: - serializedVersion: 2 - minMaxState: 3 - scalar: 1 - minScalar: 1 - maxCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - minCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - startSizeZ: - serializedVersion: 2 - minMaxState: 3 - scalar: 1 - minScalar: 1 - maxCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - minCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - startRotationX: - serializedVersion: 2 - minMaxState: 3 - scalar: 0 - minScalar: 6.283185 - maxCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - minCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - startRotationY: - serializedVersion: 2 - minMaxState: 3 - scalar: 0 - minScalar: 6.283185 - maxCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - minCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - startRotation: - serializedVersion: 2 - minMaxState: 3 - scalar: 0 - minScalar: 6.283185 - maxCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - minCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - randomizeRotationDirection: 0 - maxNumParticles: 1000 - size3D: 0 - rotation3D: 1 - gravityModifier: - serializedVersion: 2 - minMaxState: 0 - scalar: 0 - minScalar: 0 - maxCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - minCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - ShapeModule: - serializedVersion: 6 - enabled: 1 - type: 0 - angle: 50 - length: 5 - boxThickness: {x: 0, y: 0, z: 0} - radiusThickness: 1 - donutRadius: 0.2 - m_Position: {x: 0, y: 0, z: 0} - m_Rotation: {x: 0, y: 0, z: 0} - m_Scale: {x: 1, y: 1, z: 1} - placementMode: 0 - m_MeshMaterialIndex: 0 - m_MeshNormalOffset: 0 - m_MeshSpawn: - mode: 0 - spread: 0 - speed: - serializedVersion: 2 - minMaxState: 0 - scalar: 1 - minScalar: 1 - maxCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - minCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - m_Mesh: {fileID: 0} - m_MeshRenderer: {fileID: 0} - m_SkinnedMeshRenderer: {fileID: 0} - m_Sprite: {fileID: 0} - m_SpriteRenderer: {fileID: 0} - m_UseMeshMaterialIndex: 0 - m_UseMeshColors: 1 - alignToDirection: 0 - m_Texture: {fileID: 0} - m_TextureClipChannel: 3 - m_TextureClipThreshold: 0 - m_TextureUVChannel: 0 - m_TextureColorAffectsParticles: 1 - m_TextureAlphaAffectsParticles: 1 - m_TextureBilinearFiltering: 0 - randomDirectionAmount: 0 - sphericalDirectionAmount: 0 - randomPositionAmount: 0 - radius: - value: 0.0001 - mode: 0 - spread: 0 - speed: - serializedVersion: 2 - minMaxState: 0 - scalar: 1 - minScalar: 1 - maxCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - minCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - arc: - value: 360 - mode: 0 - spread: 0 - speed: - serializedVersion: 2 - minMaxState: 0 - scalar: 1 - minScalar: 1 - maxCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - minCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - EmissionModule: - enabled: 1 - serializedVersion: 4 - rateOverTime: - serializedVersion: 2 - minMaxState: 0 - scalar: 0 - minScalar: 10 - maxCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - minCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - rateOverDistance: - serializedVersion: 2 - minMaxState: 0 - scalar: 0 - minScalar: 0 - maxCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - minCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - m_BurstCount: 1 - m_Bursts: - - serializedVersion: 2 - time: 0 - countCurve: - serializedVersion: 2 - minMaxState: 0 - scalar: 100 - minScalar: 30 - maxCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - minCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - cycleCount: 1 - repeatInterval: 0.01 - probability: 1 - SizeModule: - enabled: 1 - curve: - serializedVersion: 2 - minMaxState: 1 - scalar: 1 - minScalar: 1 - maxCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.63094693 - value: 0.99279994 - inSlope: 1.2745562 - outSlope: 1.2745562 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - minCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - y: - serializedVersion: 2 - minMaxState: 1 - scalar: 1 - minScalar: 1 - maxCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 1 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 1 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - minCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - z: - serializedVersion: 2 - minMaxState: 1 - scalar: 1 - minScalar: 1 - maxCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 1 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 1 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - minCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - separateAxes: 0 - RotationModule: - enabled: 0 - x: - serializedVersion: 2 - minMaxState: 0 - scalar: 0 - minScalar: 0 - maxCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - minCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - y: - serializedVersion: 2 - minMaxState: 0 - scalar: 0 - minScalar: 0 - maxCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - minCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - curve: - serializedVersion: 2 - minMaxState: 0 - scalar: 0.7853982 - minScalar: 0.7853982 - maxCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - minCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - separateAxes: 0 - ColorModule: - enabled: 0 - gradient: - serializedVersion: 2 - minMaxState: 1 - minColor: {r: 1, g: 1, b: 1, a: 1} - maxColor: {r: 1, g: 1, b: 1, a: 1} - maxGradient: - serializedVersion: 2 - key0: {r: 1, g: 1, b: 1, a: 1} - key1: {r: 1, g: 1, b: 1, a: 1} - key2: {r: 0, g: 0, b: 0, a: 0} - key3: {r: 0, g: 0, b: 0, a: 0} - key4: {r: 0, g: 0, b: 0, a: 0} - key5: {r: 0, g: 0, b: 0, a: 0} - key6: {r: 0, g: 0, b: 0, a: 0} - key7: {r: 0, g: 0, b: 0, a: 0} - ctime0: 0 - ctime1: 65535 - ctime2: 0 - ctime3: 0 - ctime4: 0 - ctime5: 0 - ctime6: 0 - ctime7: 0 - atime0: 0 - atime1: 65535 - atime2: 0 - atime3: 0 - atime4: 0 - atime5: 0 - atime6: 0 - atime7: 0 - m_Mode: 0 - m_NumColorKeys: 2 - m_NumAlphaKeys: 2 - minGradient: - serializedVersion: 2 - key0: {r: 1, g: 1, b: 1, a: 1} - key1: {r: 1, g: 1, b: 1, a: 1} - key2: {r: 0, g: 0, b: 0, a: 0} - key3: {r: 0, g: 0, b: 0, a: 0} - key4: {r: 0, g: 0, b: 0, a: 0} - key5: {r: 0, g: 0, b: 0, a: 0} - key6: {r: 0, g: 0, b: 0, a: 0} - key7: {r: 0, g: 0, b: 0, a: 0} - ctime0: 0 - ctime1: 65535 - ctime2: 0 - ctime3: 0 - ctime4: 0 - ctime5: 0 - ctime6: 0 - ctime7: 0 - atime0: 0 - atime1: 65535 - atime2: 0 - atime3: 0 - atime4: 0 - atime5: 0 - atime6: 0 - atime7: 0 - m_Mode: 0 - m_NumColorKeys: 2 - m_NumAlphaKeys: 2 - UVModule: - serializedVersion: 2 - enabled: 0 - mode: 0 - timeMode: 0 - fps: 30 - frameOverTime: - serializedVersion: 2 - minMaxState: 1 - scalar: 0.9999 - minScalar: 0.9999 - maxCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 1 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 1 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - minCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - startFrame: - serializedVersion: 2 - minMaxState: 0 - scalar: 0 - minScalar: 0 - maxCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - minCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - speedRange: {x: 0, y: 1} - tilesX: 1 - tilesY: 1 - animationType: 0 - rowIndex: 0 - cycles: 1 - uvChannelMask: -1 - rowMode: 1 - sprites: - - sprite: {fileID: 0} - flipU: 0 - flipV: 0 - VelocityModule: - enabled: 1 - x: - serializedVersion: 2 - minMaxState: 0 - scalar: 0 - minScalar: 0 - maxCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - minCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - y: - serializedVersion: 2 - minMaxState: 0 - scalar: 0 - minScalar: 0 - maxCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - minCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - z: - serializedVersion: 2 - minMaxState: 0 - scalar: 0 - minScalar: 0 - maxCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - minCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - orbitalX: - serializedVersion: 2 - minMaxState: 0 - scalar: 0 - minScalar: 0 - maxCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - minCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - orbitalY: - serializedVersion: 2 - minMaxState: 0 - scalar: 0 - minScalar: 0 - maxCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - minCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - orbitalZ: - serializedVersion: 2 - minMaxState: 0 - scalar: 0 - minScalar: 0 - maxCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - minCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - orbitalOffsetX: - serializedVersion: 2 - minMaxState: 0 - scalar: 0 - minScalar: 0 - maxCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - minCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - orbitalOffsetY: - serializedVersion: 2 - minMaxState: 0 - scalar: 0 - minScalar: 0 - maxCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - minCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - orbitalOffsetZ: - serializedVersion: 2 - minMaxState: 0 - scalar: 0 - minScalar: 0 - maxCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - minCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - radial: - serializedVersion: 2 - minMaxState: 0 - scalar: 0 - minScalar: 0 - maxCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - minCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - speedModifier: - serializedVersion: 2 - minMaxState: 0 - scalar: 1 - minScalar: 1 - maxCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - minCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - inWorldSpace: 1 - InheritVelocityModule: - enabled: 0 - m_Mode: 0 - m_Curve: - serializedVersion: 2 - minMaxState: 0 - scalar: 0 - minScalar: 0 - maxCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - minCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - ForceModule: - enabled: 0 - x: - serializedVersion: 2 - minMaxState: 0 - scalar: 0 - minScalar: 0 - maxCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - minCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - y: - serializedVersion: 2 - minMaxState: 0 - scalar: 0 - minScalar: 0 - maxCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - minCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - z: - serializedVersion: 2 - minMaxState: 0 - scalar: 0 - minScalar: 0 - maxCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - minCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - inWorldSpace: 0 - randomizePerFrame: 0 - ExternalForcesModule: - serializedVersion: 2 - enabled: 0 - multiplierCurve: - serializedVersion: 2 - minMaxState: 0 - scalar: 1 - minScalar: 1 - maxCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - minCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - influenceFilter: 0 - influenceMask: - serializedVersion: 2 - m_Bits: 4294967295 - influenceList: [] - ClampVelocityModule: - enabled: 1 - x: - serializedVersion: 2 - minMaxState: 0 - scalar: 1 - minScalar: 1 - maxCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - minCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - y: - serializedVersion: 2 - minMaxState: 0 - scalar: 1 - minScalar: 1 - maxCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - minCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - z: - serializedVersion: 2 - minMaxState: 0 - scalar: 1 - minScalar: 1 - maxCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - minCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - magnitude: - serializedVersion: 2 - minMaxState: 0 - scalar: 1 - minScalar: 1 - maxCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - minCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - separateAxis: 0 - inWorldSpace: 0 - multiplyDragByParticleSize: 1 - multiplyDragByParticleVelocity: 1 - dampen: 0.5 - drag: - serializedVersion: 2 - minMaxState: 0 - scalar: 0.2 - minScalar: 0 - maxCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - minCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - NoiseModule: - enabled: 0 - strength: - serializedVersion: 2 - minMaxState: 0 - scalar: 1 - minScalar: 1 - maxCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - minCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - strengthY: - serializedVersion: 2 - minMaxState: 0 - scalar: 1 - minScalar: 1 - maxCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - minCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - strengthZ: - serializedVersion: 2 - minMaxState: 0 - scalar: 1 - minScalar: 1 - maxCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - minCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - separateAxes: 0 - frequency: 0.5 - damping: 1 - octaves: 1 - octaveMultiplier: 0.5 - octaveScale: 2 - quality: 2 - scrollSpeed: - serializedVersion: 2 - minMaxState: 0 - scalar: 0 - minScalar: 0 - maxCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - minCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - remap: - serializedVersion: 2 - minMaxState: 1 - scalar: 1 - minScalar: 1 - maxCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 1 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 1 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - minCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - remapY: - serializedVersion: 2 - minMaxState: 1 - scalar: 1 - minScalar: 1 - maxCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 1 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 1 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - minCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - remapZ: - serializedVersion: 2 - minMaxState: 1 - scalar: 1 - minScalar: 1 - maxCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 1 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 1 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - minCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - remapEnabled: 0 - positionAmount: - serializedVersion: 2 - minMaxState: 0 - scalar: 1 - minScalar: 1 - maxCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - minCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - rotationAmount: - serializedVersion: 2 - minMaxState: 0 - scalar: 0 - minScalar: 0 - maxCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - minCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - sizeAmount: - serializedVersion: 2 - minMaxState: 0 - scalar: 0 - minScalar: 0 - maxCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - minCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - SizeBySpeedModule: - enabled: 0 - curve: - serializedVersion: 2 - minMaxState: 1 - scalar: 1 - minScalar: 1 - maxCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 1 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 1 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - minCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - y: - serializedVersion: 2 - minMaxState: 1 - scalar: 1 - minScalar: 1 - maxCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 1 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 1 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - minCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - z: - serializedVersion: 2 - minMaxState: 1 - scalar: 1 - minScalar: 1 - maxCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 1 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 1 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - minCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - range: {x: 0, y: 1} - separateAxes: 0 - RotationBySpeedModule: - enabled: 0 - x: - serializedVersion: 2 - minMaxState: 0 - scalar: 0 - minScalar: 0 - maxCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - minCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - y: - serializedVersion: 2 - minMaxState: 0 - scalar: 0 - minScalar: 0 - maxCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - minCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - curve: - serializedVersion: 2 - minMaxState: 0 - scalar: 0.7853982 - minScalar: 0.7853982 - maxCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - minCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - separateAxes: 0 - range: {x: 0, y: 1} - ColorBySpeedModule: - enabled: 0 - gradient: - serializedVersion: 2 - minMaxState: 1 - minColor: {r: 1, g: 1, b: 1, a: 1} - maxColor: {r: 1, g: 1, b: 1, a: 1} - maxGradient: - serializedVersion: 2 - key0: {r: 1, g: 1, b: 1, a: 1} - key1: {r: 1, g: 1, b: 1, a: 1} - key2: {r: 0, g: 0, b: 0, a: 0} - key3: {r: 0, g: 0, b: 0, a: 0} - key4: {r: 0, g: 0, b: 0, a: 0} - key5: {r: 0, g: 0, b: 0, a: 0} - key6: {r: 0, g: 0, b: 0, a: 0} - key7: {r: 0, g: 0, b: 0, a: 0} - ctime0: 0 - ctime1: 65535 - ctime2: 0 - ctime3: 0 - ctime4: 0 - ctime5: 0 - ctime6: 0 - ctime7: 0 - atime0: 0 - atime1: 65535 - atime2: 0 - atime3: 0 - atime4: 0 - atime5: 0 - atime6: 0 - atime7: 0 - m_Mode: 0 - m_NumColorKeys: 2 - m_NumAlphaKeys: 2 - minGradient: - serializedVersion: 2 - key0: {r: 1, g: 1, b: 1, a: 1} - key1: {r: 1, g: 1, b: 1, a: 1} - key2: {r: 0, g: 0, b: 0, a: 0} - key3: {r: 0, g: 0, b: 0, a: 0} - key4: {r: 0, g: 0, b: 0, a: 0} - key5: {r: 0, g: 0, b: 0, a: 0} - key6: {r: 0, g: 0, b: 0, a: 0} - key7: {r: 0, g: 0, b: 0, a: 0} - ctime0: 0 - ctime1: 65535 - ctime2: 0 - ctime3: 0 - ctime4: 0 - ctime5: 0 - ctime6: 0 - ctime7: 0 - atime0: 0 - atime1: 65535 - atime2: 0 - atime3: 0 - atime4: 0 - atime5: 0 - atime6: 0 - atime7: 0 - m_Mode: 0 - m_NumColorKeys: 2 - m_NumAlphaKeys: 2 - range: {x: 0, y: 1} - CollisionModule: - enabled: 0 - serializedVersion: 3 - type: 0 - collisionMode: 0 - colliderForce: 0 - multiplyColliderForceByParticleSize: 0 - multiplyColliderForceByParticleSpeed: 0 - multiplyColliderForceByCollisionAngle: 1 - plane0: {fileID: 0} - plane1: {fileID: 0} - plane2: {fileID: 0} - plane3: {fileID: 0} - plane4: {fileID: 0} - plane5: {fileID: 0} - m_Dampen: - serializedVersion: 2 - minMaxState: 0 - scalar: 0.3 - minScalar: 0 - maxCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - minCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - m_Bounce: - serializedVersion: 2 - minMaxState: 0 - scalar: 1.2 - minScalar: 1 - maxCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - minCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - m_EnergyLossOnCollision: - serializedVersion: 2 - minMaxState: 0 - scalar: 0 - minScalar: 0 - maxCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - minCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - minKillSpeed: 0 - maxKillSpeed: 10000 - radiusScale: 1 - collidesWith: - serializedVersion: 2 - m_Bits: 4294967295 - maxCollisionShapes: 256 - quality: 0 - voxelSize: 0.5 - collisionMessages: 0 - collidesWithDynamic: 1 - interiorCollisions: 0 - TriggerModule: - enabled: 0 - collisionShape0: {fileID: 0} - collisionShape1: {fileID: 0} - collisionShape2: {fileID: 0} - collisionShape3: {fileID: 0} - collisionShape4: {fileID: 0} - collisionShape5: {fileID: 0} - inside: 1 - outside: 0 - enter: 0 - exit: 0 - radiusScale: 1 - SubModule: - serializedVersion: 2 - enabled: 0 - subEmitters: - - serializedVersion: 3 - emitter: {fileID: 0} - type: 0 - properties: 0 - emitProbability: 1 - LightsModule: - enabled: 0 - ratio: 0 - light: {fileID: 0} - randomDistribution: 1 - color: 1 - range: 1 - intensity: 1 - rangeCurve: - serializedVersion: 2 - minMaxState: 0 - scalar: 1 - minScalar: 1 - maxCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - minCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - intensityCurve: - serializedVersion: 2 - minMaxState: 0 - scalar: 1 - minScalar: 1 - maxCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - minCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - maxLights: 20 - TrailModule: - enabled: 0 - mode: 0 - ratio: 1 - lifetime: - serializedVersion: 2 - minMaxState: 0 - scalar: 1 - minScalar: 1 - maxCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - minCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - minVertexDistance: 0.2 - textureMode: 0 - ribbonCount: 1 - shadowBias: 0.5 - worldSpace: 0 - dieWithParticles: 1 - sizeAffectsWidth: 1 - sizeAffectsLifetime: 0 - inheritParticleColor: 1 - generateLightingData: 0 - splitSubEmitterRibbons: 0 - attachRibbonsToTransform: 0 - colorOverLifetime: - serializedVersion: 2 - minMaxState: 0 - minColor: {r: 1, g: 1, b: 1, a: 1} - maxColor: {r: 1, g: 1, b: 1, a: 1} - maxGradient: - serializedVersion: 2 - key0: {r: 1, g: 1, b: 1, a: 1} - key1: {r: 1, g: 1, b: 1, a: 1} - key2: {r: 0, g: 0, b: 0, a: 0} - key3: {r: 0, g: 0, b: 0, a: 0} - key4: {r: 0, g: 0, b: 0, a: 0} - key5: {r: 0, g: 0, b: 0, a: 0} - key6: {r: 0, g: 0, b: 0, a: 0} - key7: {r: 0, g: 0, b: 0, a: 0} - ctime0: 0 - ctime1: 65535 - ctime2: 0 - ctime3: 0 - ctime4: 0 - ctime5: 0 - ctime6: 0 - ctime7: 0 - atime0: 0 - atime1: 65535 - atime2: 0 - atime3: 0 - atime4: 0 - atime5: 0 - atime6: 0 - atime7: 0 - m_Mode: 0 - m_NumColorKeys: 2 - m_NumAlphaKeys: 2 - minGradient: - serializedVersion: 2 - key0: {r: 1, g: 1, b: 1, a: 1} - key1: {r: 1, g: 1, b: 1, a: 1} - key2: {r: 0, g: 0, b: 0, a: 0} - key3: {r: 0, g: 0, b: 0, a: 0} - key4: {r: 0, g: 0, b: 0, a: 0} - key5: {r: 0, g: 0, b: 0, a: 0} - key6: {r: 0, g: 0, b: 0, a: 0} - key7: {r: 0, g: 0, b: 0, a: 0} - ctime0: 0 - ctime1: 65535 - ctime2: 0 - ctime3: 0 - ctime4: 0 - ctime5: 0 - ctime6: 0 - ctime7: 0 - atime0: 0 - atime1: 65535 - atime2: 0 - atime3: 0 - atime4: 0 - atime5: 0 - atime6: 0 - atime7: 0 - m_Mode: 0 - m_NumColorKeys: 2 - m_NumAlphaKeys: 2 - widthOverTrail: - serializedVersion: 2 - minMaxState: 0 - scalar: 1 - minScalar: 1 - maxCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - minCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - colorOverTrail: - serializedVersion: 2 - minMaxState: 0 - minColor: {r: 1, g: 1, b: 1, a: 1} - maxColor: {r: 1, g: 1, b: 1, a: 1} - maxGradient: - serializedVersion: 2 - key0: {r: 1, g: 1, b: 1, a: 1} - key1: {r: 1, g: 1, b: 1, a: 1} - key2: {r: 0, g: 0, b: 0, a: 0} - key3: {r: 0, g: 0, b: 0, a: 0} - key4: {r: 0, g: 0, b: 0, a: 0} - key5: {r: 0, g: 0, b: 0, a: 0} - key6: {r: 0, g: 0, b: 0, a: 0} - key7: {r: 0, g: 0, b: 0, a: 0} - ctime0: 0 - ctime1: 65535 - ctime2: 0 - ctime3: 0 - ctime4: 0 - ctime5: 0 - ctime6: 0 - ctime7: 0 - atime0: 0 - atime1: 65535 - atime2: 0 - atime3: 0 - atime4: 0 - atime5: 0 - atime6: 0 - atime7: 0 - m_Mode: 0 - m_NumColorKeys: 2 - m_NumAlphaKeys: 2 - minGradient: - serializedVersion: 2 - key0: {r: 1, g: 1, b: 1, a: 1} - key1: {r: 1, g: 1, b: 1, a: 1} - key2: {r: 0, g: 0, b: 0, a: 0} - key3: {r: 0, g: 0, b: 0, a: 0} - key4: {r: 0, g: 0, b: 0, a: 0} - key5: {r: 0, g: 0, b: 0, a: 0} - key6: {r: 0, g: 0, b: 0, a: 0} - key7: {r: 0, g: 0, b: 0, a: 0} - ctime0: 0 - ctime1: 65535 - ctime2: 0 - ctime3: 0 - ctime4: 0 - ctime5: 0 - ctime6: 0 - ctime7: 0 - atime0: 0 - atime1: 65535 - atime2: 0 - atime3: 0 - atime4: 0 - atime5: 0 - atime6: 0 - atime7: 0 - m_Mode: 0 - m_NumColorKeys: 2 - m_NumAlphaKeys: 2 - CustomDataModule: - enabled: 0 - mode0: 0 - vectorComponentCount0: 4 - color0: - serializedVersion: 2 - minMaxState: 0 - minColor: {r: 1, g: 1, b: 1, a: 1} - maxColor: {r: 1, g: 1, b: 1, a: 1} - maxGradient: - serializedVersion: 2 - key0: {r: 1, g: 1, b: 1, a: 1} - key1: {r: 1, g: 1, b: 1, a: 1} - key2: {r: 0, g: 0, b: 0, a: 0} - key3: {r: 0, g: 0, b: 0, a: 0} - key4: {r: 0, g: 0, b: 0, a: 0} - key5: {r: 0, g: 0, b: 0, a: 0} - key6: {r: 0, g: 0, b: 0, a: 0} - key7: {r: 0, g: 0, b: 0, a: 0} - ctime0: 0 - ctime1: 65535 - ctime2: 0 - ctime3: 0 - ctime4: 0 - ctime5: 0 - ctime6: 0 - ctime7: 0 - atime0: 0 - atime1: 65535 - atime2: 0 - atime3: 0 - atime4: 0 - atime5: 0 - atime6: 0 - atime7: 0 - m_Mode: 0 - m_NumColorKeys: 2 - m_NumAlphaKeys: 2 - minGradient: - serializedVersion: 2 - key0: {r: 1, g: 1, b: 1, a: 1} - key1: {r: 1, g: 1, b: 1, a: 1} - key2: {r: 0, g: 0, b: 0, a: 0} - key3: {r: 0, g: 0, b: 0, a: 0} - key4: {r: 0, g: 0, b: 0, a: 0} - key5: {r: 0, g: 0, b: 0, a: 0} - key6: {r: 0, g: 0, b: 0, a: 0} - key7: {r: 0, g: 0, b: 0, a: 0} - ctime0: 0 - ctime1: 65535 - ctime2: 0 - ctime3: 0 - ctime4: 0 - ctime5: 0 - ctime6: 0 - ctime7: 0 - atime0: 0 - atime1: 65535 - atime2: 0 - atime3: 0 - atime4: 0 - atime5: 0 - atime6: 0 - atime7: 0 - m_Mode: 0 - m_NumColorKeys: 2 - m_NumAlphaKeys: 2 - colorLabel0: Color - vector0_0: - serializedVersion: 2 - minMaxState: 0 - scalar: 0 - minScalar: 0 - maxCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - minCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - vectorLabel0_0: X - vector0_1: - serializedVersion: 2 - minMaxState: 0 - scalar: 0 - minScalar: 0 - maxCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - minCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - vectorLabel0_1: Y - vector0_2: - serializedVersion: 2 - minMaxState: 0 - scalar: 0 - minScalar: 0 - maxCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - minCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - vectorLabel0_2: Z - vector0_3: - serializedVersion: 2 - minMaxState: 0 - scalar: 0 - minScalar: 0 - maxCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - minCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - vectorLabel0_3: W - mode1: 0 - vectorComponentCount1: 4 - color1: - serializedVersion: 2 - minMaxState: 0 - minColor: {r: 1, g: 1, b: 1, a: 1} - maxColor: {r: 1, g: 1, b: 1, a: 1} - maxGradient: - serializedVersion: 2 - key0: {r: 1, g: 1, b: 1, a: 1} - key1: {r: 1, g: 1, b: 1, a: 1} - key2: {r: 0, g: 0, b: 0, a: 0} - key3: {r: 0, g: 0, b: 0, a: 0} - key4: {r: 0, g: 0, b: 0, a: 0} - key5: {r: 0, g: 0, b: 0, a: 0} - key6: {r: 0, g: 0, b: 0, a: 0} - key7: {r: 0, g: 0, b: 0, a: 0} - ctime0: 0 - ctime1: 65535 - ctime2: 0 - ctime3: 0 - ctime4: 0 - ctime5: 0 - ctime6: 0 - ctime7: 0 - atime0: 0 - atime1: 65535 - atime2: 0 - atime3: 0 - atime4: 0 - atime5: 0 - atime6: 0 - atime7: 0 - m_Mode: 0 - m_NumColorKeys: 2 - m_NumAlphaKeys: 2 - minGradient: - serializedVersion: 2 - key0: {r: 1, g: 1, b: 1, a: 1} - key1: {r: 1, g: 1, b: 1, a: 1} - key2: {r: 0, g: 0, b: 0, a: 0} - key3: {r: 0, g: 0, b: 0, a: 0} - key4: {r: 0, g: 0, b: 0, a: 0} - key5: {r: 0, g: 0, b: 0, a: 0} - key6: {r: 0, g: 0, b: 0, a: 0} - key7: {r: 0, g: 0, b: 0, a: 0} - ctime0: 0 - ctime1: 65535 - ctime2: 0 - ctime3: 0 - ctime4: 0 - ctime5: 0 - ctime6: 0 - ctime7: 0 - atime0: 0 - atime1: 65535 - atime2: 0 - atime3: 0 - atime4: 0 - atime5: 0 - atime6: 0 - atime7: 0 - m_Mode: 0 - m_NumColorKeys: 2 - m_NumAlphaKeys: 2 - colorLabel1: Color - vector1_0: - serializedVersion: 2 - minMaxState: 0 - scalar: 0 - minScalar: 0 - maxCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - minCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - vectorLabel1_0: X - vector1_1: - serializedVersion: 2 - minMaxState: 0 - scalar: 0 - minScalar: 0 - maxCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - minCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - vectorLabel1_1: Y - vector1_2: - serializedVersion: 2 - minMaxState: 0 - scalar: 0 - minScalar: 0 - maxCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - minCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - vectorLabel1_2: Z - vector1_3: - serializedVersion: 2 - minMaxState: 0 - scalar: 0 - minScalar: 0 - maxCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - minCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - vectorLabel1_3: W ---- !u!199 &534305833436199556 -ParticleSystemRenderer: - serializedVersion: 6 - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 7202886328449081747} - m_Enabled: 1 - m_CastShadows: 1 - m_ReceiveShadows: 0 - m_DynamicOccludee: 1 - m_MotionVectors: 1 - m_LightProbeUsage: 0 - m_ReflectionProbeUsage: 0 - m_RayTracingMode: 0 - m_RenderingLayerMask: 1 - m_RendererPriority: 0 - m_Materials: - - {fileID: 2100000, guid: c1d23fed02e635544b12ed36a30f8113, type: 2} - - {fileID: 2100000, guid: 05fa953830786f34fa5fd7523273f72c, type: 2} - m_StaticBatchInfo: - firstSubMesh: 0 - subMeshCount: 0 - m_StaticBatchRoot: {fileID: 0} - m_ProbeAnchor: {fileID: 0} - m_LightProbeVolumeOverride: {fileID: 0} - m_ScaleInLightmap: 1 - m_ReceiveGI: 1 - m_PreserveUVs: 0 - m_IgnoreNormalsForChartDetection: 0 - m_ImportantGI: 0 - m_StitchLightmapSeams: 0 - m_SelectedEditorRenderState: 3 - m_MinimumChartSize: 4 - m_AutoUVMaxDistance: 0.5 - m_AutoUVMaxAngle: 89 - m_LightmapParameters: {fileID: 0} - m_SortingLayerID: 0 - m_SortingLayer: 0 - m_SortingOrder: 0 - m_RenderMode: 4 - m_SortMode: 0 - m_MinParticleSize: 0 - m_MaxParticleSize: 0.5 - m_CameraVelocityScale: 0 - m_VelocityScale: 0 - m_LengthScale: 2 - m_SortingFudge: 0 - m_NormalDirection: 1 - m_ShadowBias: 0 - m_RenderAlignment: 0 - m_Pivot: {x: 0, y: 0, z: 0} - m_Flip: {x: 0, y: 0, z: 0} - m_UseCustomVertexStreams: 0 - m_EnableGPUInstancing: 1 - m_ApplyActiveColorSpace: 1 - m_AllowRoll: 1 - m_VertexStreams: 00010304 - m_Mesh: {fileID: 10207, guid: 0000000000000000e000000000000000, type: 0} - m_Mesh1: {fileID: 0} - m_Mesh2: {fileID: 0} - m_Mesh3: {fileID: 0} - m_MaskInteraction: 0 diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Prefabs/FeedbackDemoMiniSpheresFX.prefab.meta b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Prefabs/FeedbackDemoMiniSpheresFX.prefab.meta deleted file mode 100644 index ff975f7c9..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Prefabs/FeedbackDemoMiniSpheresFX.prefab.meta +++ /dev/null @@ -1,14 +0,0 @@ -fileFormatVersion: 2 -guid: a6426d824ca78984bb7ee0f497de0275 -PrefabImporter: - externalObjects: {} - userData: - assetBundleName: - assetBundleVariant: -AssetOrigin: - serializedVersion: 1 - productId: 183370 - packageName: Feel - packageVersion: 5.8 - assetPath: Assets/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Prefabs/FeedbackDemoMiniSpheresFX.prefab - uploadId: 799856 diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Prefabs/FeedbackDemoSparks.prefab b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Prefabs/FeedbackDemoSparks.prefab deleted file mode 100644 index 6cab24ed3..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Prefabs/FeedbackDemoSparks.prefab +++ /dev/null @@ -1,4872 +0,0 @@ -%YAML 1.1 -%TAG !u! tag:unity3d.com,2011: ---- !u!1 &5516627767547603715 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 7355664053235104452} - - component: {fileID: 4493036323921133358} - - component: {fileID: 90387635257123723} - m_Layer: 0 - m_Name: FeedbackDemoSparks - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &7355664053235104452 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 5516627767547603715} - m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} - m_LocalPosition: {x: -174.64047, y: 44.94444, z: -0} - m_LocalScale: {x: 1, y: 1, z: 1} - m_Children: [] - m_Father: {fileID: 0} - m_RootOrder: 0 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!199 &4493036323921133358 -ParticleSystemRenderer: - serializedVersion: 6 - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 5516627767547603715} - m_Enabled: 1 - m_CastShadows: 1 - m_ReceiveShadows: 1 - m_DynamicOccludee: 1 - m_MotionVectors: 1 - m_LightProbeUsage: 0 - m_ReflectionProbeUsage: 0 - m_RayTracingMode: 0 - m_RenderingLayerMask: 1 - m_RendererPriority: 0 - m_Materials: - - {fileID: 2100000, guid: db7781ef32c696d40b0abd6335c8b739, type: 2} - - {fileID: 2100000, guid: db7781ef32c696d40b0abd6335c8b739, type: 2} - m_StaticBatchInfo: - firstSubMesh: 0 - subMeshCount: 0 - m_StaticBatchRoot: {fileID: 0} - m_ProbeAnchor: {fileID: 0} - m_LightProbeVolumeOverride: {fileID: 0} - m_ScaleInLightmap: 1 - m_ReceiveGI: 1 - m_PreserveUVs: 0 - m_IgnoreNormalsForChartDetection: 0 - m_ImportantGI: 0 - m_StitchLightmapSeams: 0 - m_SelectedEditorRenderState: 3 - m_MinimumChartSize: 4 - m_AutoUVMaxDistance: 0.5 - m_AutoUVMaxAngle: 89 - m_LightmapParameters: {fileID: 0} - m_SortingLayerID: -1628607475 - m_SortingLayer: 0 - m_SortingOrder: 0 - m_RenderMode: 0 - m_SortMode: 0 - m_MinParticleSize: 0 - m_MaxParticleSize: 0.5 - m_CameraVelocityScale: 0 - m_VelocityScale: 0 - m_LengthScale: 2 - m_SortingFudge: 0 - m_NormalDirection: 1 - m_ShadowBias: 0 - m_RenderAlignment: 0 - m_Pivot: {x: 0, y: 0, z: 0} - m_Flip: {x: 0, y: 0, z: 0} - m_UseCustomVertexStreams: 0 - m_EnableGPUInstancing: 0 - m_ApplyActiveColorSpace: 0 - m_AllowRoll: 1 - m_VertexStreams: 0001030405 - m_Mesh: {fileID: 0} - m_Mesh1: {fileID: 0} - m_Mesh2: {fileID: 0} - m_Mesh3: {fileID: 0} - m_MaskInteraction: 0 ---- !u!198 &90387635257123723 -ParticleSystem: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 5516627767547603715} - serializedVersion: 6 - lengthInSec: 1 - simulationSpeed: 1 - stopAction: 0 - cullingMode: 1 - ringBufferMode: 0 - ringBufferLoopRange: {x: 0, y: 1} - looping: 0 - prewarm: 0 - playOnAwake: 1 - useUnscaledTime: 0 - autoRandomSeed: 1 - useRigidbodyForVelocity: 1 - startDelay: - serializedVersion: 2 - minMaxState: 0 - scalar: 0 - minScalar: 0 - maxCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - minCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - moveWithTransform: 1 - moveWithCustomTransform: {fileID: 0} - scalingMode: 2 - randomSeed: 0 - InitialModule: - serializedVersion: 3 - enabled: 1 - startLifetime: - serializedVersion: 2 - minMaxState: 0 - scalar: 1.5 - minScalar: 5 - maxCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - minCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - startSpeed: - serializedVersion: 2 - minMaxState: 3 - scalar: 10 - minScalar: 5 - maxCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - minCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - startColor: - serializedVersion: 2 - minMaxState: 2 - minColor: {r: 0.9622642, g: 0.8564736, b: 0.4765931, a: 1} - maxColor: {r: 1, g: 1, b: 1, a: 1} - maxGradient: - serializedVersion: 2 - key0: {r: 1, g: 1, b: 1, a: 1} - key1: {r: 1, g: 1, b: 1, a: 1} - key2: {r: 0, g: 0, b: 0, a: 0} - key3: {r: 0, g: 0, b: 0, a: 0} - key4: {r: 0, g: 0, b: 0, a: 0} - key5: {r: 0, g: 0, b: 0, a: 0} - key6: {r: 0, g: 0, b: 0, a: 0} - key7: {r: 0, g: 0, b: 0, a: 0} - ctime0: 0 - ctime1: 65535 - ctime2: 0 - ctime3: 0 - ctime4: 0 - ctime5: 0 - ctime6: 0 - ctime7: 0 - atime0: 0 - atime1: 65535 - atime2: 0 - atime3: 0 - atime4: 0 - atime5: 0 - atime6: 0 - atime7: 0 - m_Mode: 0 - m_NumColorKeys: 2 - m_NumAlphaKeys: 2 - minGradient: - serializedVersion: 2 - key0: {r: 1, g: 1, b: 1, a: 1} - key1: {r: 1, g: 1, b: 1, a: 1} - key2: {r: 0, g: 0, b: 0, a: 0} - key3: {r: 0, g: 0, b: 0, a: 0} - key4: {r: 0, g: 0, b: 0, a: 0} - key5: {r: 0, g: 0, b: 0, a: 0} - key6: {r: 0, g: 0, b: 0, a: 0} - key7: {r: 0, g: 0, b: 0, a: 0} - ctime0: 0 - ctime1: 65535 - ctime2: 0 - ctime3: 0 - ctime4: 0 - ctime5: 0 - ctime6: 0 - ctime7: 0 - atime0: 0 - atime1: 65535 - atime2: 0 - atime3: 0 - atime4: 0 - atime5: 0 - atime6: 0 - atime7: 0 - m_Mode: 0 - m_NumColorKeys: 2 - m_NumAlphaKeys: 2 - startSize: - serializedVersion: 2 - minMaxState: 0 - scalar: 0.3 - minScalar: 1 - maxCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - minCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - startSizeY: - serializedVersion: 2 - minMaxState: 0 - scalar: 1 - minScalar: 1 - maxCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - minCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - startSizeZ: - serializedVersion: 2 - minMaxState: 0 - scalar: 1 - minScalar: 1 - maxCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - minCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - startRotationX: - serializedVersion: 2 - minMaxState: 0 - scalar: 1 - minScalar: 0 - maxCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - minCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - startRotationY: - serializedVersion: 2 - minMaxState: 0 - scalar: 1 - minScalar: 0 - maxCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - minCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - startRotation: - serializedVersion: 2 - minMaxState: 0 - scalar: 0 - minScalar: 0 - maxCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - minCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - randomizeRotationDirection: 0 - maxNumParticles: 1000 - size3D: 0 - rotation3D: 0 - gravityModifier: - serializedVersion: 2 - minMaxState: 0 - scalar: 25 - minScalar: 0 - maxCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - minCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - ShapeModule: - serializedVersion: 6 - enabled: 1 - type: 10 - angle: 25 - length: 5 - boxThickness: {x: 0, y: 0, z: 0} - radiusThickness: 1 - donutRadius: 0.2 - m_Position: {x: 0, y: 0, z: 0} - m_Rotation: {x: 90, y: 90, z: 0} - m_Scale: {x: 0.1, y: 0.1, z: 0.1} - placementMode: 0 - m_MeshMaterialIndex: 0 - m_MeshNormalOffset: 0 - m_MeshSpawn: - mode: 0 - spread: 0 - speed: - serializedVersion: 2 - minMaxState: 0 - scalar: 1 - minScalar: 1 - maxCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - minCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - m_Mesh: {fileID: 0} - m_MeshRenderer: {fileID: 0} - m_SkinnedMeshRenderer: {fileID: 0} - m_Sprite: {fileID: 0} - m_SpriteRenderer: {fileID: 0} - m_UseMeshMaterialIndex: 0 - m_UseMeshColors: 1 - alignToDirection: 0 - m_Texture: {fileID: 0} - m_TextureClipChannel: 3 - m_TextureClipThreshold: 0 - m_TextureUVChannel: 0 - m_TextureColorAffectsParticles: 1 - m_TextureAlphaAffectsParticles: 1 - m_TextureBilinearFiltering: 0 - randomDirectionAmount: 0 - sphericalDirectionAmount: 0 - randomPositionAmount: 0 - radius: - value: 0.01 - mode: 0 - spread: 0 - speed: - serializedVersion: 2 - minMaxState: 0 - scalar: 1 - minScalar: 1 - maxCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - minCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - arc: - value: 360 - mode: 0 - spread: 0 - speed: - serializedVersion: 2 - minMaxState: 0 - scalar: 1 - minScalar: 1 - maxCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - minCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - EmissionModule: - enabled: 1 - serializedVersion: 4 - rateOverTime: - serializedVersion: 2 - minMaxState: 0 - scalar: 0 - minScalar: 10 - maxCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - minCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - rateOverDistance: - serializedVersion: 2 - minMaxState: 0 - scalar: 0 - minScalar: 0 - maxCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - minCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - m_BurstCount: 2 - m_Bursts: - - serializedVersion: 2 - time: 0 - countCurve: - serializedVersion: 2 - minMaxState: 3 - scalar: 5 - minScalar: 2 - maxCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - minCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - cycleCount: 1 - repeatInterval: 0.01 - probability: 1 - - serializedVersion: 2 - time: 0.1 - countCurve: - serializedVersion: 2 - minMaxState: 3 - scalar: 8 - minScalar: 3 - maxCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - minCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - cycleCount: 1 - repeatInterval: 0.01 - probability: 1 - SizeModule: - enabled: 1 - curve: - serializedVersion: 2 - minMaxState: 1 - scalar: 1 - minScalar: 1 - maxCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0.67567575 - inSlope: -1.8738135 - outSlope: -1.8738135 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - minCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - y: - serializedVersion: 2 - minMaxState: 1 - scalar: 1 - minScalar: 1 - maxCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - minCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - z: - serializedVersion: 2 - minMaxState: 1 - scalar: 1 - minScalar: 1 - maxCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - minCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - separateAxes: 0 - RotationModule: - enabled: 0 - x: - serializedVersion: 2 - minMaxState: 0 - scalar: 1 - minScalar: 0 - maxCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - minCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - y: - serializedVersion: 2 - minMaxState: 0 - scalar: 1 - minScalar: 0 - maxCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - minCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - curve: - serializedVersion: 2 - minMaxState: 0 - scalar: 0.7853982 - minScalar: 0.7853982 - maxCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - minCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - separateAxes: 0 - ColorModule: - enabled: 1 - gradient: - serializedVersion: 2 - minMaxState: 1 - minColor: {r: 1, g: 1, b: 1, a: 1} - maxColor: {r: 1, g: 1, b: 1, a: 1} - maxGradient: - serializedVersion: 2 - key0: {r: 1, g: 1, b: 1, a: 1} - key1: {r: 1, g: 1, b: 1, a: 0} - key2: {r: 0, g: 0, b: 0, a: 0} - key3: {r: 0, g: 0, b: 0, a: 0} - key4: {r: 0, g: 0, b: 0, a: 0} - key5: {r: 0, g: 0, b: 0, a: 0} - key6: {r: 0, g: 0, b: 0, a: 0} - key7: {r: 0, g: 0, b: 0, a: 0} - ctime0: 0 - ctime1: 65535 - ctime2: 0 - ctime3: 0 - ctime4: 0 - ctime5: 0 - ctime6: 0 - ctime7: 0 - atime0: 0 - atime1: 65535 - atime2: 0 - atime3: 0 - atime4: 0 - atime5: 0 - atime6: 0 - atime7: 0 - m_Mode: 0 - m_NumColorKeys: 2 - m_NumAlphaKeys: 2 - minGradient: - serializedVersion: 2 - key0: {r: 1, g: 1, b: 1, a: 1} - key1: {r: 1, g: 1, b: 1, a: 1} - key2: {r: 0, g: 0, b: 0, a: 0} - key3: {r: 0, g: 0, b: 0, a: 0} - key4: {r: 0, g: 0, b: 0, a: 0} - key5: {r: 0, g: 0, b: 0, a: 0} - key6: {r: 0, g: 0, b: 0, a: 0} - key7: {r: 0, g: 0, b: 0, a: 0} - ctime0: 0 - ctime1: 65535 - ctime2: 0 - ctime3: 0 - ctime4: 0 - ctime5: 0 - ctime6: 0 - ctime7: 0 - atime0: 0 - atime1: 65535 - atime2: 0 - atime3: 0 - atime4: 0 - atime5: 0 - atime6: 0 - atime7: 0 - m_Mode: 0 - m_NumColorKeys: 2 - m_NumAlphaKeys: 2 - UVModule: - serializedVersion: 2 - enabled: 0 - mode: 0 - timeMode: 0 - fps: 30 - frameOverTime: - serializedVersion: 2 - minMaxState: 1 - scalar: 0.9999 - minScalar: 0.9999 - maxCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 1 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 1 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - minCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 1 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 1 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - startFrame: - serializedVersion: 2 - minMaxState: 0 - scalar: 0 - minScalar: 0 - maxCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - minCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - speedRange: {x: 0, y: 1} - tilesX: 1 - tilesY: 1 - animationType: 0 - rowIndex: 0 - cycles: 1 - uvChannelMask: -1 - rowMode: 1 - sprites: - - sprite: {fileID: 0} - flipU: 0 - flipV: 0 - VelocityModule: - enabled: 1 - x: - serializedVersion: 2 - minMaxState: 0 - scalar: 0 - minScalar: 0 - maxCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - minCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - y: - serializedVersion: 2 - minMaxState: 0 - scalar: 0 - minScalar: 0 - maxCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - minCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - z: - serializedVersion: 2 - minMaxState: 0 - scalar: 0 - minScalar: 0 - maxCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - minCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - orbitalX: - serializedVersion: 2 - minMaxState: 0 - scalar: 0 - minScalar: 0 - maxCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - minCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - orbitalY: - serializedVersion: 2 - minMaxState: 0 - scalar: 0 - minScalar: 0 - maxCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - minCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - orbitalZ: - serializedVersion: 2 - minMaxState: 0 - scalar: 0 - minScalar: 0 - maxCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - minCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - orbitalOffsetX: - serializedVersion: 2 - minMaxState: 0 - scalar: 0 - minScalar: 0 - maxCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - minCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - orbitalOffsetY: - serializedVersion: 2 - minMaxState: 0 - scalar: 0 - minScalar: 0 - maxCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - minCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - orbitalOffsetZ: - serializedVersion: 2 - minMaxState: 0 - scalar: 0 - minScalar: 0 - maxCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - minCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - radial: - serializedVersion: 2 - minMaxState: 0 - scalar: 0 - minScalar: 0 - maxCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - minCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - speedModifier: - serializedVersion: 2 - minMaxState: 0 - scalar: 1 - minScalar: 1 - maxCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - minCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - inWorldSpace: 0 - InheritVelocityModule: - enabled: 0 - m_Mode: 0 - m_Curve: - serializedVersion: 2 - minMaxState: 0 - scalar: 1 - minScalar: 0 - maxCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - minCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - ForceModule: - enabled: 0 - x: - serializedVersion: 2 - minMaxState: 0 - scalar: 0 - minScalar: 0 - maxCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - minCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - y: - serializedVersion: 2 - minMaxState: 0 - scalar: -50 - minScalar: 0 - maxCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - minCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - z: - serializedVersion: 2 - minMaxState: 0 - scalar: 0 - minScalar: 0 - maxCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - minCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - inWorldSpace: 0 - randomizePerFrame: 0 - ExternalForcesModule: - serializedVersion: 2 - enabled: 0 - multiplierCurve: - serializedVersion: 2 - minMaxState: 0 - scalar: 1 - minScalar: 1 - maxCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - minCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - influenceFilter: 0 - influenceMask: - serializedVersion: 2 - m_Bits: 4294967295 - influenceList: [] - ClampVelocityModule: - enabled: 0 - x: - serializedVersion: 2 - minMaxState: 0 - scalar: 1 - minScalar: 1 - maxCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - minCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - y: - serializedVersion: 2 - minMaxState: 0 - scalar: 1 - minScalar: 1 - maxCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - minCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - z: - serializedVersion: 2 - minMaxState: 0 - scalar: 1 - minScalar: 1 - maxCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - minCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - magnitude: - serializedVersion: 2 - minMaxState: 0 - scalar: 5 - minScalar: 1 - maxCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - minCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - separateAxis: 0 - inWorldSpace: 0 - multiplyDragByParticleSize: 1 - multiplyDragByParticleVelocity: 1 - dampen: 0.6 - drag: - serializedVersion: 2 - minMaxState: 0 - scalar: 0 - minScalar: 0 - maxCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - minCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - NoiseModule: - enabled: 0 - strength: - serializedVersion: 2 - minMaxState: 0 - scalar: 1 - minScalar: 1 - maxCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - minCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - strengthY: - serializedVersion: 2 - minMaxState: 0 - scalar: 1 - minScalar: 1 - maxCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - minCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - strengthZ: - serializedVersion: 2 - minMaxState: 0 - scalar: 1 - minScalar: 1 - maxCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - minCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - separateAxes: 0 - frequency: 0.5 - damping: 1 - octaves: 1 - octaveMultiplier: 0.5 - octaveScale: 2 - quality: 2 - scrollSpeed: - serializedVersion: 2 - minMaxState: 0 - scalar: 0 - minScalar: 0 - maxCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - minCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - remap: - serializedVersion: 2 - minMaxState: 1 - scalar: 1 - minScalar: 1 - maxCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: -1 - inSlope: 0 - outSlope: 2 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 2 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - minCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - remapY: - serializedVersion: 2 - minMaxState: 1 - scalar: 1 - minScalar: 1 - maxCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: -1 - inSlope: 0 - outSlope: 2 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 2 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - minCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - remapZ: - serializedVersion: 2 - minMaxState: 1 - scalar: 1 - minScalar: 1 - maxCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: -1 - inSlope: 0 - outSlope: 2 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 2 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - minCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - remapEnabled: 0 - positionAmount: - serializedVersion: 2 - minMaxState: 0 - scalar: 1 - minScalar: 1 - maxCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - minCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - rotationAmount: - serializedVersion: 2 - minMaxState: 0 - scalar: 0 - minScalar: 0 - maxCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - minCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - sizeAmount: - serializedVersion: 2 - minMaxState: 0 - scalar: 0 - minScalar: 0 - maxCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - minCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - SizeBySpeedModule: - enabled: 0 - curve: - serializedVersion: 2 - minMaxState: 1 - scalar: 1 - minScalar: 1 - maxCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - minCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - y: - serializedVersion: 2 - minMaxState: 1 - scalar: 1 - minScalar: 1 - maxCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - minCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - z: - serializedVersion: 2 - minMaxState: 1 - scalar: 1 - minScalar: 1 - maxCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - minCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - range: {x: 0, y: 1} - separateAxes: 0 - RotationBySpeedModule: - enabled: 0 - x: - serializedVersion: 2 - minMaxState: 0 - scalar: 1 - minScalar: 0 - maxCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - minCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - y: - serializedVersion: 2 - minMaxState: 0 - scalar: 1 - minScalar: 0 - maxCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - minCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - curve: - serializedVersion: 2 - minMaxState: 0 - scalar: 0.7853982 - minScalar: 0.7853982 - maxCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - minCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - separateAxes: 0 - range: {x: 0, y: 1} - ColorBySpeedModule: - enabled: 0 - gradient: - serializedVersion: 2 - minMaxState: 1 - minColor: {r: 1, g: 1, b: 1, a: 1} - maxColor: {r: 1, g: 1, b: 1, a: 1} - maxGradient: - serializedVersion: 2 - key0: {r: 1, g: 1, b: 1, a: 1} - key1: {r: 1, g: 1, b: 1, a: 1} - key2: {r: 0, g: 0, b: 0, a: 0} - key3: {r: 0, g: 0, b: 0, a: 0} - key4: {r: 0, g: 0, b: 0, a: 0} - key5: {r: 0, g: 0, b: 0, a: 0} - key6: {r: 0, g: 0, b: 0, a: 0} - key7: {r: 0, g: 0, b: 0, a: 0} - ctime0: 0 - ctime1: 65535 - ctime2: 0 - ctime3: 0 - ctime4: 0 - ctime5: 0 - ctime6: 0 - ctime7: 0 - atime0: 0 - atime1: 65535 - atime2: 0 - atime3: 0 - atime4: 0 - atime5: 0 - atime6: 0 - atime7: 0 - m_Mode: 0 - m_NumColorKeys: 2 - m_NumAlphaKeys: 2 - minGradient: - serializedVersion: 2 - key0: {r: 1, g: 1, b: 1, a: 1} - key1: {r: 1, g: 1, b: 1, a: 1} - key2: {r: 0, g: 0, b: 0, a: 0} - key3: {r: 0, g: 0, b: 0, a: 0} - key4: {r: 0, g: 0, b: 0, a: 0} - key5: {r: 0, g: 0, b: 0, a: 0} - key6: {r: 0, g: 0, b: 0, a: 0} - key7: {r: 0, g: 0, b: 0, a: 0} - ctime0: 0 - ctime1: 65535 - ctime2: 0 - ctime3: 0 - ctime4: 0 - ctime5: 0 - ctime6: 0 - ctime7: 0 - atime0: 0 - atime1: 65535 - atime2: 0 - atime3: 0 - atime4: 0 - atime5: 0 - atime6: 0 - atime7: 0 - m_Mode: 0 - m_NumColorKeys: 2 - m_NumAlphaKeys: 2 - range: {x: 0, y: 1} - CollisionModule: - enabled: 1 - serializedVersion: 3 - type: 1 - collisionMode: 1 - colliderForce: 0 - multiplyColliderForceByParticleSize: 0 - multiplyColliderForceByParticleSpeed: 0 - multiplyColliderForceByCollisionAngle: 1 - plane0: {fileID: 0} - plane1: {fileID: 0} - plane2: {fileID: 0} - plane3: {fileID: 0} - plane4: {fileID: 0} - plane5: {fileID: 0} - m_Dampen: - serializedVersion: 2 - minMaxState: 0 - scalar: 0 - minScalar: 0 - maxCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - minCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - m_Bounce: - serializedVersion: 2 - minMaxState: 0 - scalar: 0.3 - minScalar: 1 - maxCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - minCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - m_EnergyLossOnCollision: - serializedVersion: 2 - minMaxState: 0 - scalar: 0 - minScalar: 0 - maxCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - minCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - minKillSpeed: 0 - maxKillSpeed: 10000 - radiusScale: 1 - collidesWith: - serializedVersion: 2 - m_Bits: 1 - maxCollisionShapes: 256 - quality: 0 - voxelSize: 0.5 - collisionMessages: 0 - collidesWithDynamic: 1 - interiorCollisions: 1 - TriggerModule: - enabled: 0 - collisionShape0: {fileID: 0} - collisionShape1: {fileID: 0} - collisionShape2: {fileID: 0} - collisionShape3: {fileID: 0} - collisionShape4: {fileID: 0} - collisionShape5: {fileID: 0} - inside: 1 - outside: 0 - enter: 0 - exit: 0 - radiusScale: 1 - SubModule: - serializedVersion: 2 - enabled: 0 - subEmitters: - - serializedVersion: 3 - emitter: {fileID: 0} - type: 0 - properties: 0 - emitProbability: 1 - LightsModule: - enabled: 0 - ratio: 0 - light: {fileID: 0} - randomDistribution: 1 - color: 1 - range: 1 - intensity: 1 - rangeCurve: - serializedVersion: 2 - minMaxState: 0 - scalar: 1 - minScalar: 1 - maxCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - minCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - intensityCurve: - serializedVersion: 2 - minMaxState: 0 - scalar: 1 - minScalar: 1 - maxCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - minCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - maxLights: 20 - TrailModule: - enabled: 1 - mode: 0 - ratio: 1 - lifetime: - serializedVersion: 2 - minMaxState: 0 - scalar: 0.03 - minScalar: 1 - maxCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - minCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - minVertexDistance: 0.2 - textureMode: 0 - ribbonCount: 1 - shadowBias: 0.5 - worldSpace: 0 - dieWithParticles: 1 - sizeAffectsWidth: 1 - sizeAffectsLifetime: 0 - inheritParticleColor: 1 - generateLightingData: 0 - splitSubEmitterRibbons: 0 - attachRibbonsToTransform: 0 - colorOverLifetime: - serializedVersion: 2 - minMaxState: 0 - minColor: {r: 1, g: 1, b: 1, a: 1} - maxColor: {r: 1, g: 1, b: 1, a: 1} - maxGradient: - serializedVersion: 2 - key0: {r: 1, g: 1, b: 1, a: 1} - key1: {r: 1, g: 1, b: 1, a: 1} - key2: {r: 0, g: 0, b: 0, a: 0} - key3: {r: 0, g: 0, b: 0, a: 0} - key4: {r: 0, g: 0, b: 0, a: 0} - key5: {r: 0, g: 0, b: 0, a: 0} - key6: {r: 0, g: 0, b: 0, a: 0} - key7: {r: 0, g: 0, b: 0, a: 0} - ctime0: 0 - ctime1: 65535 - ctime2: 0 - ctime3: 0 - ctime4: 0 - ctime5: 0 - ctime6: 0 - ctime7: 0 - atime0: 0 - atime1: 65535 - atime2: 0 - atime3: 0 - atime4: 0 - atime5: 0 - atime6: 0 - atime7: 0 - m_Mode: 0 - m_NumColorKeys: 2 - m_NumAlphaKeys: 2 - minGradient: - serializedVersion: 2 - key0: {r: 1, g: 1, b: 1, a: 1} - key1: {r: 1, g: 1, b: 1, a: 1} - key2: {r: 0, g: 0, b: 0, a: 0} - key3: {r: 0, g: 0, b: 0, a: 0} - key4: {r: 0, g: 0, b: 0, a: 0} - key5: {r: 0, g: 0, b: 0, a: 0} - key6: {r: 0, g: 0, b: 0, a: 0} - key7: {r: 0, g: 0, b: 0, a: 0} - ctime0: 0 - ctime1: 65535 - ctime2: 0 - ctime3: 0 - ctime4: 0 - ctime5: 0 - ctime6: 0 - ctime7: 0 - atime0: 0 - atime1: 65535 - atime2: 0 - atime3: 0 - atime4: 0 - atime5: 0 - atime6: 0 - atime7: 0 - m_Mode: 0 - m_NumColorKeys: 2 - m_NumAlphaKeys: 2 - widthOverTrail: - serializedVersion: 2 - minMaxState: 1 - scalar: 1 - minScalar: 1 - maxCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: -2 - outSlope: -2 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - minCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - colorOverTrail: - serializedVersion: 2 - minMaxState: 0 - minColor: {r: 1, g: 1, b: 1, a: 1} - maxColor: {r: 1, g: 1, b: 1, a: 1} - maxGradient: - serializedVersion: 2 - key0: {r: 1, g: 1, b: 1, a: 1} - key1: {r: 1, g: 1, b: 1, a: 1} - key2: {r: 0, g: 0, b: 0, a: 0} - key3: {r: 0, g: 0, b: 0, a: 0} - key4: {r: 0, g: 0, b: 0, a: 0} - key5: {r: 0, g: 0, b: 0, a: 0} - key6: {r: 0, g: 0, b: 0, a: 0} - key7: {r: 0, g: 0, b: 0, a: 0} - ctime0: 0 - ctime1: 65535 - ctime2: 0 - ctime3: 0 - ctime4: 0 - ctime5: 0 - ctime6: 0 - ctime7: 0 - atime0: 0 - atime1: 65535 - atime2: 0 - atime3: 0 - atime4: 0 - atime5: 0 - atime6: 0 - atime7: 0 - m_Mode: 0 - m_NumColorKeys: 2 - m_NumAlphaKeys: 2 - minGradient: - serializedVersion: 2 - key0: {r: 1, g: 1, b: 1, a: 1} - key1: {r: 1, g: 1, b: 1, a: 1} - key2: {r: 0, g: 0, b: 0, a: 0} - key3: {r: 0, g: 0, b: 0, a: 0} - key4: {r: 0, g: 0, b: 0, a: 0} - key5: {r: 0, g: 0, b: 0, a: 0} - key6: {r: 0, g: 0, b: 0, a: 0} - key7: {r: 0, g: 0, b: 0, a: 0} - ctime0: 0 - ctime1: 65535 - ctime2: 0 - ctime3: 0 - ctime4: 0 - ctime5: 0 - ctime6: 0 - ctime7: 0 - atime0: 0 - atime1: 65535 - atime2: 0 - atime3: 0 - atime4: 0 - atime5: 0 - atime6: 0 - atime7: 0 - m_Mode: 0 - m_NumColorKeys: 2 - m_NumAlphaKeys: 2 - CustomDataModule: - enabled: 0 - mode0: 0 - vectorComponentCount0: 4 - color0: - serializedVersion: 2 - minMaxState: 0 - minColor: {r: 1, g: 1, b: 1, a: 1} - maxColor: {r: 1, g: 1, b: 1, a: 1} - maxGradient: - serializedVersion: 2 - key0: {r: 1, g: 1, b: 1, a: 1} - key1: {r: 1, g: 1, b: 1, a: 1} - key2: {r: 0, g: 0, b: 0, a: 0} - key3: {r: 0, g: 0, b: 0, a: 0} - key4: {r: 0, g: 0, b: 0, a: 0} - key5: {r: 0, g: 0, b: 0, a: 0} - key6: {r: 0, g: 0, b: 0, a: 0} - key7: {r: 0, g: 0, b: 0, a: 0} - ctime0: 0 - ctime1: 65535 - ctime2: 0 - ctime3: 0 - ctime4: 0 - ctime5: 0 - ctime6: 0 - ctime7: 0 - atime0: 0 - atime1: 65535 - atime2: 0 - atime3: 0 - atime4: 0 - atime5: 0 - atime6: 0 - atime7: 0 - m_Mode: 0 - m_NumColorKeys: 2 - m_NumAlphaKeys: 2 - minGradient: - serializedVersion: 2 - key0: {r: 1, g: 1, b: 1, a: 1} - key1: {r: 1, g: 1, b: 1, a: 1} - key2: {r: 0, g: 0, b: 0, a: 0} - key3: {r: 0, g: 0, b: 0, a: 0} - key4: {r: 0, g: 0, b: 0, a: 0} - key5: {r: 0, g: 0, b: 0, a: 0} - key6: {r: 0, g: 0, b: 0, a: 0} - key7: {r: 0, g: 0, b: 0, a: 0} - ctime0: 0 - ctime1: 65535 - ctime2: 0 - ctime3: 0 - ctime4: 0 - ctime5: 0 - ctime6: 0 - ctime7: 0 - atime0: 0 - atime1: 65535 - atime2: 0 - atime3: 0 - atime4: 0 - atime5: 0 - atime6: 0 - atime7: 0 - m_Mode: 0 - m_NumColorKeys: 2 - m_NumAlphaKeys: 2 - colorLabel0: Color - vector0_0: - serializedVersion: 2 - minMaxState: 0 - scalar: 0 - minScalar: 0 - maxCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - minCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - vectorLabel0_0: X - vector0_1: - serializedVersion: 2 - minMaxState: 0 - scalar: 0 - minScalar: 0 - maxCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - minCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - vectorLabel0_1: Y - vector0_2: - serializedVersion: 2 - minMaxState: 0 - scalar: 0 - minScalar: 0 - maxCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - minCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - vectorLabel0_2: Z - vector0_3: - serializedVersion: 2 - minMaxState: 0 - scalar: 0 - minScalar: 0 - maxCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - minCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - vectorLabel0_3: W - mode1: 0 - vectorComponentCount1: 4 - color1: - serializedVersion: 2 - minMaxState: 0 - minColor: {r: 1, g: 1, b: 1, a: 1} - maxColor: {r: 1, g: 1, b: 1, a: 1} - maxGradient: - serializedVersion: 2 - key0: {r: 1, g: 1, b: 1, a: 1} - key1: {r: 1, g: 1, b: 1, a: 1} - key2: {r: 0, g: 0, b: 0, a: 0} - key3: {r: 0, g: 0, b: 0, a: 0} - key4: {r: 0, g: 0, b: 0, a: 0} - key5: {r: 0, g: 0, b: 0, a: 0} - key6: {r: 0, g: 0, b: 0, a: 0} - key7: {r: 0, g: 0, b: 0, a: 0} - ctime0: 0 - ctime1: 65535 - ctime2: 0 - ctime3: 0 - ctime4: 0 - ctime5: 0 - ctime6: 0 - ctime7: 0 - atime0: 0 - atime1: 65535 - atime2: 0 - atime3: 0 - atime4: 0 - atime5: 0 - atime6: 0 - atime7: 0 - m_Mode: 0 - m_NumColorKeys: 2 - m_NumAlphaKeys: 2 - minGradient: - serializedVersion: 2 - key0: {r: 1, g: 1, b: 1, a: 1} - key1: {r: 1, g: 1, b: 1, a: 1} - key2: {r: 0, g: 0, b: 0, a: 0} - key3: {r: 0, g: 0, b: 0, a: 0} - key4: {r: 0, g: 0, b: 0, a: 0} - key5: {r: 0, g: 0, b: 0, a: 0} - key6: {r: 0, g: 0, b: 0, a: 0} - key7: {r: 0, g: 0, b: 0, a: 0} - ctime0: 0 - ctime1: 65535 - ctime2: 0 - ctime3: 0 - ctime4: 0 - ctime5: 0 - ctime6: 0 - ctime7: 0 - atime0: 0 - atime1: 65535 - atime2: 0 - atime3: 0 - atime4: 0 - atime5: 0 - atime6: 0 - atime7: 0 - m_Mode: 0 - m_NumColorKeys: 2 - m_NumAlphaKeys: 2 - colorLabel1: Color - vector1_0: - serializedVersion: 2 - minMaxState: 0 - scalar: 0 - minScalar: 0 - maxCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - minCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - vectorLabel1_0: X - vector1_1: - serializedVersion: 2 - minMaxState: 0 - scalar: 0 - minScalar: 0 - maxCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - minCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - vectorLabel1_1: Y - vector1_2: - serializedVersion: 2 - minMaxState: 0 - scalar: 0 - minScalar: 0 - maxCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - minCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - vectorLabel1_2: Z - vector1_3: - serializedVersion: 2 - minMaxState: 0 - scalar: 0 - minScalar: 0 - maxCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - minCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - vectorLabel1_3: W diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Prefabs/FeedbackDemoSparks.prefab.meta b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Prefabs/FeedbackDemoSparks.prefab.meta deleted file mode 100644 index 884302ed7..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Prefabs/FeedbackDemoSparks.prefab.meta +++ /dev/null @@ -1,14 +0,0 @@ -fileFormatVersion: 2 -guid: b5aa6eb09d3dc3847a751290d0edcfe9 -PrefabImporter: - externalObjects: {} - userData: - assetBundleName: - assetBundleVariant: -AssetOrigin: - serializedVersion: 1 - productId: 183370 - packageName: Feel - packageVersion: 5.8 - assetPath: Assets/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Prefabs/FeedbackDemoSparks.prefab - uploadId: 799856 diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Prefabs/FeedbackDemoSphere.prefab b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Prefabs/FeedbackDemoSphere.prefab deleted file mode 100644 index c371b5b9f..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Prefabs/FeedbackDemoSphere.prefab +++ /dev/null @@ -1,669 +0,0 @@ -%YAML 1.1 -%TAG !u! tag:unity3d.com,2011: ---- !u!1 &67927128625321388 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 67927128625321377} - - component: {fileID: 67927128625321376} - - component: {fileID: 67927128625321379} - - component: {fileID: 67927128625321378} - - component: {fileID: 67927128625321389} - - component: {fileID: 5268286874446590327} - - component: {fileID: 4068579160506999438} - m_Layer: 0 - m_Name: FeedbackDemoSphere - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 0 ---- !u!4 &67927128625321377 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 67927128625321388} - serializedVersion: 2 - m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} - m_LocalPosition: {x: -2.02, y: 4.41, z: 7.57} - m_LocalScale: {x: 0.25, y: 0.25, z: 0.25} - m_ConstrainProportionsScale: 0 - m_Children: - - {fileID: 977011678484892175} - m_Father: {fileID: 0} - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!33 &67927128625321376 -MeshFilter: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 67927128625321388} - m_Mesh: {fileID: 10207, guid: 0000000000000000e000000000000000, type: 0} ---- !u!23 &67927128625321379 -MeshRenderer: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 67927128625321388} - m_Enabled: 1 - m_CastShadows: 1 - m_ReceiveShadows: 1 - m_DynamicOccludee: 1 - m_StaticShadowCaster: 0 - m_MotionVectors: 1 - m_LightProbeUsage: 1 - m_ReflectionProbeUsage: 1 - m_RayTracingMode: 2 - m_RayTraceProcedural: 0 - m_RenderingLayerMask: 1 - m_RendererPriority: 0 - m_Materials: - - {fileID: 2100000, guid: c1d23fed02e635544b12ed36a30f8113, type: 2} - m_StaticBatchInfo: - firstSubMesh: 0 - subMeshCount: 0 - m_StaticBatchRoot: {fileID: 0} - m_ProbeAnchor: {fileID: 0} - m_LightProbeVolumeOverride: {fileID: 0} - m_ScaleInLightmap: 1 - m_ReceiveGI: 1 - m_PreserveUVs: 0 - m_IgnoreNormalsForChartDetection: 0 - m_ImportantGI: 0 - m_StitchLightmapSeams: 0 - m_SelectedEditorRenderState: 3 - m_MinimumChartSize: 4 - m_AutoUVMaxDistance: 0.5 - m_AutoUVMaxAngle: 89 - m_LightmapParameters: {fileID: 0} - m_SortingLayerID: 0 - m_SortingLayer: 0 - m_SortingOrder: 0 - m_AdditionalVertexStreams: {fileID: 0} ---- !u!135 &67927128625321378 -SphereCollider: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 67927128625321388} - m_Material: {fileID: 0} - m_IncludeLayers: - serializedVersion: 2 - m_Bits: 0 - m_ExcludeLayers: - serializedVersion: 2 - m_Bits: 0 - m_LayerOverridePriority: 0 - m_IsTrigger: 0 - m_ProvidesContacts: 0 - m_Enabled: 1 - serializedVersion: 3 - m_Radius: 0.5 - m_Center: {x: 0, y: 0, z: 0} ---- !u!54 &67927128625321389 -Rigidbody: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 67927128625321388} - serializedVersion: 4 - m_Mass: 1 - m_Drag: 0 - m_AngularDrag: 0.05 - m_CenterOfMass: {x: 0, y: 0, z: 0} - m_InertiaTensor: {x: 1, y: 1, z: 1} - m_InertiaRotation: {x: 0, y: 0, z: 0, w: 1} - m_IncludeLayers: - serializedVersion: 2 - m_Bits: 0 - m_ExcludeLayers: - serializedVersion: 2 - m_Bits: 0 - m_ImplicitCom: 1 - m_ImplicitTensor: 1 - m_UseGravity: 1 - m_IsKinematic: 0 - m_Interpolate: 0 - m_Constraints: 0 - m_CollisionDetection: 1 ---- !u!114 &5268286874446590327 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 67927128625321388} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: af269cd09768709469620a982332135d, type: 3} - m_Name: - m_EditorClassIdentifier: - LifeSpan: 2 - DeathFeedback: {fileID: 257968549699992772} ---- !u!114 &4068579160506999438 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 67927128625321388} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: b0b3f00a75cc857439b13b8bafb37894, type: 3} - m_Name: - m_EditorClassIdentifier: - LifeTime: 0 ---- !u!1 &2277757808295850725 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 977011678484892175} - - component: {fileID: 257968549699992772} - m_Layer: 0 - m_Name: DeathFeedback - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &977011678484892175 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 2277757808295850725} - serializedVersion: 2 - m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: 0} - m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 - m_Children: [] - m_Father: {fileID: 67927128625321377} - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!114 &257968549699992772 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 2277757808295850725} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 6da43522623d4704e979466dc7650b65, type: 3} - m_Name: - m_EditorClassIdentifier: - Feedbacks: - - {fileID: 0} - - {fileID: 0} - - {fileID: 0} - - {fileID: 0} - InitializationMode: 1 - AutoInitialization: 1 - SafeMode: 3 - Direction: 0 - AutoChangeDirectionOnEnd: 0 - AutoPlayOnStart: 0 - AutoPlayOnEnable: 0 - ForceTimescaleMode: 0 - ForcedTimescaleMode: 1 - DurationMultiplier: 1 - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 1.5} - DisplayFullDurationDetails: 0 - PlayerTimescaleMode: 1 - OnlyPlayIfWithinRange: 0 - RangeCenter: {fileID: 0} - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - IgnoreRangeEvents: 0 - CooldownDuration: 0 - InitialDelay: 0 - CanPlay: 1 - CanPlayWhileAlreadyPlaying: 1 - ChanceToPlay: 100 - FeedbacksIntensity: 1 - Events: - TriggerMMFeedbacksEvents: 0 - TriggerUnityEvents: 1 - OnPlay: - m_PersistentCalls: - m_Calls: [] - OnPause: - m_PersistentCalls: - m_Calls: [] - OnResume: - m_PersistentCalls: - m_Calls: [] - OnRevert: - m_PersistentCalls: - m_Calls: [] - OnComplete: - m_PersistentCalls: - m_Calls: [] - OnRestoreInitialValues: - m_PersistentCalls: - m_Calls: [] - OnSkipToTheEnd: - m_PersistentCalls: - m_Calls: [] - OnEnable: - m_PersistentCalls: - m_Calls: [] - OnDisable: - m_PersistentCalls: - m_Calls: [] - DebugActive: 0 - FeedbacksList: - - rid: 0 - - rid: 1 - - rid: 2 - - rid: 3 - KeepPlayModeChanges: 0 - PerformanceMode: 0 - StopFeedbacksOnDisable: 0 - PlayCount: 0 - references: - version: 2 - RefIds: - - rid: 0 - type: {class: MMF_InstantiateObject, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: -494185498 - Label: Instantiate Object - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - DisplayColor: {r: 0, g: 0, b: 0, a: 1} - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0.8, y: 1} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 257968549699992772} - DebugActive: 0 - GameObjectToInstantiate: {fileID: 7202886328449081747, guid: a6426d824ca78984bb7ee0f497de0275, - type: 3} - PositionMode: 0 - AlsoApplyRotation: 0 - AlsoApplyScale: 0 - TargetTransform: {fileID: 0} - TargetPosition: {x: 0, y: 0, z: 0} - PositionOffset: {x: 0, y: 0, z: 0} - RandomizePosition: 0 - RandomizedPositionMin: {x: 0, y: 0, z: 0} - RandomizedPositionMax: {x: 1, y: 1, z: 1} - ParentTransform: {fileID: 0} - CreateObjectPool: 0 - ObjectPoolSize: 5 - MutualizePools: 0 - PoolParentTransform: {fileID: 0} - - rid: 1 - type: {class: MMF_Flash, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: 1651589269 - Label: Flash - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - DisplayColor: {r: 0, g: 0, b: 0, a: 1} - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0.8, y: 1} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: Automatic Shaker Setup - Owner: {fileID: 257968549699992772} - DebugActive: 0 - FlashColor: {r: 1, g: 1, b: 1, a: 0.46666667} - FlashDuration: 0.1 - FlashAlpha: 0.5 - FlashID: 0 - TargetFlash: {fileID: 0} - - rid: 2 - type: {class: MMF_CinemachineImpulse, ns: MoreMountains.FeedbacksForThirdParty, - asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: -352514016 - Label: MMFeedback - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - DisplayColor: {r: 0, g: 0, b: 0, a: 1} - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0.8, y: 1} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: Automatic Shaker Setup - Owner: {fileID: 257968549699992772} - DebugActive: 0 - m_ImpulseDefinition: - m_ImpulseChannel: 1 - m_ImpulseShape: 0 - m_CustomImpulseShape: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - m_ImpulseDuration: 0.2 - m_ImpulseType: 3 - m_DissipationRate: 0 - m_RawSignal: {fileID: 0} - m_AmplitudeGain: 1 - m_FrequencyGain: 1 - m_RepeatMode: 0 - m_Randomize: 1 - m_TimeEnvelope: - m_AttackShape: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - m_DecayShape: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - m_AttackTime: 0 - m_SustainTime: 0.2 - m_DecayTime: 0.7 - m_ScaleWithImpact: 1 - m_HoldForever: 0 - m_ImpactRadius: 100 - m_DirectionMode: 0 - m_DissipationMode: 2 - m_DissipationDistance: 1000 - m_PropagationSpeed: 343 - Velocity: {x: 0, y: 0, z: 0} - ClearImpulseOnStop: 0 - - rid: 3 - type: {class: MMF_FreezeFrame, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: 1447621951 - Label: Freeze Frame - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - DisplayColor: {r: 0, g: 0, b: 0, a: 1} - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0.8, y: 1} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: Automatic Shaker Setup - Owner: {fileID: 257968549699992772} - DebugActive: 0 - FreezeFrameDuration: 0.02 - MinimumTimescaleThreshold: 0.1 diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Prefabs/FeedbackDemoSphere.prefab.meta b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Prefabs/FeedbackDemoSphere.prefab.meta deleted file mode 100644 index acd253325..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Prefabs/FeedbackDemoSphere.prefab.meta +++ /dev/null @@ -1,14 +0,0 @@ -fileFormatVersion: 2 -guid: 1ae56196f5de043419e106824d0fa51d -PrefabImporter: - externalObjects: {} - userData: - assetBundleName: - assetBundleVariant: -AssetOrigin: - serializedVersion: 1 - productId: 183370 - packageName: Feel - packageVersion: 5.8 - assetPath: Assets/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Prefabs/FeedbackDemoSphere.prefab - uploadId: 799856 diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Scripts.meta b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Scripts.meta deleted file mode 100644 index 774cbd953..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Scripts.meta +++ /dev/null @@ -1,8 +0,0 @@ -fileFormatVersion: 2 -guid: 15301abea4f864d4d9c3b0036b931daf -folderAsset: yes -DefaultImporter: - externalObjects: {} - userData: - assetBundleName: - assetBundleVariant: diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Scripts/DemoBall.cs b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Scripts/DemoBall.cs deleted file mode 100644 index 2af7f6bf8..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Scripts/DemoBall.cs +++ /dev/null @@ -1,40 +0,0 @@ -using System.Collections; -using System.Collections.Generic; -using UnityEngine; -using MoreMountains.Tools; -using UnityEngine.Scripting.APIUpdating; -namespace MoreMountains.Feedbacks -{ - /// - /// A class handling the lifecycle of the balls included in the MMFeedbacks demo - /// It waits for 2 seconds after the spawn of the ball, and destroys it, playing a MMFeedbacks while it does so - /// - [AddComponentMenu("")] - public class DemoBall : MonoBehaviour - { - /// the duration (in seconds) of the life of the ball - public float LifeSpan = 2f; - /// the feedback to play when the ball dies - public MMFeedbacks DeathFeedback; - - - /// - /// On start, we trigger the programmed death of the ball - /// - protected virtual void Start() - { - StartCoroutine(ProgrammedDeath()); - } - - /// - /// Waits for 2 seconds, then kills the ball object after having played the MMFeedbacks - /// - /// - protected virtual IEnumerator ProgrammedDeath() - { - yield return MMCoroutine.WaitFor(LifeSpan); - DeathFeedback?.PlayFeedbacks(); - this.gameObject.SetActive(false); - } - } -} \ No newline at end of file diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Scripts/DemoBall.cs.meta b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Scripts/DemoBall.cs.meta deleted file mode 100644 index 671fff26b..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Scripts/DemoBall.cs.meta +++ /dev/null @@ -1,18 +0,0 @@ -fileFormatVersion: 2 -guid: af269cd09768709469620a982332135d -MonoImporter: - externalObjects: {} - serializedVersion: 2 - defaultReferences: [] - executionOrder: 0 - icon: {instanceID: 0} - userData: - assetBundleName: - assetBundleVariant: -AssetOrigin: - serializedVersion: 1 - productId: 183370 - packageName: Feel - packageVersion: 5.8 - assetPath: Assets/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Scripts/DemoBall.cs - uploadId: 799856 diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Scripts/DemoButton.cs b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Scripts/DemoButton.cs deleted file mode 100644 index 6ed7b51de..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Scripts/DemoButton.cs +++ /dev/null @@ -1,66 +0,0 @@ -using System; -using MoreMountains.Tools; -using UnityEngine; -using UnityEngine.Events; -#if MM_UI -using UnityEngine.UI; - -#if UNITY_EDITOR -using UnityEditor; -using UnityEditor.Events; -#endif -using UnityEngine.Scripting.APIUpdating; -namespace MoreMountains.Feedbacks -{ - /// - /// A simple class used to handle demo buttons in the MMF_PlayerDemo and MMFeedbacksDemo scenes - /// - [ExecuteAlways] - [AddComponentMenu("")] - public class DemoButton : MonoBehaviour - { - [Header("Behaviour")] - public bool NotSupportedInWebGL = false; - - [Header("Bindings")] - public Button TargetButton; - public Text ButtonText; - public Text WebGL; - public MMF_Player TargetMMF_Player; - - protected Color _disabledColor = new Color(255, 255, 255, 0.5f); - - protected virtual void OnEnable() - { - HandleWebGL(); - TargetButton.onClick.AddListener(OnClickEvent); - } - - protected void OnDisable() - { - TargetButton.onClick.RemoveListener(OnClickEvent); - } - - public void OnClickEvent() - { - TargetMMF_Player?.PlayFeedbacks(); - } - - protected virtual void HandleWebGL() - { - if (WebGL != null) - { - #if UNITY_WEBGL - TargetButton.interactable = !NotSupportedInWebGL; - WebGL.gameObject.SetActive(NotSupportedInWebGL); - ButtonText.color = NotSupportedInWebGL ? _disabledColor : Color.white; - #else - WebGL.gameObject.SetActive(false); - TargetButton.interactable = true; - ButtonText.color = Color.white; - #endif - } - } - } -} -#endif \ No newline at end of file diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Scripts/DemoButton.cs.meta b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Scripts/DemoButton.cs.meta deleted file mode 100644 index 952338908..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Scripts/DemoButton.cs.meta +++ /dev/null @@ -1,18 +0,0 @@ -fileFormatVersion: 2 -guid: df25bf84edad1d74684be3596d8f570d -MonoImporter: - externalObjects: {} - serializedVersion: 2 - defaultReferences: [] - executionOrder: 0 - icon: {instanceID: 0} - userData: - assetBundleName: - assetBundleVariant: -AssetOrigin: - serializedVersion: 1 - productId: 183370 - packageName: Feel - packageVersion: 5.8 - assetPath: Assets/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Scripts/DemoButton.cs - uploadId: 799856 diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Scripts/DemoGhost.cs b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Scripts/DemoGhost.cs deleted file mode 100644 index 6c7fcd859..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Scripts/DemoGhost.cs +++ /dev/null @@ -1,21 +0,0 @@ -using System.Collections; -using System.Collections.Generic; -using UnityEngine; - -namespace MoreMountains.Feedbacks -{ - /// - /// A class used on the MMFeedback's demo ghost - /// - [AddComponentMenu("")] - public class DemoGhost : MonoBehaviour - { - /// - /// Called via animation event, disables the object - /// - public virtual void OnAnimationEnd() - { - this.gameObject.SetActive(false); - } - } -} \ No newline at end of file diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Scripts/DemoGhost.cs.meta b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Scripts/DemoGhost.cs.meta deleted file mode 100644 index 91d7206d0..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Scripts/DemoGhost.cs.meta +++ /dev/null @@ -1,18 +0,0 @@ -fileFormatVersion: 2 -guid: 69c5c5e06e4b97d419ad1fd8c422c7b6 -MonoImporter: - externalObjects: {} - serializedVersion: 2 - defaultReferences: [] - executionOrder: 0 - icon: {instanceID: 0} - userData: - assetBundleName: - assetBundleVariant: -AssetOrigin: - serializedVersion: 1 - productId: 183370 - packageName: Feel - packageVersion: 5.8 - assetPath: Assets/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Scripts/DemoGhost.cs - uploadId: 799856 diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Scripts/DemoPackageTester.cs b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Scripts/DemoPackageTester.cs deleted file mode 100644 index 5c26d872a..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Scripts/DemoPackageTester.cs +++ /dev/null @@ -1,101 +0,0 @@ -using MoreMountains.Tools; -using UnityEngine; -using UnityEditor; - -namespace MoreMountains.Feedbacks -{ - /// - /// This class, meant to be used in MMFeedbacks demos, will check for requirements, and output an - /// error message if necessary. - /// - [AddComponentMenu("")] - public class DemoPackageTester : MonoBehaviour - { - [MMFInformation("This component is only used to display an error in the console in case dependencies for this demo haven't been installed. You can safely remove it if you want, and typically you wouldn't want to keep that in your own game.", MMFInformationAttribute.InformationType.Warning, false)] - /// does the scene require post processing to be installed? - public bool RequiresPostProcessing; - /// does the scene require TextMesh Pro to be installed? - // public bool RequiresTMP; - /// does the scene require Cinemachine to be installed? - public bool RequiresCinemachine; - - /// - /// On Awake we test for dependencies - /// - protected virtual void Awake() - { - #if UNITY_EDITOR - if (Application.isPlaying) - { - TestForDependencies(); - } - #endif - } - - /// - /// Checks whether or not dependencies have been correctly installed - /// - protected virtual void TestForDependencies() - { - bool missingDependencies = false; - string missingString = ""; - bool cinemachineFound = false; - //bool tmpFound = false; - bool postProcessingFound = false; - - #if MM_CINEMACHINE || MM_CINEMACHINE3 - cinemachineFound = true; - #endif - - /*#if MM_UGUI2 - tmpFound = true; - #endif*/ - - #if MM_POSTPROCESSING - postProcessingFound = true; - #endif - - if (missingDependencies) - { - // we do nothing but without that we get an annoying warning so here we are. - } - - if (RequiresCinemachine && !cinemachineFound) - { - missingDependencies = true; - missingString += "Cinemachine"; - } - - /*if (RequiresTMP && !tmpFound) - { - missingDependencies = true; - if (missingString != "") { missingString += ", "; } - missingString += "TextMeshPro"; - }*/ - - if (RequiresPostProcessing && !postProcessingFound) - { - missingDependencies = true; - if (missingString != "") { missingString += ", "; } - missingString += "PostProcessing"; - } - - #if UNITY_EDITOR - if (missingDependencies) - { - Debug.LogError("[DemoPackageTester] It looks like you're missing some dependencies required by this demo ("+missingString+")." + - " You'll have to install them to run this demo. You can learn more about how to do so in the documentation, at http://feel-docs.moremountains.com/how-to-install.html" + - "\n\n"); - - if (EditorUtility.DisplayDialog("Missing dependencies!", - "This demo requires a few dependencies to be installed first (Cinemachine, TextMesh Pro, PostProcessing).\n\n" + - "You can use Feel without them of course, but this demo needs them to work (check out the documentation to learn more!).\n\n" + - "Would you like to automatically install them?", "Yes, install dependencies", "No")) - { - MMFDependencyInstaller.InstallFromPlay(); - } - } - #endif - } - } -} \ No newline at end of file diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Scripts/DemoPackageTester.cs.meta b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Scripts/DemoPackageTester.cs.meta deleted file mode 100644 index 66fde78f6..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Scripts/DemoPackageTester.cs.meta +++ /dev/null @@ -1,18 +0,0 @@ -fileFormatVersion: 2 -guid: 1ac950cd485569740affc32a280665ea -MonoImporter: - externalObjects: {} - serializedVersion: 2 - defaultReferences: [] - executionOrder: 0 - icon: {instanceID: 0} - userData: - assetBundleName: - assetBundleVariant: -AssetOrigin: - serializedVersion: 1 - productId: 183370 - packageName: Feel - packageVersion: 5.8 - assetPath: Assets/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Scripts/DemoPackageTester.cs - uploadId: 799856 diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Scripts/MMFDependencyInstaller.cs b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Scripts/MMFDependencyInstaller.cs deleted file mode 100644 index fb01ff600..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Scripts/MMFDependencyInstaller.cs +++ /dev/null @@ -1,153 +0,0 @@ -#if UNITY_EDITOR -using UnityEditor; -using UnityEditor.PackageManager.Requests; -using UnityEditor.PackageManager; -#endif -using UnityEngine; -using System.Threading.Tasks; -using MoreMountains.Tools; - -namespace MoreMountains.Feedbacks -{ - /// - /// This class is used to automatically install optional dependencies used in MMFeedbacks - /// - public static class MMFDependencyInstaller - { - #if UNITY_EDITOR - static ListRequest _listRequest; - static AddRequest _addRequest; - static int _currentIndex; - - private static string[] _packages = new string[] - {"com.unity.cinemachine", - "com.unity.postprocessing", - "com.unity.2d.animation" - }; - - /// - /// Installs all dependencies listed in _packages - /// - [MenuItem("Tools/More Mountains/MMFeedbacks/Install All Dependencies", false, 703)] - public static void InstallAllDependencies() - { - _currentIndex = 0; - _listRequest = null; - _addRequest = null; - - MMDebug.DebugLogInfo("[MMFDependencyInstaller] Installation start"); - _listRequest = Client.List(); - - EditorApplication.update += ListProgress; - } - - /// - /// Installs all dependencies, use this when calling from a running application - /// - public async static void InstallFromPlay() - { - EditorApplication.ExitPlaymode(); - while (Application.isPlaying) - { - await Task.Delay(500); - } - await Task.Delay(500); - - ClearConsole(); - - await Task.Delay(500); - InstallAllDependencies(); - } - - /// - /// Clears the console. Why isn't this a built-in one liner? Who knows. - /// - public static void ClearConsole() - { - var logEntries = System.Type.GetType("UnityEditor.LogEntries, UnityEditor.dll"); - if (logEntries != null) - { - var clearMethod = logEntries.GetMethod("Clear", System.Reflection.BindingFlags.Static | System.Reflection.BindingFlags.Public); - if (clearMethod != null) - { - clearMethod.Invoke(null, null); - } - } - } - - /// - /// Proceeds to install the next package in line - /// - static void InstallNext() - { - if (_currentIndex < _packages.Length) - { - bool packageFound = false; - foreach (var package in _listRequest.Result) - { - if (package.name == _packages[_currentIndex]) - { - packageFound = true; - MMDebug.DebugLogInfo("[MMFDependencyInstaller] "+package.name+" is already installed"); - _currentIndex++; - InstallNext(); - return; - } - } - - if (!packageFound) - { - MMDebug.DebugLogInfo("[MMFDependencyInstaller] installing "+_packages[_currentIndex]); - _addRequest = Client.Add(_packages[_currentIndex]); - EditorApplication.update += AddProgress; - } - } - else - { - MMDebug.DebugLogInfo("[MMFDependencyInstaller] Installation complete"); - MMDebug.DebugLogInfo("[MMFDependencyInstaller] It's recommended to now close that scene and reopen it before playing it."); - } - } - - /// - /// Processes the list request - /// - static void ListProgress() - { - if (_listRequest.IsCompleted) - { - EditorApplication.update -= ListProgress; - if (_listRequest.Status == StatusCode.Success) - { - InstallNext(); - } - else if (_listRequest.Status >= StatusCode.Failure) - { - MMDebug.DebugLogInfo(_listRequest.Error.message); - } - } - } - - /// - /// Processes add requests - /// - static void AddProgress() - { - if (_addRequest.IsCompleted) - { - if (_addRequest.Status == StatusCode.Success) - { - MMDebug.DebugLogInfo("[MMFDependencyInstaller] "+_addRequest.Result.packageId+" has been installed"); - _currentIndex++; - InstallNext(); - } - else if (_addRequest.Status >= StatusCode.Failure) - { - MMDebug.DebugLogInfo(_addRequest.Error.message); - } - EditorApplication.update -= AddProgress; - } - } - #endif - } -} \ No newline at end of file diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Scripts/MMFDependencyInstaller.cs.meta b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Scripts/MMFDependencyInstaller.cs.meta deleted file mode 100644 index f4ccf8c7a..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Scripts/MMFDependencyInstaller.cs.meta +++ /dev/null @@ -1,18 +0,0 @@ -fileFormatVersion: 2 -guid: f486667260dbdcb4cadd460c2fd25885 -MonoImporter: - externalObjects: {} - serializedVersion: 2 - defaultReferences: [] - executionOrder: 0 - icon: {instanceID: 0} - userData: - assetBundleName: - assetBundleVariant: -AssetOrigin: - serializedVersion: 1 - productId: 183370 - packageName: Feel - packageVersion: 5.8 - assetPath: Assets/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Scripts/MMFDependencyInstaller.cs - uploadId: 799856 diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Sounds.meta b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Sounds.meta deleted file mode 100644 index 8a105f75e..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Sounds.meta +++ /dev/null @@ -1,8 +0,0 @@ -fileFormatVersion: 2 -guid: 31b647655fc88c44ca3797080c0b3185 -folderAsset: yes -DefaultImporter: - externalObjects: {} - userData: - assetBundleName: - assetBundleVariant: diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Sounds/MMFeedbacksDemoJump.wav b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Sounds/MMFeedbacksDemoJump.wav deleted file mode 100644 index 0e4ec3cfe..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Sounds/MMFeedbacksDemoJump.wav +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c52bd5cf2d700eb00ee83d5a8699a6925afc8aff98c144ceda38e06770381bf7 -size 45068 diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Sounds/MMFeedbacksDemoJump.wav.meta b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Sounds/MMFeedbacksDemoJump.wav.meta deleted file mode 100644 index 8504fc02f..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Sounds/MMFeedbacksDemoJump.wav.meta +++ /dev/null @@ -1,30 +0,0 @@ -fileFormatVersion: 2 -guid: e59a805842af2a24982e38cd27e3ea69 -AudioImporter: - externalObjects: {} - serializedVersion: 7 - defaultSettings: - serializedVersion: 2 - loadType: 0 - sampleRateSetting: 0 - sampleRateOverride: 44100 - compressionFormat: 1 - quality: 1 - conversionMode: 0 - preloadAudioData: 0 - platformSettingOverrides: {} - forceToMono: 0 - normalize: 1 - loadInBackground: 0 - ambisonic: 0 - 3D: 1 - userData: - assetBundleName: - assetBundleVariant: -AssetOrigin: - serializedVersion: 1 - productId: 183370 - packageName: Feel - packageVersion: 5.8 - assetPath: Assets/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Sounds/MMFeedbacksDemoJump.wav - uploadId: 799856 diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Sounds/MMFeedbacksDemoKey.wav b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Sounds/MMFeedbacksDemoKey.wav deleted file mode 100644 index ce05320e2..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Sounds/MMFeedbacksDemoKey.wav +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:16fa834192cd09c05a6062aa2d57a962a5347d4316e68094177c8d803857298c -size 5318 diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Sounds/MMFeedbacksDemoKey.wav.meta b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Sounds/MMFeedbacksDemoKey.wav.meta deleted file mode 100644 index 00f8570cc..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Sounds/MMFeedbacksDemoKey.wav.meta +++ /dev/null @@ -1,29 +0,0 @@ -fileFormatVersion: 2 -guid: 5806e204a67b1444b8a4d4c2e3d32a58 -AudioImporter: - externalObjects: {} - serializedVersion: 6 - defaultSettings: - loadType: 0 - sampleRateSetting: 0 - sampleRateOverride: 44100 - compressionFormat: 1 - quality: 1 - conversionMode: 0 - platformSettingOverrides: {} - forceToMono: 0 - normalize: 1 - preloadAudioData: 1 - loadInBackground: 0 - ambisonic: 0 - 3D: 1 - userData: - assetBundleName: - assetBundleVariant: -AssetOrigin: - serializedVersion: 1 - productId: 183370 - packageName: Feel - packageVersion: 5.8 - assetPath: Assets/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Sounds/MMFeedbacksDemoKey.wav - uploadId: 799856 diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Sounds/MMFeedbacksDemoSnap.wav b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Sounds/MMFeedbacksDemoSnap.wav deleted file mode 100644 index ea02ad551..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Sounds/MMFeedbacksDemoSnap.wav +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:17c92af2f24de6c6d7d506b88589d6d1563782874e8b1ea1a6516ae6b79fb2e7 -size 21614 diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Sounds/MMFeedbacksDemoSnap.wav.meta b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Sounds/MMFeedbacksDemoSnap.wav.meta deleted file mode 100644 index 25860ec27..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Sounds/MMFeedbacksDemoSnap.wav.meta +++ /dev/null @@ -1,29 +0,0 @@ -fileFormatVersion: 2 -guid: 2022dcb1a6b4a7f49ba4f9de4ef3f48e -AudioImporter: - externalObjects: {} - serializedVersion: 6 - defaultSettings: - loadType: 0 - sampleRateSetting: 0 - sampleRateOverride: 44100 - compressionFormat: 1 - quality: 1 - conversionMode: 0 - platformSettingOverrides: {} - forceToMono: 0 - normalize: 1 - preloadAudioData: 1 - loadInBackground: 0 - ambisonic: 0 - 3D: 1 - userData: - assetBundleName: - assetBundleVariant: -AssetOrigin: - serializedVersion: 1 - productId: 183370 - packageName: Feel - packageVersion: 5.8 - assetPath: Assets/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Sounds/MMFeedbacksDemoSnap.wav - uploadId: 799856 diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Sounds/MMFeedbacksDemoTrack.wav b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Sounds/MMFeedbacksDemoTrack.wav deleted file mode 100644 index 97f53bf6b..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Sounds/MMFeedbacksDemoTrack.wav +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fc97c0bd8a05ab0c87a30ff33c366f98d8e1f565e8cc8a57c1b51da4ed1047bf -size 6727724 diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Sounds/MMFeedbacksDemoTrack.wav.meta b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Sounds/MMFeedbacksDemoTrack.wav.meta deleted file mode 100644 index 87840278e..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Sounds/MMFeedbacksDemoTrack.wav.meta +++ /dev/null @@ -1,29 +0,0 @@ -fileFormatVersion: 2 -guid: e99b6c5ad04e7474d98b5d3425dd7f82 -AudioImporter: - externalObjects: {} - serializedVersion: 6 - defaultSettings: - loadType: 0 - sampleRateSetting: 0 - sampleRateOverride: 44100 - compressionFormat: 1 - quality: 1 - conversionMode: 0 - platformSettingOverrides: {} - forceToMono: 0 - normalize: 1 - preloadAudioData: 1 - loadInBackground: 0 - ambisonic: 0 - 3D: 1 - userData: - assetBundleName: - assetBundleVariant: -AssetOrigin: - serializedVersion: 1 - productId: 183370 - packageName: Feel - packageVersion: 5.8 - assetPath: Assets/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Sounds/MMFeedbacksDemoTrack.wav - uploadId: 799856 diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/TMP.meta b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/TMP.meta deleted file mode 100644 index 349ade39c..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/TMP.meta +++ /dev/null @@ -1,8 +0,0 @@ -fileFormatVersion: 2 -guid: 1904bf34b020418439c16432581949bb -folderAsset: yes -DefaultImporter: - externalObjects: {} - userData: - assetBundleName: - assetBundleVariant: diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/TMP/Lato-Black SDF MMFeedbacks Outline Demo.mat b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/TMP/Lato-Black SDF MMFeedbacks Outline Demo.mat deleted file mode 100644 index cf3843dde..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/TMP/Lato-Black SDF MMFeedbacks Outline Demo.mat +++ /dev/null @@ -1,104 +0,0 @@ -%YAML 1.1 -%TAG !u! tag:unity3d.com,2011: ---- !u!21 &2100000 -Material: - serializedVersion: 6 - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_Name: Lato-Black SDF MMFeedbacks Outline Demo - m_Shader: {fileID: 4800000, guid: 68e6db2ebdc24f95958faec2be5558d6, type: 3} - m_ShaderKeywords: - m_LightmapFlags: 4 - m_EnableInstancingVariants: 0 - m_DoubleSidedGI: 0 - m_CustomRenderQueue: -1 - stringTagMap: {} - disabledShaderPasses: [] - m_SavedProperties: - serializedVersion: 3 - m_TexEnvs: - - _BumpMap: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _Cube: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _FaceTex: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _MainTex: - m_Texture: {fileID: -2791197472762382045, guid: 4eccd51250cfa3948a3ac1e21d15fe34, - type: 2} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _OutlineTex: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - m_Floats: - - _Ambient: 0.5 - - _Bevel: 0.5 - - _BevelClamp: 0 - - _BevelOffset: 0 - - _BevelRoundness: 0 - - _BevelWidth: 0 - - _BumpFace: 0 - - _BumpOutline: 0 - - _ColorMask: 15 - - _Diffuse: 0.5 - - _FaceDilate: 0 - - _FaceUVSpeedX: 0 - - _FaceUVSpeedY: 0 - - _GlowInner: 0.05 - - _GlowOffset: 0 - - _GlowOuter: 0.05 - - _GlowPower: 0.75 - - _GradientScale: 6 - - _LightAngle: 3.1416 - - _MaskSoftnessX: 0 - - _MaskSoftnessY: 0 - - _OutlineSoftness: 0 - - _OutlineUVSpeedX: 0 - - _OutlineUVSpeedY: 0 - - _OutlineWidth: 0 - - _PerspectiveFilter: 0.875 - - _Reflectivity: 10 - - _ScaleRatioA: 0.8333333 - - _ScaleRatioB: 0.6770833 - - _ScaleRatioC: 0.6770833 - - _ScaleX: 1 - - _ScaleY: 1 - - _ShaderFlags: 0 - - _Sharpness: 0 - - _SpecularPower: 2 - - _Stencil: 0 - - _StencilComp: 8 - - _StencilOp: 0 - - _StencilReadMask: 255 - - _StencilWriteMask: 255 - - _TextureHeight: 512 - - _TextureWidth: 512 - - _UnderlayDilate: 0 - - _UnderlayOffsetX: 0 - - _UnderlayOffsetY: 0 - - _UnderlaySoftness: 0 - - _VertexOffsetX: 0 - - _VertexOffsetY: 0 - - _WeightBold: 0.75 - - _WeightNormal: 0 - m_Colors: - - _ClipRect: {r: -32767, g: -32767, b: 32767, a: 32767} - - _EnvMatrixRotation: {r: 0, g: 0, b: 0, a: 0} - - _FaceColor: {r: 1, g: 1, b: 1, a: 1} - - _GlowColor: {r: 0, g: 1, b: 0, a: 0.5} - - _MaskCoord: {r: 0, g: 0, b: 32767, a: 32767} - - _OutlineColor: {r: 0, g: 0, b: 0, a: 1} - - _ReflectFaceColor: {r: 0, g: 0, b: 0, a: 1} - - _ReflectOutlineColor: {r: 0, g: 0, b: 0, a: 1} - - _SpecularColor: {r: 1, g: 1, b: 1, a: 1} - - _UnderlayColor: {r: 0, g: 0, b: 0, a: 0.5} diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/TMP/Lato-Black SDF MMFeedbacks Outline Demo.mat.meta b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/TMP/Lato-Black SDF MMFeedbacks Outline Demo.mat.meta deleted file mode 100644 index 7a6cccd75..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/TMP/Lato-Black SDF MMFeedbacks Outline Demo.mat.meta +++ /dev/null @@ -1,16 +0,0 @@ -fileFormatVersion: 2 -guid: 183051d3d39b2f4438c17e8ba8958555 -NativeFormatImporter: - externalObjects: {} - mainObjectFileID: 0 - userData: - assetBundleName: - assetBundleVariant: -AssetOrigin: - serializedVersion: 1 - productId: 183370 - packageName: Feel - packageVersion: 5.8 - assetPath: Assets/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/TMP/Lato-Black SDF MMFeedbacks - Outline Demo.mat - uploadId: 799856 diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Textures.meta b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Textures.meta deleted file mode 100644 index 5e292595f..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Textures.meta +++ /dev/null @@ -1,8 +0,0 @@ -fileFormatVersion: 2 -guid: 358ffe2f2f7dd2742a4132e2f8b3b465 -folderAsset: yes -DefaultImporter: - externalObjects: {} - userData: - assetBundleName: - assetBundleVariant: diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Textures/FeedbacksDemo1px.png b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Textures/FeedbacksDemo1px.png deleted file mode 100644 index 7e5130a3f..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Textures/FeedbacksDemo1px.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1e9737f10685ee4fa5928ffce6dc249f8cbf0528aba8c34dd011a090b02edd7c -size 924 diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Textures/FeedbacksDemo1px.png.meta b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Textures/FeedbacksDemo1px.png.meta deleted file mode 100644 index fbde6714c..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Textures/FeedbacksDemo1px.png.meta +++ /dev/null @@ -1,146 +0,0 @@ -fileFormatVersion: 2 -guid: a9fd44c7daf773c489b86519d261b198 -TextureImporter: - internalIDToNameTable: [] - externalObjects: {} - serializedVersion: 10 - mipmaps: - mipMapMode: 0 - enableMipMap: 0 - sRGBTexture: 1 - linearTexture: 0 - fadeOut: 0 - borderMipMap: 0 - mipMapsPreserveCoverage: 0 - alphaTestReferenceValue: 0.5 - mipMapFadeDistanceStart: 1 - mipMapFadeDistanceEnd: 3 - bumpmap: - convertToNormalMap: 0 - externalNormalMap: 0 - heightScale: 0.25 - normalMapFilter: 0 - isReadable: 0 - streamingMipmaps: 0 - streamingMipmapsPriority: 0 - grayScaleToAlpha: 0 - generateCubemap: 6 - cubemapConvolution: 0 - seamlessCubemap: 0 - textureFormat: 1 - maxTextureSize: 2048 - textureSettings: - serializedVersion: 2 - filterMode: -1 - aniso: -1 - mipBias: -100 - wrapU: 1 - wrapV: 1 - wrapW: -1 - nPOTScale: 0 - lightmap: 0 - compressionQuality: 50 - spriteMode: 1 - spriteExtrude: 1 - spriteMeshType: 1 - alignment: 0 - spritePivot: {x: 0.5, y: 0.5} - spritePixelsToUnits: 100 - spriteBorder: {x: 0, y: 0, z: 0, w: 0} - spriteGenerateFallbackPhysicsShape: 1 - alphaUsage: 1 - alphaIsTransparency: 1 - spriteTessellationDetail: -1 - textureType: 8 - textureShape: 1 - singleChannelComponent: 0 - maxTextureSizeSet: 0 - compressionQualitySet: 0 - textureFormatSet: 0 - platformSettings: - - serializedVersion: 3 - buildTarget: DefaultTexturePlatform - maxTextureSize: 2048 - resizeAlgorithm: 0 - textureFormat: -1 - textureCompression: 1 - compressionQuality: 50 - crunchedCompression: 0 - allowsAlphaSplitting: 0 - overridden: 0 - androidETC2FallbackOverride: 0 - forceMaximumCompressionQuality_BC6H_BC7: 0 - - serializedVersion: 3 - buildTarget: Standalone - maxTextureSize: 2048 - resizeAlgorithm: 0 - textureFormat: -1 - textureCompression: 1 - compressionQuality: 50 - crunchedCompression: 0 - allowsAlphaSplitting: 0 - overridden: 0 - androidETC2FallbackOverride: 0 - forceMaximumCompressionQuality_BC6H_BC7: 0 - - serializedVersion: 3 - buildTarget: iPhone - maxTextureSize: 2048 - resizeAlgorithm: 0 - textureFormat: -1 - textureCompression: 1 - compressionQuality: 50 - crunchedCompression: 0 - allowsAlphaSplitting: 0 - overridden: 0 - androidETC2FallbackOverride: 0 - forceMaximumCompressionQuality_BC6H_BC7: 0 - - serializedVersion: 3 - buildTarget: Android - maxTextureSize: 2048 - resizeAlgorithm: 0 - textureFormat: -1 - textureCompression: 1 - compressionQuality: 50 - crunchedCompression: 0 - allowsAlphaSplitting: 0 - overridden: 0 - androidETC2FallbackOverride: 0 - forceMaximumCompressionQuality_BC6H_BC7: 0 - - serializedVersion: 3 - buildTarget: WebGL - maxTextureSize: 2048 - resizeAlgorithm: 0 - textureFormat: -1 - textureCompression: 1 - compressionQuality: 50 - crunchedCompression: 0 - allowsAlphaSplitting: 0 - overridden: 0 - androidETC2FallbackOverride: 0 - forceMaximumCompressionQuality_BC6H_BC7: 0 - spriteSheet: - serializedVersion: 2 - sprites: [] - outline: [] - physicsShape: [] - bones: [] - spriteID: 5e97eb03825dee720800000000000000 - internalID: 0 - vertices: [] - indices: - edges: [] - weights: [] - secondaryTextures: [] - spritePackingTag: - pSDRemoveMatte: 0 - pSDShowRemoveMatteOption: 0 - userData: - assetBundleName: - assetBundleVariant: -AssetOrigin: - serializedVersion: 1 - productId: 183370 - packageName: Feel - packageVersion: 5.8 - assetPath: Assets/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Textures/FeedbacksDemo1px.png - uploadId: 799856 diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Textures/FeedbacksDemoFaderMask.png b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Textures/FeedbacksDemoFaderMask.png deleted file mode 100644 index 99f3ec145..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Textures/FeedbacksDemoFaderMask.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:98b858c4ad7c573fd5ed5bbbf52bed2c45c1894f13da4aabacd02d41f4fa7e0f -size 15444 diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Textures/FeedbacksDemoFaderMask.png.meta b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Textures/FeedbacksDemoFaderMask.png.meta deleted file mode 100644 index 906c1ff65..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Textures/FeedbacksDemoFaderMask.png.meta +++ /dev/null @@ -1,146 +0,0 @@ -fileFormatVersion: 2 -guid: bdd6c77f3b6358b4797992581e75bd64 -TextureImporter: - internalIDToNameTable: [] - externalObjects: {} - serializedVersion: 10 - mipmaps: - mipMapMode: 0 - enableMipMap: 0 - sRGBTexture: 1 - linearTexture: 0 - fadeOut: 0 - borderMipMap: 0 - mipMapsPreserveCoverage: 0 - alphaTestReferenceValue: 0.5 - mipMapFadeDistanceStart: 1 - mipMapFadeDistanceEnd: 3 - bumpmap: - convertToNormalMap: 0 - externalNormalMap: 0 - heightScale: 0.25 - normalMapFilter: 0 - isReadable: 0 - streamingMipmaps: 0 - streamingMipmapsPriority: 0 - grayScaleToAlpha: 0 - generateCubemap: 6 - cubemapConvolution: 0 - seamlessCubemap: 0 - textureFormat: 1 - maxTextureSize: 2048 - textureSettings: - serializedVersion: 2 - filterMode: -1 - aniso: -1 - mipBias: -100 - wrapU: 1 - wrapV: 1 - wrapW: -1 - nPOTScale: 0 - lightmap: 0 - compressionQuality: 50 - spriteMode: 1 - spriteExtrude: 1 - spriteMeshType: 1 - alignment: 0 - spritePivot: {x: 0.5, y: 0.5} - spritePixelsToUnits: 100 - spriteBorder: {x: 0, y: 0, z: 0, w: 0} - spriteGenerateFallbackPhysicsShape: 1 - alphaUsage: 1 - alphaIsTransparency: 1 - spriteTessellationDetail: -1 - textureType: 8 - textureShape: 1 - singleChannelComponent: 0 - maxTextureSizeSet: 0 - compressionQualitySet: 0 - textureFormatSet: 0 - platformSettings: - - serializedVersion: 3 - buildTarget: DefaultTexturePlatform - maxTextureSize: 2048 - resizeAlgorithm: 0 - textureFormat: -1 - textureCompression: 1 - compressionQuality: 50 - crunchedCompression: 0 - allowsAlphaSplitting: 0 - overridden: 0 - androidETC2FallbackOverride: 0 - forceMaximumCompressionQuality_BC6H_BC7: 0 - - serializedVersion: 3 - buildTarget: Standalone - maxTextureSize: 2048 - resizeAlgorithm: 0 - textureFormat: -1 - textureCompression: 1 - compressionQuality: 50 - crunchedCompression: 0 - allowsAlphaSplitting: 0 - overridden: 0 - androidETC2FallbackOverride: 0 - forceMaximumCompressionQuality_BC6H_BC7: 0 - - serializedVersion: 3 - buildTarget: iPhone - maxTextureSize: 2048 - resizeAlgorithm: 0 - textureFormat: -1 - textureCompression: 1 - compressionQuality: 50 - crunchedCompression: 0 - allowsAlphaSplitting: 0 - overridden: 0 - androidETC2FallbackOverride: 0 - forceMaximumCompressionQuality_BC6H_BC7: 0 - - serializedVersion: 3 - buildTarget: Android - maxTextureSize: 2048 - resizeAlgorithm: 0 - textureFormat: -1 - textureCompression: 1 - compressionQuality: 50 - crunchedCompression: 0 - allowsAlphaSplitting: 0 - overridden: 0 - androidETC2FallbackOverride: 0 - forceMaximumCompressionQuality_BC6H_BC7: 0 - - serializedVersion: 3 - buildTarget: WebGL - maxTextureSize: 2048 - resizeAlgorithm: 0 - textureFormat: -1 - textureCompression: 1 - compressionQuality: 50 - crunchedCompression: 0 - allowsAlphaSplitting: 0 - overridden: 0 - androidETC2FallbackOverride: 0 - forceMaximumCompressionQuality_BC6H_BC7: 0 - spriteSheet: - serializedVersion: 2 - sprites: [] - outline: [] - physicsShape: [] - bones: [] - spriteID: 5e97eb03825dee720800000000000000 - internalID: 0 - vertices: [] - indices: - edges: [] - weights: [] - secondaryTextures: [] - spritePackingTag: - pSDRemoveMatte: 0 - pSDShowRemoveMatteOption: 0 - userData: - assetBundleName: - assetBundleVariant: -AssetOrigin: - serializedVersion: 1 - productId: 183370 - packageName: Feel - packageVersion: 5.8 - assetPath: Assets/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Textures/FeedbacksDemoFaderMask.png - uploadId: 799856 diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Textures/FeedbacksDemoGhost.png b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Textures/FeedbacksDemoGhost.png deleted file mode 100644 index cff5e3ab6..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Textures/FeedbacksDemoGhost.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:94c3f1af4cbd63c7e657d82cbf2723aef8a0dbc362a7506da7532e0c49d0f86e -size 1259 diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Textures/FeedbacksDemoGhost.png.meta b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Textures/FeedbacksDemoGhost.png.meta deleted file mode 100644 index d0d268363..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Textures/FeedbacksDemoGhost.png.meta +++ /dev/null @@ -1,146 +0,0 @@ -fileFormatVersion: 2 -guid: 6fd0b649401ca5b419a5ebf5df170c0f -TextureImporter: - internalIDToNameTable: [] - externalObjects: {} - serializedVersion: 10 - mipmaps: - mipMapMode: 0 - enableMipMap: 0 - sRGBTexture: 1 - linearTexture: 0 - fadeOut: 0 - borderMipMap: 0 - mipMapsPreserveCoverage: 0 - alphaTestReferenceValue: 0.5 - mipMapFadeDistanceStart: 1 - mipMapFadeDistanceEnd: 3 - bumpmap: - convertToNormalMap: 0 - externalNormalMap: 0 - heightScale: 0.25 - normalMapFilter: 0 - isReadable: 0 - streamingMipmaps: 0 - streamingMipmapsPriority: 0 - grayScaleToAlpha: 0 - generateCubemap: 6 - cubemapConvolution: 0 - seamlessCubemap: 0 - textureFormat: 1 - maxTextureSize: 2048 - textureSettings: - serializedVersion: 2 - filterMode: 0 - aniso: -1 - mipBias: -100 - wrapU: 1 - wrapV: 1 - wrapW: -1 - nPOTScale: 0 - lightmap: 0 - compressionQuality: 50 - spriteMode: 1 - spriteExtrude: 1 - spriteMeshType: 1 - alignment: 0 - spritePivot: {x: 0.5, y: 0.5} - spritePixelsToUnits: 100 - spriteBorder: {x: 0, y: 0, z: 0, w: 0} - spriteGenerateFallbackPhysicsShape: 1 - alphaUsage: 1 - alphaIsTransparency: 1 - spriteTessellationDetail: -1 - textureType: 8 - textureShape: 1 - singleChannelComponent: 0 - maxTextureSizeSet: 0 - compressionQualitySet: 0 - textureFormatSet: 0 - platformSettings: - - serializedVersion: 3 - buildTarget: DefaultTexturePlatform - maxTextureSize: 2048 - resizeAlgorithm: 0 - textureFormat: -1 - textureCompression: 0 - compressionQuality: 50 - crunchedCompression: 0 - allowsAlphaSplitting: 0 - overridden: 0 - androidETC2FallbackOverride: 0 - forceMaximumCompressionQuality_BC6H_BC7: 0 - - serializedVersion: 3 - buildTarget: Standalone - maxTextureSize: 2048 - resizeAlgorithm: 0 - textureFormat: -1 - textureCompression: 0 - compressionQuality: 50 - crunchedCompression: 0 - allowsAlphaSplitting: 0 - overridden: 0 - androidETC2FallbackOverride: 0 - forceMaximumCompressionQuality_BC6H_BC7: 0 - - serializedVersion: 3 - buildTarget: iPhone - maxTextureSize: 2048 - resizeAlgorithm: 0 - textureFormat: -1 - textureCompression: 0 - compressionQuality: 50 - crunchedCompression: 0 - allowsAlphaSplitting: 0 - overridden: 0 - androidETC2FallbackOverride: 0 - forceMaximumCompressionQuality_BC6H_BC7: 0 - - serializedVersion: 3 - buildTarget: Android - maxTextureSize: 2048 - resizeAlgorithm: 0 - textureFormat: -1 - textureCompression: 0 - compressionQuality: 50 - crunchedCompression: 0 - allowsAlphaSplitting: 0 - overridden: 0 - androidETC2FallbackOverride: 0 - forceMaximumCompressionQuality_BC6H_BC7: 0 - - serializedVersion: 3 - buildTarget: WebGL - maxTextureSize: 2048 - resizeAlgorithm: 0 - textureFormat: -1 - textureCompression: 0 - compressionQuality: 50 - crunchedCompression: 0 - allowsAlphaSplitting: 0 - overridden: 0 - androidETC2FallbackOverride: 0 - forceMaximumCompressionQuality_BC6H_BC7: 0 - spriteSheet: - serializedVersion: 2 - sprites: [] - outline: [] - physicsShape: [] - bones: [] - spriteID: 5e97eb03825dee720800000000000000 - internalID: 0 - vertices: [] - indices: - edges: [] - weights: [] - secondaryTextures: [] - spritePackingTag: - pSDRemoveMatte: 0 - pSDShowRemoveMatteOption: 0 - userData: - assetBundleName: - assetBundleVariant: -AssetOrigin: - serializedVersion: 1 - productId: 183370 - packageName: Feel - packageVersion: 5.8 - assetPath: Assets/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Textures/FeedbacksDemoGhost.png - uploadId: 799856 diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Textures/MMFeedbacksDemoGround.png b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Textures/MMFeedbacksDemoGround.png deleted file mode 100644 index c7c046ded..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Textures/MMFeedbacksDemoGround.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8f0f77ff481ab6cae3b15f98d30e9c0d4e2bbf134b132c9298ca0552302470f7 -size 9217 diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Textures/MMFeedbacksDemoGround.png.meta b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Textures/MMFeedbacksDemoGround.png.meta deleted file mode 100644 index 7919a158f..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Textures/MMFeedbacksDemoGround.png.meta +++ /dev/null @@ -1,98 +0,0 @@ -fileFormatVersion: 2 -guid: efd7ec4745c4b8e408b18d7c942b28c4 -TextureImporter: - internalIDToNameTable: [] - externalObjects: {} - serializedVersion: 10 - mipmaps: - mipMapMode: 0 - enableMipMap: 1 - sRGBTexture: 1 - linearTexture: 0 - fadeOut: 0 - borderMipMap: 0 - mipMapsPreserveCoverage: 0 - alphaTestReferenceValue: 0.5 - mipMapFadeDistanceStart: 1 - mipMapFadeDistanceEnd: 3 - bumpmap: - convertToNormalMap: 0 - externalNormalMap: 0 - heightScale: 0.25 - normalMapFilter: 0 - isReadable: 0 - streamingMipmaps: 0 - streamingMipmapsPriority: 0 - grayScaleToAlpha: 0 - generateCubemap: 6 - cubemapConvolution: 0 - seamlessCubemap: 0 - textureFormat: 1 - maxTextureSize: 2048 - textureSettings: - serializedVersion: 2 - filterMode: -1 - aniso: -1 - mipBias: -100 - wrapU: -1 - wrapV: -1 - wrapW: -1 - nPOTScale: 1 - lightmap: 0 - compressionQuality: 50 - spriteMode: 0 - spriteExtrude: 1 - spriteMeshType: 1 - alignment: 0 - spritePivot: {x: 0.5, y: 0.5} - spritePixelsToUnits: 100 - spriteBorder: {x: 0, y: 0, z: 0, w: 0} - spriteGenerateFallbackPhysicsShape: 1 - alphaUsage: 1 - alphaIsTransparency: 0 - spriteTessellationDetail: -1 - textureType: 0 - textureShape: 1 - singleChannelComponent: 0 - maxTextureSizeSet: 0 - compressionQualitySet: 0 - textureFormatSet: 0 - platformSettings: - - serializedVersion: 3 - buildTarget: DefaultTexturePlatform - maxTextureSize: 2048 - resizeAlgorithm: 0 - textureFormat: -1 - textureCompression: 1 - compressionQuality: 50 - crunchedCompression: 0 - allowsAlphaSplitting: 0 - overridden: 0 - androidETC2FallbackOverride: 0 - forceMaximumCompressionQuality_BC6H_BC7: 0 - spriteSheet: - serializedVersion: 2 - sprites: [] - outline: [] - physicsShape: [] - bones: [] - spriteID: - internalID: 0 - vertices: [] - indices: - edges: [] - weights: [] - secondaryTextures: [] - spritePackingTag: - pSDRemoveMatte: 0 - pSDShowRemoveMatteOption: 0 - userData: - assetBundleName: - assetBundleVariant: -AssetOrigin: - serializedVersion: 1 - productId: 183370 - packageName: Feel - packageVersion: 5.8 - assetPath: Assets/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Textures/MMFeedbacksDemoGround.png - uploadId: 799856 diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Textures/Paper.meta b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Textures/Paper.meta deleted file mode 100644 index a20fff3e0..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Textures/Paper.meta +++ /dev/null @@ -1,8 +0,0 @@ -fileFormatVersion: 2 -guid: 2f4731191247ad9469bb9530f2c7c734 -folderAsset: yes -DefaultImporter: - externalObjects: {} - userData: - assetBundleName: - assetBundleVariant: diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Textures/Paper/PaperCol.png b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Textures/Paper/PaperCol.png deleted file mode 100644 index 746f7fd99..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Textures/Paper/PaperCol.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:675649ef513eec10f39e2020a6e53d0a04743ceecb511afd6a05143d170a6470 -size 547757 diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Textures/Paper/PaperCol.png.meta b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Textures/Paper/PaperCol.png.meta deleted file mode 100644 index 481afce07..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Textures/Paper/PaperCol.png.meta +++ /dev/null @@ -1,146 +0,0 @@ -fileFormatVersion: 2 -guid: 92ea895d681c10a4d9d9c279d63a9c87 -TextureImporter: - internalIDToNameTable: [] - externalObjects: {} - serializedVersion: 10 - mipmaps: - mipMapMode: 0 - enableMipMap: 1 - sRGBTexture: 1 - linearTexture: 0 - fadeOut: 0 - borderMipMap: 0 - mipMapsPreserveCoverage: 0 - alphaTestReferenceValue: 0.5 - mipMapFadeDistanceStart: 1 - mipMapFadeDistanceEnd: 3 - bumpmap: - convertToNormalMap: 0 - externalNormalMap: 0 - heightScale: 0.25 - normalMapFilter: 0 - isReadable: 0 - streamingMipmaps: 0 - streamingMipmapsPriority: 0 - grayScaleToAlpha: 0 - generateCubemap: 6 - cubemapConvolution: 0 - seamlessCubemap: 0 - textureFormat: 1 - maxTextureSize: 2048 - textureSettings: - serializedVersion: 2 - filterMode: -1 - aniso: -1 - mipBias: -100 - wrapU: 0 - wrapV: 0 - wrapW: 0 - nPOTScale: 0 - lightmap: 0 - compressionQuality: 50 - spriteMode: 1 - spriteExtrude: 1 - spriteMeshType: 1 - alignment: 0 - spritePivot: {x: 0.5, y: 0.5} - spritePixelsToUnits: 100 - spriteBorder: {x: 0, y: 0, z: 0, w: 0} - spriteGenerateFallbackPhysicsShape: 1 - alphaUsage: 1 - alphaIsTransparency: 0 - spriteTessellationDetail: -1 - textureType: 0 - textureShape: 1 - singleChannelComponent: 0 - maxTextureSizeSet: 0 - compressionQualitySet: 0 - textureFormatSet: 0 - platformSettings: - - serializedVersion: 3 - buildTarget: DefaultTexturePlatform - maxTextureSize: 2048 - resizeAlgorithm: 0 - textureFormat: -1 - textureCompression: 1 - compressionQuality: 50 - crunchedCompression: 0 - allowsAlphaSplitting: 0 - overridden: 0 - androidETC2FallbackOverride: 0 - forceMaximumCompressionQuality_BC6H_BC7: 0 - - serializedVersion: 3 - buildTarget: Standalone - maxTextureSize: 2048 - resizeAlgorithm: 0 - textureFormat: -1 - textureCompression: 1 - compressionQuality: 50 - crunchedCompression: 0 - allowsAlphaSplitting: 0 - overridden: 0 - androidETC2FallbackOverride: 0 - forceMaximumCompressionQuality_BC6H_BC7: 0 - - serializedVersion: 3 - buildTarget: iPhone - maxTextureSize: 2048 - resizeAlgorithm: 0 - textureFormat: -1 - textureCompression: 1 - compressionQuality: 50 - crunchedCompression: 0 - allowsAlphaSplitting: 0 - overridden: 0 - androidETC2FallbackOverride: 0 - forceMaximumCompressionQuality_BC6H_BC7: 0 - - serializedVersion: 3 - buildTarget: Android - maxTextureSize: 2048 - resizeAlgorithm: 0 - textureFormat: -1 - textureCompression: 1 - compressionQuality: 50 - crunchedCompression: 0 - allowsAlphaSplitting: 0 - overridden: 0 - androidETC2FallbackOverride: 0 - forceMaximumCompressionQuality_BC6H_BC7: 0 - - serializedVersion: 3 - buildTarget: WebGL - maxTextureSize: 2048 - resizeAlgorithm: 0 - textureFormat: -1 - textureCompression: 1 - compressionQuality: 50 - crunchedCompression: 0 - allowsAlphaSplitting: 0 - overridden: 0 - androidETC2FallbackOverride: 0 - forceMaximumCompressionQuality_BC6H_BC7: 0 - spriteSheet: - serializedVersion: 2 - sprites: [] - outline: [] - physicsShape: [] - bones: [] - spriteID: 5e97eb03825dee720800000000000000 - internalID: 0 - vertices: [] - indices: - edges: [] - weights: [] - secondaryTextures: [] - spritePackingTag: - pSDRemoveMatte: 0 - pSDShowRemoveMatteOption: 0 - userData: - assetBundleName: - assetBundleVariant: -AssetOrigin: - serializedVersion: 1 - productId: 183370 - packageName: Feel - packageVersion: 5.8 - assetPath: Assets/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Textures/Paper/PaperCol.png - uploadId: 799856 diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Textures/Paper/PaperDisp.png b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Textures/Paper/PaperDisp.png deleted file mode 100644 index fb4375934..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Textures/Paper/PaperDisp.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d0a149be635af7b55618f4cdca51ebe1a5c16771e67701856a0abc5dc03ebe81 -size 778258 diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Textures/Paper/PaperDisp.png.meta b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Textures/Paper/PaperDisp.png.meta deleted file mode 100644 index 1215f81f7..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Textures/Paper/PaperDisp.png.meta +++ /dev/null @@ -1,146 +0,0 @@ -fileFormatVersion: 2 -guid: d2f55d20cd432914583e1c23ce001291 -TextureImporter: - internalIDToNameTable: [] - externalObjects: {} - serializedVersion: 10 - mipmaps: - mipMapMode: 0 - enableMipMap: 1 - sRGBTexture: 1 - linearTexture: 0 - fadeOut: 0 - borderMipMap: 0 - mipMapsPreserveCoverage: 0 - alphaTestReferenceValue: 0.5 - mipMapFadeDistanceStart: 1 - mipMapFadeDistanceEnd: 3 - bumpmap: - convertToNormalMap: 0 - externalNormalMap: 0 - heightScale: 0.25 - normalMapFilter: 0 - isReadable: 0 - streamingMipmaps: 0 - streamingMipmapsPriority: 0 - grayScaleToAlpha: 0 - generateCubemap: 6 - cubemapConvolution: 0 - seamlessCubemap: 0 - textureFormat: 1 - maxTextureSize: 2048 - textureSettings: - serializedVersion: 2 - filterMode: -1 - aniso: -1 - mipBias: -100 - wrapU: 0 - wrapV: 0 - wrapW: 0 - nPOTScale: 0 - lightmap: 0 - compressionQuality: 50 - spriteMode: 1 - spriteExtrude: 1 - spriteMeshType: 1 - alignment: 0 - spritePivot: {x: 0.5, y: 0.5} - spritePixelsToUnits: 100 - spriteBorder: {x: 0, y: 0, z: 0, w: 0} - spriteGenerateFallbackPhysicsShape: 1 - alphaUsage: 1 - alphaIsTransparency: 0 - spriteTessellationDetail: -1 - textureType: 0 - textureShape: 1 - singleChannelComponent: 0 - maxTextureSizeSet: 0 - compressionQualitySet: 0 - textureFormatSet: 0 - platformSettings: - - serializedVersion: 3 - buildTarget: DefaultTexturePlatform - maxTextureSize: 2048 - resizeAlgorithm: 0 - textureFormat: -1 - textureCompression: 1 - compressionQuality: 50 - crunchedCompression: 0 - allowsAlphaSplitting: 0 - overridden: 0 - androidETC2FallbackOverride: 0 - forceMaximumCompressionQuality_BC6H_BC7: 0 - - serializedVersion: 3 - buildTarget: Standalone - maxTextureSize: 2048 - resizeAlgorithm: 0 - textureFormat: -1 - textureCompression: 1 - compressionQuality: 50 - crunchedCompression: 0 - allowsAlphaSplitting: 0 - overridden: 0 - androidETC2FallbackOverride: 0 - forceMaximumCompressionQuality_BC6H_BC7: 0 - - serializedVersion: 3 - buildTarget: iPhone - maxTextureSize: 2048 - resizeAlgorithm: 0 - textureFormat: -1 - textureCompression: 1 - compressionQuality: 50 - crunchedCompression: 0 - allowsAlphaSplitting: 0 - overridden: 0 - androidETC2FallbackOverride: 0 - forceMaximumCompressionQuality_BC6H_BC7: 0 - - serializedVersion: 3 - buildTarget: Android - maxTextureSize: 2048 - resizeAlgorithm: 0 - textureFormat: -1 - textureCompression: 1 - compressionQuality: 50 - crunchedCompression: 0 - allowsAlphaSplitting: 0 - overridden: 0 - androidETC2FallbackOverride: 0 - forceMaximumCompressionQuality_BC6H_BC7: 0 - - serializedVersion: 3 - buildTarget: WebGL - maxTextureSize: 2048 - resizeAlgorithm: 0 - textureFormat: -1 - textureCompression: 1 - compressionQuality: 50 - crunchedCompression: 0 - allowsAlphaSplitting: 0 - overridden: 0 - androidETC2FallbackOverride: 0 - forceMaximumCompressionQuality_BC6H_BC7: 0 - spriteSheet: - serializedVersion: 2 - sprites: [] - outline: [] - physicsShape: [] - bones: [] - spriteID: 5e97eb03825dee720800000000000000 - internalID: 0 - vertices: [] - indices: - edges: [] - weights: [] - secondaryTextures: [] - spritePackingTag: - pSDRemoveMatte: 0 - pSDShowRemoveMatteOption: 0 - userData: - assetBundleName: - assetBundleVariant: -AssetOrigin: - serializedVersion: 1 - productId: 183370 - packageName: Feel - packageVersion: 5.8 - assetPath: Assets/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Textures/Paper/PaperDisp.png - uploadId: 799856 diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Textures/Paper/PaperNormal.png b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Textures/Paper/PaperNormal.png deleted file mode 100644 index 975a005bb..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Textures/Paper/PaperNormal.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b7c5b043c09dab457d991ad1c5a1be2c218fa5b543ae152dc3b3b06bcfdf1004 -size 3693326 diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Textures/Paper/PaperNormal.png.meta b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Textures/Paper/PaperNormal.png.meta deleted file mode 100644 index f212272a7..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Textures/Paper/PaperNormal.png.meta +++ /dev/null @@ -1,146 +0,0 @@ -fileFormatVersion: 2 -guid: 8f1ed309a298a2742b829de2033346ab -TextureImporter: - internalIDToNameTable: [] - externalObjects: {} - serializedVersion: 10 - mipmaps: - mipMapMode: 0 - enableMipMap: 1 - sRGBTexture: 0 - linearTexture: 0 - fadeOut: 0 - borderMipMap: 0 - mipMapsPreserveCoverage: 0 - alphaTestReferenceValue: 0.5 - mipMapFadeDistanceStart: 1 - mipMapFadeDistanceEnd: 3 - bumpmap: - convertToNormalMap: 0 - externalNormalMap: 0 - heightScale: 0.25 - normalMapFilter: 0 - isReadable: 0 - streamingMipmaps: 0 - streamingMipmapsPriority: 0 - grayScaleToAlpha: 0 - generateCubemap: 6 - cubemapConvolution: 0 - seamlessCubemap: 0 - textureFormat: 1 - maxTextureSize: 2048 - textureSettings: - serializedVersion: 2 - filterMode: -1 - aniso: -1 - mipBias: -100 - wrapU: 0 - wrapV: 0 - wrapW: 0 - nPOTScale: 0 - lightmap: 0 - compressionQuality: 50 - spriteMode: 1 - spriteExtrude: 1 - spriteMeshType: 1 - alignment: 0 - spritePivot: {x: 0.5, y: 0.5} - spritePixelsToUnits: 100 - spriteBorder: {x: 0, y: 0, z: 0, w: 0} - spriteGenerateFallbackPhysicsShape: 1 - alphaUsage: 1 - alphaIsTransparency: 0 - spriteTessellationDetail: -1 - textureType: 1 - textureShape: 1 - singleChannelComponent: 0 - maxTextureSizeSet: 0 - compressionQualitySet: 0 - textureFormatSet: 0 - platformSettings: - - serializedVersion: 3 - buildTarget: DefaultTexturePlatform - maxTextureSize: 2048 - resizeAlgorithm: 0 - textureFormat: -1 - textureCompression: 1 - compressionQuality: 50 - crunchedCompression: 0 - allowsAlphaSplitting: 0 - overridden: 0 - androidETC2FallbackOverride: 0 - forceMaximumCompressionQuality_BC6H_BC7: 0 - - serializedVersion: 3 - buildTarget: Standalone - maxTextureSize: 2048 - resizeAlgorithm: 0 - textureFormat: -1 - textureCompression: 1 - compressionQuality: 50 - crunchedCompression: 0 - allowsAlphaSplitting: 0 - overridden: 0 - androidETC2FallbackOverride: 0 - forceMaximumCompressionQuality_BC6H_BC7: 0 - - serializedVersion: 3 - buildTarget: iPhone - maxTextureSize: 2048 - resizeAlgorithm: 0 - textureFormat: -1 - textureCompression: 1 - compressionQuality: 50 - crunchedCompression: 0 - allowsAlphaSplitting: 0 - overridden: 0 - androidETC2FallbackOverride: 0 - forceMaximumCompressionQuality_BC6H_BC7: 0 - - serializedVersion: 3 - buildTarget: Android - maxTextureSize: 2048 - resizeAlgorithm: 0 - textureFormat: -1 - textureCompression: 1 - compressionQuality: 50 - crunchedCompression: 0 - allowsAlphaSplitting: 0 - overridden: 0 - androidETC2FallbackOverride: 0 - forceMaximumCompressionQuality_BC6H_BC7: 0 - - serializedVersion: 3 - buildTarget: WebGL - maxTextureSize: 2048 - resizeAlgorithm: 0 - textureFormat: -1 - textureCompression: 1 - compressionQuality: 50 - crunchedCompression: 0 - allowsAlphaSplitting: 0 - overridden: 0 - androidETC2FallbackOverride: 0 - forceMaximumCompressionQuality_BC6H_BC7: 0 - spriteSheet: - serializedVersion: 2 - sprites: [] - outline: [] - physicsShape: [] - bones: [] - spriteID: 5e97eb03825dee720800000000000000 - internalID: 0 - vertices: [] - indices: - edges: [] - weights: [] - secondaryTextures: [] - spritePackingTag: - pSDRemoveMatte: 0 - pSDShowRemoveMatteOption: 0 - userData: - assetBundleName: - assetBundleVariant: -AssetOrigin: - serializedVersion: 1 - productId: 183370 - packageName: Feel - packageVersion: 5.8 - assetPath: Assets/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Textures/Paper/PaperNormal.png - uploadId: 799856 diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Textures/Paper/PaperRoughness.png b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Textures/Paper/PaperRoughness.png deleted file mode 100644 index ebcbb2956..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Textures/Paper/PaperRoughness.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:260301830176a98216ee10a491d6225810aba3626deaa10fad877c413bab6456 -size 771507 diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Textures/Paper/PaperRoughness.png.meta b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Textures/Paper/PaperRoughness.png.meta deleted file mode 100644 index c15a6ae9c..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Textures/Paper/PaperRoughness.png.meta +++ /dev/null @@ -1,146 +0,0 @@ -fileFormatVersion: 2 -guid: 40c906fd3abf32a4b81655aee35391a1 -TextureImporter: - internalIDToNameTable: [] - externalObjects: {} - serializedVersion: 10 - mipmaps: - mipMapMode: 0 - enableMipMap: 1 - sRGBTexture: 1 - linearTexture: 0 - fadeOut: 0 - borderMipMap: 0 - mipMapsPreserveCoverage: 0 - alphaTestReferenceValue: 0.5 - mipMapFadeDistanceStart: 1 - mipMapFadeDistanceEnd: 3 - bumpmap: - convertToNormalMap: 0 - externalNormalMap: 0 - heightScale: 0.25 - normalMapFilter: 0 - isReadable: 0 - streamingMipmaps: 0 - streamingMipmapsPriority: 0 - grayScaleToAlpha: 0 - generateCubemap: 6 - cubemapConvolution: 0 - seamlessCubemap: 0 - textureFormat: 1 - maxTextureSize: 2048 - textureSettings: - serializedVersion: 2 - filterMode: -1 - aniso: -1 - mipBias: -100 - wrapU: 0 - wrapV: 0 - wrapW: 0 - nPOTScale: 0 - lightmap: 0 - compressionQuality: 50 - spriteMode: 1 - spriteExtrude: 1 - spriteMeshType: 1 - alignment: 0 - spritePivot: {x: 0.5, y: 0.5} - spritePixelsToUnits: 100 - spriteBorder: {x: 0, y: 0, z: 0, w: 0} - spriteGenerateFallbackPhysicsShape: 1 - alphaUsage: 1 - alphaIsTransparency: 0 - spriteTessellationDetail: -1 - textureType: 0 - textureShape: 1 - singleChannelComponent: 0 - maxTextureSizeSet: 0 - compressionQualitySet: 0 - textureFormatSet: 0 - platformSettings: - - serializedVersion: 3 - buildTarget: DefaultTexturePlatform - maxTextureSize: 2048 - resizeAlgorithm: 0 - textureFormat: -1 - textureCompression: 1 - compressionQuality: 50 - crunchedCompression: 0 - allowsAlphaSplitting: 0 - overridden: 0 - androidETC2FallbackOverride: 0 - forceMaximumCompressionQuality_BC6H_BC7: 0 - - serializedVersion: 3 - buildTarget: Standalone - maxTextureSize: 2048 - resizeAlgorithm: 0 - textureFormat: -1 - textureCompression: 1 - compressionQuality: 50 - crunchedCompression: 0 - allowsAlphaSplitting: 0 - overridden: 0 - androidETC2FallbackOverride: 0 - forceMaximumCompressionQuality_BC6H_BC7: 0 - - serializedVersion: 3 - buildTarget: iPhone - maxTextureSize: 2048 - resizeAlgorithm: 0 - textureFormat: -1 - textureCompression: 1 - compressionQuality: 50 - crunchedCompression: 0 - allowsAlphaSplitting: 0 - overridden: 0 - androidETC2FallbackOverride: 0 - forceMaximumCompressionQuality_BC6H_BC7: 0 - - serializedVersion: 3 - buildTarget: Android - maxTextureSize: 2048 - resizeAlgorithm: 0 - textureFormat: -1 - textureCompression: 1 - compressionQuality: 50 - crunchedCompression: 0 - allowsAlphaSplitting: 0 - overridden: 0 - androidETC2FallbackOverride: 0 - forceMaximumCompressionQuality_BC6H_BC7: 0 - - serializedVersion: 3 - buildTarget: WebGL - maxTextureSize: 2048 - resizeAlgorithm: 0 - textureFormat: -1 - textureCompression: 1 - compressionQuality: 50 - crunchedCompression: 0 - allowsAlphaSplitting: 0 - overridden: 0 - androidETC2FallbackOverride: 0 - forceMaximumCompressionQuality_BC6H_BC7: 0 - spriteSheet: - serializedVersion: 2 - sprites: [] - outline: [] - physicsShape: [] - bones: [] - spriteID: 5e97eb03825dee720800000000000000 - internalID: 0 - vertices: [] - indices: - edges: [] - weights: [] - secondaryTextures: [] - spritePackingTag: - pSDRemoveMatte: 0 - pSDShowRemoveMatteOption: 0 - userData: - assetBundleName: - assetBundleVariant: -AssetOrigin: - serializedVersion: 1 - productId: 183370 - packageName: Feel - packageVersion: 5.8 - assetPath: Assets/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/Textures/Paper/PaperRoughness.png - uploadId: 799856 diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/UI.meta b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/UI.meta deleted file mode 100644 index be37859fa..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/UI.meta +++ /dev/null @@ -1,8 +0,0 @@ -fileFormatVersion: 2 -guid: 585f841e3dab6f449b01a5aef8fa030b -folderAsset: yes -DefaultImporter: - externalObjects: {} - userData: - assetBundleName: - assetBundleVariant: diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/UI/Button.prefab b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/UI/Button.prefab deleted file mode 100644 index 70e70ab80..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/UI/Button.prefab +++ /dev/null @@ -1,662 +0,0 @@ -%YAML 1.1 -%TAG !u! tag:unity3d.com,2011: ---- !u!1 &2903879014986604941 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 2903879014986604938} - - component: {fileID: 2903879014986604937} - - component: {fileID: 2903879014986604936} - - component: {fileID: 4258887795993319071} - - component: {fileID: 2903879014986604939} - m_Layer: 5 - m_Name: Button - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!224 &2903879014986604938 -RectTransform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 2903879014986604941} - m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: 0} - m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 - m_Children: - - {fileID: 2903879016059324449} - - {fileID: 6611151916975247623} - - {fileID: 3295746272633172804} - m_Father: {fileID: 0} - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} - m_AnchorMin: {x: 0, y: 0} - m_AnchorMax: {x: 0, y: 0} - m_AnchoredPosition: {x: 0, y: 0} - m_SizeDelta: {x: 236.1, y: 30} - m_Pivot: {x: 0.5, y: 0.5} ---- !u!222 &2903879014986604937 -CanvasRenderer: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 2903879014986604941} - m_CullTransparentMesh: 0 ---- !u!114 &2903879014986604936 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 2903879014986604941} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} - m_Name: - m_EditorClassIdentifier: - m_Material: {fileID: 0} - m_Color: {r: 1, g: 1, b: 1, a: 1} - m_RaycastTarget: 1 - m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0} - m_Maskable: 1 - m_OnCullStateChanged: - m_PersistentCalls: - m_Calls: [] - m_Sprite: {fileID: 21300000, guid: a9fd44c7daf773c489b86519d261b198, type: 3} - m_Type: 0 - m_PreserveAspect: 0 - m_FillCenter: 1 - m_FillMethod: 4 - m_FillAmount: 1 - m_FillClockwise: 1 - m_FillOrigin: 0 - m_UseSpriteMesh: 0 - m_PixelsPerUnitMultiplier: 1 ---- !u!114 &4258887795993319071 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 2903879014986604941} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: df25bf84edad1d74684be3596d8f570d, type: 3} - m_Name: - m_EditorClassIdentifier: - NotSupportedInWebGL: 0 - TargetButton: {fileID: 2903879014986604939} - ButtonText: {fileID: 2903879016059324462} - WebGL: {fileID: 7205067628047634941} - TargetMMF_Player: {fileID: 7476872580686468728} ---- !u!114 &2903879014986604939 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 2903879014986604941} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 4e29b1a8efbd4b44bb3f3716e73f07ff, type: 3} - m_Name: - m_EditorClassIdentifier: - m_Navigation: - m_Mode: 3 - m_WrapAround: 0 - m_SelectOnUp: {fileID: 0} - m_SelectOnDown: {fileID: 0} - m_SelectOnLeft: {fileID: 0} - m_SelectOnRight: {fileID: 0} - m_Transition: 1 - m_Colors: - m_NormalColor: {r: 0, g: 0, b: 0, a: 0.4627451} - m_HighlightedColor: {r: 0, g: 0, b: 0, a: 0.6509804} - m_PressedColor: {r: 0, g: 0, b: 0, a: 0.8784314} - m_SelectedColor: {r: 0, g: 0, b: 0, a: 0.4627451} - m_DisabledColor: {r: 0, g: 0, b: 0, a: 0.27058825} - m_ColorMultiplier: 1 - m_FadeDuration: 0.1 - m_SpriteState: - m_HighlightedSprite: {fileID: 0} - m_PressedSprite: {fileID: 0} - m_SelectedSprite: {fileID: 0} - m_DisabledSprite: {fileID: 0} - m_AnimationTriggers: - m_NormalTrigger: Normal - m_HighlightedTrigger: Highlighted - m_PressedTrigger: Pressed - m_SelectedTrigger: Selected - m_DisabledTrigger: Disabled - m_Interactable: 1 - m_TargetGraphic: {fileID: 2903879014986604936} - m_OnClick: - m_PersistentCalls: - m_Calls: - - m_Target: {fileID: 0} - m_TargetAssemblyTypeName: MoreMountains.Feedbacks.MMF_Player, MoreMountains.Tools - m_MethodName: - m_Mode: 1 - m_Arguments: - m_ObjectArgument: {fileID: 0} - m_ObjectArgumentAssemblyTypeName: UnityEngine.Object, UnityEngine - m_IntArgument: 0 - m_FloatArgument: 0 - m_StringArgument: - m_BoolArgument: 0 - m_CallState: 2 ---- !u!1 &2903879016059324448 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 2903879016059324449} - - component: {fileID: 2903879016059324463} - - component: {fileID: 2903879016059324462} - m_Layer: 5 - m_Name: Text - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!224 &2903879016059324449 -RectTransform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 2903879016059324448} - m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: 0} - m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 - m_Children: [] - m_Father: {fileID: 2903879014986604938} - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} - m_AnchorMin: {x: 0, y: 0} - m_AnchorMax: {x: 1, y: 1} - m_AnchoredPosition: {x: 10, y: 0} - m_SizeDelta: {x: -20, y: 0} - m_Pivot: {x: 0.5, y: 0.5} ---- !u!222 &2903879016059324463 -CanvasRenderer: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 2903879016059324448} - m_CullTransparentMesh: 0 ---- !u!114 &2903879016059324462 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 2903879016059324448} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 5f7201a12d95ffc409449d95f23cf332, type: 3} - m_Name: - m_EditorClassIdentifier: - m_Material: {fileID: 0} - m_Color: {r: 1, g: 1, b: 1, a: 1} - m_RaycastTarget: 1 - m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0} - m_Maskable: 1 - m_OnCullStateChanged: - m_PersistentCalls: - m_Calls: [] - m_FontData: - m_Font: {fileID: 12800000, guid: 5686e06ef14cf104b8e282ee7c41b9a6, type: 3} - m_FontSize: 20 - m_FontStyle: 0 - m_BestFit: 0 - m_MinSize: 1 - m_MaxSize: 40 - m_Alignment: 3 - m_AlignByGeometry: 0 - m_RichText: 1 - m_HorizontalOverflow: 0 - m_VerticalOverflow: 0 - m_LineSpacing: 1 - m_Text: 'AudioSource ' ---- !u!1 &8265520595526061170 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 6611151916975247623} - - component: {fileID: 7476872580686468728} - m_Layer: 5 - m_Name: Feedback - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!224 &6611151916975247623 -RectTransform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 8265520595526061170} - m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: 0} - m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 - m_Children: [] - m_Father: {fileID: 2903879014986604938} - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} - m_AnchorMin: {x: 0.5, y: 0.5} - m_AnchorMax: {x: 0.5, y: 0.5} - m_AnchoredPosition: {x: 0, y: 0} - m_SizeDelta: {x: 100, y: 100} - m_Pivot: {x: 0.5, y: 0.5} ---- !u!114 &7476872580686468728 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 8265520595526061170} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 6da43522623d4704e979466dc7650b65, type: 3} - m_Name: - m_EditorClassIdentifier: - Feedbacks: [] - InitializationMode: 2 - AutoInitialization: 1 - SafeMode: 3 - Direction: 0 - AutoChangeDirectionOnEnd: 0 - AutoPlayOnStart: 0 - AutoPlayOnEnable: 0 - ForceTimescaleMode: 0 - ForcedTimescaleMode: 1 - DurationMultiplier: 1 - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 1.5} - DisplayFullDurationDetails: 0 - PlayerTimescaleMode: 1 - OnlyPlayIfWithinRange: 0 - RangeCenter: {fileID: 0} - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - IgnoreRangeEvents: 0 - CooldownDuration: 0 - InitialDelay: 0 - CanPlay: 1 - CanPlayWhileAlreadyPlaying: 1 - ChanceToPlay: 100 - FeedbacksIntensity: 1 - Events: - TriggerMMFeedbacksEvents: 0 - TriggerUnityEvents: 1 - OnPlay: - m_PersistentCalls: - m_Calls: [] - OnPause: - m_PersistentCalls: - m_Calls: [] - OnResume: - m_PersistentCalls: - m_Calls: [] - OnRevert: - m_PersistentCalls: - m_Calls: [] - OnComplete: - m_PersistentCalls: - m_Calls: [] - OnRestoreInitialValues: - m_PersistentCalls: - m_Calls: [] - OnSkipToTheEnd: - m_PersistentCalls: - m_Calls: [] - DebugActive: 0 - FeedbacksList: - - rid: 4503284173417480198 - KeepPlayModeChanges: 0 - PerformanceMode: 0 - StopFeedbacksOnDisable: 0 - PlayCount: 0 - references: - version: 2 - RefIds: - - rid: 4503284173417480198 - type: {class: MMF_Scale, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: 168766365 - Label: Scale - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - DisplayColor: {r: 0, g: 0, b: 0, a: 1} - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0.8, y: 1} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - Owner: {fileID: 7476872580686468728} - DebugActive: 0 - Mode: 0 - AnimateScaleTarget: {fileID: 2903879014986604938} - AnimateScaleDuration: 0.15 - RemapCurveZero: 1 - RemapCurveOne: 1.1 - Offset: 0 - AnimateX: 1 - AnimateScaleTweenX: - MMTweenDefinitionType: 1 - MMTweenCurve: 4 - Curve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.3 - value: 1.5 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - Initialized: 0 - AnimateY: 1 - AnimateScaleTweenY: - MMTweenDefinitionType: 1 - MMTweenCurve: 4 - Curve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.3 - value: 1.5 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - Initialized: 0 - AnimateZ: 1 - AnimateScaleTweenZ: - MMTweenDefinitionType: 1 - MMTweenCurve: 4 - Curve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.3 - value: 1.5 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - Initialized: 0 - UniformScaling: 0 - AllowAdditivePlays: 0 - DetermineScaleOnPlay: 0 - DestinationScale: {x: 0.5, y: 0.5, z: 0.5} - AnimateScaleX: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - AnimateScaleY: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - AnimateScaleZ: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 ---- !u!1 &9167406172343059487 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 3295746272633172804} - - component: {fileID: 5497730503034561257} - - component: {fileID: 7205067628047634941} - m_Layer: 5 - m_Name: WebGLNotSupported - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 0 ---- !u!224 &3295746272633172804 -RectTransform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 9167406172343059487} - m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: 0} - m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 - m_Children: [] - m_Father: {fileID: 2903879014986604938} - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} - m_AnchorMin: {x: 1, y: 0.5} - m_AnchorMax: {x: 1, y: 0.5} - m_AnchoredPosition: {x: -2, y: -0.0000041127} - m_SizeDelta: {x: 76.16, y: 30} - m_Pivot: {x: 1, y: 0.5} ---- !u!222 &5497730503034561257 -CanvasRenderer: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 9167406172343059487} - m_CullTransparentMesh: 0 ---- !u!114 &7205067628047634941 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 9167406172343059487} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 5f7201a12d95ffc409449d95f23cf332, type: 3} - m_Name: - m_EditorClassIdentifier: - m_Material: {fileID: 0} - m_Color: {r: 1, g: 0.19862808, b: 0, a: 1} - m_RaycastTarget: 1 - m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0} - m_Maskable: 1 - m_OnCullStateChanged: - m_PersistentCalls: - m_Calls: [] - m_FontData: - m_Font: {fileID: 12800000, guid: 5686e06ef14cf104b8e282ee7c41b9a6, type: 3} - m_FontSize: 8 - m_FontStyle: 0 - m_BestFit: 0 - m_MinSize: 1 - m_MaxSize: 40 - m_Alignment: 5 - m_AlignByGeometry: 0 - m_RichText: 1 - m_HorizontalOverflow: 0 - m_VerticalOverflow: 0 - m_LineSpacing: 1 - m_Text: 'WEB GL - - NOT SUPPORTED' diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/UI/Button.prefab.meta b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/UI/Button.prefab.meta deleted file mode 100644 index 316ae10ee..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/UI/Button.prefab.meta +++ /dev/null @@ -1,14 +0,0 @@ -fileFormatVersion: 2 -guid: a16c33a1240b8ce4f930161a7c85fae6 -PrefabImporter: - externalObjects: {} - userData: - assetBundleName: - assetBundleVariant: -AssetOrigin: - serializedVersion: 1 - productId: 183370 - packageName: Feel - packageVersion: 5.8 - assetPath: Assets/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/UI/Button.prefab - uploadId: 799856 diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/UI/Spacer.prefab b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/UI/Spacer.prefab deleted file mode 100644 index 43957d040..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/UI/Spacer.prefab +++ /dev/null @@ -1,75 +0,0 @@ -%YAML 1.1 -%TAG !u! tag:unity3d.com,2011: ---- !u!1 &4994452109645884045 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 9181942661678119006} - - component: {fileID: 5980134670980553948} - - component: {fileID: 990698726985167903} - m_Layer: 5 - m_Name: Spacer - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!224 &9181942661678119006 -RectTransform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 4994452109645884045} - m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: 0} - m_LocalScale: {x: 1, y: 1, z: 1} - m_Children: [] - m_Father: {fileID: 0} - m_RootOrder: 0 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} - m_AnchorMin: {x: 0, y: 0} - m_AnchorMax: {x: 0, y: 0} - m_AnchoredPosition: {x: 0, y: 0} - m_SizeDelta: {x: 236.1, y: 30} - m_Pivot: {x: 0.5, y: 0.5} ---- !u!222 &5980134670980553948 -CanvasRenderer: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 4994452109645884045} - m_CullTransparentMesh: 0 ---- !u!114 &990698726985167903 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 4994452109645884045} - m_Enabled: 0 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} - m_Name: - m_EditorClassIdentifier: - m_Material: {fileID: 0} - m_Color: {r: 1, g: 1, b: 1, a: 1} - m_RaycastTarget: 1 - m_OnCullStateChanged: - m_PersistentCalls: - m_Calls: [] - m_Sprite: {fileID: 0} - m_Type: 0 - m_PreserveAspect: 0 - m_FillCenter: 1 - m_FillMethod: 4 - m_FillAmount: 1 - m_FillClockwise: 1 - m_FillOrigin: 0 - m_UseSpriteMesh: 0 - m_PixelsPerUnitMultiplier: 1 diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/UI/Spacer.prefab.meta b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/UI/Spacer.prefab.meta deleted file mode 100644 index 99ed13530..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/UI/Spacer.prefab.meta +++ /dev/null @@ -1,14 +0,0 @@ -fileFormatVersion: 2 -guid: b4ba93cf48b1c6b468135361158be27d -PrefabImporter: - externalObjects: {} - userData: - assetBundleName: - assetBundleVariant: -AssetOrigin: - serializedVersion: 1 - productId: 183370 - packageName: Feel - packageVersion: 5.8 - assetPath: Assets/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/UI/Spacer.prefab - uploadId: 799856 diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/UI/Title.prefab b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/UI/Title.prefab deleted file mode 100644 index b64ce9cbe..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/UI/Title.prefab +++ /dev/null @@ -1,153 +0,0 @@ -%YAML 1.1 -%TAG !u! tag:unity3d.com,2011: ---- !u!1 &3358702390296254852 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 303979335661401478} - - component: {fileID: 3129455413075391182} - - component: {fileID: 2835202865360546964} - m_Layer: 5 - m_Name: Title - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!224 &303979335661401478 -RectTransform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 3358702390296254852} - m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: 0} - m_LocalScale: {x: 1, y: 1, z: 1} - m_Children: - - {fileID: 7189869345596085363} - m_Father: {fileID: 0} - m_RootOrder: 0 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} - m_AnchorMin: {x: 0, y: 0} - m_AnchorMax: {x: 0, y: 0} - m_AnchoredPosition: {x: 0, y: 0} - m_SizeDelta: {x: 256.1, y: 30} - m_Pivot: {x: 0.5, y: 0.5} ---- !u!222 &3129455413075391182 -CanvasRenderer: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 3358702390296254852} - m_CullTransparentMesh: 0 ---- !u!114 &2835202865360546964 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 3358702390296254852} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} - m_Name: - m_EditorClassIdentifier: - m_Material: {fileID: 0} - m_Color: {r: 0.122641504, g: 0.122641504, b: 0.122641504, a: 1} - m_RaycastTarget: 1 - m_OnCullStateChanged: - m_PersistentCalls: - m_Calls: [] - m_Sprite: {fileID: 0} - m_Type: 1 - m_PreserveAspect: 0 - m_FillCenter: 1 - m_FillMethod: 4 - m_FillAmount: 1 - m_FillClockwise: 1 - m_FillOrigin: 0 - m_UseSpriteMesh: 0 - m_PixelsPerUnitMultiplier: 1 ---- !u!1 &6643308124011938432 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 7189869345596085363} - - component: {fileID: 6338267663542252135} - - component: {fileID: 2251616714236910816} - m_Layer: 5 - m_Name: Text - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!224 &7189869345596085363 -RectTransform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 6643308124011938432} - m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: 0} - m_LocalScale: {x: 1, y: 1, z: 1} - m_Children: [] - m_Father: {fileID: 303979335661401478} - m_RootOrder: 0 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} - m_AnchorMin: {x: 0, y: 0} - m_AnchorMax: {x: 1, y: 1} - m_AnchoredPosition: {x: 5, y: 0} - m_SizeDelta: {x: -10, y: 0} - m_Pivot: {x: 0.5, y: 0.5} ---- !u!222 &6338267663542252135 -CanvasRenderer: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 6643308124011938432} - m_CullTransparentMesh: 0 ---- !u!114 &2251616714236910816 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 6643308124011938432} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 5f7201a12d95ffc409449d95f23cf332, type: 3} - m_Name: - m_EditorClassIdentifier: - m_Material: {fileID: 0} - m_Color: {r: 0.9339623, g: 0.9339623, b: 0.9339623, a: 1} - m_RaycastTarget: 1 - m_OnCullStateChanged: - m_PersistentCalls: - m_Calls: [] - m_FontData: - m_Font: {fileID: 12800000, guid: 462a5605cd4f4de48821603c760ce4a6, type: 3} - m_FontSize: 20 - m_FontStyle: 0 - m_BestFit: 0 - m_MinSize: 1 - m_MaxSize: 40 - m_Alignment: 3 - m_AlignByGeometry: 0 - m_RichText: 1 - m_HorizontalOverflow: 0 - m_VerticalOverflow: 0 - m_LineSpacing: 1 - m_Text: AUDIO diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/UI/Title.prefab.meta b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/UI/Title.prefab.meta deleted file mode 100644 index a487a59e0..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/UI/Title.prefab.meta +++ /dev/null @@ -1,14 +0,0 @@ -fileFormatVersion: 2 -guid: d0c10e574f6f1af43b3af7996a878151 -PrefabImporter: - externalObjects: {} - userData: - assetBundleName: - assetBundleVariant: -AssetOrigin: - serializedVersion: 1 - productId: 183370 - packageName: Feel - packageVersion: 5.8 - assetPath: Assets/Feel/MMFeedbacks/Demos/MMFeedbacksDemo/UI/Title.prefab - uploadId: 799856 diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MoreMountains.Feedbacks.Demos.asmref b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MoreMountains.Feedbacks.Demos.asmref deleted file mode 100644 index c66cf0061..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MoreMountains.Feedbacks.Demos.asmref +++ /dev/null @@ -1,3 +0,0 @@ -{ - "reference": "GUID:4a1cb1490dc4df8409b2580d6b44e75e" -} \ No newline at end of file diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MoreMountains.Feedbacks.Demos.asmref.meta b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MoreMountains.Feedbacks.Demos.asmref.meta deleted file mode 100644 index 7ade825ef..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/MoreMountains.Feedbacks.Demos.asmref.meta +++ /dev/null @@ -1,14 +0,0 @@ -fileFormatVersion: 2 -guid: 3b89668cc186117448f83b64f2b41a4f -AssemblyDefinitionReferenceImporter: - externalObjects: {} - userData: - assetBundleName: - assetBundleVariant: -AssetOrigin: - serializedVersion: 1 - productId: 183370 - packageName: Feel - packageVersion: 5.8 - assetPath: Assets/Feel/MMFeedbacks/Demos/MoreMountains.Feedbacks.Demos.asmref - uploadId: 799856 diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo.meta b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo.meta deleted file mode 100644 index 231d302c9..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo.meta +++ /dev/null @@ -1,8 +0,0 @@ -fileFormatVersion: 2 -guid: 80a4200976f20954cbd688a2f85d5497 -folderAsset: yes -DefaultImporter: - externalObjects: {} - userData: - assetBundleName: - assetBundleVariant: diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/DemoSequences.meta b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/DemoSequences.meta deleted file mode 100644 index a5669b722..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/DemoSequences.meta +++ /dev/null @@ -1,8 +0,0 @@ -fileFormatVersion: 2 -guid: f7819b52e9c4e3244aa503ad66c6c5ea -folderAsset: yes -DefaultImporter: - externalObjects: {} - userData: - assetBundleName: - assetBundleVariant: diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/DemoSequences/DrumSequence.asset b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/DemoSequences/DrumSequence.asset deleted file mode 100644 index fcc296aca..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/DemoSequences/DrumSequence.asset +++ /dev/null @@ -1,452 +0,0 @@ -%YAML 1.1 -%TAG !u! tag:unity3d.com,2011: ---- !u!114 &11400000 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 0} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: d6480c3a11ef13143b71f9c64c7da64c, type: 3} - m_Name: DrumSequence - m_EditorClassIdentifier: - Length: 3.2 - OriginalSequence: - Line: [] - EndSilenceDuration: 0.3 - SequenceTracks: - - ID: 0 - TrackColor: {r: 1, g: 0, b: 0, a: 1} - Key: 32 - Active: 1 - State: 0 - Initialized: 1 - - ID: 1 - TrackColor: {r: 1, g: 0.627451, b: 0.47843137, a: 1} - Key: 32 - Active: 1 - State: 0 - Initialized: 1 - - ID: 2 - TrackColor: {r: 1, g: 0.7529412, b: 0.79607844, a: 1} - Key: 32 - Active: 1 - State: 0 - Initialized: 1 - - ID: 3 - TrackColor: {r: 0.6784314, g: 1, b: 0.18431373, a: 1} - Key: 32 - Active: 1 - State: 0 - Initialized: 1 - - ID: 4 - TrackColor: {r: 1, g: 0, b: 0, a: 1} - Key: 32 - Active: 1 - State: 0 - Initialized: 1 - - ID: 5 - TrackColor: {r: 0, g: 1, b: 0.49803922, a: 1} - Key: 32 - Active: 1 - State: 0 - Initialized: 1 - - ID: 6 - TrackColor: {r: 0.5294118, g: 0.80784315, b: 0.92156863, a: 1} - Key: 32 - Active: 1 - State: 0 - Initialized: 1 - - ID: 7 - TrackColor: {r: 1, g: 0.89411765, b: 0.88235295, a: 1} - Key: 32 - Active: 1 - State: 0 - Initialized: 1 - - ID: 8 - TrackColor: {r: 1, g: 0.49803922, b: 0.3137255, a: 1} - Key: 32 - Active: 1 - State: 0 - Initialized: 1 - - ID: 9 - TrackColor: {r: 0.4862745, g: 0.9882353, b: 0, a: 1} - Key: 32 - Active: 1 - State: 0 - Initialized: 1 - - ID: 10 - TrackColor: {r: 0.49803922, g: 1, b: 0.83137256, a: 1} - Key: 32 - Active: 1 - State: 0 - Initialized: 1 - Quantized: 1 - TargetBPM: 300 - QuantizedSequence: - - Line: - - Timestamp: 0 - ID: 0 - - Timestamp: 0.2 - ID: 0 - - Timestamp: 0.4 - ID: 0 - - Timestamp: 0.6 - ID: -1 - - Timestamp: 0.8 - ID: 0 - - Timestamp: 1 - ID: -1 - - Timestamp: 1.2 - ID: 0 - - Timestamp: 1.4 - ID: -1 - - Timestamp: 1.6 - ID: 0 - - Timestamp: 1.8000001 - ID: 0 - - Timestamp: 2 - ID: 0 - - Timestamp: 2.2 - ID: -1 - - Timestamp: 2.4 - ID: 0 - - Timestamp: 2.6000001 - ID: -1 - - Timestamp: 2.8 - ID: 0 - - Timestamp: 3 - ID: -1 - - Line: - - Timestamp: 0 - ID: 1 - - Timestamp: 0.2 - ID: 1 - - Timestamp: 0.4 - ID: -1 - - Timestamp: 0.6 - ID: -1 - - Timestamp: 0.8 - ID: 1 - - Timestamp: 1 - ID: -1 - - Timestamp: 1.2 - ID: -1 - - Timestamp: 1.4 - ID: -1 - - Timestamp: 1.6 - ID: 1 - - Timestamp: 1.8000001 - ID: 1 - - Timestamp: 2 - ID: -1 - - Timestamp: 2.2 - ID: -1 - - Timestamp: 2.4 - ID: 1 - - Timestamp: 2.6000001 - ID: -1 - - Timestamp: 2.8 - ID: -1 - - Timestamp: 3 - ID: -1 - - Line: - - Timestamp: 0 - ID: 2 - - Timestamp: 0.2 - ID: -1 - - Timestamp: 0.4 - ID: 2 - - Timestamp: 0.6 - ID: -1 - - Timestamp: 0.8 - ID: -1 - - Timestamp: 1 - ID: -1 - - Timestamp: 1.2 - ID: -1 - - Timestamp: 1.4 - ID: -1 - - Timestamp: 1.6 - ID: 2 - - Timestamp: 1.8000001 - ID: -1 - - Timestamp: 2 - ID: 2 - - Timestamp: 2.2 - ID: -1 - - Timestamp: 2.4 - ID: -1 - - Timestamp: 2.6000001 - ID: -1 - - Timestamp: 2.8 - ID: -1 - - Timestamp: 3 - ID: -1 - - Line: - - Timestamp: 0 - ID: 3 - - Timestamp: 0.2 - ID: -1 - - Timestamp: 0.4 - ID: -1 - - Timestamp: 0.6 - ID: -1 - - Timestamp: 0.8 - ID: 3 - - Timestamp: 1 - ID: -1 - - Timestamp: 1.2 - ID: -1 - - Timestamp: 1.4 - ID: -1 - - Timestamp: 1.6 - ID: 3 - - Timestamp: 1.8000001 - ID: -1 - - Timestamp: 2 - ID: -1 - - Timestamp: 2.2 - ID: -1 - - Timestamp: 2.4 - ID: 3 - - Timestamp: 2.6000001 - ID: -1 - - Timestamp: 2.8 - ID: -1 - - Timestamp: 3 - ID: -1 - - Line: - - Timestamp: 0 - ID: -1 - - Timestamp: 0.2 - ID: -1 - - Timestamp: 0.4 - ID: -1 - - Timestamp: 0.6 - ID: -1 - - Timestamp: 0.8 - ID: -1 - - Timestamp: 1 - ID: -1 - - Timestamp: 1.2 - ID: 4 - - Timestamp: 1.4 - ID: -1 - - Timestamp: 1.6 - ID: -1 - - Timestamp: 1.8000001 - ID: -1 - - Timestamp: 2 - ID: -1 - - Timestamp: 2.2 - ID: -1 - - Timestamp: 2.4 - ID: -1 - - Timestamp: 2.6000001 - ID: -1 - - Timestamp: 2.8 - ID: 4 - - Timestamp: 3 - ID: -1 - - Line: - - Timestamp: 0 - ID: -1 - - Timestamp: 0.2 - ID: -1 - - Timestamp: 0.4 - ID: 5 - - Timestamp: 0.6 - ID: 5 - - Timestamp: 0.8 - ID: -1 - - Timestamp: 1 - ID: -1 - - Timestamp: 1.2 - ID: 5 - - Timestamp: 1.4 - ID: 5 - - Timestamp: 1.6 - ID: -1 - - Timestamp: 1.8000001 - ID: -1 - - Timestamp: 2 - ID: 5 - - Timestamp: 2.2 - ID: 5 - - Timestamp: 2.4 - ID: -1 - - Timestamp: 2.6000001 - ID: -1 - - Timestamp: 2.8 - ID: 5 - - Timestamp: 3 - ID: 5 - - Line: - - Timestamp: 0 - ID: -1 - - Timestamp: 0.2 - ID: -1 - - Timestamp: 0.4 - ID: 6 - - Timestamp: 0.6 - ID: -1 - - Timestamp: 0.8 - ID: -1 - - Timestamp: 1 - ID: -1 - - Timestamp: 1.2 - ID: 6 - - Timestamp: 1.4 - ID: -1 - - Timestamp: 1.6 - ID: -1 - - Timestamp: 1.8000001 - ID: -1 - - Timestamp: 2 - ID: 6 - - Timestamp: 2.2 - ID: -1 - - Timestamp: 2.4 - ID: -1 - - Timestamp: 2.6000001 - ID: -1 - - Timestamp: 2.8 - ID: 6 - - Timestamp: 3 - ID: -1 - - Line: - - Timestamp: 0 - ID: 7 - - Timestamp: 0.2 - ID: 7 - - Timestamp: 0.4 - ID: -1 - - Timestamp: 0.6 - ID: 7 - - Timestamp: 0.8 - ID: -1 - - Timestamp: 1 - ID: -1 - - Timestamp: 1.2 - ID: 7 - - Timestamp: 1.4 - ID: 7 - - Timestamp: 1.6 - ID: 7 - - Timestamp: 1.8000001 - ID: 7 - - Timestamp: 2 - ID: -1 - - Timestamp: 2.2 - ID: 7 - - Timestamp: 2.4 - ID: -1 - - Timestamp: 2.6000001 - ID: -1 - - Timestamp: 2.8 - ID: 7 - - Timestamp: 3 - ID: 7 - - Line: - - Timestamp: 0 - ID: 8 - - Timestamp: 0.2 - ID: 8 - - Timestamp: 0.4 - ID: -1 - - Timestamp: 0.6 - ID: -1 - - Timestamp: 0.8 - ID: -1 - - Timestamp: 1 - ID: -1 - - Timestamp: 1.2 - ID: -1 - - Timestamp: 1.4 - ID: -1 - - Timestamp: 1.6 - ID: 8 - - Timestamp: 1.8000001 - ID: 8 - - Timestamp: 2 - ID: -1 - - Timestamp: 2.2 - ID: -1 - - Timestamp: 2.4 - ID: 8 - - Timestamp: 2.6000001 - ID: -1 - - Timestamp: 2.8 - ID: -1 - - Timestamp: 3 - ID: -1 - - Line: - - Timestamp: 0 - ID: 9 - - Timestamp: 0.2 - ID: -1 - - Timestamp: 0.4 - ID: -1 - - Timestamp: 0.6 - ID: -1 - - Timestamp: 0.8 - ID: -1 - - Timestamp: 1 - ID: -1 - - Timestamp: 1.2 - ID: -1 - - Timestamp: 1.4 - ID: -1 - - Timestamp: 1.6 - ID: 9 - - Timestamp: 1.8000001 - ID: -1 - - Timestamp: 2 - ID: -1 - - Timestamp: 2.2 - ID: -1 - - Timestamp: 2.4 - ID: -1 - - Timestamp: 2.6000001 - ID: -1 - - Timestamp: 2.8 - ID: -1 - - Timestamp: 3 - ID: -1 - - Line: - - Timestamp: 0 - ID: -1 - - Timestamp: 0.2 - ID: 10 - - Timestamp: 0.4 - ID: 10 - - Timestamp: 0.6 - ID: -1 - - Timestamp: 0.8 - ID: -1 - - Timestamp: 1 - ID: -1 - - Timestamp: 1.2 - ID: -1 - - Timestamp: 1.4 - ID: -1 - - Timestamp: 1.6 - ID: -1 - - Timestamp: 1.8000001 - ID: 10 - - Timestamp: 2 - ID: 10 - - Timestamp: 2.2 - ID: -1 - - Timestamp: 2.4 - ID: -1 - - Timestamp: 2.6000001 - ID: -1 - - Timestamp: 2.8 - ID: -1 - - Timestamp: 3 - ID: -1 - RandomizeTrackColorsButton: 0 diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/DemoSequences/DrumSequence.asset.meta b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/DemoSequences/DrumSequence.asset.meta deleted file mode 100644 index b27c2abd1..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/DemoSequences/DrumSequence.asset.meta +++ /dev/null @@ -1,15 +0,0 @@ -fileFormatVersion: 2 -guid: 2563bec7af20480498217ee7cd699b29 -NativeFormatImporter: - externalObjects: {} - mainObjectFileID: 11400000 - userData: - assetBundleName: - assetBundleVariant: -AssetOrigin: - serializedVersion: 1 - productId: 183370 - packageName: Feel - packageVersion: 5.8 - assetPath: Assets/Feel/MMFeedbacks/Demos/SequencingDemo/DemoSequences/DrumSequence.asset - uploadId: 799856 diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/DemoSequences/FeedbacksSequence.asset b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/DemoSequences/FeedbacksSequence.asset deleted file mode 100644 index e713fce24..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/DemoSequences/FeedbacksSequence.asset +++ /dev/null @@ -1,140 +0,0 @@ -%YAML 1.1 -%TAG !u! tag:unity3d.com,2011: ---- !u!114 &11400000 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 0} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: d6480c3a11ef13143b71f9c64c7da64c, type: 3} - m_Name: FeedbacksSequence - m_EditorClassIdentifier: - Length: 5.3333335 - OriginalSequence: - Line: [] - EndSilenceDuration: 0.3 - SequenceTracks: - - ID: 0 - TrackColor: {r: 0.7529412, g: 0.7529412, b: 0.7529412, a: 1} - Key: 32 - Active: 1 - State: 0 - Initialized: 1 - - ID: 1 - TrackColor: {r: 1, g: 1, b: 0, a: 1} - Key: 32 - Active: 1 - State: 0 - Initialized: 1 - - ID: 2 - TrackColor: {r: 1, g: 0.627451, b: 0.47843137, a: 1} - Key: 32 - Active: 1 - State: 0 - Initialized: 1 - Quantized: 1 - TargetBPM: 180 - QuantizedSequence: - - Line: - - Timestamp: 0 - ID: 0 - - Timestamp: 0.33333334 - ID: -1 - - Timestamp: 0.6666667 - ID: 0 - - Timestamp: 1 - ID: -1 - - Timestamp: 1.3333334 - ID: 0 - - Timestamp: 1.6666667 - ID: -1 - - Timestamp: 2 - ID: 0 - - Timestamp: 2.3333335 - ID: -1 - - Timestamp: 2.6666667 - ID: 0 - - Timestamp: 3 - ID: -1 - - Timestamp: 3.3333335 - ID: 0 - - Timestamp: 3.6666667 - ID: -1 - - Timestamp: 4 - ID: 0 - - Timestamp: 4.3333335 - ID: -1 - - Timestamp: 4.666667 - ID: 0 - - Timestamp: 5 - ID: -1 - - Line: - - Timestamp: 0 - ID: 1 - - Timestamp: 0.33333334 - ID: -1 - - Timestamp: 0.6666667 - ID: 1 - - Timestamp: 1 - ID: -1 - - Timestamp: 1.3333334 - ID: 1 - - Timestamp: 1.6666667 - ID: -1 - - Timestamp: 2 - ID: 1 - - Timestamp: 2.3333335 - ID: 1 - - Timestamp: 2.6666667 - ID: 1 - - Timestamp: 3 - ID: 1 - - Timestamp: 3.3333335 - ID: -1 - - Timestamp: 3.6666667 - ID: -1 - - Timestamp: 4 - ID: 1 - - Timestamp: 4.3333335 - ID: -1 - - Timestamp: 4.666667 - ID: 1 - - Timestamp: 5 - ID: -1 - - Line: - - Timestamp: 0 - ID: 2 - - Timestamp: 0.33333334 - ID: 2 - - Timestamp: 0.6666667 - ID: -1 - - Timestamp: 1 - ID: -1 - - Timestamp: 1.3333334 - ID: 2 - - Timestamp: 1.6666667 - ID: -1 - - Timestamp: 2 - ID: -1 - - Timestamp: 2.3333335 - ID: 2 - - Timestamp: 2.6666667 - ID: 2 - - Timestamp: 3 - ID: 2 - - Timestamp: 3.3333335 - ID: -1 - - Timestamp: 3.6666667 - ID: -1 - - Timestamp: 4 - ID: 2 - - Timestamp: 4.3333335 - ID: 2 - - Timestamp: 4.666667 - ID: -1 - - Timestamp: 5 - ID: 2 - RandomizeTrackColorsButton: 0 diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/DemoSequences/FeedbacksSequence.asset.meta b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/DemoSequences/FeedbacksSequence.asset.meta deleted file mode 100644 index 8b45e969b..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/DemoSequences/FeedbacksSequence.asset.meta +++ /dev/null @@ -1,15 +0,0 @@ -fileFormatVersion: 2 -guid: bafc49ff570e80444831b61dc9e4513e -NativeFormatImporter: - externalObjects: {} - mainObjectFileID: 11400000 - userData: - assetBundleName: - assetBundleVariant: -AssetOrigin: - serializedVersion: 1 - productId: 183370 - packageName: Feel - packageVersion: 5.8 - assetPath: Assets/Feel/MMFeedbacks/Demos/SequencingDemo/DemoSequences/FeedbacksSequence.asset - uploadId: 799856 diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/DemoSequences/RecordedSequence.asset b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/DemoSequences/RecordedSequence.asset deleted file mode 100644 index d6090594d..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/DemoSequences/RecordedSequence.asset +++ /dev/null @@ -1,93 +0,0 @@ -%YAML 1.1 -%TAG !u! tag:unity3d.com,2011: ---- !u!114 &11400000 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 0} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: d6480c3a11ef13143b71f9c64c7da64c, type: 3} - m_Name: RecordedSequence - m_EditorClassIdentifier: - Length: 3 - OriginalSequence: - Line: - - Timestamp: 0 - ID: 0 - - Timestamp: 0.21826172 - ID: 0 - - Timestamp: 0.4387207 - ID: 1 - - Timestamp: 0.6546631 - ID: 0 - - Timestamp: 0.8859863 - ID: 0 - - Timestamp: 1.1734619 - ID: 1 - - Timestamp: 1.434082 - ID: 0 - - Timestamp: 1.6374512 - ID: 0 - - Timestamp: 2.0969238 - ID: 1 - - Timestamp: 2.5118408 - ID: 1 - - Timestamp: 2.9372559 - ID: 0 - - Timestamp: 3.3151855 - ID: 0 - EndSilenceDuration: 0.375 - SequenceTracks: - - ID: 0 - TrackColor: {r: 0.6784314, g: 1, b: 0.18431373, a: 1} - Key: 32 - Active: 1 - State: 2 - Initialized: 1 - - ID: 1 - TrackColor: {r: 1, g: 1, b: 0.9411765, a: 1} - Key: 259 - Active: 1 - State: 2 - Initialized: 1 - Quantized: 1 - TargetBPM: 160 - QuantizedSequence: - - Line: - - Timestamp: 0 - ID: 0 - - Timestamp: 0.375 - ID: -1 - - Timestamp: 0.75 - ID: 0 - - Timestamp: 1.125 - ID: -1 - - Timestamp: 1.5 - ID: 0 - - Timestamp: 1.875 - ID: 0 - - Timestamp: 2.25 - ID: -1 - - Timestamp: 2.625 - ID: 0 - - Line: - - Timestamp: 0 - ID: -1 - - Timestamp: 0.375 - ID: 1 - - Timestamp: 0.75 - ID: -1 - - Timestamp: 1.125 - ID: 1 - - Timestamp: 1.5 - ID: 1 - - Timestamp: 1.875 - ID: -1 - - Timestamp: 2.25 - ID: 1 - - Timestamp: 2.625 - ID: 1 - RandomizeTrackColorsButton: 0 diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/DemoSequences/RecordedSequence.asset.meta b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/DemoSequences/RecordedSequence.asset.meta deleted file mode 100644 index 5f0950a8c..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/DemoSequences/RecordedSequence.asset.meta +++ /dev/null @@ -1,15 +0,0 @@ -fileFormatVersion: 2 -guid: 93ad4be8fe21349468146612eea82b1b -NativeFormatImporter: - externalObjects: {} - mainObjectFileID: 11400000 - userData: - assetBundleName: - assetBundleVariant: -AssetOrigin: - serializedVersion: 1 - productId: 183370 - packageName: Feel - packageVersion: 5.8 - assetPath: Assets/Feel/MMFeedbacks/Demos/SequencingDemo/DemoSequences/RecordedSequence.asset - uploadId: 799856 diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Lighting.meta b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Lighting.meta deleted file mode 100644 index 59817d8ff..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Lighting.meta +++ /dev/null @@ -1,8 +0,0 @@ -fileFormatVersion: 2 -guid: 4438d3c38304c7c4682f6f97eba1f8fb -folderAsset: yes -DefaultImporter: - externalObjects: {} - userData: - assetBundleName: - assetBundleVariant: diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Lighting/SequencerDemoSettings.lighting b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Lighting/SequencerDemoSettings.lighting deleted file mode 100644 index 183b76201..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Lighting/SequencerDemoSettings.lighting +++ /dev/null @@ -1,63 +0,0 @@ -%YAML 1.1 -%TAG !u! tag:unity3d.com,2011: ---- !u!850595691 &4890085278179872738 -LightingSettings: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_Name: SequencerDemoSettings - serializedVersion: 3 - m_GIWorkflowMode: 1 - m_EnableBakedLightmaps: 1 - m_EnableRealtimeLightmaps: 1 - m_RealtimeEnvironmentLighting: 1 - m_BounceScale: 1 - m_AlbedoBoost: 1 - m_IndirectOutputScale: 1 - m_UsingShadowmask: 1 - m_BakeBackend: 1 - m_LightmapMaxSize: 1024 - m_BakeResolution: 40 - m_Padding: 2 - m_TextureCompression: 1 - m_AO: 0 - m_AOMaxDistance: 1 - m_CompAOExponent: 1 - m_CompAOExponentDirect: 0 - m_ExtractAO: 0 - m_MixedBakeMode: 2 - m_LightmapsBakeMode: 1 - m_FilterMode: 1 - m_LightmapParameters: {fileID: 15204, guid: 0000000000000000f000000000000000, type: 0} - m_ExportTrainingData: 0 - m_TrainingDataDestination: TrainingData - m_RealtimeResolution: 2 - m_ForceWhiteAlbedo: 0 - m_ForceUpdates: 0 - m_FinalGather: 0 - m_FinalGatherRayCount: 256 - m_FinalGatherFiltering: 1 - m_PVRCulling: 1 - m_PVRSampling: 1 - m_PVRDirectSampleCount: 32 - m_PVRSampleCount: 512 - m_PVREnvironmentSampleCount: 256 - m_PVREnvironmentReferencePointCount: 2048 - m_LightProbeSampleCountMultiplier: 4 - m_PVRBounces: 2 - m_PVRMinBounces: 2 - m_PVREnvironmentMIS: 1 - m_PVRFilteringMode: 1 - m_PVRDenoiserTypeDirect: 1 - m_PVRDenoiserTypeIndirect: 1 - m_PVRDenoiserTypeAO: 1 - m_PVRFilterTypeDirect: 0 - m_PVRFilterTypeIndirect: 0 - m_PVRFilterTypeAO: 0 - m_PVRFilteringGaussRadiusDirect: 1 - m_PVRFilteringGaussRadiusIndirect: 5 - m_PVRFilteringGaussRadiusAO: 2 - m_PVRFilteringAtrousPositionSigmaDirect: 0.5 - m_PVRFilteringAtrousPositionSigmaIndirect: 2 - m_PVRFilteringAtrousPositionSigmaAO: 1 diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Lighting/SequencerDemoSettings.lighting.meta b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Lighting/SequencerDemoSettings.lighting.meta deleted file mode 100644 index 9deb3921c..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Lighting/SequencerDemoSettings.lighting.meta +++ /dev/null @@ -1,15 +0,0 @@ -fileFormatVersion: 2 -guid: 89c0654ee226d6145bd7adb6ff78d39e -NativeFormatImporter: - externalObjects: {} - mainObjectFileID: 4890085278179872738 - userData: - assetBundleName: - assetBundleVariant: -AssetOrigin: - serializedVersion: 1 - productId: 183370 - packageName: Feel - packageVersion: 5.8 - assetPath: Assets/Feel/MMFeedbacks/Demos/SequencingDemo/Lighting/SequencerDemoSettings.lighting - uploadId: 799856 diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Materials.meta b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Materials.meta deleted file mode 100644 index 719cb4fff..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Materials.meta +++ /dev/null @@ -1,8 +0,0 @@ -fileFormatVersion: 2 -guid: e17078c1381cc5e4098cc05dcb218cb4 -folderAsset: yes -DefaultImporter: - externalObjects: {} - userData: - assetBundleName: - assetBundleVariant: diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Materials/CubeMaterial.mat b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Materials/CubeMaterial.mat deleted file mode 100644 index 5bb51412a..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Materials/CubeMaterial.mat +++ /dev/null @@ -1,169 +0,0 @@ -%YAML 1.1 -%TAG !u! tag:unity3d.com,2011: ---- !u!21 &2100000 -Material: - serializedVersion: 8 - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_Name: CubeMaterial - m_Shader: {fileID: 4800000, guid: 82c42a0b06f4f684db1ee2c535fb985c, type: 3} - m_Parent: {fileID: 0} - m_ModifiedSerializedProperties: 0 - m_ValidKeywords: - - _SHADOWMIXMODE_MULTIPLY - - _SHARPRIMLIGHT_ON - m_InvalidKeywords: - - _EMISSION - m_LightmapFlags: 1 - m_EnableInstancingVariants: 0 - m_DoubleSidedGI: 0 - m_CustomRenderQueue: -1 - stringTagMap: {} - disabledShaderPasses: [] - m_LockedProperties: - m_SavedProperties: - serializedVersion: 3 - m_TexEnvs: - - _BumpMap: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _DetailAlbedoMap: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _DetailMask: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _DetailNormalMap: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _EmissionMap: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _EmissionTexture: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _MainTex: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _MetallicGlossMap: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _Normal: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _OcclusionMap: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _ParallaxMap: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _RampTexture: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _SecondaryTexture: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _TextureSample0: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _VertexOffsetNoiseTexture: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _texcoord: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - m_Ints: [] - m_Floats: - - _BumpScale: 1 - - _Contrast: 0 - - _Cutoff: 0.5 - - _Desaturation: 0 - - _DetailNormalMapScale: 1 - - _DstBlend: 0 - - _EmissionForce: 0 - - _EmissionFresnelBias: 1 - - _EmissionFresnelPower: 1 - - _EmissionFresnelScale: 1 - - _Framerate: 5 - - _GlossMapScale: 1 - - _Glossiness: 0.5 - - _GlossyReflections: 1 - - _HideRimUnderShadow: 0 - - _InvertOpacityFresnel: 0 - - _Metallic: 0 - - _Mode: 0 - - _OcclusionStrength: 1 - - _Opacity: 1 - - _OpacityFresnelBias: 1 - - _OpacityFresnelPower: 1 - - _OpacityFresnelScale: 1 - - _OutlineAlpha: 0 - - _OutlineWidth: 0 - - _Parallax: 0.02 - - _RampOffset: 0.5 - - _RimAmount: 0.7 - - _RimPower: 0.6547081 - - _SecondaryTextureSize: 1 - - _SecondaryTextureSpeedFactor: 0 - - _SecondaryTextureStrength: 0 - - _ShadowBlur: 1 - - _ShadowMixMode: 0 - - _ShadowSize: 0.5 - - _ShadowStrength: 1 - - _SharpRimLight: 1 - - _SmoothnessTextureChannel: 0 - - _SpecularFalloff: 1 - - _SpecularForceUnderShadow: 0 - - _SpecularHighlights: 1 - - _SpecularPower: 1 - - _SpecularSize: 0.4 - - _SrcBlend: 1 - - _StepAmount: 2 - - _StepWidth: 0.25 - - _UVSec: 0 - - _UseEmissionFresnel: 0 - - _UseOpacityFresnel: 0 - - _UseRampTexture: 0 - - _UseRimLight: 0 - - _UseSpecular: 0 - - _UseVertexColors: 0 - - _UseVertexOffset: 0 - - _VertexOffsetFrequency: 2 - - _VertexOffsetMagnitude: 0.05 - - _VertexOffsetX: 0.5 - - _VertexOffsetY: 0.5 - - _VertexOffsetZ: 0.5 - - _ZWrite: 1 - - __dirty: 0 - m_Colors: - - _Color: {r: 1, g: 1, b: 1, a: 1} - - _DiffuseColor: {r: 1, g: 1, b: 1, a: 1} - - _EmissionColor: {r: 2, g: 2, b: 2, a: 1} - - _LightColor: {r: 1, g: 1, b: 1, a: 1} - - _OutlineColor: {r: 0.5451996, g: 1, b: 0, a: 1} - - _RampDark: {r: 0.3490566, g: 0.3490566, b: 0.3490566, a: 0} - - _RampLight: {r: 1, g: 1, b: 1, a: 0} - - _RimColor: {r: 0, g: 0.7342432, b: 1, a: 1} - - _ShadowColor: {r: 0.13207549, g: 0, b: 0.015538308, a: 1} - - _SpecularColor: {r: 2, g: 2, b: 2, a: 1} - - _Tint: {r: 1, g: 1, b: 1, a: 1} - m_BuildTextureStacks: [] - m_AllowLocking: 1 diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Materials/CubeMaterial.mat.meta b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Materials/CubeMaterial.mat.meta deleted file mode 100644 index dd0a8830d..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Materials/CubeMaterial.mat.meta +++ /dev/null @@ -1,15 +0,0 @@ -fileFormatVersion: 2 -guid: 328a7fdf09a182f439b02087c34413cc -NativeFormatImporter: - externalObjects: {} - mainObjectFileID: 2100000 - userData: - assetBundleName: - assetBundleVariant: -AssetOrigin: - serializedVersion: 1 - productId: 183370 - packageName: Feel - packageVersion: 5.8 - assetPath: Assets/Feel/MMFeedbacks/Demos/SequencingDemo/Materials/CubeMaterial.mat - uploadId: 799856 diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Materials/SequencerCarpet.mat b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Materials/SequencerCarpet.mat deleted file mode 100644 index b2df0b1d6..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Materials/SequencerCarpet.mat +++ /dev/null @@ -1,169 +0,0 @@ -%YAML 1.1 -%TAG !u! tag:unity3d.com,2011: ---- !u!21 &2100000 -Material: - serializedVersion: 8 - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_Name: SequencerCarpet - m_Shader: {fileID: 4800000, guid: 82c42a0b06f4f684db1ee2c535fb985c, type: 3} - m_Parent: {fileID: 0} - m_ModifiedSerializedProperties: 0 - m_ValidKeywords: - - _SHADOWMIXMODE_MULTIPLY - - _SHARPRIMLIGHT_ON - m_InvalidKeywords: - - _METALLICGLOSSMAP - - _NORMALMAP - m_LightmapFlags: 4 - m_EnableInstancingVariants: 0 - m_DoubleSidedGI: 0 - m_CustomRenderQueue: -1 - stringTagMap: {} - disabledShaderPasses: [] - m_LockedProperties: - m_SavedProperties: - serializedVersion: 3 - m_TexEnvs: - - _BumpMap: - m_Texture: {fileID: 2800000, guid: 022000643ebc349459ef7b825a034aaa, type: 3} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _DetailAlbedoMap: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _DetailMask: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _DetailNormalMap: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _EmissionMap: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _EmissionTexture: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _MainTex: - m_Texture: {fileID: 2800000, guid: 266fdb673ee304446a348171d871e1c5, type: 3} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _MetallicGlossMap: - m_Texture: {fileID: 2800000, guid: 1d7e87b93dabcd74fae662c411444686, type: 3} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _Normal: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _OcclusionMap: - m_Texture: {fileID: 2800000, guid: 47ca88de8fe71724b854236576b6ddee, type: 3} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _ParallaxMap: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _RampTexture: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _SecondaryTexture: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _VertexOffsetNoiseTexture: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _texcoord: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - m_Ints: [] - m_Floats: - - _BlendDst: 10 - - _BlendSrc: 1 - - _BumpScale: 1 - - _ColorMask: 255 - - _Contrast: 0 - - _CullMode: 0 - - _Cutoff: 0.5 - - _Desaturation: 0 - - _DetailNormalMapScale: 1 - - _DstBlend: 0 - - _EmissionForce: 0 - - _EmissionIntensity: 0 - - _Framerate: 5 - - _GlossMapScale: 0.126 - - _Glossiness: 0.295 - - _GlossyReflections: 1 - - _HideRimUnderShadow: 0 - - _Metallic: 0 - - _Mode: 0 - - _OcclusionStrength: 1 - - _OcclussionStrength: 1 - - _OutlineAlpha: 0 - - _OutlineWidth: 0 - - _Parallax: 0.02 - - _RampOffset: 0.5 - - _RimAmount: 0.7 - - _RimPower: 0.6547081 - - _SecondaryTextureSize: 1 - - _SecondaryTextureSpeedFactor: 0 - - _SecondaryTextureStrength: 0 - - _ShadowBlur: 1 - - _ShadowMixMode: 0 - - _ShadowSize: 0.5 - - _ShadowStrength: 1 - - _SharpRimLight: 1 - - _SmoothnessTextureChannel: 0 - - _SpecularFalloff: 1 - - _SpecularForceUnderShadow: 0 - - _SpecularHighlights: 1 - - _SpecularPower: 1 - - _SpecularSize: 0.4 - - _SrcBlend: 1 - - _Stencil: 0 - - _StencilComp: 0 - - _StencilOpFailFront: 0 - - _StencilOpPassFront: 0 - - _StencilOpZFailFront: 0 - - _StencilReadMask: 15 - - _StencilWriteMask: 15 - - _StepAmount: 2 - - _StepWidth: 0.25 - - _UVSec: 0 - - _UseRampTexture: 0 - - _UseRimLight: 0 - - _UseSpecular: 0 - - _UseVertexColors: 0 - - _UseVertexOffset: 0 - - _VertexOffsetFrequency: 2 - - _VertexOffsetMagnitude: 0.05 - - _VertexOffsetX: 0.5 - - _VertexOffsetY: 0.5 - - _VertexOffsetZ: 0.5 - - _ZTest: 4 - - _ZWrite: 1 - - __dirty: 1 - m_Colors: - - _Color: {r: 1, g: 1, b: 1, a: 1} - - _EmissionColor: {r: 1, g: 1, b: 1, a: 1} - - _LightColor: {r: 1, g: 1, b: 1, a: 1} - - _OutlineColor: {r: 0.5451996, g: 1, b: 0, a: 1} - - _RampDark: {r: 0.3490566, g: 0.3490566, b: 0.3490566, a: 0} - - _RampLight: {r: 1, g: 1, b: 1, a: 0} - - _RimColor: {r: 0, g: 0.7342432, b: 1, a: 1} - - _ShadowColor: {r: 0.13207549, g: 0, b: 0.015538308, a: 1} - - _SpecularColor: {r: 2, g: 2, b: 2, a: 1} - - _Tint: {r: 1, g: 1, b: 1, a: 1} - m_BuildTextureStacks: [] - m_AllowLocking: 1 diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Materials/SequencerCarpet.mat.meta b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Materials/SequencerCarpet.mat.meta deleted file mode 100644 index 21d75c6a2..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Materials/SequencerCarpet.mat.meta +++ /dev/null @@ -1,15 +0,0 @@ -fileFormatVersion: 2 -guid: fafd9ca80d42ea147955a570b7ff417a -NativeFormatImporter: - externalObjects: {} - mainObjectFileID: 2100000 - userData: - assetBundleName: - assetBundleVariant: -AssetOrigin: - serializedVersion: 1 - productId: 183370 - packageName: Feel - packageVersion: 5.8 - assetPath: Assets/Feel/MMFeedbacks/Demos/SequencingDemo/Materials/SequencerCarpet.mat - uploadId: 799856 diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Materials/SequencerCarpet05.mat b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Materials/SequencerCarpet05.mat deleted file mode 100644 index cee140a05..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Materials/SequencerCarpet05.mat +++ /dev/null @@ -1,169 +0,0 @@ -%YAML 1.1 -%TAG !u! tag:unity3d.com,2011: ---- !u!21 &2100000 -Material: - serializedVersion: 8 - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_Name: SequencerCarpet05 - m_Shader: {fileID: 4800000, guid: 82c42a0b06f4f684db1ee2c535fb985c, type: 3} - m_Parent: {fileID: 0} - m_ModifiedSerializedProperties: 0 - m_ValidKeywords: - - _SHADOWMIXMODE_MULTIPLY - - _SHARPRIMLIGHT_ON - m_InvalidKeywords: - - _METALLICGLOSSMAP - - _NORMALMAP - m_LightmapFlags: 4 - m_EnableInstancingVariants: 0 - m_DoubleSidedGI: 0 - m_CustomRenderQueue: -1 - stringTagMap: {} - disabledShaderPasses: [] - m_LockedProperties: - m_SavedProperties: - serializedVersion: 3 - m_TexEnvs: - - _BumpMap: - m_Texture: {fileID: 2800000, guid: 7a89cefc082216742966047ee0052a69, type: 3} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _DetailAlbedoMap: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _DetailMask: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _DetailNormalMap: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _EmissionMap: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _EmissionTexture: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _MainTex: - m_Texture: {fileID: 2800000, guid: 2e3ff3919f6749446b2aed1782b493ce, type: 3} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _MetallicGlossMap: - m_Texture: {fileID: 2800000, guid: 83247f4004c68e648b3143b05c601da4, type: 3} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _Normal: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _OcclusionMap: - m_Texture: {fileID: 2800000, guid: e9550ef65f0959f428a45ae2fac13a4f, type: 3} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _ParallaxMap: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _RampTexture: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _SecondaryTexture: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _VertexOffsetNoiseTexture: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _texcoord: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - m_Ints: [] - m_Floats: - - _BlendDst: 10 - - _BlendSrc: 1 - - _BumpScale: 1 - - _ColorMask: 255 - - _Contrast: 0 - - _CullMode: 0 - - _Cutoff: 0.5 - - _Desaturation: 0 - - _DetailNormalMapScale: 1 - - _DstBlend: 0 - - _EmissionForce: 0 - - _EmissionIntensity: 0 - - _Framerate: 5 - - _GlossMapScale: 0.141 - - _Glossiness: 0.351 - - _GlossyReflections: 1 - - _HideRimUnderShadow: 0 - - _Metallic: 0 - - _Mode: 0 - - _OcclusionStrength: 1 - - _OcclussionStrength: 1 - - _OutlineAlpha: 0 - - _OutlineWidth: 0 - - _Parallax: 0.02 - - _RampOffset: 0.5 - - _RimAmount: 0.7 - - _RimPower: 0.6547081 - - _SecondaryTextureSize: 1 - - _SecondaryTextureSpeedFactor: 0 - - _SecondaryTextureStrength: 0 - - _ShadowBlur: 1 - - _ShadowMixMode: 0 - - _ShadowSize: 0.5 - - _ShadowStrength: 1 - - _SharpRimLight: 1 - - _SmoothnessTextureChannel: 0 - - _SpecularFalloff: 1 - - _SpecularForceUnderShadow: 0 - - _SpecularHighlights: 1 - - _SpecularPower: 1 - - _SpecularSize: 0.4 - - _SrcBlend: 1 - - _Stencil: 0 - - _StencilComp: 0 - - _StencilOpFailFront: 0 - - _StencilOpPassFront: 0 - - _StencilOpZFailFront: 0 - - _StencilReadMask: 15 - - _StencilWriteMask: 15 - - _StepAmount: 2 - - _StepWidth: 0.25 - - _UVSec: 0 - - _UseRampTexture: 0 - - _UseRimLight: 0 - - _UseSpecular: 0 - - _UseVertexColors: 0 - - _UseVertexOffset: 0 - - _VertexOffsetFrequency: 2 - - _VertexOffsetMagnitude: 0.05 - - _VertexOffsetX: 0.5 - - _VertexOffsetY: 0.5 - - _VertexOffsetZ: 0.5 - - _ZTest: 4 - - _ZWrite: 1 - - __dirty: 1 - m_Colors: - - _Color: {r: 1, g: 1, b: 1, a: 1} - - _EmissionColor: {r: 1, g: 1, b: 1, a: 1} - - _LightColor: {r: 1, g: 1, b: 1, a: 1} - - _OutlineColor: {r: 0.5451996, g: 1, b: 0, a: 1} - - _RampDark: {r: 0.3490566, g: 0.3490566, b: 0.3490566, a: 0} - - _RampLight: {r: 1, g: 1, b: 1, a: 0} - - _RimColor: {r: 0, g: 0.7342432, b: 1, a: 1} - - _ShadowColor: {r: 0.13207549, g: 0, b: 0.015538308, a: 1} - - _SpecularColor: {r: 2, g: 2, b: 2, a: 1} - - _Tint: {r: 1, g: 1, b: 1, a: 1} - m_BuildTextureStacks: [] - m_AllowLocking: 1 diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Materials/SequencerCarpet05.mat.meta b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Materials/SequencerCarpet05.mat.meta deleted file mode 100644 index 0a0ebb520..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Materials/SequencerCarpet05.mat.meta +++ /dev/null @@ -1,15 +0,0 @@ -fileFormatVersion: 2 -guid: 8a0f71e021d8c02408e3b9145082dc1b -NativeFormatImporter: - externalObjects: {} - mainObjectFileID: 2100000 - userData: - assetBundleName: - assetBundleVariant: -AssetOrigin: - serializedVersion: 1 - productId: 183370 - packageName: Feel - packageVersion: 5.8 - assetPath: Assets/Feel/MMFeedbacks/Demos/SequencingDemo/Materials/SequencerCarpet05.mat - uploadId: 799856 diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Materials/SequencerCarpet06.mat b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Materials/SequencerCarpet06.mat deleted file mode 100644 index c2732308a..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Materials/SequencerCarpet06.mat +++ /dev/null @@ -1,169 +0,0 @@ -%YAML 1.1 -%TAG !u! tag:unity3d.com,2011: ---- !u!21 &2100000 -Material: - serializedVersion: 8 - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_Name: SequencerCarpet06 - m_Shader: {fileID: 4800000, guid: 82c42a0b06f4f684db1ee2c535fb985c, type: 3} - m_Parent: {fileID: 0} - m_ModifiedSerializedProperties: 0 - m_ValidKeywords: - - _SHADOWMIXMODE_MULTIPLY - - _SHARPRIMLIGHT_ON - m_InvalidKeywords: - - _METALLICGLOSSMAP - - _NORMALMAP - m_LightmapFlags: 4 - m_EnableInstancingVariants: 0 - m_DoubleSidedGI: 0 - m_CustomRenderQueue: -1 - stringTagMap: {} - disabledShaderPasses: [] - m_LockedProperties: - m_SavedProperties: - serializedVersion: 3 - m_TexEnvs: - - _BumpMap: - m_Texture: {fileID: 2800000, guid: 0fb31f9631a9bf2449ce788f78d4542e, type: 3} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _DetailAlbedoMap: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _DetailMask: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _DetailNormalMap: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _EmissionMap: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _EmissionTexture: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _MainTex: - m_Texture: {fileID: 2800000, guid: 0a5a24e49e8b5814ebe400a0f609cf27, type: 3} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _MetallicGlossMap: - m_Texture: {fileID: 2800000, guid: f9313ad493a07844cb370af0ece869e9, type: 3} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _Normal: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _OcclusionMap: - m_Texture: {fileID: 2800000, guid: 1ee7859e9ba2b4d4488e305a8553cdeb, type: 3} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _ParallaxMap: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _RampTexture: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _SecondaryTexture: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _VertexOffsetNoiseTexture: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _texcoord: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - m_Ints: [] - m_Floats: - - _BlendDst: 10 - - _BlendSrc: 1 - - _BumpScale: 1 - - _ColorMask: 255 - - _Contrast: 0 - - _CullMode: 0 - - _Cutoff: 0.5 - - _Desaturation: 0 - - _DetailNormalMapScale: 1 - - _DstBlend: 0 - - _EmissionForce: 0 - - _EmissionIntensity: 0 - - _Framerate: 5 - - _GlossMapScale: 0.155 - - _Glossiness: 0.113 - - _GlossyReflections: 1 - - _HideRimUnderShadow: 0 - - _Metallic: 0 - - _Mode: 0 - - _OcclusionStrength: 1 - - _OcclussionStrength: 1 - - _OutlineAlpha: 0 - - _OutlineWidth: 0 - - _Parallax: 0.02 - - _RampOffset: 0.5 - - _RimAmount: 0.7 - - _RimPower: 0.6547081 - - _SecondaryTextureSize: 1 - - _SecondaryTextureSpeedFactor: 0 - - _SecondaryTextureStrength: 0 - - _ShadowBlur: 1 - - _ShadowMixMode: 0 - - _ShadowSize: 0.5 - - _ShadowStrength: 1 - - _SharpRimLight: 1 - - _SmoothnessTextureChannel: 0 - - _SpecularFalloff: 1 - - _SpecularForceUnderShadow: 0 - - _SpecularHighlights: 1 - - _SpecularPower: 1 - - _SpecularSize: 0.4 - - _SrcBlend: 1 - - _Stencil: 0 - - _StencilComp: 0 - - _StencilOpFailFront: 0 - - _StencilOpPassFront: 0 - - _StencilOpZFailFront: 0 - - _StencilReadMask: 15 - - _StencilWriteMask: 15 - - _StepAmount: 2 - - _StepWidth: 0.25 - - _UVSec: 0 - - _UseRampTexture: 0 - - _UseRimLight: 0 - - _UseSpecular: 0 - - _UseVertexColors: 0 - - _UseVertexOffset: 0 - - _VertexOffsetFrequency: 2 - - _VertexOffsetMagnitude: 0.05 - - _VertexOffsetX: 0.5 - - _VertexOffsetY: 0.5 - - _VertexOffsetZ: 0.5 - - _ZTest: 4 - - _ZWrite: 1 - - __dirty: 1 - m_Colors: - - _Color: {r: 1, g: 1, b: 1, a: 1} - - _EmissionColor: {r: 1, g: 1, b: 1, a: 1} - - _LightColor: {r: 1, g: 1, b: 1, a: 1} - - _OutlineColor: {r: 0.5451996, g: 1, b: 0, a: 1} - - _RampDark: {r: 0.3490566, g: 0.3490566, b: 0.3490566, a: 0} - - _RampLight: {r: 1, g: 1, b: 1, a: 0} - - _RimColor: {r: 0, g: 0.7342432, b: 1, a: 1} - - _ShadowColor: {r: 0.13207549, g: 0, b: 0.015538308, a: 1} - - _SpecularColor: {r: 2, g: 2, b: 2, a: 1} - - _Tint: {r: 1, g: 1, b: 1, a: 1} - m_BuildTextureStacks: [] - m_AllowLocking: 1 diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Materials/SequencerCarpet06.mat.meta b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Materials/SequencerCarpet06.mat.meta deleted file mode 100644 index 0cad63b26..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Materials/SequencerCarpet06.mat.meta +++ /dev/null @@ -1,15 +0,0 @@ -fileFormatVersion: 2 -guid: 1a56e529cc6f9354ebe7986cb56493be -NativeFormatImporter: - externalObjects: {} - mainObjectFileID: 2100000 - userData: - assetBundleName: - assetBundleVariant: -AssetOrigin: - serializedVersion: 1 - productId: 183370 - packageName: Feel - packageVersion: 5.8 - assetPath: Assets/Feel/MMFeedbacks/Demos/SequencingDemo/Materials/SequencerCarpet06.mat - uploadId: 799856 diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Materials/SequencerChip.mat b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Materials/SequencerChip.mat deleted file mode 100644 index 9c19cfda9..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Materials/SequencerChip.mat +++ /dev/null @@ -1,169 +0,0 @@ -%YAML 1.1 -%TAG !u! tag:unity3d.com,2011: ---- !u!21 &2100000 -Material: - serializedVersion: 8 - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_Name: SequencerChip - m_Shader: {fileID: 4800000, guid: 82c42a0b06f4f684db1ee2c535fb985c, type: 3} - m_Parent: {fileID: 0} - m_ModifiedSerializedProperties: 0 - m_ValidKeywords: - - _SHADOWMIXMODE_MULTIPLY - - _SHARPRIMLIGHT_ON - m_InvalidKeywords: - - _METALLICGLOSSMAP - - _NORMALMAP - m_LightmapFlags: 4 - m_EnableInstancingVariants: 0 - m_DoubleSidedGI: 0 - m_CustomRenderQueue: -1 - stringTagMap: {} - disabledShaderPasses: [] - m_LockedProperties: - m_SavedProperties: - serializedVersion: 3 - m_TexEnvs: - - _BumpMap: - m_Texture: {fileID: 2800000, guid: bf448ff228ce0954da475e30e2a79e6e, type: 3} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _DetailAlbedoMap: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _DetailMask: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _DetailNormalMap: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _EmissionMap: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _EmissionTexture: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _MainTex: - m_Texture: {fileID: 2800000, guid: b1c4826a9c46eef40a5ecdf4fda06c0f, type: 3} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _MetallicGlossMap: - m_Texture: {fileID: 2800000, guid: a6279a0665b96ba44957b1db2909ad8c, type: 3} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _Normal: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _OcclusionMap: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _ParallaxMap: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _RampTexture: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _SecondaryTexture: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _VertexOffsetNoiseTexture: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _texcoord: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - m_Ints: [] - m_Floats: - - _BlendDst: 10 - - _BlendSrc: 1 - - _BumpScale: 1 - - _ColorMask: 255 - - _Contrast: 0 - - _CullMode: 0 - - _Cutoff: 0.5 - - _Desaturation: 0 - - _DetailNormalMapScale: 1 - - _DstBlend: 0 - - _EmissionForce: 0 - - _EmissionIntensity: 0 - - _Framerate: 5 - - _GlossMapScale: 1 - - _Glossiness: 0.444 - - _GlossyReflections: 1 - - _HideRimUnderShadow: 0 - - _Metallic: 1 - - _Mode: 0 - - _OcclusionStrength: 1 - - _OcclussionStrength: 1 - - _OutlineAlpha: 0 - - _OutlineWidth: 0 - - _Parallax: 0.02 - - _RampOffset: 0.5 - - _RimAmount: 0.7 - - _RimPower: 0.6547081 - - _SecondaryTextureSize: 1 - - _SecondaryTextureSpeedFactor: 0 - - _SecondaryTextureStrength: 0 - - _ShadowBlur: 1 - - _ShadowMixMode: 0 - - _ShadowSize: 0.5 - - _ShadowStrength: 1 - - _SharpRimLight: 1 - - _SmoothnessTextureChannel: 0 - - _SpecularFalloff: 1 - - _SpecularForceUnderShadow: 0 - - _SpecularHighlights: 1 - - _SpecularPower: 1 - - _SpecularSize: 0.4 - - _SrcBlend: 1 - - _Stencil: 0 - - _StencilComp: 0 - - _StencilOpFailFront: 0 - - _StencilOpPassFront: 0 - - _StencilOpZFailFront: 0 - - _StencilReadMask: 15 - - _StencilWriteMask: 15 - - _StepAmount: 2 - - _StepWidth: 0.25 - - _UVSec: 0 - - _UseRampTexture: 0 - - _UseRimLight: 0 - - _UseSpecular: 0 - - _UseVertexColors: 0 - - _UseVertexOffset: 0 - - _VertexOffsetFrequency: 2 - - _VertexOffsetMagnitude: 0.05 - - _VertexOffsetX: 0.5 - - _VertexOffsetY: 0.5 - - _VertexOffsetZ: 0.5 - - _ZTest: 4 - - _ZWrite: 1 - - __dirty: 1 - m_Colors: - - _Color: {r: 1, g: 1, b: 1, a: 1} - - _EmissionColor: {r: 1, g: 1, b: 1, a: 1} - - _LightColor: {r: 1, g: 1, b: 1, a: 1} - - _OutlineColor: {r: 0.5451996, g: 1, b: 0, a: 1} - - _RampDark: {r: 0.3490566, g: 0.3490566, b: 0.3490566, a: 0} - - _RampLight: {r: 1, g: 1, b: 1, a: 0} - - _RimColor: {r: 0, g: 0.7342432, b: 1, a: 1} - - _ShadowColor: {r: 0.13207549, g: 0, b: 0.015538308, a: 1} - - _SpecularColor: {r: 2, g: 2, b: 2, a: 1} - - _Tint: {r: 1, g: 1, b: 1, a: 1} - m_BuildTextureStacks: [] - m_AllowLocking: 1 diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Materials/SequencerChip.mat.meta b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Materials/SequencerChip.mat.meta deleted file mode 100644 index ce2dfccec..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Materials/SequencerChip.mat.meta +++ /dev/null @@ -1,15 +0,0 @@ -fileFormatVersion: 2 -guid: 1e5b54aaf95dc544996bd98919f83491 -NativeFormatImporter: - externalObjects: {} - mainObjectFileID: 2100000 - userData: - assetBundleName: - assetBundleVariant: -AssetOrigin: - serializedVersion: 1 - productId: 183370 - packageName: Feel - packageVersion: 5.8 - assetPath: Assets/Feel/MMFeedbacks/Demos/SequencingDemo/Materials/SequencerChip.mat - uploadId: 799856 diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Materials/SequencerChristmasTree.mat b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Materials/SequencerChristmasTree.mat deleted file mode 100644 index 6a426d322..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Materials/SequencerChristmasTree.mat +++ /dev/null @@ -1,169 +0,0 @@ -%YAML 1.1 -%TAG !u! tag:unity3d.com,2011: ---- !u!21 &2100000 -Material: - serializedVersion: 8 - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_Name: SequencerChristmasTree - m_Shader: {fileID: 4800000, guid: 82c42a0b06f4f684db1ee2c535fb985c, type: 3} - m_Parent: {fileID: 0} - m_ModifiedSerializedProperties: 0 - m_ValidKeywords: - - _SHADOWMIXMODE_MULTIPLY - - _SHARPRIMLIGHT_ON - m_InvalidKeywords: - - _METALLICGLOSSMAP - - _NORMALMAP - m_LightmapFlags: 4 - m_EnableInstancingVariants: 0 - m_DoubleSidedGI: 0 - m_CustomRenderQueue: -1 - stringTagMap: {} - disabledShaderPasses: [] - m_LockedProperties: - m_SavedProperties: - serializedVersion: 3 - m_TexEnvs: - - _BumpMap: - m_Texture: {fileID: 2800000, guid: 7a41eb3cf9c96bb4fa0ca4a5834ca754, type: 3} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _DetailAlbedoMap: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _DetailMask: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _DetailNormalMap: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _EmissionMap: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _EmissionTexture: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _MainTex: - m_Texture: {fileID: 2800000, guid: 5c8f179e332547d4f8b75a7f84edb510, type: 3} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _MetallicGlossMap: - m_Texture: {fileID: 2800000, guid: df3bc9f5c2528c64b8492d7e3dce227e, type: 3} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _Normal: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _OcclusionMap: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _ParallaxMap: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _RampTexture: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _SecondaryTexture: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _VertexOffsetNoiseTexture: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _texcoord: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - m_Ints: [] - m_Floats: - - _BlendDst: 10 - - _BlendSrc: 1 - - _BumpScale: 1 - - _ColorMask: 255 - - _Contrast: 0 - - _CullMode: 0 - - _Cutoff: 0.5 - - _Desaturation: 0 - - _DetailNormalMapScale: 1 - - _DstBlend: 0 - - _EmissionForce: 0 - - _EmissionIntensity: 0 - - _Framerate: 5 - - _GlossMapScale: 0.389 - - _Glossiness: 0.414 - - _GlossyReflections: 1 - - _HideRimUnderShadow: 0 - - _Metallic: 0.42 - - _Mode: 0 - - _OcclusionStrength: 1 - - _OcclussionStrength: 1 - - _OutlineAlpha: 0 - - _OutlineWidth: 0 - - _Parallax: 0.02 - - _RampOffset: 0.5 - - _RimAmount: 0.7 - - _RimPower: 0.6547081 - - _SecondaryTextureSize: 1 - - _SecondaryTextureSpeedFactor: 0 - - _SecondaryTextureStrength: 0 - - _ShadowBlur: 1 - - _ShadowMixMode: 0 - - _ShadowSize: 0.5 - - _ShadowStrength: 1 - - _SharpRimLight: 1 - - _SmoothnessTextureChannel: 0 - - _SpecularFalloff: 1 - - _SpecularForceUnderShadow: 0 - - _SpecularHighlights: 1 - - _SpecularPower: 1 - - _SpecularSize: 0.4 - - _SrcBlend: 1 - - _Stencil: 0 - - _StencilComp: 0 - - _StencilOpFailFront: 0 - - _StencilOpPassFront: 0 - - _StencilOpZFailFront: 0 - - _StencilReadMask: 15 - - _StencilWriteMask: 15 - - _StepAmount: 2 - - _StepWidth: 0.25 - - _UVSec: 0 - - _UseRampTexture: 0 - - _UseRimLight: 0 - - _UseSpecular: 0 - - _UseVertexColors: 0 - - _UseVertexOffset: 0 - - _VertexOffsetFrequency: 2 - - _VertexOffsetMagnitude: 0.05 - - _VertexOffsetX: 0.5 - - _VertexOffsetY: 0.5 - - _VertexOffsetZ: 0.5 - - _ZTest: 4 - - _ZWrite: 1 - - __dirty: 1 - m_Colors: - - _Color: {r: 1, g: 1, b: 1, a: 1} - - _EmissionColor: {r: 1, g: 1, b: 1, a: 1} - - _LightColor: {r: 1, g: 1, b: 1, a: 1} - - _OutlineColor: {r: 0.5451996, g: 1, b: 0, a: 1} - - _RampDark: {r: 0.3490566, g: 0.3490566, b: 0.3490566, a: 0} - - _RampLight: {r: 1, g: 1, b: 1, a: 0} - - _RimColor: {r: 0, g: 0.7342432, b: 1, a: 1} - - _ShadowColor: {r: 0.13207549, g: 0, b: 0.015538308, a: 1} - - _SpecularColor: {r: 2, g: 2, b: 2, a: 1} - - _Tint: {r: 1, g: 1, b: 1, a: 1} - m_BuildTextureStacks: [] - m_AllowLocking: 1 diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Materials/SequencerChristmasTree.mat.meta b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Materials/SequencerChristmasTree.mat.meta deleted file mode 100644 index cbc6670ea..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Materials/SequencerChristmasTree.mat.meta +++ /dev/null @@ -1,15 +0,0 @@ -fileFormatVersion: 2 -guid: 42f6c546a723b3d4ab88b45506f17330 -NativeFormatImporter: - externalObjects: {} - mainObjectFileID: 2100000 - userData: - assetBundleName: - assetBundleVariant: -AssetOrigin: - serializedVersion: 1 - productId: 183370 - packageName: Feel - packageVersion: 5.8 - assetPath: Assets/Feel/MMFeedbacks/Demos/SequencingDemo/Materials/SequencerChristmasTree.mat - uploadId: 799856 diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Materials/SequencerFabric06.mat b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Materials/SequencerFabric06.mat deleted file mode 100644 index 694ff431a..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Materials/SequencerFabric06.mat +++ /dev/null @@ -1,169 +0,0 @@ -%YAML 1.1 -%TAG !u! tag:unity3d.com,2011: ---- !u!21 &2100000 -Material: - serializedVersion: 8 - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_Name: SequencerFabric06 - m_Shader: {fileID: 4800000, guid: 82c42a0b06f4f684db1ee2c535fb985c, type: 3} - m_Parent: {fileID: 0} - m_ModifiedSerializedProperties: 0 - m_ValidKeywords: - - _SHADOWMIXMODE_MULTIPLY - - _SHARPRIMLIGHT_ON - m_InvalidKeywords: - - _METALLICGLOSSMAP - - _NORMALMAP - m_LightmapFlags: 4 - m_EnableInstancingVariants: 0 - m_DoubleSidedGI: 0 - m_CustomRenderQueue: -1 - stringTagMap: {} - disabledShaderPasses: [] - m_LockedProperties: - m_SavedProperties: - serializedVersion: 3 - m_TexEnvs: - - _BumpMap: - m_Texture: {fileID: 2800000, guid: 5563bc4dd4fc42c498a2d87fe7f74008, type: 3} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _DetailAlbedoMap: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _DetailMask: - m_Texture: {fileID: 2800000, guid: 8f409f40d21e18e4e8e184336d19cbeb, type: 3} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _DetailNormalMap: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _EmissionMap: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _EmissionTexture: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _MainTex: - m_Texture: {fileID: 2800000, guid: e560f3ce64204ea42b2e54147a44a115, type: 3} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _MetallicGlossMap: - m_Texture: {fileID: 2800000, guid: 8e268d5085d69094b9f39e928a6bf0af, type: 3} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _Normal: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _OcclusionMap: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _ParallaxMap: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _RampTexture: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _SecondaryTexture: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _VertexOffsetNoiseTexture: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _texcoord: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - m_Ints: [] - m_Floats: - - _BlendDst: 10 - - _BlendSrc: 1 - - _BumpScale: 1 - - _ColorMask: 255 - - _Contrast: 0 - - _CullMode: 0 - - _Cutoff: 0.5 - - _Desaturation: 0 - - _DetailNormalMapScale: 1 - - _DstBlend: 0 - - _EmissionForce: 0 - - _EmissionIntensity: 0 - - _Framerate: 5 - - _GlossMapScale: 0.135 - - _Glossiness: 0.613 - - _GlossyReflections: 1 - - _HideRimUnderShadow: 0 - - _Metallic: 0 - - _Mode: 0 - - _OcclusionStrength: 1 - - _OcclussionStrength: 1 - - _OutlineAlpha: 0 - - _OutlineWidth: 0 - - _Parallax: 0.02 - - _RampOffset: 0.5 - - _RimAmount: 0.7 - - _RimPower: 0.6547081 - - _SecondaryTextureSize: 1 - - _SecondaryTextureSpeedFactor: 0 - - _SecondaryTextureStrength: 0 - - _ShadowBlur: 1 - - _ShadowMixMode: 0 - - _ShadowSize: 0.5 - - _ShadowStrength: 1 - - _SharpRimLight: 1 - - _SmoothnessTextureChannel: 0 - - _SpecularFalloff: 1 - - _SpecularForceUnderShadow: 0 - - _SpecularHighlights: 1 - - _SpecularPower: 1 - - _SpecularSize: 0.4 - - _SrcBlend: 1 - - _Stencil: 0 - - _StencilComp: 0 - - _StencilOpFailFront: 0 - - _StencilOpPassFront: 0 - - _StencilOpZFailFront: 0 - - _StencilReadMask: 15 - - _StencilWriteMask: 15 - - _StepAmount: 2 - - _StepWidth: 0.25 - - _UVSec: 0 - - _UseRampTexture: 0 - - _UseRimLight: 0 - - _UseSpecular: 0 - - _UseVertexColors: 0 - - _UseVertexOffset: 0 - - _VertexOffsetFrequency: 2 - - _VertexOffsetMagnitude: 0.05 - - _VertexOffsetX: 0.5 - - _VertexOffsetY: 0.5 - - _VertexOffsetZ: 0.5 - - _ZTest: 4 - - _ZWrite: 1 - - __dirty: 1 - m_Colors: - - _Color: {r: 1, g: 1, b: 1, a: 1} - - _EmissionColor: {r: 1, g: 1, b: 1, a: 1} - - _LightColor: {r: 1, g: 1, b: 1, a: 1} - - _OutlineColor: {r: 0.5451996, g: 1, b: 0, a: 1} - - _RampDark: {r: 0.3490566, g: 0.3490566, b: 0.3490566, a: 0} - - _RampLight: {r: 1, g: 1, b: 1, a: 0} - - _RimColor: {r: 0, g: 0.7342432, b: 1, a: 1} - - _ShadowColor: {r: 0.13207549, g: 0, b: 0.015538308, a: 1} - - _SpecularColor: {r: 2, g: 2, b: 2, a: 1} - - _Tint: {r: 1, g: 1, b: 1, a: 1} - m_BuildTextureStacks: [] - m_AllowLocking: 1 diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Materials/SequencerFabric06.mat.meta b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Materials/SequencerFabric06.mat.meta deleted file mode 100644 index cc38dfce4..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Materials/SequencerFabric06.mat.meta +++ /dev/null @@ -1,15 +0,0 @@ -fileFormatVersion: 2 -guid: ae6a11d25d0cb2b48aa36d9176875dce -NativeFormatImporter: - externalObjects: {} - mainObjectFileID: 2100000 - userData: - assetBundleName: - assetBundleVariant: -AssetOrigin: - serializedVersion: 1 - productId: 183370 - packageName: Feel - packageVersion: 5.8 - assetPath: Assets/Feel/MMFeedbacks/Demos/SequencingDemo/Materials/SequencerFabric06.mat - uploadId: 799856 diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Materials/SequencerFabric09.mat b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Materials/SequencerFabric09.mat deleted file mode 100644 index 2992d1771..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Materials/SequencerFabric09.mat +++ /dev/null @@ -1,169 +0,0 @@ -%YAML 1.1 -%TAG !u! tag:unity3d.com,2011: ---- !u!21 &2100000 -Material: - serializedVersion: 8 - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_Name: SequencerFabric09 - m_Shader: {fileID: 4800000, guid: 82c42a0b06f4f684db1ee2c535fb985c, type: 3} - m_Parent: {fileID: 0} - m_ModifiedSerializedProperties: 0 - m_ValidKeywords: - - _SHADOWMIXMODE_MULTIPLY - - _SHARPRIMLIGHT_ON - m_InvalidKeywords: - - _METALLICGLOSSMAP - - _NORMALMAP - m_LightmapFlags: 4 - m_EnableInstancingVariants: 0 - m_DoubleSidedGI: 0 - m_CustomRenderQueue: -1 - stringTagMap: {} - disabledShaderPasses: [] - m_LockedProperties: - m_SavedProperties: - serializedVersion: 3 - m_TexEnvs: - - _BumpMap: - m_Texture: {fileID: 2800000, guid: 9396d0fe95f11db4c99c3403ea2912be, type: 3} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _DetailAlbedoMap: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _DetailMask: - m_Texture: {fileID: 2800000, guid: 1901da16b3cb84c4ca3e82cf4b9debad, type: 3} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _DetailNormalMap: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _EmissionMap: - m_Texture: {fileID: 2800000, guid: 654d169c76f317c459a7fc6530e3ada0, type: 3} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _EmissionTexture: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _MainTex: - m_Texture: {fileID: 2800000, guid: e1f4bc00167c7604eb9c09d119ade645, type: 3} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _MetallicGlossMap: - m_Texture: {fileID: 2800000, guid: fbb908c6b3b2e42468f2e036760651cf, type: 3} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _Normal: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _OcclusionMap: - m_Texture: {fileID: 2800000, guid: d09b7123f481ae449b957b670044b425, type: 3} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _ParallaxMap: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _RampTexture: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _SecondaryTexture: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _VertexOffsetNoiseTexture: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _texcoord: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - m_Ints: [] - m_Floats: - - _BlendDst: 10 - - _BlendSrc: 1 - - _BumpScale: 1 - - _ColorMask: 255 - - _Contrast: 0 - - _CullMode: 0 - - _Cutoff: 0.5 - - _Desaturation: 0 - - _DetailNormalMapScale: 1 - - _DstBlend: 0 - - _EmissionForce: 0 - - _EmissionIntensity: 0 - - _Framerate: 5 - - _GlossMapScale: 0.146 - - _Glossiness: 0.446 - - _GlossyReflections: 1 - - _HideRimUnderShadow: 0 - - _Metallic: 0 - - _Mode: 0 - - _OcclusionStrength: 1 - - _OcclussionStrength: 1 - - _OutlineAlpha: 0 - - _OutlineWidth: 0 - - _Parallax: 0.02 - - _RampOffset: 0.5 - - _RimAmount: 0.7 - - _RimPower: 0.6547081 - - _SecondaryTextureSize: 1 - - _SecondaryTextureSpeedFactor: 0 - - _SecondaryTextureStrength: 0 - - _ShadowBlur: 1 - - _ShadowMixMode: 0 - - _ShadowSize: 0.5 - - _ShadowStrength: 1 - - _SharpRimLight: 1 - - _SmoothnessTextureChannel: 0 - - _SpecularFalloff: 1 - - _SpecularForceUnderShadow: 0 - - _SpecularHighlights: 1 - - _SpecularPower: 1 - - _SpecularSize: 0.4 - - _SrcBlend: 1 - - _Stencil: 0 - - _StencilComp: 0 - - _StencilOpFailFront: 0 - - _StencilOpPassFront: 0 - - _StencilOpZFailFront: 0 - - _StencilReadMask: 15 - - _StencilWriteMask: 15 - - _StepAmount: 2 - - _StepWidth: 0.25 - - _UVSec: 0 - - _UseRampTexture: 0 - - _UseRimLight: 0 - - _UseSpecular: 0 - - _UseVertexColors: 0 - - _UseVertexOffset: 0 - - _VertexOffsetFrequency: 2 - - _VertexOffsetMagnitude: 0.05 - - _VertexOffsetX: 0.5 - - _VertexOffsetY: 0.5 - - _VertexOffsetZ: 0.5 - - _ZTest: 4 - - _ZWrite: 1 - - __dirty: 1 - m_Colors: - - _Color: {r: 1, g: 1, b: 1, a: 1} - - _EmissionColor: {r: 1, g: 1, b: 1, a: 1} - - _LightColor: {r: 1, g: 1, b: 1, a: 1} - - _OutlineColor: {r: 0.5451996, g: 1, b: 0, a: 1} - - _RampDark: {r: 0.3490566, g: 0.3490566, b: 0.3490566, a: 0} - - _RampLight: {r: 1, g: 1, b: 1, a: 0} - - _RimColor: {r: 0, g: 0.7342432, b: 1, a: 1} - - _ShadowColor: {r: 0.13207549, g: 0, b: 0.015538308, a: 1} - - _SpecularColor: {r: 2, g: 2, b: 2, a: 1} - - _Tint: {r: 1, g: 1, b: 1, a: 1} - m_BuildTextureStacks: [] - m_AllowLocking: 1 diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Materials/SequencerFabric09.mat.meta b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Materials/SequencerFabric09.mat.meta deleted file mode 100644 index 761f40194..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Materials/SequencerFabric09.mat.meta +++ /dev/null @@ -1,15 +0,0 @@ -fileFormatVersion: 2 -guid: d27c02d0cdd147245be0de863bd68637 -NativeFormatImporter: - externalObjects: {} - mainObjectFileID: 2100000 - userData: - assetBundleName: - assetBundleVariant: -AssetOrigin: - serializedVersion: 1 - productId: 183370 - packageName: Feel - packageVersion: 5.8 - assetPath: Assets/Feel/MMFeedbacks/Demos/SequencingDemo/Materials/SequencerFabric09.mat - uploadId: 799856 diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Materials/SequencerFacade.mat b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Materials/SequencerFacade.mat deleted file mode 100644 index 8f56f2959..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Materials/SequencerFacade.mat +++ /dev/null @@ -1,170 +0,0 @@ -%YAML 1.1 -%TAG !u! tag:unity3d.com,2011: ---- !u!21 &2100000 -Material: - serializedVersion: 8 - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_Name: SequencerFacade - m_Shader: {fileID: 4800000, guid: 82c42a0b06f4f684db1ee2c535fb985c, type: 3} - m_Parent: {fileID: 0} - m_ModifiedSerializedProperties: 0 - m_ValidKeywords: - - _SHADOWMIXMODE_MULTIPLY - - _SHARPRIMLIGHT_ON - m_InvalidKeywords: - - _EMISSION - - _METALLICGLOSSMAP - - _NORMALMAP - m_LightmapFlags: 1 - m_EnableInstancingVariants: 0 - m_DoubleSidedGI: 0 - m_CustomRenderQueue: -1 - stringTagMap: {} - disabledShaderPasses: [] - m_LockedProperties: - m_SavedProperties: - serializedVersion: 3 - m_TexEnvs: - - _BumpMap: - m_Texture: {fileID: 2800000, guid: 7265ff7f2929b8f4b95685c795b5dfd0, type: 3} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _DetailAlbedoMap: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _DetailMask: - m_Texture: {fileID: 2800000, guid: 925913603f5ff4247b0eb934ea908dc0, type: 3} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _DetailNormalMap: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _EmissionMap: - m_Texture: {fileID: 2800000, guid: e94aeab608be8764faed1b8a9595228f, type: 3} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _EmissionTexture: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _MainTex: - m_Texture: {fileID: 2800000, guid: 8082b586364e1004bb6374a5c9110eb3, type: 3} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _MetallicGlossMap: - m_Texture: {fileID: 2800000, guid: 78f0362f9fdbe4b4f9323fcf5f956bfa, type: 3} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _Normal: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _OcclusionMap: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _ParallaxMap: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _RampTexture: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _SecondaryTexture: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _VertexOffsetNoiseTexture: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _texcoord: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - m_Ints: [] - m_Floats: - - _BlendDst: 10 - - _BlendSrc: 1 - - _BumpScale: 1 - - _ColorMask: 255 - - _Contrast: 0 - - _CullMode: 0 - - _Cutoff: 0.5 - - _Desaturation: 0 - - _DetailNormalMapScale: 1 - - _DstBlend: 0 - - _EmissionForce: 0 - - _EmissionIntensity: 1 - - _Framerate: 5 - - _GlossMapScale: 0.632 - - _Glossiness: 0.5 - - _GlossyReflections: 1 - - _HideRimUnderShadow: 0 - - _Metallic: 0 - - _Mode: 0 - - _OcclusionStrength: 1 - - _OcclussionStrength: 1 - - _OutlineAlpha: 0 - - _OutlineWidth: 0 - - _Parallax: 0.02 - - _RampOffset: 0.5 - - _RimAmount: 0.7 - - _RimPower: 0.6547081 - - _SecondaryTextureSize: 1 - - _SecondaryTextureSpeedFactor: 0 - - _SecondaryTextureStrength: 0 - - _ShadowBlur: 1 - - _ShadowMixMode: 0 - - _ShadowSize: 0.5 - - _ShadowStrength: 1 - - _SharpRimLight: 1 - - _SmoothnessTextureChannel: 0 - - _SpecularFalloff: 1 - - _SpecularForceUnderShadow: 0 - - _SpecularHighlights: 1 - - _SpecularPower: 1 - - _SpecularSize: 0.4 - - _SrcBlend: 1 - - _Stencil: 0 - - _StencilComp: 0 - - _StencilOpFailFront: 0 - - _StencilOpPassFront: 0 - - _StencilOpZFailFront: 0 - - _StencilReadMask: 15 - - _StencilWriteMask: 15 - - _StepAmount: 2 - - _StepWidth: 0.25 - - _UVSec: 0 - - _UseRampTexture: 0 - - _UseRimLight: 0 - - _UseSpecular: 0 - - _UseVertexColors: 0 - - _UseVertexOffset: 0 - - _VertexOffsetFrequency: 2 - - _VertexOffsetMagnitude: 0.05 - - _VertexOffsetX: 0.5 - - _VertexOffsetY: 0.5 - - _VertexOffsetZ: 0.5 - - _ZTest: 4 - - _ZWrite: 1 - - __dirty: 1 - m_Colors: - - _Color: {r: 1, g: 1, b: 1, a: 1} - - _EmissionColor: {r: 1, g: 1, b: 1, a: 1} - - _LightColor: {r: 1, g: 1, b: 1, a: 1} - - _OutlineColor: {r: 0.5451996, g: 1, b: 0, a: 1} - - _RampDark: {r: 0.3490566, g: 0.3490566, b: 0.3490566, a: 0} - - _RampLight: {r: 1, g: 1, b: 1, a: 0} - - _RimColor: {r: 0, g: 0.7342432, b: 1, a: 1} - - _ShadowColor: {r: 0.13207549, g: 0, b: 0.015538308, a: 1} - - _SpecularColor: {r: 2, g: 2, b: 2, a: 1} - - _Tint: {r: 1, g: 1, b: 1, a: 1} - m_BuildTextureStacks: [] - m_AllowLocking: 1 diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Materials/SequencerFacade.mat.meta b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Materials/SequencerFacade.mat.meta deleted file mode 100644 index 8ec76bf78..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Materials/SequencerFacade.mat.meta +++ /dev/null @@ -1,15 +0,0 @@ -fileFormatVersion: 2 -guid: 60b87f7fd5cd21f4797f2d0dac2b7782 -NativeFormatImporter: - externalObjects: {} - mainObjectFileID: 2100000 - userData: - assetBundleName: - assetBundleVariant: -AssetOrigin: - serializedVersion: 1 - productId: 183370 - packageName: Feel - packageVersion: 5.8 - assetPath: Assets/Feel/MMFeedbacks/Demos/SequencingDemo/Materials/SequencerFacade.mat - uploadId: 799856 diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Materials/SequencerMetal.mat b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Materials/SequencerMetal.mat deleted file mode 100644 index 80ec96f59..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Materials/SequencerMetal.mat +++ /dev/null @@ -1,169 +0,0 @@ -%YAML 1.1 -%TAG !u! tag:unity3d.com,2011: ---- !u!21 &2100000 -Material: - serializedVersion: 8 - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_Name: SequencerMetal - m_Shader: {fileID: 4800000, guid: 82c42a0b06f4f684db1ee2c535fb985c, type: 3} - m_Parent: {fileID: 0} - m_ModifiedSerializedProperties: 0 - m_ValidKeywords: - - _SHADOWMIXMODE_MULTIPLY - - _SHARPRIMLIGHT_ON - m_InvalidKeywords: - - _METALLICGLOSSMAP - - _NORMALMAP - m_LightmapFlags: 4 - m_EnableInstancingVariants: 0 - m_DoubleSidedGI: 0 - m_CustomRenderQueue: -1 - stringTagMap: {} - disabledShaderPasses: [] - m_LockedProperties: - m_SavedProperties: - serializedVersion: 3 - m_TexEnvs: - - _BumpMap: - m_Texture: {fileID: 2800000, guid: 8ca0015824b8de04ca5bb02b8bb335ab, type: 3} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _DetailAlbedoMap: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _DetailMask: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _DetailNormalMap: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _EmissionMap: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _EmissionTexture: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _MainTex: - m_Texture: {fileID: 2800000, guid: 27ac4d418f8c1f741b076e8d203aa642, type: 3} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _MetallicGlossMap: - m_Texture: {fileID: 2800000, guid: 95cef9375c8075846ae9e896137453e6, type: 3} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _Normal: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _OcclusionMap: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _ParallaxMap: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _RampTexture: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _SecondaryTexture: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _VertexOffsetNoiseTexture: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _texcoord: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - m_Ints: [] - m_Floats: - - _BlendDst: 10 - - _BlendSrc: 1 - - _BumpScale: 1 - - _ColorMask: 255 - - _Contrast: 0 - - _CullMode: 0 - - _Cutoff: 0.5 - - _Desaturation: 0 - - _DetailNormalMapScale: 1 - - _DstBlend: 0 - - _EmissionForce: 0 - - _EmissionIntensity: 0 - - _Framerate: 5 - - _GlossMapScale: 0.512 - - _Glossiness: 0.051 - - _GlossyReflections: 1 - - _HideRimUnderShadow: 0 - - _Metallic: 0.575 - - _Mode: 0 - - _OcclusionStrength: 1 - - _OcclussionStrength: 1 - - _OutlineAlpha: 0 - - _OutlineWidth: 0 - - _Parallax: 0.02 - - _RampOffset: 0.5 - - _RimAmount: 0.7 - - _RimPower: 0.6547081 - - _SecondaryTextureSize: 1 - - _SecondaryTextureSpeedFactor: 0 - - _SecondaryTextureStrength: 0 - - _ShadowBlur: 1 - - _ShadowMixMode: 0 - - _ShadowSize: 0.5 - - _ShadowStrength: 1 - - _SharpRimLight: 1 - - _SmoothnessTextureChannel: 0 - - _SpecularFalloff: 1 - - _SpecularForceUnderShadow: 0 - - _SpecularHighlights: 1 - - _SpecularPower: 1 - - _SpecularSize: 0.4 - - _SrcBlend: 1 - - _Stencil: 0 - - _StencilComp: 0 - - _StencilOpFailFront: 0 - - _StencilOpPassFront: 0 - - _StencilOpZFailFront: 0 - - _StencilReadMask: 15 - - _StencilWriteMask: 15 - - _StepAmount: 2 - - _StepWidth: 0.25 - - _UVSec: 0 - - _UseRampTexture: 0 - - _UseRimLight: 0 - - _UseSpecular: 0 - - _UseVertexColors: 0 - - _UseVertexOffset: 0 - - _VertexOffsetFrequency: 2 - - _VertexOffsetMagnitude: 0.05 - - _VertexOffsetX: 0.5 - - _VertexOffsetY: 0.5 - - _VertexOffsetZ: 0.5 - - _ZTest: 4 - - _ZWrite: 1 - - __dirty: 1 - m_Colors: - - _Color: {r: 1, g: 1, b: 1, a: 1} - - _EmissionColor: {r: 1, g: 1, b: 1, a: 1} - - _LightColor: {r: 1, g: 1, b: 1, a: 1} - - _OutlineColor: {r: 0.5451996, g: 1, b: 0, a: 1} - - _RampDark: {r: 0.3490566, g: 0.3490566, b: 0.3490566, a: 0} - - _RampLight: {r: 1, g: 1, b: 1, a: 0} - - _RimColor: {r: 0, g: 0.7342432, b: 1, a: 1} - - _ShadowColor: {r: 0.13207549, g: 0, b: 0.015538308, a: 1} - - _SpecularColor: {r: 2, g: 2, b: 2, a: 1} - - _Tint: {r: 1, g: 1, b: 1, a: 1} - m_BuildTextureStacks: [] - m_AllowLocking: 1 diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Materials/SequencerMetal.mat.meta b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Materials/SequencerMetal.mat.meta deleted file mode 100644 index ea000bb18..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Materials/SequencerMetal.mat.meta +++ /dev/null @@ -1,15 +0,0 @@ -fileFormatVersion: 2 -guid: 9bef2c99fbaaba541b418740f320969d -NativeFormatImporter: - externalObjects: {} - mainObjectFileID: 2100000 - userData: - assetBundleName: - assetBundleVariant: -AssetOrigin: - serializedVersion: 1 - productId: 183370 - packageName: Feel - packageVersion: 5.8 - assetPath: Assets/Feel/MMFeedbacks/Demos/SequencingDemo/Materials/SequencerMetal.mat - uploadId: 799856 diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Materials/SequencerPaintedMetal.mat b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Materials/SequencerPaintedMetal.mat deleted file mode 100644 index 368042ebb..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Materials/SequencerPaintedMetal.mat +++ /dev/null @@ -1,169 +0,0 @@ -%YAML 1.1 -%TAG !u! tag:unity3d.com,2011: ---- !u!21 &2100000 -Material: - serializedVersion: 8 - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_Name: SequencerPaintedMetal - m_Shader: {fileID: 4800000, guid: 82c42a0b06f4f684db1ee2c535fb985c, type: 3} - m_Parent: {fileID: 0} - m_ModifiedSerializedProperties: 0 - m_ValidKeywords: - - _SHADOWMIXMODE_MULTIPLY - - _SHARPRIMLIGHT_ON - m_InvalidKeywords: - - _METALLICGLOSSMAP - - _NORMALMAP - m_LightmapFlags: 4 - m_EnableInstancingVariants: 0 - m_DoubleSidedGI: 0 - m_CustomRenderQueue: -1 - stringTagMap: {} - disabledShaderPasses: [] - m_LockedProperties: - m_SavedProperties: - serializedVersion: 3 - m_TexEnvs: - - _BumpMap: - m_Texture: {fileID: 2800000, guid: 8e983a233b16b3a42ae42643b835e7e0, type: 3} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _DetailAlbedoMap: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _DetailMask: - m_Texture: {fileID: 2800000, guid: 16da1d1a37b324c488b16e2b6de1f689, type: 3} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _DetailNormalMap: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _EmissionMap: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _EmissionTexture: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _MainTex: - m_Texture: {fileID: 2800000, guid: 4229181c105e0794a90ed8031ed963a3, type: 3} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _MetallicGlossMap: - m_Texture: {fileID: 2800000, guid: 10e7c81bccf528b468314ffae2d979ee, type: 3} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _Normal: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _OcclusionMap: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _ParallaxMap: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _RampTexture: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _SecondaryTexture: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _VertexOffsetNoiseTexture: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _texcoord: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - m_Ints: [] - m_Floats: - - _BlendDst: 10 - - _BlendSrc: 1 - - _BumpScale: 1 - - _ColorMask: 255 - - _Contrast: 0 - - _CullMode: 0 - - _Cutoff: 0.5 - - _Desaturation: 0 - - _DetailNormalMapScale: 1 - - _DstBlend: 0 - - _EmissionForce: 0 - - _EmissionIntensity: 0 - - _Framerate: 5 - - _GlossMapScale: 0.834 - - _Glossiness: 0.458 - - _GlossyReflections: 1 - - _HideRimUnderShadow: 0 - - _Metallic: 0.557 - - _Mode: 0 - - _OcclusionStrength: 1 - - _OcclussionStrength: 1 - - _OutlineAlpha: 0 - - _OutlineWidth: 0 - - _Parallax: 0.02 - - _RampOffset: 0.5 - - _RimAmount: 0.7 - - _RimPower: 0.6547081 - - _SecondaryTextureSize: 1 - - _SecondaryTextureSpeedFactor: 0 - - _SecondaryTextureStrength: 0 - - _ShadowBlur: 1 - - _ShadowMixMode: 0 - - _ShadowSize: 0.5 - - _ShadowStrength: 1 - - _SharpRimLight: 1 - - _SmoothnessTextureChannel: 0 - - _SpecularFalloff: 1 - - _SpecularForceUnderShadow: 0 - - _SpecularHighlights: 1 - - _SpecularPower: 1 - - _SpecularSize: 0.4 - - _SrcBlend: 1 - - _Stencil: 0 - - _StencilComp: 0 - - _StencilOpFailFront: 0 - - _StencilOpPassFront: 0 - - _StencilOpZFailFront: 0 - - _StencilReadMask: 15 - - _StencilWriteMask: 15 - - _StepAmount: 2 - - _StepWidth: 0.25 - - _UVSec: 0 - - _UseRampTexture: 0 - - _UseRimLight: 0 - - _UseSpecular: 0 - - _UseVertexColors: 0 - - _UseVertexOffset: 0 - - _VertexOffsetFrequency: 2 - - _VertexOffsetMagnitude: 0.05 - - _VertexOffsetX: 0.5 - - _VertexOffsetY: 0.5 - - _VertexOffsetZ: 0.5 - - _ZTest: 4 - - _ZWrite: 1 - - __dirty: 1 - m_Colors: - - _Color: {r: 1, g: 1, b: 1, a: 1} - - _EmissionColor: {r: 1, g: 1, b: 1, a: 1} - - _LightColor: {r: 1, g: 1, b: 1, a: 1} - - _OutlineColor: {r: 0.5451996, g: 1, b: 0, a: 1} - - _RampDark: {r: 0.3490566, g: 0.3490566, b: 0.3490566, a: 0} - - _RampLight: {r: 1, g: 1, b: 1, a: 0} - - _RimColor: {r: 0, g: 0.7342432, b: 1, a: 1} - - _ShadowColor: {r: 0.13207549, g: 0, b: 0.015538308, a: 1} - - _SpecularColor: {r: 2, g: 2, b: 2, a: 1} - - _Tint: {r: 1, g: 1, b: 1, a: 1} - m_BuildTextureStacks: [] - m_AllowLocking: 1 diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Materials/SequencerPaintedMetal.mat.meta b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Materials/SequencerPaintedMetal.mat.meta deleted file mode 100644 index fce16e8c0..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Materials/SequencerPaintedMetal.mat.meta +++ /dev/null @@ -1,15 +0,0 @@ -fileFormatVersion: 2 -guid: c010297598d35b24ea0bf283a1f77386 -NativeFormatImporter: - externalObjects: {} - mainObjectFileID: 2100000 - userData: - assetBundleName: - assetBundleVariant: -AssetOrigin: - serializedVersion: 1 - productId: 183370 - packageName: Feel - packageVersion: 5.8 - assetPath: Assets/Feel/MMFeedbacks/Demos/SequencingDemo/Materials/SequencerPaintedMetal.mat - uploadId: 799856 diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Materials/SequencerTiles12.mat b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Materials/SequencerTiles12.mat deleted file mode 100644 index 0951d5e5f..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Materials/SequencerTiles12.mat +++ /dev/null @@ -1,169 +0,0 @@ -%YAML 1.1 -%TAG !u! tag:unity3d.com,2011: ---- !u!21 &2100000 -Material: - serializedVersion: 8 - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_Name: SequencerTiles12 - m_Shader: {fileID: 4800000, guid: 82c42a0b06f4f684db1ee2c535fb985c, type: 3} - m_Parent: {fileID: 0} - m_ModifiedSerializedProperties: 0 - m_ValidKeywords: - - _SHADOWMIXMODE_MULTIPLY - - _SHARPRIMLIGHT_ON - m_InvalidKeywords: - - _METALLICGLOSSMAP - - _NORMALMAP - m_LightmapFlags: 4 - m_EnableInstancingVariants: 0 - m_DoubleSidedGI: 0 - m_CustomRenderQueue: -1 - stringTagMap: {} - disabledShaderPasses: [] - m_LockedProperties: - m_SavedProperties: - serializedVersion: 3 - m_TexEnvs: - - _BumpMap: - m_Texture: {fileID: 2800000, guid: fe457f6a83be24b4e864d3cf8bcef5da, type: 3} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _DetailAlbedoMap: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _DetailMask: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _DetailNormalMap: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _EmissionMap: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _EmissionTexture: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _MainTex: - m_Texture: {fileID: 2800000, guid: 939781b433a8cfb43a425a4ccd962df7, type: 3} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _MetallicGlossMap: - m_Texture: {fileID: 2800000, guid: bab3fe9fa1463de45989e98dbd99b341, type: 3} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _Normal: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _OcclusionMap: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _ParallaxMap: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _RampTexture: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _SecondaryTexture: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _VertexOffsetNoiseTexture: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _texcoord: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - m_Ints: [] - m_Floats: - - _BlendDst: 10 - - _BlendSrc: 1 - - _BumpScale: 1 - - _ColorMask: 255 - - _Contrast: 0 - - _CullMode: 0 - - _Cutoff: 0.5 - - _Desaturation: 0 - - _DetailNormalMapScale: 1 - - _DstBlend: 0 - - _EmissionForce: 0 - - _EmissionIntensity: 0 - - _Framerate: 5 - - _GlossMapScale: 0.749 - - _Glossiness: 0.678 - - _GlossyReflections: 1 - - _HideRimUnderShadow: 0 - - _Metallic: 0.575 - - _Mode: 0 - - _OcclusionStrength: 1 - - _OcclussionStrength: 1 - - _OutlineAlpha: 0 - - _OutlineWidth: 0 - - _Parallax: 0.02 - - _RampOffset: 0.5 - - _RimAmount: 0.7 - - _RimPower: 0.6547081 - - _SecondaryTextureSize: 1 - - _SecondaryTextureSpeedFactor: 0 - - _SecondaryTextureStrength: 0 - - _ShadowBlur: 1 - - _ShadowMixMode: 0 - - _ShadowSize: 0.5 - - _ShadowStrength: 1 - - _SharpRimLight: 1 - - _SmoothnessTextureChannel: 0 - - _SpecularFalloff: 1 - - _SpecularForceUnderShadow: 0 - - _SpecularHighlights: 1 - - _SpecularPower: 1 - - _SpecularSize: 0.4 - - _SrcBlend: 1 - - _Stencil: 0 - - _StencilComp: 0 - - _StencilOpFailFront: 0 - - _StencilOpPassFront: 0 - - _StencilOpZFailFront: 0 - - _StencilReadMask: 15 - - _StencilWriteMask: 15 - - _StepAmount: 2 - - _StepWidth: 0.25 - - _UVSec: 0 - - _UseRampTexture: 0 - - _UseRimLight: 0 - - _UseSpecular: 0 - - _UseVertexColors: 0 - - _UseVertexOffset: 0 - - _VertexOffsetFrequency: 2 - - _VertexOffsetMagnitude: 0.05 - - _VertexOffsetX: 0.5 - - _VertexOffsetY: 0.5 - - _VertexOffsetZ: 0.5 - - _ZTest: 4 - - _ZWrite: 1 - - __dirty: 0 - m_Colors: - - _Color: {r: 1, g: 1, b: 1, a: 1} - - _EmissionColor: {r: 1, g: 1, b: 1, a: 1} - - _LightColor: {r: 1, g: 1, b: 1, a: 1} - - _OutlineColor: {r: 0.5451996, g: 1, b: 0, a: 1} - - _RampDark: {r: 0.3490566, g: 0.3490566, b: 0.3490566, a: 0} - - _RampLight: {r: 1, g: 1, b: 1, a: 0} - - _RimColor: {r: 0, g: 0.7342432, b: 1, a: 1} - - _ShadowColor: {r: 0.13207549, g: 0, b: 0.015538308, a: 1} - - _SpecularColor: {r: 2, g: 2, b: 2, a: 1} - - _Tint: {r: 1, g: 1, b: 1, a: 1} - m_BuildTextureStacks: [] - m_AllowLocking: 1 diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Materials/SequencerTiles12.mat.meta b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Materials/SequencerTiles12.mat.meta deleted file mode 100644 index cf009491f..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Materials/SequencerTiles12.mat.meta +++ /dev/null @@ -1,15 +0,0 @@ -fileFormatVersion: 2 -guid: 28f4ba3ff8cbc124d82cbe3d696ed209 -NativeFormatImporter: - externalObjects: {} - mainObjectFileID: 2100000 - userData: - assetBundleName: - assetBundleVariant: -AssetOrigin: - serializedVersion: 1 - productId: 183370 - packageName: Feel - packageVersion: 5.8 - assetPath: Assets/Feel/MMFeedbacks/Demos/SequencingDemo/Materials/SequencerTiles12.mat - uploadId: 799856 diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Materials/SequencerTiles31.mat b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Materials/SequencerTiles31.mat deleted file mode 100644 index 9813997a1..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Materials/SequencerTiles31.mat +++ /dev/null @@ -1,169 +0,0 @@ -%YAML 1.1 -%TAG !u! tag:unity3d.com,2011: ---- !u!21 &2100000 -Material: - serializedVersion: 8 - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_Name: SequencerTiles31 - m_Shader: {fileID: 4800000, guid: 82c42a0b06f4f684db1ee2c535fb985c, type: 3} - m_Parent: {fileID: 0} - m_ModifiedSerializedProperties: 0 - m_ValidKeywords: - - _SHADOWMIXMODE_MULTIPLY - - _SHARPRIMLIGHT_ON - m_InvalidKeywords: - - _METALLICGLOSSMAP - - _NORMALMAP - m_LightmapFlags: 4 - m_EnableInstancingVariants: 0 - m_DoubleSidedGI: 0 - m_CustomRenderQueue: -1 - stringTagMap: {} - disabledShaderPasses: [] - m_LockedProperties: - m_SavedProperties: - serializedVersion: 3 - m_TexEnvs: - - _BumpMap: - m_Texture: {fileID: 2800000, guid: 7ea3158ed21ffd042aaf638fc95dd240, type: 3} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _DetailAlbedoMap: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _DetailMask: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _DetailNormalMap: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _EmissionMap: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _EmissionTexture: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _MainTex: - m_Texture: {fileID: 2800000, guid: 734013d605d55424599c8451053b00cc, type: 3} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _MetallicGlossMap: - m_Texture: {fileID: 2800000, guid: 130738348661b614a91b65ab8a83e0d4, type: 3} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _Normal: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _OcclusionMap: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _ParallaxMap: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _RampTexture: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _SecondaryTexture: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _VertexOffsetNoiseTexture: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _texcoord: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - m_Ints: [] - m_Floats: - - _BlendDst: 10 - - _BlendSrc: 1 - - _BumpScale: 1 - - _ColorMask: 255 - - _Contrast: 0 - - _CullMode: 0 - - _Cutoff: 0.5 - - _Desaturation: 0 - - _DetailNormalMapScale: 1 - - _DstBlend: 0 - - _EmissionForce: 0 - - _EmissionIntensity: 0 - - _Framerate: 5 - - _GlossMapScale: 0.817 - - _Glossiness: 0.703 - - _GlossyReflections: 1 - - _HideRimUnderShadow: 0 - - _Metallic: 0 - - _Mode: 0 - - _OcclusionStrength: 1 - - _OcclussionStrength: 1 - - _OutlineAlpha: 0 - - _OutlineWidth: 0 - - _Parallax: 0.02 - - _RampOffset: 0.5 - - _RimAmount: 0.7 - - _RimPower: 0.6547081 - - _SecondaryTextureSize: 1 - - _SecondaryTextureSpeedFactor: 0 - - _SecondaryTextureStrength: 0 - - _ShadowBlur: 1 - - _ShadowMixMode: 0 - - _ShadowSize: 0.5 - - _ShadowStrength: 1 - - _SharpRimLight: 1 - - _SmoothnessTextureChannel: 0 - - _SpecularFalloff: 1 - - _SpecularForceUnderShadow: 0 - - _SpecularHighlights: 1 - - _SpecularPower: 1 - - _SpecularSize: 0.4 - - _SrcBlend: 1 - - _Stencil: 0 - - _StencilComp: 0 - - _StencilOpFailFront: 0 - - _StencilOpPassFront: 0 - - _StencilOpZFailFront: 0 - - _StencilReadMask: 15 - - _StencilWriteMask: 15 - - _StepAmount: 2 - - _StepWidth: 0.25 - - _UVSec: 0 - - _UseRampTexture: 0 - - _UseRimLight: 0 - - _UseSpecular: 0 - - _UseVertexColors: 0 - - _UseVertexOffset: 0 - - _VertexOffsetFrequency: 2 - - _VertexOffsetMagnitude: 0.05 - - _VertexOffsetX: 0.5 - - _VertexOffsetY: 0.5 - - _VertexOffsetZ: 0.5 - - _ZTest: 4 - - _ZWrite: 1 - - __dirty: 1 - m_Colors: - - _Color: {r: 1, g: 1, b: 1, a: 1} - - _EmissionColor: {r: 1, g: 1, b: 1, a: 1} - - _LightColor: {r: 1, g: 1, b: 1, a: 1} - - _OutlineColor: {r: 0.5451996, g: 1, b: 0, a: 1} - - _RampDark: {r: 0.3490566, g: 0.3490566, b: 0.3490566, a: 0} - - _RampLight: {r: 1, g: 1, b: 1, a: 0} - - _RimColor: {r: 0, g: 0.7342432, b: 1, a: 1} - - _ShadowColor: {r: 0.13207549, g: 0, b: 0.015538308, a: 1} - - _SpecularColor: {r: 2, g: 2, b: 2, a: 1} - - _Tint: {r: 1, g: 1, b: 1, a: 1} - m_BuildTextureStacks: [] - m_AllowLocking: 1 diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Materials/SequencerTiles31.mat.meta b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Materials/SequencerTiles31.mat.meta deleted file mode 100644 index 32b12071f..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Materials/SequencerTiles31.mat.meta +++ /dev/null @@ -1,15 +0,0 @@ -fileFormatVersion: 2 -guid: ef35891a12f2deb49acd5cffa698c910 -NativeFormatImporter: - externalObjects: {} - mainObjectFileID: 2100000 - userData: - assetBundleName: - assetBundleVariant: -AssetOrigin: - serializedVersion: 1 - productId: 183370 - packageName: Feel - packageVersion: 5.8 - assetPath: Assets/Feel/MMFeedbacks/Demos/SequencingDemo/Materials/SequencerTiles31.mat - uploadId: 799856 diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Materials/SequencerTiles33.mat b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Materials/SequencerTiles33.mat deleted file mode 100644 index 3ac205218..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Materials/SequencerTiles33.mat +++ /dev/null @@ -1,169 +0,0 @@ -%YAML 1.1 -%TAG !u! tag:unity3d.com,2011: ---- !u!21 &2100000 -Material: - serializedVersion: 8 - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_Name: SequencerTiles33 - m_Shader: {fileID: 4800000, guid: 82c42a0b06f4f684db1ee2c535fb985c, type: 3} - m_Parent: {fileID: 0} - m_ModifiedSerializedProperties: 0 - m_ValidKeywords: - - _SHADOWMIXMODE_MULTIPLY - - _SHARPRIMLIGHT_ON - m_InvalidKeywords: - - _METALLICGLOSSMAP - - _NORMALMAP - m_LightmapFlags: 4 - m_EnableInstancingVariants: 0 - m_DoubleSidedGI: 0 - m_CustomRenderQueue: -1 - stringTagMap: {} - disabledShaderPasses: [] - m_LockedProperties: - m_SavedProperties: - serializedVersion: 3 - m_TexEnvs: - - _BumpMap: - m_Texture: {fileID: 2800000, guid: 6e91e6783d739a94abca9fdfa7eaf699, type: 3} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _DetailAlbedoMap: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _DetailMask: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _DetailNormalMap: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _EmissionMap: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _EmissionTexture: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _MainTex: - m_Texture: {fileID: 2800000, guid: 3dc850ab82cbc9547b13c66d1f0fcc50, type: 3} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _MetallicGlossMap: - m_Texture: {fileID: 2800000, guid: b8e96cfd936058e4aa0968a82df57eb2, type: 3} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _Normal: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _OcclusionMap: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _ParallaxMap: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _RampTexture: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _SecondaryTexture: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _VertexOffsetNoiseTexture: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _texcoord: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - m_Ints: [] - m_Floats: - - _BlendDst: 10 - - _BlendSrc: 1 - - _BumpScale: 1 - - _ColorMask: 255 - - _Contrast: 0 - - _CullMode: 0 - - _Cutoff: 0.5 - - _Desaturation: 0 - - _DetailNormalMapScale: 1 - - _DstBlend: 0 - - _EmissionForce: 0 - - _EmissionIntensity: 0 - - _Framerate: 5 - - _GlossMapScale: 0.772 - - _Glossiness: 0.676 - - _GlossyReflections: 1 - - _HideRimUnderShadow: 0 - - _Metallic: 0 - - _Mode: 0 - - _OcclusionStrength: 1 - - _OcclussionStrength: 1 - - _OutlineAlpha: 0 - - _OutlineWidth: 0 - - _Parallax: 0.02 - - _RampOffset: 0.5 - - _RimAmount: 0.7 - - _RimPower: 0.6547081 - - _SecondaryTextureSize: 1 - - _SecondaryTextureSpeedFactor: 0 - - _SecondaryTextureStrength: 0 - - _ShadowBlur: 1 - - _ShadowMixMode: 0 - - _ShadowSize: 0.5 - - _ShadowStrength: 1 - - _SharpRimLight: 1 - - _SmoothnessTextureChannel: 0 - - _SpecularFalloff: 1 - - _SpecularForceUnderShadow: 0 - - _SpecularHighlights: 1 - - _SpecularPower: 1 - - _SpecularSize: 0.4 - - _SrcBlend: 1 - - _Stencil: 0 - - _StencilComp: 0 - - _StencilOpFailFront: 0 - - _StencilOpPassFront: 0 - - _StencilOpZFailFront: 0 - - _StencilReadMask: 15 - - _StencilWriteMask: 15 - - _StepAmount: 2 - - _StepWidth: 0.25 - - _UVSec: 0 - - _UseRampTexture: 0 - - _UseRimLight: 0 - - _UseSpecular: 0 - - _UseVertexColors: 0 - - _UseVertexOffset: 0 - - _VertexOffsetFrequency: 2 - - _VertexOffsetMagnitude: 0.05 - - _VertexOffsetX: 0.5 - - _VertexOffsetY: 0.5 - - _VertexOffsetZ: 0.5 - - _ZTest: 4 - - _ZWrite: 1 - - __dirty: 1 - m_Colors: - - _Color: {r: 1, g: 1, b: 1, a: 1} - - _EmissionColor: {r: 1, g: 1, b: 1, a: 1} - - _LightColor: {r: 1, g: 1, b: 1, a: 1} - - _OutlineColor: {r: 0.5451996, g: 1, b: 0, a: 1} - - _RampDark: {r: 0.3490566, g: 0.3490566, b: 0.3490566, a: 0} - - _RampLight: {r: 1, g: 1, b: 1, a: 0} - - _RimColor: {r: 0, g: 0.7342432, b: 1, a: 1} - - _ShadowColor: {r: 0.13207549, g: 0, b: 0.015538308, a: 1} - - _SpecularColor: {r: 2, g: 2, b: 2, a: 1} - - _Tint: {r: 1, g: 1, b: 1, a: 1} - m_BuildTextureStacks: [] - m_AllowLocking: 1 diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Materials/SequencerTiles33.mat.meta b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Materials/SequencerTiles33.mat.meta deleted file mode 100644 index 7de529195..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Materials/SequencerTiles33.mat.meta +++ /dev/null @@ -1,15 +0,0 @@ -fileFormatVersion: 2 -guid: aa24205135c86be4792f70af431b8638 -NativeFormatImporter: - externalObjects: {} - mainObjectFileID: 2100000 - userData: - assetBundleName: - assetBundleVariant: -AssetOrigin: - serializedVersion: 1 - productId: 183370 - packageName: Feel - packageVersion: 5.8 - assetPath: Assets/Feel/MMFeedbacks/Demos/SequencingDemo/Materials/SequencerTiles33.mat - uploadId: 799856 diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Materials/SequencerTiles44.mat b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Materials/SequencerTiles44.mat deleted file mode 100644 index 5265e78b0..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Materials/SequencerTiles44.mat +++ /dev/null @@ -1,169 +0,0 @@ -%YAML 1.1 -%TAG !u! tag:unity3d.com,2011: ---- !u!21 &2100000 -Material: - serializedVersion: 8 - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_Name: SequencerTiles44 - m_Shader: {fileID: 4800000, guid: 82c42a0b06f4f684db1ee2c535fb985c, type: 3} - m_Parent: {fileID: 0} - m_ModifiedSerializedProperties: 0 - m_ValidKeywords: - - _SHADOWMIXMODE_MULTIPLY - - _SHARPRIMLIGHT_ON - m_InvalidKeywords: - - _METALLICGLOSSMAP - - _NORMALMAP - m_LightmapFlags: 4 - m_EnableInstancingVariants: 0 - m_DoubleSidedGI: 0 - m_CustomRenderQueue: -1 - stringTagMap: {} - disabledShaderPasses: [] - m_LockedProperties: - m_SavedProperties: - serializedVersion: 3 - m_TexEnvs: - - _BumpMap: - m_Texture: {fileID: 2800000, guid: a7dc2191a69cc8540ab9dbbf535759bb, type: 3} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _DetailAlbedoMap: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _DetailMask: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _DetailNormalMap: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _EmissionMap: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _EmissionTexture: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _MainTex: - m_Texture: {fileID: 2800000, guid: eba09c7fb206e1b47b85a4ffce19e895, type: 3} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _MetallicGlossMap: - m_Texture: {fileID: 2800000, guid: 26b6cbb95d0d71c4cb728778641aec2b, type: 3} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _Normal: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _OcclusionMap: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _ParallaxMap: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _RampTexture: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _SecondaryTexture: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _VertexOffsetNoiseTexture: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _texcoord: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - m_Ints: [] - m_Floats: - - _BlendDst: 10 - - _BlendSrc: 1 - - _BumpScale: 1 - - _ColorMask: 255 - - _Contrast: 0 - - _CullMode: 0 - - _Cutoff: 0.5 - - _Desaturation: 0 - - _DetailNormalMapScale: 1 - - _DstBlend: 0 - - _EmissionForce: 0 - - _EmissionIntensity: 0 - - _Framerate: 5 - - _GlossMapScale: 0.792 - - _Glossiness: 0.765 - - _GlossyReflections: 1 - - _HideRimUnderShadow: 0 - - _Metallic: 0 - - _Mode: 0 - - _OcclusionStrength: 1 - - _OcclussionStrength: 1 - - _OutlineAlpha: 0 - - _OutlineWidth: 0 - - _Parallax: 0.02 - - _RampOffset: 0.5 - - _RimAmount: 0.7 - - _RimPower: 0.6547081 - - _SecondaryTextureSize: 1 - - _SecondaryTextureSpeedFactor: 0 - - _SecondaryTextureStrength: 0 - - _ShadowBlur: 1 - - _ShadowMixMode: 0 - - _ShadowSize: 0.5 - - _ShadowStrength: 1 - - _SharpRimLight: 1 - - _SmoothnessTextureChannel: 0 - - _SpecularFalloff: 1 - - _SpecularForceUnderShadow: 0 - - _SpecularHighlights: 1 - - _SpecularPower: 1 - - _SpecularSize: 0.4 - - _SrcBlend: 1 - - _Stencil: 0 - - _StencilComp: 0 - - _StencilOpFailFront: 0 - - _StencilOpPassFront: 0 - - _StencilOpZFailFront: 0 - - _StencilReadMask: 15 - - _StencilWriteMask: 15 - - _StepAmount: 2 - - _StepWidth: 0.25 - - _UVSec: 0 - - _UseRampTexture: 0 - - _UseRimLight: 0 - - _UseSpecular: 0 - - _UseVertexColors: 0 - - _UseVertexOffset: 0 - - _VertexOffsetFrequency: 2 - - _VertexOffsetMagnitude: 0.05 - - _VertexOffsetX: 0.5 - - _VertexOffsetY: 0.5 - - _VertexOffsetZ: 0.5 - - _ZTest: 4 - - _ZWrite: 1 - - __dirty: 1 - m_Colors: - - _Color: {r: 1, g: 1, b: 1, a: 1} - - _EmissionColor: {r: 1, g: 1, b: 1, a: 1} - - _LightColor: {r: 1, g: 1, b: 1, a: 1} - - _OutlineColor: {r: 0.5451996, g: 1, b: 0, a: 1} - - _RampDark: {r: 0.3490566, g: 0.3490566, b: 0.3490566, a: 0} - - _RampLight: {r: 1, g: 1, b: 1, a: 0} - - _RimColor: {r: 0, g: 0.7342432, b: 1, a: 1} - - _ShadowColor: {r: 0.13207549, g: 0, b: 0.015538308, a: 1} - - _SpecularColor: {r: 2, g: 2, b: 2, a: 1} - - _Tint: {r: 1, g: 1, b: 1, a: 1} - m_BuildTextureStacks: [] - m_AllowLocking: 1 diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Materials/SequencerTiles44.mat.meta b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Materials/SequencerTiles44.mat.meta deleted file mode 100644 index 994ee3e13..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Materials/SequencerTiles44.mat.meta +++ /dev/null @@ -1,15 +0,0 @@ -fileFormatVersion: 2 -guid: e69503b16837c6d4fb7e7c787b6bbd80 -NativeFormatImporter: - externalObjects: {} - mainObjectFileID: 2100000 - userData: - assetBundleName: - assetBundleVariant: -AssetOrigin: - serializedVersion: 1 - productId: 183370 - packageName: Feel - packageVersion: 5.8 - assetPath: Assets/Feel/MMFeedbacks/Demos/SequencingDemo/Materials/SequencerTiles44.mat - uploadId: 799856 diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Materials/SequencerTiles60.mat b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Materials/SequencerTiles60.mat deleted file mode 100644 index 273b1b6c7..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Materials/SequencerTiles60.mat +++ /dev/null @@ -1,169 +0,0 @@ -%YAML 1.1 -%TAG !u! tag:unity3d.com,2011: ---- !u!21 &2100000 -Material: - serializedVersion: 8 - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_Name: SequencerTiles60 - m_Shader: {fileID: 4800000, guid: 82c42a0b06f4f684db1ee2c535fb985c, type: 3} - m_Parent: {fileID: 0} - m_ModifiedSerializedProperties: 0 - m_ValidKeywords: - - _SHADOWMIXMODE_MULTIPLY - - _SHARPRIMLIGHT_ON - m_InvalidKeywords: - - _METALLICGLOSSMAP - - _NORMALMAP - m_LightmapFlags: 4 - m_EnableInstancingVariants: 0 - m_DoubleSidedGI: 0 - m_CustomRenderQueue: -1 - stringTagMap: {} - disabledShaderPasses: [] - m_LockedProperties: - m_SavedProperties: - serializedVersion: 3 - m_TexEnvs: - - _BumpMap: - m_Texture: {fileID: 2800000, guid: 9c2c3a0d3e1585f4eb9aa69d59cf56cf, type: 3} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _DetailAlbedoMap: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _DetailMask: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _DetailNormalMap: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _EmissionMap: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _EmissionTexture: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _MainTex: - m_Texture: {fileID: 2800000, guid: 5c72a4623f4c14a408e5a1fbac028750, type: 3} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _MetallicGlossMap: - m_Texture: {fileID: 2800000, guid: 698239a48cf01994a923714e732512f7, type: 3} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _Normal: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _OcclusionMap: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _ParallaxMap: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _RampTexture: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _SecondaryTexture: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _VertexOffsetNoiseTexture: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _texcoord: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - m_Ints: [] - m_Floats: - - _BlendDst: 10 - - _BlendSrc: 1 - - _BumpScale: 1 - - _ColorMask: 255 - - _Contrast: 0 - - _CullMode: 0 - - _Cutoff: 0.5 - - _Desaturation: 0 - - _DetailNormalMapScale: 1 - - _DstBlend: 0 - - _EmissionForce: 0 - - _EmissionIntensity: 0 - - _Framerate: 5 - - _GlossMapScale: 0.826 - - _Glossiness: 0.714 - - _GlossyReflections: 1 - - _HideRimUnderShadow: 0 - - _Metallic: 0 - - _Mode: 0 - - _OcclusionStrength: 1 - - _OcclussionStrength: 1 - - _OutlineAlpha: 0 - - _OutlineWidth: 0 - - _Parallax: 0.02 - - _RampOffset: 0.5 - - _RimAmount: 0.7 - - _RimPower: 0.6547081 - - _SecondaryTextureSize: 1 - - _SecondaryTextureSpeedFactor: 0 - - _SecondaryTextureStrength: 0 - - _ShadowBlur: 1 - - _ShadowMixMode: 0 - - _ShadowSize: 0.5 - - _ShadowStrength: 1 - - _SharpRimLight: 1 - - _SmoothnessTextureChannel: 0 - - _SpecularFalloff: 1 - - _SpecularForceUnderShadow: 0 - - _SpecularHighlights: 1 - - _SpecularPower: 1 - - _SpecularSize: 0.4 - - _SrcBlend: 1 - - _Stencil: 0 - - _StencilComp: 0 - - _StencilOpFailFront: 0 - - _StencilOpPassFront: 0 - - _StencilOpZFailFront: 0 - - _StencilReadMask: 15 - - _StencilWriteMask: 15 - - _StepAmount: 2 - - _StepWidth: 0.25 - - _UVSec: 0 - - _UseRampTexture: 0 - - _UseRimLight: 0 - - _UseSpecular: 0 - - _UseVertexColors: 0 - - _UseVertexOffset: 0 - - _VertexOffsetFrequency: 2 - - _VertexOffsetMagnitude: 0.05 - - _VertexOffsetX: 0.5 - - _VertexOffsetY: 0.5 - - _VertexOffsetZ: 0.5 - - _ZTest: 4 - - _ZWrite: 1 - - __dirty: 1 - m_Colors: - - _Color: {r: 1, g: 1, b: 1, a: 1} - - _EmissionColor: {r: 1, g: 1, b: 1, a: 1} - - _LightColor: {r: 1, g: 1, b: 1, a: 1} - - _OutlineColor: {r: 0.5451996, g: 1, b: 0, a: 1} - - _RampDark: {r: 0.3490566, g: 0.3490566, b: 0.3490566, a: 0} - - _RampLight: {r: 1, g: 1, b: 1, a: 0} - - _RimColor: {r: 0, g: 0.7342432, b: 1, a: 1} - - _ShadowColor: {r: 0.13207549, g: 0, b: 0.015538308, a: 1} - - _SpecularColor: {r: 2, g: 2, b: 2, a: 1} - - _Tint: {r: 1, g: 1, b: 1, a: 1} - m_BuildTextureStacks: [] - m_AllowLocking: 1 diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Materials/SequencerTiles60.mat.meta b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Materials/SequencerTiles60.mat.meta deleted file mode 100644 index 8b313b761..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Materials/SequencerTiles60.mat.meta +++ /dev/null @@ -1,15 +0,0 @@ -fileFormatVersion: 2 -guid: ffe1e33f371ca8a47a6aed4b1b611650 -NativeFormatImporter: - externalObjects: {} - mainObjectFileID: 2100000 - userData: - assetBundleName: - assetBundleVariant: -AssetOrigin: - serializedVersion: 1 - productId: 183370 - packageName: Feel - packageVersion: 5.8 - assetPath: Assets/Feel/MMFeedbacks/Demos/SequencingDemo/Materials/SequencerTiles60.mat - uploadId: 799856 diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Materials/SequencerTiles65.mat b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Materials/SequencerTiles65.mat deleted file mode 100644 index cce0d2ad3..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Materials/SequencerTiles65.mat +++ /dev/null @@ -1,169 +0,0 @@ -%YAML 1.1 -%TAG !u! tag:unity3d.com,2011: ---- !u!21 &2100000 -Material: - serializedVersion: 8 - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_Name: SequencerTiles65 - m_Shader: {fileID: 4800000, guid: 82c42a0b06f4f684db1ee2c535fb985c, type: 3} - m_Parent: {fileID: 0} - m_ModifiedSerializedProperties: 0 - m_ValidKeywords: - - _SHADOWMIXMODE_MULTIPLY - - _SHARPRIMLIGHT_ON - m_InvalidKeywords: - - _METALLICGLOSSMAP - - _NORMALMAP - m_LightmapFlags: 4 - m_EnableInstancingVariants: 0 - m_DoubleSidedGI: 0 - m_CustomRenderQueue: -1 - stringTagMap: {} - disabledShaderPasses: [] - m_LockedProperties: - m_SavedProperties: - serializedVersion: 3 - m_TexEnvs: - - _BumpMap: - m_Texture: {fileID: 2800000, guid: b5cb769873586c046b1a5cf63ef40b60, type: 3} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _DetailAlbedoMap: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _DetailMask: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _DetailNormalMap: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _EmissionMap: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _EmissionTexture: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _MainTex: - m_Texture: {fileID: 2800000, guid: 7118ba5396a068440bdd06e9b3cc0cd6, type: 3} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _MetallicGlossMap: - m_Texture: {fileID: 2800000, guid: 9809de1c8429da944ad5ec32a1422fba, type: 3} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _Normal: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _OcclusionMap: - m_Texture: {fileID: 2800000, guid: 23e7ff831b2236a49850ade7b52c289e, type: 3} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _ParallaxMap: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _RampTexture: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _SecondaryTexture: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _VertexOffsetNoiseTexture: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _texcoord: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - m_Ints: [] - m_Floats: - - _BlendDst: 10 - - _BlendSrc: 1 - - _BumpScale: 1 - - _ColorMask: 255 - - _Contrast: 0 - - _CullMode: 0 - - _Cutoff: 0.5 - - _Desaturation: 0 - - _DetailNormalMapScale: 1 - - _DstBlend: 0 - - _EmissionForce: 0 - - _EmissionIntensity: 0 - - _Framerate: 5 - - _GlossMapScale: 0.666 - - _Glossiness: 0.67 - - _GlossyReflections: 1 - - _HideRimUnderShadow: 0 - - _Metallic: 0 - - _Mode: 0 - - _OcclusionStrength: 1 - - _OcclussionStrength: 1 - - _OutlineAlpha: 0 - - _OutlineWidth: 0 - - _Parallax: 0.02 - - _RampOffset: 0.5 - - _RimAmount: 0.7 - - _RimPower: 0.6547081 - - _SecondaryTextureSize: 1 - - _SecondaryTextureSpeedFactor: 0 - - _SecondaryTextureStrength: 0 - - _ShadowBlur: 1 - - _ShadowMixMode: 0 - - _ShadowSize: 0.5 - - _ShadowStrength: 1 - - _SharpRimLight: 1 - - _SmoothnessTextureChannel: 0 - - _SpecularFalloff: 1 - - _SpecularForceUnderShadow: 0 - - _SpecularHighlights: 1 - - _SpecularPower: 1 - - _SpecularSize: 0.4 - - _SrcBlend: 1 - - _Stencil: 0 - - _StencilComp: 0 - - _StencilOpFailFront: 0 - - _StencilOpPassFront: 0 - - _StencilOpZFailFront: 0 - - _StencilReadMask: 15 - - _StencilWriteMask: 15 - - _StepAmount: 2 - - _StepWidth: 0.25 - - _UVSec: 0 - - _UseRampTexture: 0 - - _UseRimLight: 0 - - _UseSpecular: 0 - - _UseVertexColors: 0 - - _UseVertexOffset: 0 - - _VertexOffsetFrequency: 2 - - _VertexOffsetMagnitude: 0.05 - - _VertexOffsetX: 0.5 - - _VertexOffsetY: 0.5 - - _VertexOffsetZ: 0.5 - - _ZTest: 4 - - _ZWrite: 1 - - __dirty: 1 - m_Colors: - - _Color: {r: 1, g: 1, b: 1, a: 1} - - _EmissionColor: {r: 1, g: 1, b: 1, a: 1} - - _LightColor: {r: 1, g: 1, b: 1, a: 1} - - _OutlineColor: {r: 0.5451996, g: 1, b: 0, a: 1} - - _RampDark: {r: 0.3490566, g: 0.3490566, b: 0.3490566, a: 0} - - _RampLight: {r: 1, g: 1, b: 1, a: 0} - - _RimColor: {r: 0, g: 0.7342432, b: 1, a: 1} - - _ShadowColor: {r: 0.13207549, g: 0, b: 0.015538308, a: 1} - - _SpecularColor: {r: 2, g: 2, b: 2, a: 1} - - _Tint: {r: 1, g: 1, b: 1, a: 1} - m_BuildTextureStacks: [] - m_AllowLocking: 1 diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Materials/SequencerTiles65.mat.meta b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Materials/SequencerTiles65.mat.meta deleted file mode 100644 index 7dbfd9ff0..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Materials/SequencerTiles65.mat.meta +++ /dev/null @@ -1,15 +0,0 @@ -fileFormatVersion: 2 -guid: 0296fb91bec5d5042bdb1f4c2c089ca7 -NativeFormatImporter: - externalObjects: {} - mainObjectFileID: 2100000 - userData: - assetBundleName: - assetBundleVariant: -AssetOrigin: - serializedVersion: 1 - productId: 183370 - packageName: Feel - packageVersion: 5.8 - assetPath: Assets/Feel/MMFeedbacks/Demos/SequencingDemo/Materials/SequencerTiles65.mat - uploadId: 799856 diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Materials/SequencerTiles67.mat b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Materials/SequencerTiles67.mat deleted file mode 100644 index 97ce4c48b..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Materials/SequencerTiles67.mat +++ /dev/null @@ -1,169 +0,0 @@ -%YAML 1.1 -%TAG !u! tag:unity3d.com,2011: ---- !u!21 &2100000 -Material: - serializedVersion: 8 - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_Name: SequencerTiles67 - m_Shader: {fileID: 4800000, guid: 82c42a0b06f4f684db1ee2c535fb985c, type: 3} - m_Parent: {fileID: 0} - m_ModifiedSerializedProperties: 0 - m_ValidKeywords: - - _SHADOWMIXMODE_MULTIPLY - - _SHARPRIMLIGHT_ON - m_InvalidKeywords: - - _METALLICGLOSSMAP - - _NORMALMAP - m_LightmapFlags: 4 - m_EnableInstancingVariants: 0 - m_DoubleSidedGI: 0 - m_CustomRenderQueue: -1 - stringTagMap: {} - disabledShaderPasses: [] - m_LockedProperties: - m_SavedProperties: - serializedVersion: 3 - m_TexEnvs: - - _BumpMap: - m_Texture: {fileID: 2800000, guid: b1d5d990d8e6a10479fa4b29ada5f39f, type: 3} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _DetailAlbedoMap: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _DetailMask: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _DetailNormalMap: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _EmissionMap: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _EmissionTexture: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _MainTex: - m_Texture: {fileID: 2800000, guid: 609fbda0985973b48aa7d0448b24e8ac, type: 3} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _MetallicGlossMap: - m_Texture: {fileID: 2800000, guid: 81aaf5eefb032aa4e8dc07ad882e42f3, type: 3} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _Normal: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _OcclusionMap: - m_Texture: {fileID: 2800000, guid: bb5ae95fa892a584b9362792bc634f5b, type: 3} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _ParallaxMap: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _RampTexture: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _SecondaryTexture: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _VertexOffsetNoiseTexture: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _texcoord: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - m_Ints: [] - m_Floats: - - _BlendDst: 10 - - _BlendSrc: 1 - - _BumpScale: 1 - - _ColorMask: 255 - - _Contrast: 0 - - _CullMode: 0 - - _Cutoff: 0.5 - - _Desaturation: 0 - - _DetailNormalMapScale: 1 - - _DstBlend: 0 - - _EmissionForce: 0 - - _EmissionIntensity: 0 - - _Framerate: 5 - - _GlossMapScale: 0.726 - - _Glossiness: 0.697 - - _GlossyReflections: 1 - - _HideRimUnderShadow: 0 - - _Metallic: 0 - - _Mode: 0 - - _OcclusionStrength: 1 - - _OcclussionStrength: 1 - - _OutlineAlpha: 0 - - _OutlineWidth: 0 - - _Parallax: 0.02 - - _RampOffset: 0.5 - - _RimAmount: 0.7 - - _RimPower: 0.6547081 - - _SecondaryTextureSize: 1 - - _SecondaryTextureSpeedFactor: 0 - - _SecondaryTextureStrength: 0 - - _ShadowBlur: 1 - - _ShadowMixMode: 0 - - _ShadowSize: 0.5 - - _ShadowStrength: 1 - - _SharpRimLight: 1 - - _SmoothnessTextureChannel: 0 - - _SpecularFalloff: 1 - - _SpecularForceUnderShadow: 0 - - _SpecularHighlights: 1 - - _SpecularPower: 1 - - _SpecularSize: 0.4 - - _SrcBlend: 1 - - _Stencil: 0 - - _StencilComp: 0 - - _StencilOpFailFront: 0 - - _StencilOpPassFront: 0 - - _StencilOpZFailFront: 0 - - _StencilReadMask: 15 - - _StencilWriteMask: 15 - - _StepAmount: 2 - - _StepWidth: 0.25 - - _UVSec: 0 - - _UseRampTexture: 0 - - _UseRimLight: 0 - - _UseSpecular: 0 - - _UseVertexColors: 0 - - _UseVertexOffset: 0 - - _VertexOffsetFrequency: 2 - - _VertexOffsetMagnitude: 0.05 - - _VertexOffsetX: 0.5 - - _VertexOffsetY: 0.5 - - _VertexOffsetZ: 0.5 - - _ZTest: 4 - - _ZWrite: 1 - - __dirty: 1 - m_Colors: - - _Color: {r: 1, g: 1, b: 1, a: 1} - - _EmissionColor: {r: 1, g: 1, b: 1, a: 1} - - _LightColor: {r: 1, g: 1, b: 1, a: 1} - - _OutlineColor: {r: 0.5451996, g: 1, b: 0, a: 1} - - _RampDark: {r: 0.3490566, g: 0.3490566, b: 0.3490566, a: 0} - - _RampLight: {r: 1, g: 1, b: 1, a: 0} - - _RimColor: {r: 0, g: 0.7342432, b: 1, a: 1} - - _ShadowColor: {r: 0.13207549, g: 0, b: 0.015538308, a: 1} - - _SpecularColor: {r: 2, g: 2, b: 2, a: 1} - - _Tint: {r: 1, g: 1, b: 1, a: 1} - m_BuildTextureStacks: [] - m_AllowLocking: 1 diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Materials/SequencerTiles67.mat.meta b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Materials/SequencerTiles67.mat.meta deleted file mode 100644 index 91ccfcf18..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Materials/SequencerTiles67.mat.meta +++ /dev/null @@ -1,15 +0,0 @@ -fileFormatVersion: 2 -guid: 0d11a8d904e77af4bbbac066d6455c5a -NativeFormatImporter: - externalObjects: {} - mainObjectFileID: 2100000 - userData: - assetBundleName: - assetBundleVariant: -AssetOrigin: - serializedVersion: 1 - productId: 183370 - packageName: Feel - packageVersion: 5.8 - assetPath: Assets/Feel/MMFeedbacks/Demos/SequencingDemo/Materials/SequencerTiles67.mat - uploadId: 799856 diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Materials/SequencerTiles69.mat b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Materials/SequencerTiles69.mat deleted file mode 100644 index 767bfe4d8..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Materials/SequencerTiles69.mat +++ /dev/null @@ -1,169 +0,0 @@ -%YAML 1.1 -%TAG !u! tag:unity3d.com,2011: ---- !u!21 &2100000 -Material: - serializedVersion: 8 - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_Name: SequencerTiles69 - m_Shader: {fileID: 4800000, guid: 82c42a0b06f4f684db1ee2c535fb985c, type: 3} - m_Parent: {fileID: 0} - m_ModifiedSerializedProperties: 0 - m_ValidKeywords: - - _SHADOWMIXMODE_MULTIPLY - - _SHARPRIMLIGHT_ON - m_InvalidKeywords: - - _METALLICGLOSSMAP - - _NORMALMAP - m_LightmapFlags: 4 - m_EnableInstancingVariants: 0 - m_DoubleSidedGI: 0 - m_CustomRenderQueue: -1 - stringTagMap: {} - disabledShaderPasses: [] - m_LockedProperties: - m_SavedProperties: - serializedVersion: 3 - m_TexEnvs: - - _BumpMap: - m_Texture: {fileID: 2800000, guid: 378a722c891e7a742a03ee57b9fa1be6, type: 3} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _DetailAlbedoMap: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _DetailMask: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _DetailNormalMap: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _EmissionMap: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _EmissionTexture: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _MainTex: - m_Texture: {fileID: 2800000, guid: ee0ae448e8c5d5d448cec42ba716ed21, type: 3} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _MetallicGlossMap: - m_Texture: {fileID: 2800000, guid: da1195d243f74554195ee7568ec1373f, type: 3} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _Normal: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _OcclusionMap: - m_Texture: {fileID: 2800000, guid: a0f66098c829e3744add65091aeac085, type: 3} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _ParallaxMap: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _RampTexture: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _SecondaryTexture: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _VertexOffsetNoiseTexture: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _texcoord: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - m_Ints: [] - m_Floats: - - _BlendDst: 10 - - _BlendSrc: 1 - - _BumpScale: 1 - - _ColorMask: 255 - - _Contrast: 0 - - _CullMode: 0 - - _Cutoff: 0.5 - - _Desaturation: 0 - - _DetailNormalMapScale: 1 - - _DstBlend: 0 - - _EmissionForce: 0 - - _EmissionIntensity: 0 - - _Framerate: 5 - - _GlossMapScale: 0.723 - - _Glossiness: 0.732 - - _GlossyReflections: 1 - - _HideRimUnderShadow: 0 - - _Metallic: 0 - - _Mode: 0 - - _OcclusionStrength: 1 - - _OcclussionStrength: 1 - - _OutlineAlpha: 0 - - _OutlineWidth: 0 - - _Parallax: 0.02 - - _RampOffset: 0.5 - - _RimAmount: 0.7 - - _RimPower: 0.6547081 - - _SecondaryTextureSize: 1 - - _SecondaryTextureSpeedFactor: 0 - - _SecondaryTextureStrength: 0 - - _ShadowBlur: 1 - - _ShadowMixMode: 0 - - _ShadowSize: 0.5 - - _ShadowStrength: 1 - - _SharpRimLight: 1 - - _SmoothnessTextureChannel: 0 - - _SpecularFalloff: 1 - - _SpecularForceUnderShadow: 0 - - _SpecularHighlights: 1 - - _SpecularPower: 1 - - _SpecularSize: 0.4 - - _SrcBlend: 1 - - _Stencil: 0 - - _StencilComp: 0 - - _StencilOpFailFront: 0 - - _StencilOpPassFront: 0 - - _StencilOpZFailFront: 0 - - _StencilReadMask: 15 - - _StencilWriteMask: 15 - - _StepAmount: 2 - - _StepWidth: 0.25 - - _UVSec: 0 - - _UseRampTexture: 0 - - _UseRimLight: 0 - - _UseSpecular: 0 - - _UseVertexColors: 0 - - _UseVertexOffset: 0 - - _VertexOffsetFrequency: 2 - - _VertexOffsetMagnitude: 0.05 - - _VertexOffsetX: 0.5 - - _VertexOffsetY: 0.5 - - _VertexOffsetZ: 0.5 - - _ZTest: 4 - - _ZWrite: 1 - - __dirty: 1 - m_Colors: - - _Color: {r: 1, g: 1, b: 1, a: 1} - - _EmissionColor: {r: 1, g: 1, b: 1, a: 1} - - _LightColor: {r: 1, g: 1, b: 1, a: 1} - - _OutlineColor: {r: 0.5451996, g: 1, b: 0, a: 1} - - _RampDark: {r: 0.3490566, g: 0.3490566, b: 0.3490566, a: 0} - - _RampLight: {r: 1, g: 1, b: 1, a: 0} - - _RimColor: {r: 0, g: 0.7342432, b: 1, a: 1} - - _ShadowColor: {r: 0.13207549, g: 0, b: 0.015538308, a: 1} - - _SpecularColor: {r: 2, g: 2, b: 2, a: 1} - - _Tint: {r: 1, g: 1, b: 1, a: 1} - m_BuildTextureStacks: [] - m_AllowLocking: 1 diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Materials/SequencerTiles69.mat.meta b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Materials/SequencerTiles69.mat.meta deleted file mode 100644 index 458d33ea9..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Materials/SequencerTiles69.mat.meta +++ /dev/null @@ -1,15 +0,0 @@ -fileFormatVersion: 2 -guid: 9b99e0d3f9ba0e747ae9e6c229f25a82 -NativeFormatImporter: - externalObjects: {} - mainObjectFileID: 2100000 - userData: - assetBundleName: - assetBundleVariant: -AssetOrigin: - serializedVersion: 1 - productId: 183370 - packageName: Feel - packageVersion: 5.8 - assetPath: Assets/Feel/MMFeedbacks/Demos/SequencingDemo/Materials/SequencerTiles69.mat - uploadId: 799856 diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Materials/SequencerWood.mat b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Materials/SequencerWood.mat deleted file mode 100644 index b2bf77a83..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Materials/SequencerWood.mat +++ /dev/null @@ -1,169 +0,0 @@ -%YAML 1.1 -%TAG !u! tag:unity3d.com,2011: ---- !u!21 &2100000 -Material: - serializedVersion: 8 - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_Name: SequencerWood - m_Shader: {fileID: 4800000, guid: 82c42a0b06f4f684db1ee2c535fb985c, type: 3} - m_Parent: {fileID: 0} - m_ModifiedSerializedProperties: 0 - m_ValidKeywords: - - _SHADOWMIXMODE_MULTIPLY - - _SHARPRIMLIGHT_ON - m_InvalidKeywords: - - _METALLICGLOSSMAP - - _NORMALMAP - m_LightmapFlags: 0 - m_EnableInstancingVariants: 0 - m_DoubleSidedGI: 0 - m_CustomRenderQueue: -1 - stringTagMap: {} - disabledShaderPasses: [] - m_LockedProperties: - m_SavedProperties: - serializedVersion: 3 - m_TexEnvs: - - _BumpMap: - m_Texture: {fileID: 2800000, guid: b5df4436be87f0c45b5a748557d9353a, type: 3} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _DetailAlbedoMap: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _DetailMask: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _DetailNormalMap: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _EmissionMap: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _EmissionTexture: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _MainTex: - m_Texture: {fileID: 2800000, guid: 5e2d4bd257111184fac38551fe737f22, type: 3} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _MetallicGlossMap: - m_Texture: {fileID: 2800000, guid: 42b2a15773865f847ad2ae0a8b3297f6, type: 3} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _Normal: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _OcclusionMap: - m_Texture: {fileID: 2800000, guid: ac27ec79828ddda4c84c0082f1942674, type: 3} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _ParallaxMap: - m_Texture: {fileID: 2800000, guid: eacf8ba2a4b40aa48b7096e3738bb32c, type: 3} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _RampTexture: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _SecondaryTexture: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _VertexOffsetNoiseTexture: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _texcoord: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - m_Ints: [] - m_Floats: - - _BlendDst: 10 - - _BlendSrc: 1 - - _BumpScale: 1 - - _ColorMask: 255 - - _Contrast: 0 - - _CullMode: 0 - - _Cutoff: 0.5 - - _Desaturation: 0 - - _DetailNormalMapScale: 1 - - _DstBlend: 0 - - _EmissionForce: 0 - - _EmissionIntensity: 0 - - _Framerate: 5 - - _GlossMapScale: 0.509 - - _Glossiness: 0.673 - - _GlossyReflections: 1 - - _HideRimUnderShadow: 0 - - _Metallic: 0 - - _Mode: 0 - - _OcclusionStrength: 1 - - _OcclussionStrength: 1 - - _OutlineAlpha: 0 - - _OutlineWidth: 0 - - _Parallax: 0.005 - - _RampOffset: 0.5 - - _RimAmount: 0.7 - - _RimPower: 0.6547081 - - _SecondaryTextureSize: 1 - - _SecondaryTextureSpeedFactor: 0 - - _SecondaryTextureStrength: 0 - - _ShadowBlur: 1 - - _ShadowMixMode: 0 - - _ShadowSize: 0.5 - - _ShadowStrength: 1 - - _SharpRimLight: 1 - - _SmoothnessTextureChannel: 0 - - _SpecularFalloff: 1 - - _SpecularForceUnderShadow: 0 - - _SpecularHighlights: 1 - - _SpecularPower: 1 - - _SpecularSize: 0.4 - - _SrcBlend: 1 - - _Stencil: 0 - - _StencilComp: 0 - - _StencilOpFailFront: 0 - - _StencilOpPassFront: 0 - - _StencilOpZFailFront: 0 - - _StencilReadMask: 15 - - _StencilWriteMask: 15 - - _StepAmount: 2 - - _StepWidth: 0.25 - - _UVSec: 0 - - _UseRampTexture: 0 - - _UseRimLight: 0 - - _UseSpecular: 0 - - _UseVertexColors: 0 - - _UseVertexOffset: 0 - - _VertexOffsetFrequency: 2 - - _VertexOffsetMagnitude: 0.05 - - _VertexOffsetX: 0.5 - - _VertexOffsetY: 0.5 - - _VertexOffsetZ: 0.5 - - _ZTest: 4 - - _ZWrite: 1 - - __dirty: 0 - m_Colors: - - _Color: {r: 1, g: 1, b: 1, a: 1} - - _EmissionColor: {r: 1, g: 1, b: 1, a: 1} - - _LightColor: {r: 1, g: 1, b: 1, a: 1} - - _OutlineColor: {r: 0.5451996, g: 1, b: 0, a: 1} - - _RampDark: {r: 0.3490566, g: 0.3490566, b: 0.3490566, a: 0} - - _RampLight: {r: 1, g: 1, b: 1, a: 0} - - _RimColor: {r: 0, g: 0.7342432, b: 1, a: 1} - - _ShadowColor: {r: 0.13207549, g: 0, b: 0.015538308, a: 1} - - _SpecularColor: {r: 2, g: 2, b: 2, a: 1} - - _Tint: {r: 1, g: 1, b: 1, a: 1} - m_BuildTextureStacks: [] - m_AllowLocking: 1 diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Materials/SequencerWood.mat.meta b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Materials/SequencerWood.mat.meta deleted file mode 100644 index 55dbad5aa..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Materials/SequencerWood.mat.meta +++ /dev/null @@ -1,15 +0,0 @@ -fileFormatVersion: 2 -guid: 859110124559f53448796d58be533933 -NativeFormatImporter: - externalObjects: {} - mainObjectFileID: 2100000 - userData: - assetBundleName: - assetBundleVariant: -AssetOrigin: - serializedVersion: 1 - productId: 183370 - packageName: Feel - packageVersion: 5.8 - assetPath: Assets/Feel/MMFeedbacks/Demos/SequencingDemo/Materials/SequencerWood.mat - uploadId: 799856 diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Prefabs.meta b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Prefabs.meta deleted file mode 100644 index acbd86061..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Prefabs.meta +++ /dev/null @@ -1,8 +0,0 @@ -fileFormatVersion: 2 -guid: 822a59f055823a7429e7aba2ffcf574a -folderAsset: yes -DefaultImporter: - externalObjects: {} - userData: - assetBundleName: - assetBundleVariant: diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Prefabs/Crate.fbx b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Prefabs/Crate.fbx deleted file mode 100644 index 05f1ead70..000000000 Binary files a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Prefabs/Crate.fbx and /dev/null differ diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Prefabs/Crate.fbx.meta b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Prefabs/Crate.fbx.meta deleted file mode 100644 index 964820754..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Prefabs/Crate.fbx.meta +++ /dev/null @@ -1,102 +0,0 @@ -fileFormatVersion: 2 -guid: d15c44bfaa8a88c4790fa0fa2782404a -ModelImporter: - serializedVersion: 26 - internalIDToNameTable: [] - externalObjects: {} - materials: - importMaterials: 1 - materialName: 0 - materialSearch: 1 - materialLocation: 1 - animations: - legacyGenerateAnimations: 4 - bakeSimulation: 0 - resampleCurves: 1 - optimizeGameObjects: 0 - motionNodeName: - rigImportErrors: - rigImportWarnings: - animationImportErrors: - animationImportWarnings: - animationRetargetingWarnings: - animationDoRetargetingWarnings: 0 - importAnimatedCustomProperties: 0 - importConstraints: 0 - animationCompression: 1 - animationRotationError: 0.5 - animationPositionError: 0.5 - animationScaleError: 0.5 - animationWrapMode: 0 - extraExposedTransformPaths: [] - extraUserProperties: [] - clipAnimations: [] - isReadable: 0 - meshes: - lODScreenPercentages: [] - globalScale: 1 - meshCompression: 0 - addColliders: 0 - useSRGBMaterialColor: 1 - sortHierarchyByName: 1 - importVisibility: 1 - importBlendShapes: 1 - importCameras: 1 - importLights: 1 - swapUVChannels: 0 - generateSecondaryUV: 0 - useFileUnits: 1 - keepQuads: 0 - weldVertices: 1 - preserveHierarchy: 0 - skinWeightsMode: 0 - maxBonesPerVertex: 4 - minBoneWeight: 0.001 - meshOptimizationFlags: -1 - indexFormat: 0 - secondaryUVAngleDistortion: 8 - secondaryUVAreaDistortion: 15.000001 - secondaryUVHardAngle: 88 - secondaryUVPackMargin: 4 - useFileScale: 1 - tangentSpace: - normalSmoothAngle: 60 - normalImportMode: 0 - tangentImportMode: 3 - normalCalculationMode: 4 - legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 - blendShapeNormalImportMode: 1 - normalSmoothingSource: 0 - referencedClips: [] - importAnimation: 1 - copyAvatar: 0 - humanDescription: - serializedVersion: 3 - human: [] - skeleton: [] - armTwist: 0.5 - foreArmTwist: 0.5 - upperLegTwist: 0.5 - legTwist: 0.5 - armStretch: 0.05 - legStretch: 0.05 - feetSpacing: 0 - globalScale: 1 - rootMotionBoneName: - hasTranslationDoF: 0 - hasExtraRoot: 0 - skeletonHasParents: 1 - lastHumanDescriptionAvatarSource: {instanceID: 0} - animationType: 0 - humanoidOversampling: 1 - additionalBone: 0 - userData: - assetBundleName: - assetBundleVariant: -AssetOrigin: - serializedVersion: 1 - productId: 183370 - packageName: Feel - packageVersion: 5.8 - assetPath: Assets/Feel/MMFeedbacks/Demos/SequencingDemo/Prefabs/Crate.fbx - uploadId: 799856 diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/SequencerDemo.unity b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/SequencerDemo.unity deleted file mode 100644 index e44a97c7b..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/SequencerDemo.unity +++ /dev/null @@ -1,51081 +0,0 @@ -%YAML 1.1 -%TAG !u! tag:unity3d.com,2011: ---- !u!29 &1 -OcclusionCullingSettings: - m_ObjectHideFlags: 0 - serializedVersion: 2 - m_OcclusionBakeSettings: - smallestOccluder: 5 - smallestHole: 0.25 - backfaceThreshold: 100 - m_SceneGUID: 00000000000000000000000000000000 - m_OcclusionCullingData: {fileID: 0} ---- !u!104 &2 -RenderSettings: - m_ObjectHideFlags: 0 - serializedVersion: 10 - m_Fog: 0 - m_FogColor: {r: 0, g: 0.74009764, b: 0.9339623, a: 1} - m_FogMode: 3 - m_FogDensity: 0.05 - m_LinearFogStart: 0 - m_LinearFogEnd: 300 - m_AmbientSkyColor: {r: 0.212, g: 0.227, b: 0.259, a: 1} - m_AmbientEquatorColor: {r: 0.114, g: 0.125, b: 0.133, a: 1} - m_AmbientGroundColor: {r: 0.047, g: 0.043, b: 0.035, a: 1} - m_AmbientIntensity: 1 - m_AmbientMode: 0 - m_SubtractiveShadowColor: {r: 0.42, g: 0.478, b: 0.627, a: 1} - m_SkyboxMaterial: {fileID: 0} - m_HaloStrength: 0.5 - m_FlareStrength: 1 - m_FlareFadeSpeed: 3 - m_HaloTexture: {fileID: 0} - m_SpotCookie: {fileID: 10001, guid: 0000000000000000e000000000000000, type: 0} - m_DefaultReflectionMode: 0 - m_DefaultReflectionResolution: 128 - m_ReflectionBounces: 1 - m_ReflectionIntensity: 1 - m_CustomReflection: {fileID: 0} - m_Sun: {fileID: 0} - m_UseRadianceAmbientProbe: 0 ---- !u!157 &3 -LightmapSettings: - m_ObjectHideFlags: 0 - serializedVersion: 13 - m_BakeOnSceneLoad: 0 - m_GISettings: - serializedVersion: 2 - m_BounceScale: 1 - m_IndirectOutputScale: 1 - m_AlbedoBoost: 1 - m_EnvironmentLightingMode: 0 - m_EnableBakedLightmaps: 1 - m_EnableRealtimeLightmaps: 1 - m_LightmapEditorSettings: - serializedVersion: 12 - m_Resolution: 2 - m_BakeResolution: 40 - m_AtlasSize: 1024 - m_AO: 0 - m_AOMaxDistance: 1 - m_CompAOExponent: 1 - m_CompAOExponentDirect: 0 - m_ExtractAmbientOcclusion: 0 - m_Padding: 2 - m_LightmapParameters: {fileID: 0} - m_LightmapsBakeMode: 1 - m_TextureCompression: 1 - m_ReflectionCompression: 2 - m_MixedBakeMode: 2 - m_BakeBackend: 1 - m_PVRSampling: 1 - m_PVRDirectSampleCount: 32 - m_PVRSampleCount: 512 - m_PVRBounces: 2 - m_PVREnvironmentSampleCount: 256 - m_PVREnvironmentReferencePointCount: 2048 - m_PVRFilteringMode: 1 - m_PVRDenoiserTypeDirect: 1 - m_PVRDenoiserTypeIndirect: 1 - m_PVRDenoiserTypeAO: 1 - m_PVRFilterTypeDirect: 0 - m_PVRFilterTypeIndirect: 0 - m_PVRFilterTypeAO: 0 - m_PVREnvironmentMIS: 1 - m_PVRCulling: 1 - m_PVRFilteringGaussRadiusDirect: 1 - m_PVRFilteringGaussRadiusIndirect: 5 - m_PVRFilteringGaussRadiusAO: 2 - m_PVRFilteringAtrousPositionSigmaDirect: 0.5 - m_PVRFilteringAtrousPositionSigmaIndirect: 2 - m_PVRFilteringAtrousPositionSigmaAO: 1 - m_ExportTrainingData: 0 - m_TrainingDataDestination: TrainingData - m_LightProbeSampleCountMultiplier: 4 - m_LightingDataAsset: {fileID: 0} - m_LightingSettings: {fileID: 4890085278179872738, guid: 89c0654ee226d6145bd7adb6ff78d39e, - type: 2} ---- !u!196 &4 -NavMeshSettings: - serializedVersion: 2 - m_ObjectHideFlags: 0 - m_BuildSettings: - serializedVersion: 3 - agentTypeID: 0 - agentRadius: 0.5 - agentHeight: 2 - agentSlope: 45 - agentClimb: 0.4 - ledgeDropHeight: 0 - maxJumpAcrossDistance: 0 - minRegionArea: 2 - manualCellSize: 0 - cellSize: 0.16666667 - manualTileSize: 0 - tileSize: 256 - buildHeightMesh: 0 - maxJobWorkers: 0 - preserveTilesOutsideBounds: 0 - debug: - m_Flags: 0 - m_NavMeshData: {fileID: 0} ---- !u!1 &47384300 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 47384301} - m_Layer: 0 - m_Name: Cameras --------------------------------------- - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &47384301 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 47384300} - serializedVersion: 2 - m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: 0} - m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 - m_Children: - - {fileID: 612435986} - - {fileID: 1620464801} - - {fileID: 931170842} - - {fileID: 349066822} - - {fileID: 1016470751} - m_Father: {fileID: 0} - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!1001 &55557095 -PrefabInstance: - m_ObjectHideFlags: 0 - serializedVersion: 2 - m_Modification: - serializedVersion: 3 - m_TransformParent: {fileID: 1557570896} - m_Modifications: - - target: {fileID: 4994452109645884045, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_Name - value: Spacer (2) - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_Pivot.x - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_Pivot.y - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_RootOrder - value: 6 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_AnchorMax.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_AnchorMax.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_AnchorMin.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_AnchorMin.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_SizeDelta.x - value: 236.1 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_SizeDelta.y - value: 30 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_LocalPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_LocalPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_LocalPosition.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_LocalRotation.w - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_LocalRotation.x - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_LocalRotation.y - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_LocalRotation.z - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_AnchoredPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_AnchoredPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_LocalEulerAnglesHint.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_LocalEulerAnglesHint.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_LocalEulerAnglesHint.z - value: 0 - objectReference: {fileID: 0} - m_RemovedComponents: [] - m_RemovedGameObjects: [] - m_AddedGameObjects: [] - m_AddedComponents: [] - m_SourcePrefab: {fileID: 100100000, guid: b4ba93cf48b1c6b468135361158be27d, type: 3} ---- !u!1 &89129164 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 89129166} - - component: {fileID: 89129165} - m_Layer: 0 - m_Name: MMFeedbacksSequencer - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!114 &89129165 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 89129164} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 6e640499a55d3f348b303b7c2ce7d452, type: 3} - m_Name: - m_EditorClassIdentifier: - Sequence: {fileID: 11400000, guid: bafc49ff570e80444831b61dc9e4513e, type: 2} - BPM: 180 - SequencerLength: 16 - TimeScale: 0 - Loop: 1 - RandomSequence: 0 - PlayOnStart: 0 - MetronomeSound: {fileID: 0} - MetronomeVolume: 0.2 - TrackEvents: - - m_PersistentCalls: - m_Calls: [] - - m_PersistentCalls: - m_Calls: [] - - m_PersistentCalls: - m_Calls: [] - Playing: 0 - PlayedOnce: 1 - BeatThisFrame: 0 - LastBeatIndex: 11 - LastBPM: 180 - LastTracksCount: 3 - LastSequencerLength: 16 - LastSequence: {fileID: 11400000, guid: bafc49ff570e80444831b61dc9e4513e, type: 2} - CurrentSequenceIndex: 12 - LastBeatTimestamp: 17.126572 - Feedbacks: - - {fileID: 671629003} - - {fileID: 1089175770} - - {fileID: 1889385021} ---- !u!4 &89129166 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 89129164} - serializedVersion: 2 - m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: 0.6033735, y: 0.13747025, z: -0.6996045} - m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 - m_Children: - - {fileID: 671629004} - - {fileID: 1089175771} - - {fileID: 1889385022} - - {fileID: 376389802} - - {fileID: 1586483540} - - {fileID: 115952802} - - {fileID: 518400207} - - {fileID: 425467983} - - {fileID: 1152659669} - - {fileID: 2103931211} - - {fileID: 594936575} - m_Father: {fileID: 1381072180} - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!1 &96194542 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 96194543} - m_Layer: 0 - m_Name: Drumkit - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &96194543 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 96194542} - serializedVersion: 2 - m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: 0} - m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 - m_Children: - - {fileID: 1626169735} - - {fileID: 984418696} - - {fileID: 1116026499} - - {fileID: 1968235817} - - {fileID: 1635756907} - - {fileID: 1068099343} - - {fileID: 1314523173} - - {fileID: 1739332387} - - {fileID: 1192127215} - - {fileID: 471276843} - - {fileID: 139738037} - m_Father: {fileID: 1381072180} - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!1 &115952801 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 115952802} - - component: {fileID: 115952812} - m_Layer: 0 - m_Name: MMFeedbacks1 (3) - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 0 ---- !u!4 &115952802 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 115952801} - serializedVersion: 2 - m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: 0} - m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 - m_Children: [] - m_Father: {fileID: 89129166} - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!114 &115952812 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 115952801} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 6da43522623d4704e979466dc7650b65, type: 3} - m_Name: - m_EditorClassIdentifier: - Feedbacks: - - {fileID: 0} - - {fileID: 0} - - {fileID: 0} - - {fileID: 0} - - {fileID: 0} - - {fileID: 0} - - {fileID: 0} - - {fileID: 0} - - {fileID: 0} - InitializationMode: 2 - AutoInitialization: 1 - SafeMode: 3 - Direction: 0 - AutoChangeDirectionOnEnd: 0 - AutoPlayOnStart: 0 - AutoPlayOnEnable: 0 - ForceTimescaleMode: 0 - ForcedTimescaleMode: 1 - DurationMultiplier: 1 - TimescaleMultiplier: 1 - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 1.5} - DisplayFullDurationDetails: 0 - PlayerTimescaleMode: 1 - OnlyPlayIfWithinRange: 0 - RangeCenter: {fileID: 0} - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - IgnoreRangeEvents: 0 - CooldownDuration: 0 - InitialDelay: 0 - CanPlay: 1 - CanPlayWhileAlreadyPlaying: 1 - ChanceToPlay: 100 - FeedbacksIntensity: 1 - Events: - TriggerMMFeedbacksEvents: 0 - TriggerUnityEvents: 1 - OnPlay: - m_PersistentCalls: - m_Calls: [] - OnPause: - m_PersistentCalls: - m_Calls: [] - OnStop: - m_PersistentCalls: - m_Calls: [] - OnResume: - m_PersistentCalls: - m_Calls: [] - OnChangeDirection: - m_PersistentCalls: - m_Calls: [] - OnComplete: - m_PersistentCalls: - m_Calls: [] - OnRestoreInitialValues: - m_PersistentCalls: - m_Calls: [] - OnSkipToTheEnd: - m_PersistentCalls: - m_Calls: [] - OnInitializationComplete: - m_PersistentCalls: - m_Calls: [] - OnEnable: - m_PersistentCalls: - m_Calls: [] - OnDisable: - m_PersistentCalls: - m_Calls: [] - DebugActive: 0 - InScriptDrivenPause: 0 - FeedbacksList: - - rid: 0 - - rid: 1 - - rid: 2 - - rid: 3 - - rid: 4 - - rid: 5 - - rid: 6 - - rid: 7 - - rid: 8 - KeepPlayModeChanges: 0 - PerformanceMode: 0 - RestoreInitialValuesOnDisable: 0 - StopFeedbacksOnDisable: 0 - PlayCount: 0 - references: - version: 2 - RefIds: - - rid: 0 - type: {class: MMF_Position, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: -1625311 - Label: Position - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0.8, y: 1} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 115952812} - DebugActive: 0 - AnimatePositionTarget: {fileID: 773672490} - Mode: 1 - Space: 0 - RandomizeRemap: 0 - AnimatePositionDuration: 0.2 - AnimatePositionTween: - MMTweenDefinitionType: 1 - MMTweenCurve: 4 - Curve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.1 - value: 0.05 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.9 - value: 0.95 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - Initialized: 1 - ConditionPropertyName: - EnumConditionPropertyName: Mode - EnumConditions: 0100010000000000000000000000000000000000000000000000000000000000 - RemapCurveZero: 0 - RemapCurveZeroAlt: 0 - RemapCurveOne: 2 - RemapCurveOneAlt: 1 - AnimateX: 0 - AnimatePositionTweenX: - MMTweenDefinitionType: 1 - MMTweenCurve: 4 - Curve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.3 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.6 - value: -1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - Initialized: 1 - ConditionPropertyName: AnimateX - EnumConditionPropertyName: - EnumConditions: 0000000000000000000000000000000000000000000000000000000000000000 - AnimateY: 1 - AnimatePositionTweenY: - MMTweenDefinitionType: 1 - MMTweenCurve: 4 - Curve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 10.10368 - outSlope: 10.10368 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0.047514614 - - serializedVersion: 3 - time: 0.3 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: -2.9999943 - outSlope: -2.9999943 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.029761963 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - Initialized: 1 - ConditionPropertyName: AnimateY - EnumConditionPropertyName: - EnumConditions: 0000000000000000000000000000000000000000000000000000000000000000 - AnimateZ: 0 - AnimatePositionTweenZ: - MMTweenDefinitionType: 1 - MMTweenCurve: 4 - Curve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.3 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.6 - value: -1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - Initialized: 1 - ConditionPropertyName: AnimateZ - EnumConditionPropertyName: - EnumConditions: 0000000000000000000000000000000000000000000000000000000000000000 - AllowAdditivePlays: 0 - RelativePosition: 1 - DeterminePositionsOnPlay: 0 - InitialPosition: {x: 0, y: 0, z: 0} - DestinationPosition: {x: 0, y: 3, z: -3} - InitialPositionTransform: {fileID: 0} - DestinationPositionTransform: {fileID: 0} - AnimatePositionCurveX: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.3 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.6 - value: -1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - AnimatePositionCurveY: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 10.10368 - outSlope: 10.10368 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0.047514614 - - serializedVersion: 3 - time: 0.3 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: -2.9999943 - outSlope: -2.9999943 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.029761963 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - AnimatePositionCurveZ: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.3 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.6 - value: -1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - AnimatePositionCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.1 - value: 0.05 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.9 - value: 0.95 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - - rid: 1 - type: {class: MMF_Rotation, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: -1042043930 - Label: Rotation - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0.8, y: 1} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 115952812} - DebugActive: 0 - AnimateRotationTarget: {fileID: 773672494} - Mode: 0 - RotationSpace: 0 - AnimateRotationDuration: 0.2 - RemapCurveZero: 0 - RemapCurveOne: 90 - AnimateX: 0 - AnimateRotationTweenX: - MMTweenDefinitionType: 1 - MMTweenCurve: 4 - Curve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: -0.060974594 - outSlope: -0.060974594 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.020408163 - value: -0.0012443794 - inSlope: -0.11328613 - outSlope: -0.11328613 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.040816326 - value: -0.0046239235 - inSlope: -0.20491463 - outSlope: -0.20491463 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.06122449 - value: -0.009608242 - inSlope: -0.27055395 - outSlope: -0.27055395 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.08163265 - value: -0.015666941 - inSlope: -0.3102041 - outSlope: -0.3102041 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.10204082 - value: -0.022269635 - inSlope: -0.3238651 - outSlope: -0.3238651 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.12244898 - value: -0.028885925 - inSlope: -0.3115369 - outSlope: -0.3115369 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.14285715 - value: -0.034985427 - inSlope: -0.2732195 - outSlope: -0.2732195 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.1632653 - value: -0.04003774 - inSlope: -0.2089129 - outSlope: -0.2089129 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.18367347 - value: -0.043512482 - inSlope: -0.118617244 - outSlope: -0.118617244 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.20408164 - value: -0.04487926 - inSlope: -0.0023323726 - outSlope: -0.0023323726 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.2244898 - value: -0.043607682 - inSlope: 0.13994168 - outSlope: 0.13994168 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.24489796 - value: -0.039167356 - inSlope: 0.3082049 - outSlope: 0.3082049 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.26530612 - value: -0.031027893 - inSlope: 0.5024574 - outSlope: 0.5024574 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.2857143 - value: -0.018658884 - inSlope: 0.7226989 - outSlope: 0.7226989 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.30612245 - value: -0.0015299736 - inSlope: 0.96892965 - outSlope: 0.96892965 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.3265306 - value: 0.020889245 - inSlope: 1.2411494 - outSlope: 1.2411494 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.3469388 - value: 0.049129207 - inSlope: 1.5393586 - outSlope: 1.5393586 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.36734694 - value: 0.08372022 - inSlope: 1.8635569 - outSlope: 1.8635569 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.3877551 - value: 0.12519272 - inSlope: 2.2137444 - outSlope: 2.2137444 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.40816328 - value: 0.17407717 - inSlope: 2.589921 - outSlope: 2.589921 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.42857143 - value: 0.2309038 - inSlope: 2.992087 - outSlope: 2.992087 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.4489796 - value: 0.2962031 - inSlope: 3.4202416 - outSlope: 3.4202416 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.46938777 - value: 0.37050554 - inSlope: 3.8743854 - outSlope: 3.8743854 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.48979592 - value: 0.45434132 - inSlope: 4.2912545 - outSlope: 4.2912545 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.5102041 - value: 0.5456587 - inSlope: 4.291253 - outSlope: 4.291253 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.53061223 - value: 0.6294944 - inSlope: 3.874385 - outSlope: 3.874385 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.5510204 - value: 0.7037968 - inSlope: 3.4202418 - outSlope: 3.4202418 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.5714286 - value: 0.76909626 - inSlope: 2.9920864 - outSlope: 2.9920864 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.59183675 - value: 0.8259229 - inSlope: 2.589922 - outSlope: 2.589922 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.6122449 - value: 0.8748073 - inSlope: 2.2137446 - outSlope: 2.2137446 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.63265306 - value: 0.9162798 - inSlope: 1.8635569 - outSlope: 1.8635569 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.6530612 - value: 0.9508708 - inSlope: 1.5393584 - outSlope: 1.5393584 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.67346936 - value: 0.9791107 - inSlope: 1.2411504 - outSlope: 1.2411504 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.6938776 - value: 1.00153 - inSlope: 0.9689287 - outSlope: 0.9689287 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.71428573 - value: 1.0186589 - inSlope: 0.722698 - outSlope: 0.722698 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.7346939 - value: 1.0310279 - inSlope: 0.50245917 - outSlope: 0.50245917 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.75510204 - value: 1.0391674 - inSlope: 0.30820522 - outSlope: 0.30820522 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.7755102 - value: 1.0436077 - inSlope: 0.13994193 - outSlope: 0.13994193 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.79591835 - value: 1.0448793 - inSlope: -0.0023334846 - outSlope: -0.0023334846 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.81632656 - value: 1.0435125 - inSlope: -0.118618324 - outSlope: -0.118618324 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.8367347 - value: 1.0400378 - inSlope: -0.20891258 - outSlope: -0.20891258 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.85714287 - value: 1.0349854 - inSlope: -0.273219 - outSlope: -0.273219 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.877551 - value: 1.028886 - inSlope: -0.31153765 - outSlope: -0.31153765 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.8979592 - value: 1.0222696 - inSlope: -0.32386562 - outSlope: -0.32386562 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.9183673 - value: 1.015667 - inSlope: -0.31020248 - outSlope: -0.31020248 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.93877554 - value: 1.0096083 - inSlope: -0.27055496 - outSlope: -0.27055496 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.9591837 - value: 1.0046239 - inSlope: -0.20491424 - outSlope: -0.20491424 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.97959185 - value: 1.0012444 - inSlope: -0.113285355 - outSlope: -0.113285355 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: -0.060976893 - outSlope: -0.060976893 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - Initialized: 1 - ConditionPropertyName: AnimateX - EnumConditionPropertyName: - EnumConditions: 0000000000000000000000000000000000000000000000000000000000000000 - AnimateY: 0 - AnimateRotationTweenY: - MMTweenDefinitionType: 1 - MMTweenCurve: 4 - Curve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.3 - value: 1.05 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - Initialized: 1 - ConditionPropertyName: AnimateY - EnumConditionPropertyName: - EnumConditions: 0000000000000000000000000000000000000000000000000000000000000000 - AnimateZ: 1 - AnimateRotationTweenZ: - MMTweenDefinitionType: 1 - MMTweenCurve: 4 - Curve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: -0.060974594 - outSlope: -0.060974594 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.020408163 - value: -0.0012443794 - inSlope: -0.11328613 - outSlope: -0.11328613 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.040816326 - value: -0.0046239235 - inSlope: -0.20491463 - outSlope: -0.20491463 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.06122449 - value: -0.009608242 - inSlope: -0.27055395 - outSlope: -0.27055395 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.08163265 - value: -0.015666941 - inSlope: -0.3102041 - outSlope: -0.3102041 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.10204082 - value: -0.022269635 - inSlope: -0.3238651 - outSlope: -0.3238651 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.12244898 - value: -0.028885925 - inSlope: -0.3115369 - outSlope: -0.3115369 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.14285715 - value: -0.034985427 - inSlope: -0.2732195 - outSlope: -0.2732195 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.1632653 - value: -0.04003774 - inSlope: -0.2089129 - outSlope: -0.2089129 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.18367347 - value: -0.043512482 - inSlope: -0.118617244 - outSlope: -0.118617244 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.20408164 - value: -0.04487926 - inSlope: -0.0023323726 - outSlope: -0.0023323726 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.2244898 - value: -0.043607682 - inSlope: 0.13994168 - outSlope: 0.13994168 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.24489796 - value: -0.039167356 - inSlope: 0.3082049 - outSlope: 0.3082049 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.26530612 - value: -0.031027893 - inSlope: 0.5024574 - outSlope: 0.5024574 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.2857143 - value: -0.018658884 - inSlope: 0.7226989 - outSlope: 0.7226989 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.30612245 - value: -0.0015299736 - inSlope: 0.96892965 - outSlope: 0.96892965 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.3265306 - value: 0.020889245 - inSlope: 1.2411494 - outSlope: 1.2411494 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.3469388 - value: 0.049129207 - inSlope: 1.5393586 - outSlope: 1.5393586 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.36734694 - value: 0.08372022 - inSlope: 1.8635569 - outSlope: 1.8635569 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.3877551 - value: 0.12519272 - inSlope: 2.2137444 - outSlope: 2.2137444 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.40816328 - value: 0.17407717 - inSlope: 2.589921 - outSlope: 2.589921 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.42857143 - value: 0.2309038 - inSlope: 2.992087 - outSlope: 2.992087 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.4489796 - value: 0.2962031 - inSlope: 3.4202416 - outSlope: 3.4202416 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.46938777 - value: 0.37050554 - inSlope: 3.8743854 - outSlope: 3.8743854 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.48979592 - value: 0.45434132 - inSlope: 4.2912545 - outSlope: 4.2912545 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.5102041 - value: 0.5456587 - inSlope: 4.291253 - outSlope: 4.291253 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.53061223 - value: 0.6294944 - inSlope: 3.874385 - outSlope: 3.874385 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.5510204 - value: 0.7037968 - inSlope: 3.4202418 - outSlope: 3.4202418 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.5714286 - value: 0.76909626 - inSlope: 2.9920864 - outSlope: 2.9920864 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.59183675 - value: 0.8259229 - inSlope: 2.589922 - outSlope: 2.589922 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.6122449 - value: 0.8748073 - inSlope: 2.2137446 - outSlope: 2.2137446 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.63265306 - value: 0.9162798 - inSlope: 1.8635569 - outSlope: 1.8635569 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.6530612 - value: 0.9508708 - inSlope: 1.5393584 - outSlope: 1.5393584 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.67346936 - value: 0.9791107 - inSlope: 1.2411504 - outSlope: 1.2411504 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.6938776 - value: 1.00153 - inSlope: 0.9689287 - outSlope: 0.9689287 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.71428573 - value: 1.0186589 - inSlope: 0.722698 - outSlope: 0.722698 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.7346939 - value: 1.0310279 - inSlope: 0.50245917 - outSlope: 0.50245917 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.75510204 - value: 1.0391674 - inSlope: 0.30820522 - outSlope: 0.30820522 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.7755102 - value: 1.0436077 - inSlope: 0.13994193 - outSlope: 0.13994193 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.79591835 - value: 1.0448793 - inSlope: -0.0023334846 - outSlope: -0.0023334846 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.81632656 - value: 1.0435125 - inSlope: -0.118618324 - outSlope: -0.118618324 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.8367347 - value: 1.0400378 - inSlope: -0.20891258 - outSlope: -0.20891258 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.85714287 - value: 1.0349854 - inSlope: -0.273219 - outSlope: -0.273219 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.877551 - value: 1.028886 - inSlope: -0.31153765 - outSlope: -0.31153765 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.8979592 - value: 1.0222696 - inSlope: -0.32386562 - outSlope: -0.32386562 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.9183673 - value: 1.015667 - inSlope: -0.31020248 - outSlope: -0.31020248 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.93877554 - value: 1.0096083 - inSlope: -0.27055496 - outSlope: -0.27055496 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.9591837 - value: 1.0046239 - inSlope: -0.20491424 - outSlope: -0.20491424 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.97959185 - value: 1.0012444 - inSlope: -0.113285355 - outSlope: -0.113285355 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: -0.060976893 - outSlope: -0.060976893 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - Initialized: 1 - ConditionPropertyName: AnimateZ - EnumConditionPropertyName: - EnumConditions: 0000000000000000000000000000000000000000000000000000000000000000 - AllowAdditivePlays: 0 - DetermineRotationOnPlay: 0 - ToDestinationSpace: 0 - DestinationAngles: {x: 0, y: 180, z: 0} - ToDestinationTransform: {fileID: 0} - ToDestinationTween: - MMTweenDefinitionType: 1 - MMTweenCurve: 10 - Curve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - Initialized: 1 - ConditionPropertyName: - EnumConditionPropertyName: Mode - EnumConditions: 0000010000000000000000000000000000000000000000000000000000000000 - AnimateRotationX: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: -0.060974594 - outSlope: -0.060974594 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.020408163 - value: -0.0012443794 - inSlope: -0.11328613 - outSlope: -0.11328613 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.040816326 - value: -0.0046239235 - inSlope: -0.20491463 - outSlope: -0.20491463 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.06122449 - value: -0.009608242 - inSlope: -0.27055395 - outSlope: -0.27055395 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.08163265 - value: -0.015666941 - inSlope: -0.3102041 - outSlope: -0.3102041 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.10204082 - value: -0.022269635 - inSlope: -0.3238651 - outSlope: -0.3238651 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.12244898 - value: -0.028885925 - inSlope: -0.3115369 - outSlope: -0.3115369 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.14285715 - value: -0.034985427 - inSlope: -0.2732195 - outSlope: -0.2732195 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.1632653 - value: -0.04003774 - inSlope: -0.2089129 - outSlope: -0.2089129 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.18367347 - value: -0.043512482 - inSlope: -0.118617244 - outSlope: -0.118617244 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.20408164 - value: -0.04487926 - inSlope: -0.0023323726 - outSlope: -0.0023323726 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.2244898 - value: -0.043607682 - inSlope: 0.13994168 - outSlope: 0.13994168 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.24489796 - value: -0.039167356 - inSlope: 0.3082049 - outSlope: 0.3082049 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.26530612 - value: -0.031027893 - inSlope: 0.5024574 - outSlope: 0.5024574 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.2857143 - value: -0.018658884 - inSlope: 0.7226989 - outSlope: 0.7226989 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.30612245 - value: -0.0015299736 - inSlope: 0.96892965 - outSlope: 0.96892965 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.3265306 - value: 0.020889245 - inSlope: 1.2411494 - outSlope: 1.2411494 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.3469388 - value: 0.049129207 - inSlope: 1.5393586 - outSlope: 1.5393586 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.36734694 - value: 0.08372022 - inSlope: 1.8635569 - outSlope: 1.8635569 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.3877551 - value: 0.12519272 - inSlope: 2.2137444 - outSlope: 2.2137444 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.40816328 - value: 0.17407717 - inSlope: 2.589921 - outSlope: 2.589921 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.42857143 - value: 0.2309038 - inSlope: 2.992087 - outSlope: 2.992087 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.4489796 - value: 0.2962031 - inSlope: 3.4202416 - outSlope: 3.4202416 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.46938777 - value: 0.37050554 - inSlope: 3.8743854 - outSlope: 3.8743854 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.48979592 - value: 0.45434132 - inSlope: 4.2912545 - outSlope: 4.2912545 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.5102041 - value: 0.5456587 - inSlope: 4.291253 - outSlope: 4.291253 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.53061223 - value: 0.6294944 - inSlope: 3.874385 - outSlope: 3.874385 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.5510204 - value: 0.7037968 - inSlope: 3.4202418 - outSlope: 3.4202418 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.5714286 - value: 0.76909626 - inSlope: 2.9920864 - outSlope: 2.9920864 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.59183675 - value: 0.8259229 - inSlope: 2.589922 - outSlope: 2.589922 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.6122449 - value: 0.8748073 - inSlope: 2.2137446 - outSlope: 2.2137446 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.63265306 - value: 0.9162798 - inSlope: 1.8635569 - outSlope: 1.8635569 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.6530612 - value: 0.9508708 - inSlope: 1.5393584 - outSlope: 1.5393584 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.67346936 - value: 0.9791107 - inSlope: 1.2411504 - outSlope: 1.2411504 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.6938776 - value: 1.00153 - inSlope: 0.9689287 - outSlope: 0.9689287 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.71428573 - value: 1.0186589 - inSlope: 0.722698 - outSlope: 0.722698 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.7346939 - value: 1.0310279 - inSlope: 0.50245917 - outSlope: 0.50245917 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.75510204 - value: 1.0391674 - inSlope: 0.30820522 - outSlope: 0.30820522 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.7755102 - value: 1.0436077 - inSlope: 0.13994193 - outSlope: 0.13994193 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.79591835 - value: 1.0448793 - inSlope: -0.0023334846 - outSlope: -0.0023334846 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.81632656 - value: 1.0435125 - inSlope: -0.118618324 - outSlope: -0.118618324 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.8367347 - value: 1.0400378 - inSlope: -0.20891258 - outSlope: -0.20891258 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.85714287 - value: 1.0349854 - inSlope: -0.273219 - outSlope: -0.273219 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.877551 - value: 1.028886 - inSlope: -0.31153765 - outSlope: -0.31153765 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.8979592 - value: 1.0222696 - inSlope: -0.32386562 - outSlope: -0.32386562 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.9183673 - value: 1.015667 - inSlope: -0.31020248 - outSlope: -0.31020248 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.93877554 - value: 1.0096083 - inSlope: -0.27055496 - outSlope: -0.27055496 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.9591837 - value: 1.0046239 - inSlope: -0.20491424 - outSlope: -0.20491424 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.97959185 - value: 1.0012444 - inSlope: -0.113285355 - outSlope: -0.113285355 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: -0.060976893 - outSlope: -0.060976893 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - AnimateRotationY: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.3 - value: 1.05 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - AnimateRotationZ: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: -0.060974594 - outSlope: -0.060974594 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.020408163 - value: -0.0012443794 - inSlope: -0.11328613 - outSlope: -0.11328613 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.040816326 - value: -0.0046239235 - inSlope: -0.20491463 - outSlope: -0.20491463 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.06122449 - value: -0.009608242 - inSlope: -0.27055395 - outSlope: -0.27055395 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.08163265 - value: -0.015666941 - inSlope: -0.3102041 - outSlope: -0.3102041 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.10204082 - value: -0.022269635 - inSlope: -0.3238651 - outSlope: -0.3238651 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.12244898 - value: -0.028885925 - inSlope: -0.3115369 - outSlope: -0.3115369 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.14285715 - value: -0.034985427 - inSlope: -0.2732195 - outSlope: -0.2732195 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.1632653 - value: -0.04003774 - inSlope: -0.2089129 - outSlope: -0.2089129 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.18367347 - value: -0.043512482 - inSlope: -0.118617244 - outSlope: -0.118617244 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.20408164 - value: -0.04487926 - inSlope: -0.0023323726 - outSlope: -0.0023323726 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.2244898 - value: -0.043607682 - inSlope: 0.13994168 - outSlope: 0.13994168 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.24489796 - value: -0.039167356 - inSlope: 0.3082049 - outSlope: 0.3082049 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.26530612 - value: -0.031027893 - inSlope: 0.5024574 - outSlope: 0.5024574 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.2857143 - value: -0.018658884 - inSlope: 0.7226989 - outSlope: 0.7226989 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.30612245 - value: -0.0015299736 - inSlope: 0.96892965 - outSlope: 0.96892965 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.3265306 - value: 0.020889245 - inSlope: 1.2411494 - outSlope: 1.2411494 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.3469388 - value: 0.049129207 - inSlope: 1.5393586 - outSlope: 1.5393586 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.36734694 - value: 0.08372022 - inSlope: 1.8635569 - outSlope: 1.8635569 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.3877551 - value: 0.12519272 - inSlope: 2.2137444 - outSlope: 2.2137444 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.40816328 - value: 0.17407717 - inSlope: 2.589921 - outSlope: 2.589921 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.42857143 - value: 0.2309038 - inSlope: 2.992087 - outSlope: 2.992087 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.4489796 - value: 0.2962031 - inSlope: 3.4202416 - outSlope: 3.4202416 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.46938777 - value: 0.37050554 - inSlope: 3.8743854 - outSlope: 3.8743854 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.48979592 - value: 0.45434132 - inSlope: 4.2912545 - outSlope: 4.2912545 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.5102041 - value: 0.5456587 - inSlope: 4.291253 - outSlope: 4.291253 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.53061223 - value: 0.6294944 - inSlope: 3.874385 - outSlope: 3.874385 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.5510204 - value: 0.7037968 - inSlope: 3.4202418 - outSlope: 3.4202418 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.5714286 - value: 0.76909626 - inSlope: 2.9920864 - outSlope: 2.9920864 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.59183675 - value: 0.8259229 - inSlope: 2.589922 - outSlope: 2.589922 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.6122449 - value: 0.8748073 - inSlope: 2.2137446 - outSlope: 2.2137446 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.63265306 - value: 0.9162798 - inSlope: 1.8635569 - outSlope: 1.8635569 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.6530612 - value: 0.9508708 - inSlope: 1.5393584 - outSlope: 1.5393584 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.67346936 - value: 0.9791107 - inSlope: 1.2411504 - outSlope: 1.2411504 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.6938776 - value: 1.00153 - inSlope: 0.9689287 - outSlope: 0.9689287 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.71428573 - value: 1.0186589 - inSlope: 0.722698 - outSlope: 0.722698 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.7346939 - value: 1.0310279 - inSlope: 0.50245917 - outSlope: 0.50245917 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.75510204 - value: 1.0391674 - inSlope: 0.30820522 - outSlope: 0.30820522 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.7755102 - value: 1.0436077 - inSlope: 0.13994193 - outSlope: 0.13994193 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.79591835 - value: 1.0448793 - inSlope: -0.0023334846 - outSlope: -0.0023334846 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.81632656 - value: 1.0435125 - inSlope: -0.118618324 - outSlope: -0.118618324 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.8367347 - value: 1.0400378 - inSlope: -0.20891258 - outSlope: -0.20891258 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.85714287 - value: 1.0349854 - inSlope: -0.273219 - outSlope: -0.273219 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.877551 - value: 1.028886 - inSlope: -0.31153765 - outSlope: -0.31153765 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.8979592 - value: 1.0222696 - inSlope: -0.32386562 - outSlope: -0.32386562 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.9183673 - value: 1.015667 - inSlope: -0.31020248 - outSlope: -0.31020248 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.93877554 - value: 1.0096083 - inSlope: -0.27055496 - outSlope: -0.27055496 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.9591837 - value: 1.0046239 - inSlope: -0.20491424 - outSlope: -0.20491424 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.97959185 - value: 1.0012444 - inSlope: -0.113285355 - outSlope: -0.113285355 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: -0.060976893 - outSlope: -0.060976893 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - ToDestinationCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - - rid: 2 - type: {class: MMF_Sound, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: 772555128 - Label: Note Sound - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0.2 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0.8, y: 1} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: Automatic Shaker Setup - Owner: {fileID: 115952812} - DebugActive: 0 - Sfx: {fileID: 8300000, guid: d6252c9736dd3514dae1fc4563f27d43, type: 3} - RandomSfx: [] - TestPlayButton: - ButtonText: Debug Play Sound - TestStopButton: - ButtonText: Debug Stop Sound - PlayMethod: 1 - PoolSize: 10 - UseLegacyEventsMode: 0 - StopSoundOnFeedbackStop: 1 - MinVolume: 1 - MaxVolume: 1 - MinPitch: 1 - MaxPitch: 1 - SfxAudioMixerGroup: {fileID: 0} - Priority: 128 - PanStereo: 0 - SpatialBlend: 0 - DopplerLevel: 1 - Spread: 0 - RolloffMode: 0 - MinDistance: 1 - MaxDistance: 500 - UseCustomRolloffCurve: 0 - CustomRolloffCurve: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - UseSpatialBlendCurve: 0 - SpatialBlendCurve: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - UseReverbZoneMixCurve: 0 - ReverbZoneMixCurve: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - UseSpreadCurve: 0 - SpreadCurve: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - - rid: 3 - type: {class: MMF_Sound, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: 183148188 - Label: Bass Sound - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0.15 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0.8, y: 1} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: Automatic Shaker Setup - Owner: {fileID: 115952812} - DebugActive: 0 - Sfx: {fileID: 8300000, guid: ed067cd4ccfcda447b0bf119397fc305, type: 3} - RandomSfx: [] - TestPlayButton: - ButtonText: Debug Play Sound - TestStopButton: - ButtonText: Debug Stop Sound - PlayMethod: 3 - PoolSize: 20 - UseLegacyEventsMode: 0 - StopSoundOnFeedbackStop: 1 - MinVolume: 1 - MaxVolume: 1 - MinPitch: 1 - MaxPitch: 1 - SfxAudioMixerGroup: {fileID: 0} - Priority: 128 - PanStereo: 0 - SpatialBlend: 0 - DopplerLevel: 1 - Spread: 0 - RolloffMode: 0 - MinDistance: 1 - MaxDistance: 500 - UseCustomRolloffCurve: 0 - CustomRolloffCurve: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - UseSpatialBlendCurve: 0 - SpatialBlendCurve: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - UseReverbZoneMixCurve: 0 - ReverbZoneMixCurve: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - UseSpreadCurve: 0 - SpreadCurve: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - - rid: 4 - type: {class: MMF_Material, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: 902316965 - Label: Material - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0.1 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0.8, y: 1} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 115952812} - DebugActive: 0 - TargetRenderer: {fileID: 7718390322990954521} - RendererMaterialIndexes: - Method: 0 - Loop: 1 - AlwaysNewMaterial: 1 - InitialIndex: 0 - Materials: - - {fileID: 2100000, guid: 859110124559f53448796d58be533933, type: 2} - - {fileID: 2100000, guid: ef35891a12f2deb49acd5cffa698c910, type: 2} - - {fileID: 2100000, guid: fafd9ca80d42ea147955a570b7ff417a, type: 2} - - {fileID: 2100000, guid: 1e5b54aaf95dc544996bd98919f83491, type: 2} - - {fileID: 2100000, guid: d27c02d0cdd147245be0de863bd68637, type: 2} - - {fileID: 2100000, guid: 1e5b54aaf95dc544996bd98919f83491, type: 2} - - {fileID: 2100000, guid: aa24205135c86be4792f70af431b8638, type: 2} - - {fileID: 2100000, guid: 1a56e529cc6f9354ebe7986cb56493be, type: 2} - InterpolateTransition: 0 - TransitionDuration: 1 - TransitionCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - - rid: 5 - type: {class: MMF_CinemachineImpulse, ns: MoreMountains.FeedbacksForThirdParty, - asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: 1384336010 - Label: Impulse - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0.8, y: 1} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: Automatic Shaker Setup - Owner: {fileID: 115952812} - DebugActive: 0 - m_ImpulseDefinition: - ImpulseChannel: 1 - ImpulseShape: 0 - CustomImpulseShape: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - ImpulseDuration: 0.2 - ImpulseType: 3 - DissipationRate: 0 - RawSignal: {fileID: 11400000, guid: 69ce8388f6785dd4c8c39915efece2f4, type: 2} - AmplitudeGain: 1 - FrequencyGain: 1 - RepeatMode: 0 - Randomize: 1 - TimeEnvelope: - AttackShape: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - DecayShape: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: -0.9999995 - outSlope: -0.9999995 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.020408163 - value: 0.97959185 - inSlope: -0.9999995 - outSlope: -0.9999995 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.040816326 - value: 0.9591837 - inSlope: -0.9999995 - outSlope: -0.9999995 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.06122449 - value: 0.93877554 - inSlope: -1.000001 - outSlope: -1.000001 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.08163265 - value: 0.9183673 - inSlope: -1.000001 - outSlope: -1.000001 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.10204082 - value: 0.8979592 - inSlope: -0.99999946 - outSlope: -0.99999946 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.12244898 - value: 0.877551 - inSlope: -0.99999946 - outSlope: -0.99999946 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.14285715 - value: 0.85714287 - inSlope: -0.99999964 - outSlope: -0.99999964 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.1632653 - value: 0.8367347 - inSlope: -1.0000011 - outSlope: -1.0000011 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.18367347 - value: 0.8163265 - inSlope: -1.0000007 - outSlope: -1.0000007 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.20408164 - value: 0.79591835 - inSlope: -0.99999964 - outSlope: -0.99999964 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.2244898 - value: 0.7755102 - inSlope: -0.99999964 - outSlope: -0.99999964 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.24489796 - value: 0.75510204 - inSlope: -0.99999964 - outSlope: -0.99999964 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.26530612 - value: 0.7346939 - inSlope: -0.9999993 - outSlope: -0.9999993 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.2857143 - value: 0.71428573 - inSlope: -0.9999993 - outSlope: -0.9999993 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.30612245 - value: 0.6938776 - inSlope: -1 - outSlope: -1 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.3265306 - value: 0.6734694 - inSlope: -1.0000007 - outSlope: -1.0000007 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.3469388 - value: 0.6530612 - inSlope: -1.0000007 - outSlope: -1.0000007 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.36734694 - value: 0.63265306 - inSlope: -1 - outSlope: -1 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.3877551 - value: 0.6122449 - inSlope: -1.0000007 - outSlope: -1.0000007 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.40816328 - value: 0.5918367 - inSlope: -1.0000007 - outSlope: -1.0000007 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.42857143 - value: 0.57142854 - inSlope: -1 - outSlope: -1 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.4489796 - value: 0.5510204 - inSlope: -0.9999993 - outSlope: -0.9999993 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.46938777 - value: 0.53061223 - inSlope: -0.9999993 - outSlope: -0.9999993 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.48979592 - value: 0.5102041 - inSlope: -1 - outSlope: -1 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.5102041 - value: 0.48979592 - inSlope: -1 - outSlope: -1 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.53061223 - value: 0.46938777 - inSlope: -1 - outSlope: -1 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.5510204 - value: 0.44897962 - inSlope: -1 - outSlope: -1 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.5714286 - value: 0.4285714 - inSlope: -1 - outSlope: -1 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.59183675 - value: 0.40816325 - inSlope: -1 - outSlope: -1 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.6122449 - value: 0.3877551 - inSlope: -1 - outSlope: -1 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.63265306 - value: 0.36734694 - inSlope: -1 - outSlope: -1 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.6530612 - value: 0.3469388 - inSlope: -1 - outSlope: -1 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.67346936 - value: 0.32653064 - inSlope: -1 - outSlope: -1 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.6938776 - value: 0.30612242 - inSlope: -1 - outSlope: -1 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.71428573 - value: 0.28571427 - inSlope: -1 - outSlope: -1 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.7346939 - value: 0.26530612 - inSlope: -1 - outSlope: -1 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.75510204 - value: 0.24489796 - inSlope: -1 - outSlope: -1 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.7755102 - value: 0.22448981 - inSlope: -1 - outSlope: -1 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.79591835 - value: 0.20408165 - inSlope: -1 - outSlope: -1 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.81632656 - value: 0.18367344 - inSlope: -1 - outSlope: -1 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.8367347 - value: 0.16326529 - inSlope: -1 - outSlope: -1 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.85714287 - value: 0.14285713 - inSlope: -1 - outSlope: -1 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.877551 - value: 0.12244898 - inSlope: -1 - outSlope: -1 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.8979592 - value: 0.10204083 - inSlope: -1 - outSlope: -1 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.9183673 - value: 0.081632674 - inSlope: -1 - outSlope: -1 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.93877554 - value: 0.06122446 - inSlope: -1 - outSlope: -1 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.9591837 - value: 0.040816307 - inSlope: -1 - outSlope: -1 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.97959185 - value: 0.020408154 - inSlope: -1 - outSlope: -1 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: -1 - outSlope: -1 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - AttackTime: 0 - SustainTime: 0.1 - DecayTime: 0.2 - ScaleWithImpact: 1 - HoldForever: 0 - ImpactRadius: 100 - DirectionMode: 0 - DissipationMode: 2 - DissipationDistance: 1000 - PropagationSpeed: 343 - Velocity: {x: 0.2, y: 0.2, z: 0.2} - ClearImpulseOnStop: 0 - DrawGizmos: 0 - - rid: 6 - type: {class: MMF_ChromaticAberration, ns: MoreMountains.FeedbacksForThirdParty, - asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: 634545154 - Label: Chromatic Aberration - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0.8, y: 1} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: Automatic Shaker Setup - Owner: {fileID: 115952812} - DebugActive: 0 - Duration: 0.2 - ResetShakerValuesAfterShake: 1 - ResetTargetValuesAfterShake: 1 - RemapIntensityZero: 0 - RemapIntensityOne: 1 - Intensity: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.5 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - Amplitude: 1 - RelativeIntensity: 0 - - rid: 7 - type: {class: MMF_PPMovingFilter, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 0 - UniqueID: 1929297325 - Label: PPMovingFilter - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0.8, y: 1} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 115952812} - DebugActive: 0 - Mode: 0 - TransitionDuration: 0.1 - Curve: - MMTweenDefinitionType: 0 - MMTweenCurve: 4 - Curve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - Initialized: 0 - ConditionPropertyName: - EnumConditionPropertyName: - EnumConditions: 0000000000000000000000000000000000000000000000000000000000000000 - - rid: 8 - type: {class: MMF_ShaderController, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: 1066334700 - Label: ShaderController - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0.8, y: 1} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 115952812} - DebugActive: 0 - Mode: 0 - TargetShaderController: {fileID: 773672492} - TargetShaderControllerList: [] - RevertToInitialValueAfterEnd: 0 - GetInitialValueOnOneTime: 0 - OneTimeDuration: 0.1 - OneTimeAmplitude: 1 - OneTimeRemapMin: 0 - OneTimeRemapMax: 1 - OneTimeCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.15789795 - value: 0.9976654 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - ToDestinationValue: 1 - ToDestinationDuration: 1 - ToDestinationColor: {r: 1, g: 0, b: 0, a: 1} - ToDestinationCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.5 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 ---- !u!1 &121177555 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 121177557} - - component: {fileID: 121177556} - m_Layer: 0 - m_Name: MMSequencer - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!114 &121177556 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 121177555} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 1049f71bc5747d14fa10e114f6cfcfe5, type: 3} - m_Name: - m_EditorClassIdentifier: - Sequence: {fileID: 11400000, guid: 2563bec7af20480498217ee7cd699b29, type: 2} - BPM: 300 - SequencerLength: 16 - TimeScale: 0 - Loop: 1 - RandomSequence: 0 - PlayOnStart: 0 - MetronomeSound: {fileID: 8300000, guid: 8378807d371fc264f9628946390df8d1, type: 3} - MetronomeVolume: 1 - TrackEvents: - - m_PersistentCalls: - m_Calls: - - m_Target: {fileID: 1626169736} - m_TargetAssemblyTypeName: - m_MethodName: Play - m_Mode: 1 - m_Arguments: - m_ObjectArgument: {fileID: 0} - m_ObjectArgumentAssemblyTypeName: UnityEngine.Object, UnityEngine - m_IntArgument: 0 - m_FloatArgument: 0 - m_StringArgument: - m_BoolArgument: 0 - m_CallState: 2 - - m_PersistentCalls: - m_Calls: - - m_Target: {fileID: 984418697} - m_TargetAssemblyTypeName: - m_MethodName: Play - m_Mode: 1 - m_Arguments: - m_ObjectArgument: {fileID: 0} - m_ObjectArgumentAssemblyTypeName: UnityEngine.Object, UnityEngine - m_IntArgument: 0 - m_FloatArgument: 0 - m_StringArgument: - m_BoolArgument: 0 - m_CallState: 2 - - m_PersistentCalls: - m_Calls: - - m_Target: {fileID: 1116026500} - m_TargetAssemblyTypeName: - m_MethodName: Play - m_Mode: 1 - m_Arguments: - m_ObjectArgument: {fileID: 0} - m_ObjectArgumentAssemblyTypeName: UnityEngine.Object, UnityEngine - m_IntArgument: 0 - m_FloatArgument: 0 - m_StringArgument: - m_BoolArgument: 0 - m_CallState: 2 - - m_PersistentCalls: - m_Calls: - - m_Target: {fileID: 1968235818} - m_TargetAssemblyTypeName: - m_MethodName: Play - m_Mode: 1 - m_Arguments: - m_ObjectArgument: {fileID: 0} - m_ObjectArgumentAssemblyTypeName: UnityEngine.Object, UnityEngine - m_IntArgument: 0 - m_FloatArgument: 0 - m_StringArgument: - m_BoolArgument: 0 - m_CallState: 2 - - m_PersistentCalls: - m_Calls: - - m_Target: {fileID: 1635756908} - m_TargetAssemblyTypeName: - m_MethodName: Play - m_Mode: 1 - m_Arguments: - m_ObjectArgument: {fileID: 0} - m_ObjectArgumentAssemblyTypeName: UnityEngine.Object, UnityEngine - m_IntArgument: 0 - m_FloatArgument: 0 - m_StringArgument: - m_BoolArgument: 0 - m_CallState: 2 - - m_PersistentCalls: - m_Calls: - - m_Target: {fileID: 1068099344} - m_TargetAssemblyTypeName: - m_MethodName: Play - m_Mode: 1 - m_Arguments: - m_ObjectArgument: {fileID: 0} - m_ObjectArgumentAssemblyTypeName: UnityEngine.Object, UnityEngine - m_IntArgument: 0 - m_FloatArgument: 0 - m_StringArgument: - m_BoolArgument: 0 - m_CallState: 2 - - m_PersistentCalls: - m_Calls: - - m_Target: {fileID: 1314523174} - m_TargetAssemblyTypeName: - m_MethodName: Play - m_Mode: 1 - m_Arguments: - m_ObjectArgument: {fileID: 0} - m_ObjectArgumentAssemblyTypeName: UnityEngine.Object, UnityEngine - m_IntArgument: 0 - m_FloatArgument: 0 - m_StringArgument: - m_BoolArgument: 0 - m_CallState: 2 - - m_PersistentCalls: - m_Calls: - - m_Target: {fileID: 1739332388} - m_TargetAssemblyTypeName: - m_MethodName: Play - m_Mode: 1 - m_Arguments: - m_ObjectArgument: {fileID: 0} - m_ObjectArgumentAssemblyTypeName: UnityEngine.Object, UnityEngine - m_IntArgument: 0 - m_FloatArgument: 0 - m_StringArgument: - m_BoolArgument: 0 - m_CallState: 2 - - m_PersistentCalls: - m_Calls: - - m_Target: {fileID: 1192127216} - m_TargetAssemblyTypeName: - m_MethodName: Play - m_Mode: 1 - m_Arguments: - m_ObjectArgument: {fileID: 0} - m_ObjectArgumentAssemblyTypeName: UnityEngine.Object, UnityEngine - m_IntArgument: 0 - m_FloatArgument: 0 - m_StringArgument: - m_BoolArgument: 0 - m_CallState: 2 - - m_PersistentCalls: - m_Calls: - - m_Target: {fileID: 471276844} - m_TargetAssemblyTypeName: - m_MethodName: Play - m_Mode: 1 - m_Arguments: - m_ObjectArgument: {fileID: 0} - m_ObjectArgumentAssemblyTypeName: UnityEngine.Object, UnityEngine - m_IntArgument: 0 - m_FloatArgument: 0 - m_StringArgument: - m_BoolArgument: 0 - m_CallState: 2 - - m_PersistentCalls: - m_Calls: - - m_Target: {fileID: 139738038} - m_TargetAssemblyTypeName: - m_MethodName: Play - m_Mode: 1 - m_Arguments: - m_ObjectArgument: {fileID: 0} - m_ObjectArgumentAssemblyTypeName: UnityEngine.Object, UnityEngine - m_IntArgument: 0 - m_FloatArgument: 0 - m_StringArgument: - m_BoolArgument: 0 - m_CallState: 2 - Playing: 0 - PlayedOnce: 0 - BeatThisFrame: 0 - LastBeatIndex: 0 - LastBPM: 300 - LastTracksCount: 11 - LastSequencerLength: 16 - LastSequence: {fileID: 11400000, guid: 2563bec7af20480498217ee7cd699b29, type: 2} - CurrentSequenceIndex: 0 - LastBeatTimestamp: 0 ---- !u!4 &121177557 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 121177555} - serializedVersion: 2 - m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: 0} - m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 - m_Children: [] - m_Father: {fileID: 1381072180} - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!1 &126932019 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 126932020} - - component: {fileID: 126932021} - m_Layer: 0 - m_Name: Point Light (1) - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &126932020 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 126932019} - serializedVersion: 2 - m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: -2.38, y: 2.9, z: -3.02} - m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 - m_Children: [] - m_Father: {fileID: 974558482} - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!108 &126932021 -Light: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 126932019} - m_Enabled: 1 - serializedVersion: 11 - m_Type: 2 - m_Color: {r: 0.85882354, g: 0.36406818, b: 0.050980404, a: 1} - m_Intensity: 2 - m_Range: 10 - m_SpotAngle: 30 - m_InnerSpotAngle: 21.80208 - m_CookieSize: 10 - m_Shadows: - m_Type: 2 - m_Resolution: -1 - m_CustomResolution: -1 - m_Strength: 1 - m_Bias: 0.05 - m_NormalBias: 0.4 - m_NearPlane: 0.2 - m_CullingMatrixOverride: - e00: 1 - e01: 0 - e02: 0 - e03: 0 - e10: 0 - e11: 1 - e12: 0 - e13: 0 - e20: 0 - e21: 0 - e22: 1 - e23: 0 - e30: 0 - e31: 0 - e32: 0 - e33: 1 - m_UseCullingMatrixOverride: 0 - m_Cookie: {fileID: 0} - m_DrawHalo: 0 - m_Flare: {fileID: 0} - m_RenderMode: 0 - m_CullingMask: - serializedVersion: 2 - m_Bits: 4294967295 - m_RenderingLayerMask: 1 - m_Lightmapping: 4 - m_LightShadowCasterMode: 0 - m_AreaSize: {x: 1, y: 1} - m_BounceIntensity: 1 - m_ColorTemperature: 6570 - m_UseColorTemperature: 0 - m_BoundingSphereOverride: {x: 0, y: 0, z: 0, w: 0} - m_UseBoundingSphereOverride: 0 - m_UseViewFrustumForShadowCasterCull: 1 - m_ForceVisible: 0 - m_ShadowRadius: 0 - m_ShadowAngle: 0 - m_LightUnit: 1 - m_LuxAtDistance: 1 - m_EnableSpotReflector: 1 ---- !u!1 &139738036 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 139738037} - - component: {fileID: 139738038} - m_Layer: 0 - m_Name: Note2 - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &139738037 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 139738036} - serializedVersion: 2 - m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: 0} - m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 - m_Children: [] - m_Father: {fileID: 96194543} - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!82 &139738038 -AudioSource: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 139738036} - m_Enabled: 1 - serializedVersion: 4 - OutputAudioMixerGroup: {fileID: 0} - m_audioClip: {fileID: 8300000, guid: 8c507f67546a1f341b5028478e54fab1, type: 3} - m_Resource: {fileID: 8300000, guid: 8c507f67546a1f341b5028478e54fab1, type: 3} - m_PlayOnAwake: 0 - m_Volume: 1 - m_Pitch: 1 - Loop: 0 - Mute: 0 - Spatialize: 0 - SpatializePostEffects: 0 - Priority: 128 - DopplerLevel: 1 - MinDistance: 1 - MaxDistance: 500 - Pan2D: 0 - rolloffMode: 0 - BypassEffects: 0 - BypassListenerEffects: 0 - BypassReverbZones: 0 - rolloffCustomCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - panLevelCustomCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - spreadCustomCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - reverbZoneMixCustomCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 ---- !u!1 &201731842 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 201731843} - - component: {fileID: 201731844} - m_Layer: 0 - m_Name: MMAudioSourceSequencer - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &201731843 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 201731842} - serializedVersion: 2 - m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: 0} - m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 - m_Children: [] - m_Father: {fileID: 1381072180} - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!114 &201731844 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 201731842} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: ede43f27f84b01545832f1dee8880684, type: 3} - m_Name: - m_EditorClassIdentifier: - Sequence: {fileID: 11400000, guid: 2563bec7af20480498217ee7cd699b29, type: 2} - BPM: 160 - SequencerLength: 16 - TimeScale: 0 - Loop: 1 - RandomSequence: 0 - PlayOnStart: 0 - MetronomeSound: {fileID: 0} - MetronomeVolume: 0.2 - TrackEvents: - - m_PersistentCalls: - m_Calls: [] - - m_PersistentCalls: - m_Calls: [] - - m_PersistentCalls: - m_Calls: [] - - m_PersistentCalls: - m_Calls: [] - - m_PersistentCalls: - m_Calls: [] - - m_PersistentCalls: - m_Calls: [] - - m_PersistentCalls: - m_Calls: [] - - m_PersistentCalls: - m_Calls: [] - - m_PersistentCalls: - m_Calls: [] - - m_PersistentCalls: - m_Calls: [] - - m_PersistentCalls: - m_Calls: [] - Playing: 0 - PlayedOnce: 0 - BeatThisFrame: 0 - LastBeatIndex: 0 - LastBPM: 160 - LastTracksCount: 3 - LastSequencerLength: 16 - LastSequence: {fileID: 11400000, guid: bafc49ff570e80444831b61dc9e4513e, type: 2} - CurrentSequenceIndex: 0 - LastBeatTimestamp: 0 - AudioSources: - - {fileID: 1626169736} - - {fileID: 984418697} - - {fileID: 1116026500} - - {fileID: 1968235818} - - {fileID: 1635756908} - - {fileID: 1068099344} - - {fileID: 1314523174} - - {fileID: 1739332388} - - {fileID: 1192127216} - - {fileID: 471276844} - - {fileID: 139738038} ---- !u!1001 &220151087 -PrefabInstance: - m_ObjectHideFlags: 0 - serializedVersion: 2 - m_Modification: - serializedVersion: 3 - m_TransformParent: {fileID: 1557570896} - m_Modifications: - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_Pivot.x - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_Pivot.y - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_RootOrder - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_AnchorMax.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_AnchorMax.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_AnchorMin.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_AnchorMin.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_SizeDelta.x - value: 256.1 - objectReference: {fileID: 0} - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_SizeDelta.y - value: 30 - objectReference: {fileID: 0} - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_LocalPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_LocalPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_LocalPosition.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_LocalRotation.w - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_LocalRotation.x - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_LocalRotation.y - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_LocalRotation.z - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_AnchoredPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_AnchoredPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_LocalEulerAnglesHint.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_LocalEulerAnglesHint.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_LocalEulerAnglesHint.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2251616714236910816, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_Text - value: SEQUENCERS - objectReference: {fileID: 0} - - target: {fileID: 2251616714236910816, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_Color.b - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2251616714236910816, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_Color.g - value: 0.9780377 - objectReference: {fileID: 0} - - target: {fileID: 2251616714236910816, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_Color.r - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 3358702390296254852, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - propertyPath: m_Name - value: Title - Combos - objectReference: {fileID: 0} - m_RemovedComponents: [] - m_RemovedGameObjects: [] - m_AddedGameObjects: [] - m_AddedComponents: [] - m_SourcePrefab: {fileID: 100100000, guid: d0c10e574f6f1af43b3af7996a878151, type: 3} ---- !u!1 &245078392 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 245078393} - - component: {fileID: 245078395} - - component: {fileID: 245078394} - m_Layer: 0 - m_Name: Crate - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &245078393 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 245078392} - serializedVersion: 2 - m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: 0} - m_LocalScale: {x: 100, y: 100.00004, z: 100.00004} - m_ConstrainProportionsScale: 0 - m_Children: [] - m_Father: {fileID: 1723647473} - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!23 &245078394 -MeshRenderer: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 245078392} - m_Enabled: 1 - m_CastShadows: 1 - m_ReceiveShadows: 1 - m_DynamicOccludee: 1 - m_StaticShadowCaster: 0 - m_MotionVectors: 1 - m_LightProbeUsage: 1 - m_ReflectionProbeUsage: 1 - m_RayTracingMode: 2 - m_RayTraceProcedural: 0 - m_RayTracingAccelStructBuildFlagsOverride: 0 - m_RayTracingAccelStructBuildFlags: 1 - m_SmallMeshCulling: 1 - m_RenderingLayerMask: 1 - m_RendererPriority: 0 - m_Materials: - - {fileID: 2100000, guid: 8a0f71e021d8c02408e3b9145082dc1b, type: 2} - m_StaticBatchInfo: - firstSubMesh: 0 - subMeshCount: 0 - m_StaticBatchRoot: {fileID: 0} - m_ProbeAnchor: {fileID: 0} - m_LightProbeVolumeOverride: {fileID: 0} - m_ScaleInLightmap: 1 - m_ReceiveGI: 1 - m_PreserveUVs: 0 - m_IgnoreNormalsForChartDetection: 0 - m_ImportantGI: 0 - m_StitchLightmapSeams: 1 - m_SelectedEditorRenderState: 3 - m_MinimumChartSize: 4 - m_AutoUVMaxDistance: 0.5 - m_AutoUVMaxAngle: 89 - m_LightmapParameters: {fileID: 0} - m_SortingLayerID: 0 - m_SortingLayer: 0 - m_SortingOrder: 0 - m_AdditionalVertexStreams: {fileID: 0} ---- !u!33 &245078395 -MeshFilter: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 245078392} - m_Mesh: {fileID: -5495902117074765545, guid: d15c44bfaa8a88c4790fa0fa2782404a, type: 3} ---- !u!224 &272652439 stripped -RectTransform: - m_CorrespondingSourceObject: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - m_PrefabInstance: {fileID: 1895061595} - m_PrefabAsset: {fileID: 0} ---- !u!1 &341537781 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 341537783} - - component: {fileID: 341537782} - m_Layer: 0 - m_Name: MMSoundSequencer - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!114 &341537782 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 341537781} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: d286788c116ce6547b8144f05f2f14d2, type: 3} - m_Name: - m_EditorClassIdentifier: - Sequence: {fileID: 11400000, guid: 93ad4be8fe21349468146612eea82b1b, type: 2} - BPM: 160 - SequencerLength: 8 - TimeScale: 0 - Loop: 1 - RandomSequence: 0 - PlayOnStart: 0 - MetronomeSound: {fileID: 0} - MetronomeVolume: 0.2 - TrackEvents: - - m_PersistentCalls: - m_Calls: [] - - m_PersistentCalls: - m_Calls: [] - Playing: 0 - PlayedOnce: 0 - BeatThisFrame: 0 - LastBeatIndex: 0 - LastBPM: 160 - LastTracksCount: 2 - LastSequencerLength: 8 - LastSequence: {fileID: 11400000, guid: 93ad4be8fe21349468146612eea82b1b, type: 2} - CurrentSequenceIndex: 0 - LastBeatTimestamp: 0 - Sounds: - - {fileID: 8300000, guid: ed067cd4ccfcda447b0bf119397fc305, type: 3} - - {fileID: 8300000, guid: 4f695319e626b31488c89d7236767b38, type: 3} ---- !u!4 &341537783 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 341537781} - serializedVersion: 2 - m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: 0.6033735, y: 0.13747025, z: -0.6996045} - m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 - m_Children: [] - m_Father: {fileID: 1381072180} - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!1 &349066821 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 349066822} - - component: {fileID: 349066823} - m_Layer: 0 - m_Name: GlobalPostProcessingProfile - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &349066822 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 349066821} - serializedVersion: 2 - m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: 3.7941098, y: 2.0751998, z: 1.51717} - m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 - m_Children: [] - m_Father: {fileID: 47384301} - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!114 &349066823 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 349066821} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 8b9a305e18de0c04dbd257a21cd47087, type: 3} - m_Name: - m_EditorClassIdentifier: - sharedProfile: {fileID: 11400000, guid: 07c0d76c76e70e64c82dc522636cd034, type: 2} - isGlobal: 1 - blendDistance: 0 - weight: 1 - priority: 0 ---- !u!1 &376389801 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 376389802} - - component: {fileID: 376389812} - m_Layer: 0 - m_Name: MMFeedbacks1 (1) - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 0 ---- !u!4 &376389802 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 376389801} - serializedVersion: 2 - m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: 0} - m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 - m_Children: [] - m_Father: {fileID: 89129166} - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!114 &376389812 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 376389801} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 6da43522623d4704e979466dc7650b65, type: 3} - m_Name: - m_EditorClassIdentifier: - Feedbacks: - - {fileID: 0} - - {fileID: 0} - - {fileID: 0} - - {fileID: 0} - - {fileID: 0} - - {fileID: 0} - - {fileID: 0} - - {fileID: 0} - - {fileID: 0} - InitializationMode: 2 - AutoInitialization: 1 - SafeMode: 3 - Direction: 0 - AutoChangeDirectionOnEnd: 0 - AutoPlayOnStart: 0 - AutoPlayOnEnable: 0 - ForceTimescaleMode: 0 - ForcedTimescaleMode: 1 - DurationMultiplier: 1 - TimescaleMultiplier: 1 - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 1.5} - DisplayFullDurationDetails: 0 - PlayerTimescaleMode: 1 - OnlyPlayIfWithinRange: 0 - RangeCenter: {fileID: 0} - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - IgnoreRangeEvents: 0 - CooldownDuration: 0 - InitialDelay: 0 - CanPlay: 1 - CanPlayWhileAlreadyPlaying: 1 - ChanceToPlay: 100 - FeedbacksIntensity: 1 - Events: - TriggerMMFeedbacksEvents: 0 - TriggerUnityEvents: 1 - OnPlay: - m_PersistentCalls: - m_Calls: [] - OnPause: - m_PersistentCalls: - m_Calls: [] - OnStop: - m_PersistentCalls: - m_Calls: [] - OnResume: - m_PersistentCalls: - m_Calls: [] - OnChangeDirection: - m_PersistentCalls: - m_Calls: [] - OnComplete: - m_PersistentCalls: - m_Calls: [] - OnRestoreInitialValues: - m_PersistentCalls: - m_Calls: [] - OnSkipToTheEnd: - m_PersistentCalls: - m_Calls: [] - OnInitializationComplete: - m_PersistentCalls: - m_Calls: [] - OnEnable: - m_PersistentCalls: - m_Calls: [] - OnDisable: - m_PersistentCalls: - m_Calls: [] - DebugActive: 0 - InScriptDrivenPause: 0 - FeedbacksList: - - rid: 0 - - rid: 1 - - rid: 2 - - rid: 3 - - rid: 4 - - rid: 5 - - rid: 6 - - rid: 7 - - rid: 8 - KeepPlayModeChanges: 0 - PerformanceMode: 0 - RestoreInitialValuesOnDisable: 0 - StopFeedbacksOnDisable: 0 - PlayCount: 0 - references: - version: 2 - RefIds: - - rid: 0 - type: {class: MMF_Position, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: 1561368062 - Label: Position - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0.8, y: 1} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 376389812} - DebugActive: 0 - AnimatePositionTarget: {fileID: 773672490} - Mode: 1 - Space: 0 - RandomizeRemap: 0 - AnimatePositionDuration: 0.2 - AnimatePositionTween: - MMTweenDefinitionType: 1 - MMTweenCurve: 4 - Curve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.1 - value: 0.05 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.9 - value: 0.95 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - Initialized: 1 - ConditionPropertyName: - EnumConditionPropertyName: Mode - EnumConditions: 0100010000000000000000000000000000000000000000000000000000000000 - RemapCurveZero: 0 - RemapCurveZeroAlt: 0 - RemapCurveOne: 2 - RemapCurveOneAlt: 1 - AnimateX: 0 - AnimatePositionTweenX: - MMTweenDefinitionType: 1 - MMTweenCurve: 4 - Curve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.3 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.6 - value: -1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - Initialized: 1 - ConditionPropertyName: AnimateX - EnumConditionPropertyName: - EnumConditions: 0000000000000000000000000000000000000000000000000000000000000000 - AnimateY: 1 - AnimatePositionTweenY: - MMTweenDefinitionType: 1 - MMTweenCurve: 4 - Curve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 10.10368 - outSlope: 10.10368 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0.047514614 - - serializedVersion: 3 - time: 0.3 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: -2.9999943 - outSlope: -2.9999943 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.029761963 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - Initialized: 1 - ConditionPropertyName: AnimateY - EnumConditionPropertyName: - EnumConditions: 0000000000000000000000000000000000000000000000000000000000000000 - AnimateZ: 0 - AnimatePositionTweenZ: - MMTweenDefinitionType: 1 - MMTweenCurve: 4 - Curve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.3 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.6 - value: -1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - Initialized: 1 - ConditionPropertyName: AnimateZ - EnumConditionPropertyName: - EnumConditions: 0000000000000000000000000000000000000000000000000000000000000000 - AllowAdditivePlays: 0 - RelativePosition: 1 - DeterminePositionsOnPlay: 0 - InitialPosition: {x: 0, y: 0, z: 0} - DestinationPosition: {x: 0, y: 3, z: -3} - InitialPositionTransform: {fileID: 0} - DestinationPositionTransform: {fileID: 0} - AnimatePositionCurveX: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.3 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.6 - value: -1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - AnimatePositionCurveY: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 10.10368 - outSlope: 10.10368 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0.047514614 - - serializedVersion: 3 - time: 0.3 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: -2.9999943 - outSlope: -2.9999943 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.029761963 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - AnimatePositionCurveZ: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.3 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.6 - value: -1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - AnimatePositionCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.1 - value: 0.05 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.9 - value: 0.95 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - - rid: 1 - type: {class: MMF_Rotation, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: -1404888975 - Label: Rotation - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0.8, y: 1} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 376389812} - DebugActive: 0 - AnimateRotationTarget: {fileID: 773672494} - Mode: 0 - RotationSpace: 0 - AnimateRotationDuration: 0.2 - RemapCurveZero: 0 - RemapCurveOne: 90 - AnimateX: 0 - AnimateRotationTweenX: - MMTweenDefinitionType: 1 - MMTweenCurve: 4 - Curve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: -0.060974594 - outSlope: -0.060974594 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.020408163 - value: -0.0012443794 - inSlope: -0.11328613 - outSlope: -0.11328613 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.040816326 - value: -0.0046239235 - inSlope: -0.20491463 - outSlope: -0.20491463 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.06122449 - value: -0.009608242 - inSlope: -0.27055395 - outSlope: -0.27055395 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.08163265 - value: -0.015666941 - inSlope: -0.3102041 - outSlope: -0.3102041 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.10204082 - value: -0.022269635 - inSlope: -0.3238651 - outSlope: -0.3238651 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.12244898 - value: -0.028885925 - inSlope: -0.3115369 - outSlope: -0.3115369 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.14285715 - value: -0.034985427 - inSlope: -0.2732195 - outSlope: -0.2732195 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.1632653 - value: -0.04003774 - inSlope: -0.2089129 - outSlope: -0.2089129 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.18367347 - value: -0.043512482 - inSlope: -0.118617244 - outSlope: -0.118617244 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.20408164 - value: -0.04487926 - inSlope: -0.0023323726 - outSlope: -0.0023323726 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.2244898 - value: -0.043607682 - inSlope: 0.13994168 - outSlope: 0.13994168 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.24489796 - value: -0.039167356 - inSlope: 0.3082049 - outSlope: 0.3082049 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.26530612 - value: -0.031027893 - inSlope: 0.5024574 - outSlope: 0.5024574 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.2857143 - value: -0.018658884 - inSlope: 0.7226989 - outSlope: 0.7226989 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.30612245 - value: -0.0015299736 - inSlope: 0.96892965 - outSlope: 0.96892965 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.3265306 - value: 0.020889245 - inSlope: 1.2411494 - outSlope: 1.2411494 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.3469388 - value: 0.049129207 - inSlope: 1.5393586 - outSlope: 1.5393586 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.36734694 - value: 0.08372022 - inSlope: 1.8635569 - outSlope: 1.8635569 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.3877551 - value: 0.12519272 - inSlope: 2.2137444 - outSlope: 2.2137444 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.40816328 - value: 0.17407717 - inSlope: 2.589921 - outSlope: 2.589921 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.42857143 - value: 0.2309038 - inSlope: 2.992087 - outSlope: 2.992087 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.4489796 - value: 0.2962031 - inSlope: 3.4202416 - outSlope: 3.4202416 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.46938777 - value: 0.37050554 - inSlope: 3.8743854 - outSlope: 3.8743854 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.48979592 - value: 0.45434132 - inSlope: 4.2912545 - outSlope: 4.2912545 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.5102041 - value: 0.5456587 - inSlope: 4.291253 - outSlope: 4.291253 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.53061223 - value: 0.6294944 - inSlope: 3.874385 - outSlope: 3.874385 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.5510204 - value: 0.7037968 - inSlope: 3.4202418 - outSlope: 3.4202418 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.5714286 - value: 0.76909626 - inSlope: 2.9920864 - outSlope: 2.9920864 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.59183675 - value: 0.8259229 - inSlope: 2.589922 - outSlope: 2.589922 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.6122449 - value: 0.8748073 - inSlope: 2.2137446 - outSlope: 2.2137446 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.63265306 - value: 0.9162798 - inSlope: 1.8635569 - outSlope: 1.8635569 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.6530612 - value: 0.9508708 - inSlope: 1.5393584 - outSlope: 1.5393584 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.67346936 - value: 0.9791107 - inSlope: 1.2411504 - outSlope: 1.2411504 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.6938776 - value: 1.00153 - inSlope: 0.9689287 - outSlope: 0.9689287 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.71428573 - value: 1.0186589 - inSlope: 0.722698 - outSlope: 0.722698 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.7346939 - value: 1.0310279 - inSlope: 0.50245917 - outSlope: 0.50245917 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.75510204 - value: 1.0391674 - inSlope: 0.30820522 - outSlope: 0.30820522 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.7755102 - value: 1.0436077 - inSlope: 0.13994193 - outSlope: 0.13994193 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.79591835 - value: 1.0448793 - inSlope: -0.0023334846 - outSlope: -0.0023334846 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.81632656 - value: 1.0435125 - inSlope: -0.118618324 - outSlope: -0.118618324 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.8367347 - value: 1.0400378 - inSlope: -0.20891258 - outSlope: -0.20891258 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.85714287 - value: 1.0349854 - inSlope: -0.273219 - outSlope: -0.273219 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.877551 - value: 1.028886 - inSlope: -0.31153765 - outSlope: -0.31153765 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.8979592 - value: 1.0222696 - inSlope: -0.32386562 - outSlope: -0.32386562 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.9183673 - value: 1.015667 - inSlope: -0.31020248 - outSlope: -0.31020248 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.93877554 - value: 1.0096083 - inSlope: -0.27055496 - outSlope: -0.27055496 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.9591837 - value: 1.0046239 - inSlope: -0.20491424 - outSlope: -0.20491424 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.97959185 - value: 1.0012444 - inSlope: -0.113285355 - outSlope: -0.113285355 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: -0.060976893 - outSlope: -0.060976893 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - Initialized: 1 - ConditionPropertyName: AnimateX - EnumConditionPropertyName: - EnumConditions: 0000000000000000000000000000000000000000000000000000000000000000 - AnimateY: 0 - AnimateRotationTweenY: - MMTweenDefinitionType: 1 - MMTweenCurve: 4 - Curve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.3 - value: 1.05 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - Initialized: 1 - ConditionPropertyName: AnimateY - EnumConditionPropertyName: - EnumConditions: 0000000000000000000000000000000000000000000000000000000000000000 - AnimateZ: 1 - AnimateRotationTweenZ: - MMTweenDefinitionType: 1 - MMTweenCurve: 4 - Curve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: -0.060974594 - outSlope: -0.060974594 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.020408163 - value: -0.0012443794 - inSlope: -0.11328613 - outSlope: -0.11328613 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.040816326 - value: -0.0046239235 - inSlope: -0.20491463 - outSlope: -0.20491463 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.06122449 - value: -0.009608242 - inSlope: -0.27055395 - outSlope: -0.27055395 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.08163265 - value: -0.015666941 - inSlope: -0.3102041 - outSlope: -0.3102041 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.10204082 - value: -0.022269635 - inSlope: -0.3238651 - outSlope: -0.3238651 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.12244898 - value: -0.028885925 - inSlope: -0.3115369 - outSlope: -0.3115369 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.14285715 - value: -0.034985427 - inSlope: -0.2732195 - outSlope: -0.2732195 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.1632653 - value: -0.04003774 - inSlope: -0.2089129 - outSlope: -0.2089129 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.18367347 - value: -0.043512482 - inSlope: -0.118617244 - outSlope: -0.118617244 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.20408164 - value: -0.04487926 - inSlope: -0.0023323726 - outSlope: -0.0023323726 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.2244898 - value: -0.043607682 - inSlope: 0.13994168 - outSlope: 0.13994168 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.24489796 - value: -0.039167356 - inSlope: 0.3082049 - outSlope: 0.3082049 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.26530612 - value: -0.031027893 - inSlope: 0.5024574 - outSlope: 0.5024574 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.2857143 - value: -0.018658884 - inSlope: 0.7226989 - outSlope: 0.7226989 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.30612245 - value: -0.0015299736 - inSlope: 0.96892965 - outSlope: 0.96892965 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.3265306 - value: 0.020889245 - inSlope: 1.2411494 - outSlope: 1.2411494 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.3469388 - value: 0.049129207 - inSlope: 1.5393586 - outSlope: 1.5393586 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.36734694 - value: 0.08372022 - inSlope: 1.8635569 - outSlope: 1.8635569 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.3877551 - value: 0.12519272 - inSlope: 2.2137444 - outSlope: 2.2137444 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.40816328 - value: 0.17407717 - inSlope: 2.589921 - outSlope: 2.589921 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.42857143 - value: 0.2309038 - inSlope: 2.992087 - outSlope: 2.992087 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.4489796 - value: 0.2962031 - inSlope: 3.4202416 - outSlope: 3.4202416 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.46938777 - value: 0.37050554 - inSlope: 3.8743854 - outSlope: 3.8743854 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.48979592 - value: 0.45434132 - inSlope: 4.2912545 - outSlope: 4.2912545 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.5102041 - value: 0.5456587 - inSlope: 4.291253 - outSlope: 4.291253 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.53061223 - value: 0.6294944 - inSlope: 3.874385 - outSlope: 3.874385 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.5510204 - value: 0.7037968 - inSlope: 3.4202418 - outSlope: 3.4202418 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.5714286 - value: 0.76909626 - inSlope: 2.9920864 - outSlope: 2.9920864 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.59183675 - value: 0.8259229 - inSlope: 2.589922 - outSlope: 2.589922 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.6122449 - value: 0.8748073 - inSlope: 2.2137446 - outSlope: 2.2137446 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.63265306 - value: 0.9162798 - inSlope: 1.8635569 - outSlope: 1.8635569 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.6530612 - value: 0.9508708 - inSlope: 1.5393584 - outSlope: 1.5393584 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.67346936 - value: 0.9791107 - inSlope: 1.2411504 - outSlope: 1.2411504 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.6938776 - value: 1.00153 - inSlope: 0.9689287 - outSlope: 0.9689287 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.71428573 - value: 1.0186589 - inSlope: 0.722698 - outSlope: 0.722698 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.7346939 - value: 1.0310279 - inSlope: 0.50245917 - outSlope: 0.50245917 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.75510204 - value: 1.0391674 - inSlope: 0.30820522 - outSlope: 0.30820522 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.7755102 - value: 1.0436077 - inSlope: 0.13994193 - outSlope: 0.13994193 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.79591835 - value: 1.0448793 - inSlope: -0.0023334846 - outSlope: -0.0023334846 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.81632656 - value: 1.0435125 - inSlope: -0.118618324 - outSlope: -0.118618324 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.8367347 - value: 1.0400378 - inSlope: -0.20891258 - outSlope: -0.20891258 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.85714287 - value: 1.0349854 - inSlope: -0.273219 - outSlope: -0.273219 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.877551 - value: 1.028886 - inSlope: -0.31153765 - outSlope: -0.31153765 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.8979592 - value: 1.0222696 - inSlope: -0.32386562 - outSlope: -0.32386562 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.9183673 - value: 1.015667 - inSlope: -0.31020248 - outSlope: -0.31020248 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.93877554 - value: 1.0096083 - inSlope: -0.27055496 - outSlope: -0.27055496 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.9591837 - value: 1.0046239 - inSlope: -0.20491424 - outSlope: -0.20491424 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.97959185 - value: 1.0012444 - inSlope: -0.113285355 - outSlope: -0.113285355 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: -0.060976893 - outSlope: -0.060976893 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - Initialized: 1 - ConditionPropertyName: AnimateZ - EnumConditionPropertyName: - EnumConditions: 0000000000000000000000000000000000000000000000000000000000000000 - AllowAdditivePlays: 0 - DetermineRotationOnPlay: 0 - ToDestinationSpace: 0 - DestinationAngles: {x: 0, y: 180, z: 0} - ToDestinationTransform: {fileID: 0} - ToDestinationTween: - MMTweenDefinitionType: 1 - MMTweenCurve: 10 - Curve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - Initialized: 1 - ConditionPropertyName: - EnumConditionPropertyName: Mode - EnumConditions: 0000010000000000000000000000000000000000000000000000000000000000 - AnimateRotationX: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: -0.060974594 - outSlope: -0.060974594 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.020408163 - value: -0.0012443794 - inSlope: -0.11328613 - outSlope: -0.11328613 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.040816326 - value: -0.0046239235 - inSlope: -0.20491463 - outSlope: -0.20491463 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.06122449 - value: -0.009608242 - inSlope: -0.27055395 - outSlope: -0.27055395 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.08163265 - value: -0.015666941 - inSlope: -0.3102041 - outSlope: -0.3102041 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.10204082 - value: -0.022269635 - inSlope: -0.3238651 - outSlope: -0.3238651 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.12244898 - value: -0.028885925 - inSlope: -0.3115369 - outSlope: -0.3115369 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.14285715 - value: -0.034985427 - inSlope: -0.2732195 - outSlope: -0.2732195 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.1632653 - value: -0.04003774 - inSlope: -0.2089129 - outSlope: -0.2089129 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.18367347 - value: -0.043512482 - inSlope: -0.118617244 - outSlope: -0.118617244 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.20408164 - value: -0.04487926 - inSlope: -0.0023323726 - outSlope: -0.0023323726 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.2244898 - value: -0.043607682 - inSlope: 0.13994168 - outSlope: 0.13994168 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.24489796 - value: -0.039167356 - inSlope: 0.3082049 - outSlope: 0.3082049 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.26530612 - value: -0.031027893 - inSlope: 0.5024574 - outSlope: 0.5024574 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.2857143 - value: -0.018658884 - inSlope: 0.7226989 - outSlope: 0.7226989 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.30612245 - value: -0.0015299736 - inSlope: 0.96892965 - outSlope: 0.96892965 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.3265306 - value: 0.020889245 - inSlope: 1.2411494 - outSlope: 1.2411494 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.3469388 - value: 0.049129207 - inSlope: 1.5393586 - outSlope: 1.5393586 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.36734694 - value: 0.08372022 - inSlope: 1.8635569 - outSlope: 1.8635569 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.3877551 - value: 0.12519272 - inSlope: 2.2137444 - outSlope: 2.2137444 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.40816328 - value: 0.17407717 - inSlope: 2.589921 - outSlope: 2.589921 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.42857143 - value: 0.2309038 - inSlope: 2.992087 - outSlope: 2.992087 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.4489796 - value: 0.2962031 - inSlope: 3.4202416 - outSlope: 3.4202416 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.46938777 - value: 0.37050554 - inSlope: 3.8743854 - outSlope: 3.8743854 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.48979592 - value: 0.45434132 - inSlope: 4.2912545 - outSlope: 4.2912545 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.5102041 - value: 0.5456587 - inSlope: 4.291253 - outSlope: 4.291253 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.53061223 - value: 0.6294944 - inSlope: 3.874385 - outSlope: 3.874385 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.5510204 - value: 0.7037968 - inSlope: 3.4202418 - outSlope: 3.4202418 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.5714286 - value: 0.76909626 - inSlope: 2.9920864 - outSlope: 2.9920864 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.59183675 - value: 0.8259229 - inSlope: 2.589922 - outSlope: 2.589922 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.6122449 - value: 0.8748073 - inSlope: 2.2137446 - outSlope: 2.2137446 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.63265306 - value: 0.9162798 - inSlope: 1.8635569 - outSlope: 1.8635569 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.6530612 - value: 0.9508708 - inSlope: 1.5393584 - outSlope: 1.5393584 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.67346936 - value: 0.9791107 - inSlope: 1.2411504 - outSlope: 1.2411504 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.6938776 - value: 1.00153 - inSlope: 0.9689287 - outSlope: 0.9689287 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.71428573 - value: 1.0186589 - inSlope: 0.722698 - outSlope: 0.722698 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.7346939 - value: 1.0310279 - inSlope: 0.50245917 - outSlope: 0.50245917 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.75510204 - value: 1.0391674 - inSlope: 0.30820522 - outSlope: 0.30820522 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.7755102 - value: 1.0436077 - inSlope: 0.13994193 - outSlope: 0.13994193 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.79591835 - value: 1.0448793 - inSlope: -0.0023334846 - outSlope: -0.0023334846 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.81632656 - value: 1.0435125 - inSlope: -0.118618324 - outSlope: -0.118618324 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.8367347 - value: 1.0400378 - inSlope: -0.20891258 - outSlope: -0.20891258 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.85714287 - value: 1.0349854 - inSlope: -0.273219 - outSlope: -0.273219 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.877551 - value: 1.028886 - inSlope: -0.31153765 - outSlope: -0.31153765 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.8979592 - value: 1.0222696 - inSlope: -0.32386562 - outSlope: -0.32386562 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.9183673 - value: 1.015667 - inSlope: -0.31020248 - outSlope: -0.31020248 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.93877554 - value: 1.0096083 - inSlope: -0.27055496 - outSlope: -0.27055496 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.9591837 - value: 1.0046239 - inSlope: -0.20491424 - outSlope: -0.20491424 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.97959185 - value: 1.0012444 - inSlope: -0.113285355 - outSlope: -0.113285355 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: -0.060976893 - outSlope: -0.060976893 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - AnimateRotationY: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.3 - value: 1.05 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - AnimateRotationZ: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: -0.060974594 - outSlope: -0.060974594 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.020408163 - value: -0.0012443794 - inSlope: -0.11328613 - outSlope: -0.11328613 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.040816326 - value: -0.0046239235 - inSlope: -0.20491463 - outSlope: -0.20491463 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.06122449 - value: -0.009608242 - inSlope: -0.27055395 - outSlope: -0.27055395 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.08163265 - value: -0.015666941 - inSlope: -0.3102041 - outSlope: -0.3102041 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.10204082 - value: -0.022269635 - inSlope: -0.3238651 - outSlope: -0.3238651 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.12244898 - value: -0.028885925 - inSlope: -0.3115369 - outSlope: -0.3115369 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.14285715 - value: -0.034985427 - inSlope: -0.2732195 - outSlope: -0.2732195 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.1632653 - value: -0.04003774 - inSlope: -0.2089129 - outSlope: -0.2089129 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.18367347 - value: -0.043512482 - inSlope: -0.118617244 - outSlope: -0.118617244 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.20408164 - value: -0.04487926 - inSlope: -0.0023323726 - outSlope: -0.0023323726 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.2244898 - value: -0.043607682 - inSlope: 0.13994168 - outSlope: 0.13994168 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.24489796 - value: -0.039167356 - inSlope: 0.3082049 - outSlope: 0.3082049 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.26530612 - value: -0.031027893 - inSlope: 0.5024574 - outSlope: 0.5024574 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.2857143 - value: -0.018658884 - inSlope: 0.7226989 - outSlope: 0.7226989 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.30612245 - value: -0.0015299736 - inSlope: 0.96892965 - outSlope: 0.96892965 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.3265306 - value: 0.020889245 - inSlope: 1.2411494 - outSlope: 1.2411494 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.3469388 - value: 0.049129207 - inSlope: 1.5393586 - outSlope: 1.5393586 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.36734694 - value: 0.08372022 - inSlope: 1.8635569 - outSlope: 1.8635569 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.3877551 - value: 0.12519272 - inSlope: 2.2137444 - outSlope: 2.2137444 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.40816328 - value: 0.17407717 - inSlope: 2.589921 - outSlope: 2.589921 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.42857143 - value: 0.2309038 - inSlope: 2.992087 - outSlope: 2.992087 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.4489796 - value: 0.2962031 - inSlope: 3.4202416 - outSlope: 3.4202416 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.46938777 - value: 0.37050554 - inSlope: 3.8743854 - outSlope: 3.8743854 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.48979592 - value: 0.45434132 - inSlope: 4.2912545 - outSlope: 4.2912545 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.5102041 - value: 0.5456587 - inSlope: 4.291253 - outSlope: 4.291253 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.53061223 - value: 0.6294944 - inSlope: 3.874385 - outSlope: 3.874385 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.5510204 - value: 0.7037968 - inSlope: 3.4202418 - outSlope: 3.4202418 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.5714286 - value: 0.76909626 - inSlope: 2.9920864 - outSlope: 2.9920864 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.59183675 - value: 0.8259229 - inSlope: 2.589922 - outSlope: 2.589922 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.6122449 - value: 0.8748073 - inSlope: 2.2137446 - outSlope: 2.2137446 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.63265306 - value: 0.9162798 - inSlope: 1.8635569 - outSlope: 1.8635569 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.6530612 - value: 0.9508708 - inSlope: 1.5393584 - outSlope: 1.5393584 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.67346936 - value: 0.9791107 - inSlope: 1.2411504 - outSlope: 1.2411504 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.6938776 - value: 1.00153 - inSlope: 0.9689287 - outSlope: 0.9689287 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.71428573 - value: 1.0186589 - inSlope: 0.722698 - outSlope: 0.722698 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.7346939 - value: 1.0310279 - inSlope: 0.50245917 - outSlope: 0.50245917 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.75510204 - value: 1.0391674 - inSlope: 0.30820522 - outSlope: 0.30820522 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.7755102 - value: 1.0436077 - inSlope: 0.13994193 - outSlope: 0.13994193 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.79591835 - value: 1.0448793 - inSlope: -0.0023334846 - outSlope: -0.0023334846 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.81632656 - value: 1.0435125 - inSlope: -0.118618324 - outSlope: -0.118618324 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.8367347 - value: 1.0400378 - inSlope: -0.20891258 - outSlope: -0.20891258 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.85714287 - value: 1.0349854 - inSlope: -0.273219 - outSlope: -0.273219 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.877551 - value: 1.028886 - inSlope: -0.31153765 - outSlope: -0.31153765 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.8979592 - value: 1.0222696 - inSlope: -0.32386562 - outSlope: -0.32386562 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.9183673 - value: 1.015667 - inSlope: -0.31020248 - outSlope: -0.31020248 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.93877554 - value: 1.0096083 - inSlope: -0.27055496 - outSlope: -0.27055496 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.9591837 - value: 1.0046239 - inSlope: -0.20491424 - outSlope: -0.20491424 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.97959185 - value: 1.0012444 - inSlope: -0.113285355 - outSlope: -0.113285355 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: -0.060976893 - outSlope: -0.060976893 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - ToDestinationCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - - rid: 2 - type: {class: MMF_Sound, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: -59765062 - Label: Note Sound - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0.2 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0.8, y: 1} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: Automatic Shaker Setup - Owner: {fileID: 376389812} - DebugActive: 0 - Sfx: {fileID: 8300000, guid: d6252c9736dd3514dae1fc4563f27d43, type: 3} - RandomSfx: [] - TestPlayButton: - ButtonText: Debug Play Sound - TestStopButton: - ButtonText: Debug Stop Sound - PlayMethod: 1 - PoolSize: 10 - UseLegacyEventsMode: 0 - StopSoundOnFeedbackStop: 1 - MinVolume: 1 - MaxVolume: 1 - MinPitch: 1 - MaxPitch: 1 - SfxAudioMixerGroup: {fileID: 0} - Priority: 128 - PanStereo: 0 - SpatialBlend: 0 - DopplerLevel: 1 - Spread: 0 - RolloffMode: 0 - MinDistance: 1 - MaxDistance: 500 - UseCustomRolloffCurve: 0 - CustomRolloffCurve: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - UseSpatialBlendCurve: 0 - SpatialBlendCurve: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - UseReverbZoneMixCurve: 0 - ReverbZoneMixCurve: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - UseSpreadCurve: 0 - SpreadCurve: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - - rid: 3 - type: {class: MMF_Sound, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: -35440481 - Label: Bass Sound - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0.15 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0.8, y: 1} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: Automatic Shaker Setup - Owner: {fileID: 376389812} - DebugActive: 0 - Sfx: {fileID: 8300000, guid: ed067cd4ccfcda447b0bf119397fc305, type: 3} - RandomSfx: [] - TestPlayButton: - ButtonText: Debug Play Sound - TestStopButton: - ButtonText: Debug Stop Sound - PlayMethod: 3 - PoolSize: 20 - UseLegacyEventsMode: 0 - StopSoundOnFeedbackStop: 1 - MinVolume: 1 - MaxVolume: 1 - MinPitch: 1 - MaxPitch: 1 - SfxAudioMixerGroup: {fileID: 0} - Priority: 128 - PanStereo: 0 - SpatialBlend: 0 - DopplerLevel: 1 - Spread: 0 - RolloffMode: 0 - MinDistance: 1 - MaxDistance: 500 - UseCustomRolloffCurve: 0 - CustomRolloffCurve: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - UseSpatialBlendCurve: 0 - SpatialBlendCurve: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - UseReverbZoneMixCurve: 0 - ReverbZoneMixCurve: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - UseSpreadCurve: 0 - SpreadCurve: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - - rid: 4 - type: {class: MMF_Material, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: -1617194791 - Label: Material - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0.1 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0.8, y: 1} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 376389812} - DebugActive: 0 - TargetRenderer: {fileID: 7718390322990954521} - RendererMaterialIndexes: - Method: 0 - Loop: 1 - AlwaysNewMaterial: 1 - InitialIndex: 0 - Materials: - - {fileID: 2100000, guid: 859110124559f53448796d58be533933, type: 2} - - {fileID: 2100000, guid: ef35891a12f2deb49acd5cffa698c910, type: 2} - - {fileID: 2100000, guid: fafd9ca80d42ea147955a570b7ff417a, type: 2} - - {fileID: 2100000, guid: 1e5b54aaf95dc544996bd98919f83491, type: 2} - - {fileID: 2100000, guid: d27c02d0cdd147245be0de863bd68637, type: 2} - - {fileID: 2100000, guid: 1e5b54aaf95dc544996bd98919f83491, type: 2} - - {fileID: 2100000, guid: aa24205135c86be4792f70af431b8638, type: 2} - - {fileID: 2100000, guid: 1a56e529cc6f9354ebe7986cb56493be, type: 2} - InterpolateTransition: 0 - TransitionDuration: 1 - TransitionCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - - rid: 5 - type: {class: MMF_CinemachineImpulse, ns: MoreMountains.FeedbacksForThirdParty, - asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: 437361167 - Label: Impulse - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0.8, y: 1} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: Automatic Shaker Setup - Owner: {fileID: 376389812} - DebugActive: 0 - m_ImpulseDefinition: - ImpulseChannel: 1 - ImpulseShape: 0 - CustomImpulseShape: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - ImpulseDuration: 0.2 - ImpulseType: 3 - DissipationRate: 0 - RawSignal: {fileID: 11400000, guid: 69ce8388f6785dd4c8c39915efece2f4, type: 2} - AmplitudeGain: 1 - FrequencyGain: 1 - RepeatMode: 0 - Randomize: 1 - TimeEnvelope: - AttackShape: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - DecayShape: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: -0.9999995 - outSlope: -0.9999995 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.020408163 - value: 0.97959185 - inSlope: -0.9999995 - outSlope: -0.9999995 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.040816326 - value: 0.9591837 - inSlope: -0.9999995 - outSlope: -0.9999995 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.06122449 - value: 0.93877554 - inSlope: -1.000001 - outSlope: -1.000001 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.08163265 - value: 0.9183673 - inSlope: -1.000001 - outSlope: -1.000001 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.10204082 - value: 0.8979592 - inSlope: -0.99999946 - outSlope: -0.99999946 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.12244898 - value: 0.877551 - inSlope: -0.99999946 - outSlope: -0.99999946 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.14285715 - value: 0.85714287 - inSlope: -0.99999964 - outSlope: -0.99999964 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.1632653 - value: 0.8367347 - inSlope: -1.0000011 - outSlope: -1.0000011 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.18367347 - value: 0.8163265 - inSlope: -1.0000007 - outSlope: -1.0000007 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.20408164 - value: 0.79591835 - inSlope: -0.99999964 - outSlope: -0.99999964 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.2244898 - value: 0.7755102 - inSlope: -0.99999964 - outSlope: -0.99999964 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.24489796 - value: 0.75510204 - inSlope: -0.99999964 - outSlope: -0.99999964 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.26530612 - value: 0.7346939 - inSlope: -0.9999993 - outSlope: -0.9999993 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.2857143 - value: 0.71428573 - inSlope: -0.9999993 - outSlope: -0.9999993 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.30612245 - value: 0.6938776 - inSlope: -1 - outSlope: -1 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.3265306 - value: 0.6734694 - inSlope: -1.0000007 - outSlope: -1.0000007 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.3469388 - value: 0.6530612 - inSlope: -1.0000007 - outSlope: -1.0000007 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.36734694 - value: 0.63265306 - inSlope: -1 - outSlope: -1 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.3877551 - value: 0.6122449 - inSlope: -1.0000007 - outSlope: -1.0000007 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.40816328 - value: 0.5918367 - inSlope: -1.0000007 - outSlope: -1.0000007 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.42857143 - value: 0.57142854 - inSlope: -1 - outSlope: -1 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.4489796 - value: 0.5510204 - inSlope: -0.9999993 - outSlope: -0.9999993 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.46938777 - value: 0.53061223 - inSlope: -0.9999993 - outSlope: -0.9999993 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.48979592 - value: 0.5102041 - inSlope: -1 - outSlope: -1 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.5102041 - value: 0.48979592 - inSlope: -1 - outSlope: -1 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.53061223 - value: 0.46938777 - inSlope: -1 - outSlope: -1 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.5510204 - value: 0.44897962 - inSlope: -1 - outSlope: -1 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.5714286 - value: 0.4285714 - inSlope: -1 - outSlope: -1 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.59183675 - value: 0.40816325 - inSlope: -1 - outSlope: -1 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.6122449 - value: 0.3877551 - inSlope: -1 - outSlope: -1 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.63265306 - value: 0.36734694 - inSlope: -1 - outSlope: -1 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.6530612 - value: 0.3469388 - inSlope: -1 - outSlope: -1 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.67346936 - value: 0.32653064 - inSlope: -1 - outSlope: -1 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.6938776 - value: 0.30612242 - inSlope: -1 - outSlope: -1 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.71428573 - value: 0.28571427 - inSlope: -1 - outSlope: -1 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.7346939 - value: 0.26530612 - inSlope: -1 - outSlope: -1 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.75510204 - value: 0.24489796 - inSlope: -1 - outSlope: -1 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.7755102 - value: 0.22448981 - inSlope: -1 - outSlope: -1 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.79591835 - value: 0.20408165 - inSlope: -1 - outSlope: -1 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.81632656 - value: 0.18367344 - inSlope: -1 - outSlope: -1 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.8367347 - value: 0.16326529 - inSlope: -1 - outSlope: -1 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.85714287 - value: 0.14285713 - inSlope: -1 - outSlope: -1 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.877551 - value: 0.12244898 - inSlope: -1 - outSlope: -1 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.8979592 - value: 0.10204083 - inSlope: -1 - outSlope: -1 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.9183673 - value: 0.081632674 - inSlope: -1 - outSlope: -1 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.93877554 - value: 0.06122446 - inSlope: -1 - outSlope: -1 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.9591837 - value: 0.040816307 - inSlope: -1 - outSlope: -1 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.97959185 - value: 0.020408154 - inSlope: -1 - outSlope: -1 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: -1 - outSlope: -1 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - AttackTime: 0 - SustainTime: 0.1 - DecayTime: 0.2 - ScaleWithImpact: 1 - HoldForever: 0 - ImpactRadius: 100 - DirectionMode: 0 - DissipationMode: 2 - DissipationDistance: 1000 - PropagationSpeed: 343 - Velocity: {x: 0.2, y: 0.2, z: 0.2} - ClearImpulseOnStop: 0 - DrawGizmos: 0 - - rid: 6 - type: {class: MMF_ChromaticAberration, ns: MoreMountains.FeedbacksForThirdParty, - asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: -58859600 - Label: Chromatic Aberration - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0.8, y: 1} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: Automatic Shaker Setup - Owner: {fileID: 376389812} - DebugActive: 0 - Duration: 0.2 - ResetShakerValuesAfterShake: 1 - ResetTargetValuesAfterShake: 1 - RemapIntensityZero: 0 - RemapIntensityOne: 1 - Intensity: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.5 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - Amplitude: 1 - RelativeIntensity: 0 - - rid: 7 - type: {class: MMF_PPMovingFilter, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 0 - UniqueID: -79662766 - Label: PPMovingFilter - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0.8, y: 1} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 376389812} - DebugActive: 0 - Mode: 0 - TransitionDuration: 0.1 - Curve: - MMTweenDefinitionType: 0 - MMTweenCurve: 4 - Curve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - Initialized: 0 - ConditionPropertyName: - EnumConditionPropertyName: - EnumConditions: 0000000000000000000000000000000000000000000000000000000000000000 - - rid: 8 - type: {class: MMF_ShaderController, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: 1448944299 - Label: ShaderController - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0.8, y: 1} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 376389812} - DebugActive: 0 - Mode: 0 - TargetShaderController: {fileID: 773672492} - TargetShaderControllerList: [] - RevertToInitialValueAfterEnd: 0 - GetInitialValueOnOneTime: 0 - OneTimeDuration: 0.1 - OneTimeAmplitude: 1 - OneTimeRemapMin: 0 - OneTimeRemapMax: 1 - OneTimeCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.15789795 - value: 0.9976654 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - ToDestinationValue: 1 - ToDestinationDuration: 1 - ToDestinationColor: {r: 1, g: 0, b: 0, a: 1} - ToDestinationCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.5 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 ---- !u!1 &425467982 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 425467983} - - component: {fileID: 425467993} - m_Layer: 0 - m_Name: MMFeedbacks1 (5) - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 0 ---- !u!4 &425467983 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 425467982} - serializedVersion: 2 - m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: 0} - m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 - m_Children: [] - m_Father: {fileID: 89129166} - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!114 &425467993 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 425467982} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 6da43522623d4704e979466dc7650b65, type: 3} - m_Name: - m_EditorClassIdentifier: - Feedbacks: - - {fileID: 0} - - {fileID: 0} - - {fileID: 0} - - {fileID: 0} - - {fileID: 0} - - {fileID: 0} - - {fileID: 0} - - {fileID: 0} - - {fileID: 0} - InitializationMode: 2 - AutoInitialization: 1 - SafeMode: 3 - Direction: 0 - AutoChangeDirectionOnEnd: 0 - AutoPlayOnStart: 0 - AutoPlayOnEnable: 0 - ForceTimescaleMode: 0 - ForcedTimescaleMode: 1 - DurationMultiplier: 1 - TimescaleMultiplier: 1 - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 1.5} - DisplayFullDurationDetails: 0 - PlayerTimescaleMode: 1 - OnlyPlayIfWithinRange: 0 - RangeCenter: {fileID: 0} - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - IgnoreRangeEvents: 0 - CooldownDuration: 0 - InitialDelay: 0 - CanPlay: 1 - CanPlayWhileAlreadyPlaying: 1 - ChanceToPlay: 100 - FeedbacksIntensity: 1 - Events: - TriggerMMFeedbacksEvents: 0 - TriggerUnityEvents: 1 - OnPlay: - m_PersistentCalls: - m_Calls: [] - OnPause: - m_PersistentCalls: - m_Calls: [] - OnStop: - m_PersistentCalls: - m_Calls: [] - OnResume: - m_PersistentCalls: - m_Calls: [] - OnChangeDirection: - m_PersistentCalls: - m_Calls: [] - OnComplete: - m_PersistentCalls: - m_Calls: [] - OnRestoreInitialValues: - m_PersistentCalls: - m_Calls: [] - OnSkipToTheEnd: - m_PersistentCalls: - m_Calls: [] - OnInitializationComplete: - m_PersistentCalls: - m_Calls: [] - OnEnable: - m_PersistentCalls: - m_Calls: [] - OnDisable: - m_PersistentCalls: - m_Calls: [] - DebugActive: 0 - InScriptDrivenPause: 0 - FeedbacksList: - - rid: 0 - - rid: 1 - - rid: 2 - - rid: 3 - - rid: 4 - - rid: 5 - - rid: 6 - - rid: 7 - - rid: 8 - KeepPlayModeChanges: 0 - PerformanceMode: 0 - RestoreInitialValuesOnDisable: 0 - StopFeedbacksOnDisable: 0 - PlayCount: 0 - references: - version: 2 - RefIds: - - rid: 0 - type: {class: MMF_Position, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: -1697891249 - Label: Position - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0.8, y: 1} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 425467993} - DebugActive: 0 - AnimatePositionTarget: {fileID: 773672490} - Mode: 1 - Space: 0 - RandomizeRemap: 0 - AnimatePositionDuration: 0.2 - AnimatePositionTween: - MMTweenDefinitionType: 1 - MMTweenCurve: 4 - Curve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.1 - value: 0.05 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.9 - value: 0.95 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - Initialized: 1 - ConditionPropertyName: - EnumConditionPropertyName: Mode - EnumConditions: 0100010000000000000000000000000000000000000000000000000000000000 - RemapCurveZero: 0 - RemapCurveZeroAlt: 0 - RemapCurveOne: 2 - RemapCurveOneAlt: 1 - AnimateX: 0 - AnimatePositionTweenX: - MMTweenDefinitionType: 1 - MMTweenCurve: 4 - Curve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.3 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.6 - value: -1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - Initialized: 1 - ConditionPropertyName: AnimateX - EnumConditionPropertyName: - EnumConditions: 0000000000000000000000000000000000000000000000000000000000000000 - AnimateY: 1 - AnimatePositionTweenY: - MMTweenDefinitionType: 1 - MMTweenCurve: 4 - Curve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 10.10368 - outSlope: 10.10368 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0.047514614 - - serializedVersion: 3 - time: 0.3 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: -2.9999943 - outSlope: -2.9999943 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.029761963 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - Initialized: 1 - ConditionPropertyName: AnimateY - EnumConditionPropertyName: - EnumConditions: 0000000000000000000000000000000000000000000000000000000000000000 - AnimateZ: 0 - AnimatePositionTweenZ: - MMTweenDefinitionType: 1 - MMTweenCurve: 4 - Curve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.3 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.6 - value: -1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - Initialized: 1 - ConditionPropertyName: AnimateZ - EnumConditionPropertyName: - EnumConditions: 0000000000000000000000000000000000000000000000000000000000000000 - AllowAdditivePlays: 0 - RelativePosition: 1 - DeterminePositionsOnPlay: 0 - InitialPosition: {x: 0, y: 0, z: 0} - DestinationPosition: {x: 0, y: 3, z: -3} - InitialPositionTransform: {fileID: 0} - DestinationPositionTransform: {fileID: 0} - AnimatePositionCurveX: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.3 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.6 - value: -1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - AnimatePositionCurveY: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 10.10368 - outSlope: 10.10368 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0.047514614 - - serializedVersion: 3 - time: 0.3 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: -2.9999943 - outSlope: -2.9999943 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.029761963 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - AnimatePositionCurveZ: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.3 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.6 - value: -1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - AnimatePositionCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.1 - value: 0.05 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.9 - value: 0.95 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - - rid: 1 - type: {class: MMF_Rotation, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: 270297663 - Label: Rotation - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0.8, y: 1} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 425467993} - DebugActive: 0 - AnimateRotationTarget: {fileID: 773672494} - Mode: 0 - RotationSpace: 0 - AnimateRotationDuration: 0.2 - RemapCurveZero: 0 - RemapCurveOne: 90 - AnimateX: 0 - AnimateRotationTweenX: - MMTweenDefinitionType: 1 - MMTweenCurve: 4 - Curve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: -0.060974594 - outSlope: -0.060974594 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.020408163 - value: -0.0012443794 - inSlope: -0.11328613 - outSlope: -0.11328613 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.040816326 - value: -0.0046239235 - inSlope: -0.20491463 - outSlope: -0.20491463 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.06122449 - value: -0.009608242 - inSlope: -0.27055395 - outSlope: -0.27055395 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.08163265 - value: -0.015666941 - inSlope: -0.3102041 - outSlope: -0.3102041 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.10204082 - value: -0.022269635 - inSlope: -0.3238651 - outSlope: -0.3238651 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.12244898 - value: -0.028885925 - inSlope: -0.3115369 - outSlope: -0.3115369 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.14285715 - value: -0.034985427 - inSlope: -0.2732195 - outSlope: -0.2732195 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.1632653 - value: -0.04003774 - inSlope: -0.2089129 - outSlope: -0.2089129 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.18367347 - value: -0.043512482 - inSlope: -0.118617244 - outSlope: -0.118617244 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.20408164 - value: -0.04487926 - inSlope: -0.0023323726 - outSlope: -0.0023323726 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.2244898 - value: -0.043607682 - inSlope: 0.13994168 - outSlope: 0.13994168 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.24489796 - value: -0.039167356 - inSlope: 0.3082049 - outSlope: 0.3082049 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.26530612 - value: -0.031027893 - inSlope: 0.5024574 - outSlope: 0.5024574 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.2857143 - value: -0.018658884 - inSlope: 0.7226989 - outSlope: 0.7226989 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.30612245 - value: -0.0015299736 - inSlope: 0.96892965 - outSlope: 0.96892965 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.3265306 - value: 0.020889245 - inSlope: 1.2411494 - outSlope: 1.2411494 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.3469388 - value: 0.049129207 - inSlope: 1.5393586 - outSlope: 1.5393586 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.36734694 - value: 0.08372022 - inSlope: 1.8635569 - outSlope: 1.8635569 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.3877551 - value: 0.12519272 - inSlope: 2.2137444 - outSlope: 2.2137444 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.40816328 - value: 0.17407717 - inSlope: 2.589921 - outSlope: 2.589921 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.42857143 - value: 0.2309038 - inSlope: 2.992087 - outSlope: 2.992087 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.4489796 - value: 0.2962031 - inSlope: 3.4202416 - outSlope: 3.4202416 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.46938777 - value: 0.37050554 - inSlope: 3.8743854 - outSlope: 3.8743854 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.48979592 - value: 0.45434132 - inSlope: 4.2912545 - outSlope: 4.2912545 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.5102041 - value: 0.5456587 - inSlope: 4.291253 - outSlope: 4.291253 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.53061223 - value: 0.6294944 - inSlope: 3.874385 - outSlope: 3.874385 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.5510204 - value: 0.7037968 - inSlope: 3.4202418 - outSlope: 3.4202418 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.5714286 - value: 0.76909626 - inSlope: 2.9920864 - outSlope: 2.9920864 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.59183675 - value: 0.8259229 - inSlope: 2.589922 - outSlope: 2.589922 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.6122449 - value: 0.8748073 - inSlope: 2.2137446 - outSlope: 2.2137446 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.63265306 - value: 0.9162798 - inSlope: 1.8635569 - outSlope: 1.8635569 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.6530612 - value: 0.9508708 - inSlope: 1.5393584 - outSlope: 1.5393584 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.67346936 - value: 0.9791107 - inSlope: 1.2411504 - outSlope: 1.2411504 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.6938776 - value: 1.00153 - inSlope: 0.9689287 - outSlope: 0.9689287 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.71428573 - value: 1.0186589 - inSlope: 0.722698 - outSlope: 0.722698 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.7346939 - value: 1.0310279 - inSlope: 0.50245917 - outSlope: 0.50245917 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.75510204 - value: 1.0391674 - inSlope: 0.30820522 - outSlope: 0.30820522 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.7755102 - value: 1.0436077 - inSlope: 0.13994193 - outSlope: 0.13994193 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.79591835 - value: 1.0448793 - inSlope: -0.0023334846 - outSlope: -0.0023334846 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.81632656 - value: 1.0435125 - inSlope: -0.118618324 - outSlope: -0.118618324 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.8367347 - value: 1.0400378 - inSlope: -0.20891258 - outSlope: -0.20891258 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.85714287 - value: 1.0349854 - inSlope: -0.273219 - outSlope: -0.273219 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.877551 - value: 1.028886 - inSlope: -0.31153765 - outSlope: -0.31153765 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.8979592 - value: 1.0222696 - inSlope: -0.32386562 - outSlope: -0.32386562 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.9183673 - value: 1.015667 - inSlope: -0.31020248 - outSlope: -0.31020248 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.93877554 - value: 1.0096083 - inSlope: -0.27055496 - outSlope: -0.27055496 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.9591837 - value: 1.0046239 - inSlope: -0.20491424 - outSlope: -0.20491424 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.97959185 - value: 1.0012444 - inSlope: -0.113285355 - outSlope: -0.113285355 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: -0.060976893 - outSlope: -0.060976893 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - Initialized: 1 - ConditionPropertyName: AnimateX - EnumConditionPropertyName: - EnumConditions: 0000000000000000000000000000000000000000000000000000000000000000 - AnimateY: 0 - AnimateRotationTweenY: - MMTweenDefinitionType: 1 - MMTweenCurve: 4 - Curve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.3 - value: 1.05 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - Initialized: 1 - ConditionPropertyName: AnimateY - EnumConditionPropertyName: - EnumConditions: 0000000000000000000000000000000000000000000000000000000000000000 - AnimateZ: 1 - AnimateRotationTweenZ: - MMTweenDefinitionType: 1 - MMTweenCurve: 4 - Curve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: -0.060974594 - outSlope: -0.060974594 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.020408163 - value: -0.0012443794 - inSlope: -0.11328613 - outSlope: -0.11328613 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.040816326 - value: -0.0046239235 - inSlope: -0.20491463 - outSlope: -0.20491463 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.06122449 - value: -0.009608242 - inSlope: -0.27055395 - outSlope: -0.27055395 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.08163265 - value: -0.015666941 - inSlope: -0.3102041 - outSlope: -0.3102041 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.10204082 - value: -0.022269635 - inSlope: -0.3238651 - outSlope: -0.3238651 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.12244898 - value: -0.028885925 - inSlope: -0.3115369 - outSlope: -0.3115369 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.14285715 - value: -0.034985427 - inSlope: -0.2732195 - outSlope: -0.2732195 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.1632653 - value: -0.04003774 - inSlope: -0.2089129 - outSlope: -0.2089129 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.18367347 - value: -0.043512482 - inSlope: -0.118617244 - outSlope: -0.118617244 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.20408164 - value: -0.04487926 - inSlope: -0.0023323726 - outSlope: -0.0023323726 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.2244898 - value: -0.043607682 - inSlope: 0.13994168 - outSlope: 0.13994168 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.24489796 - value: -0.039167356 - inSlope: 0.3082049 - outSlope: 0.3082049 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.26530612 - value: -0.031027893 - inSlope: 0.5024574 - outSlope: 0.5024574 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.2857143 - value: -0.018658884 - inSlope: 0.7226989 - outSlope: 0.7226989 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.30612245 - value: -0.0015299736 - inSlope: 0.96892965 - outSlope: 0.96892965 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.3265306 - value: 0.020889245 - inSlope: 1.2411494 - outSlope: 1.2411494 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.3469388 - value: 0.049129207 - inSlope: 1.5393586 - outSlope: 1.5393586 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.36734694 - value: 0.08372022 - inSlope: 1.8635569 - outSlope: 1.8635569 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.3877551 - value: 0.12519272 - inSlope: 2.2137444 - outSlope: 2.2137444 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.40816328 - value: 0.17407717 - inSlope: 2.589921 - outSlope: 2.589921 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.42857143 - value: 0.2309038 - inSlope: 2.992087 - outSlope: 2.992087 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.4489796 - value: 0.2962031 - inSlope: 3.4202416 - outSlope: 3.4202416 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.46938777 - value: 0.37050554 - inSlope: 3.8743854 - outSlope: 3.8743854 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.48979592 - value: 0.45434132 - inSlope: 4.2912545 - outSlope: 4.2912545 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.5102041 - value: 0.5456587 - inSlope: 4.291253 - outSlope: 4.291253 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.53061223 - value: 0.6294944 - inSlope: 3.874385 - outSlope: 3.874385 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.5510204 - value: 0.7037968 - inSlope: 3.4202418 - outSlope: 3.4202418 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.5714286 - value: 0.76909626 - inSlope: 2.9920864 - outSlope: 2.9920864 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.59183675 - value: 0.8259229 - inSlope: 2.589922 - outSlope: 2.589922 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.6122449 - value: 0.8748073 - inSlope: 2.2137446 - outSlope: 2.2137446 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.63265306 - value: 0.9162798 - inSlope: 1.8635569 - outSlope: 1.8635569 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.6530612 - value: 0.9508708 - inSlope: 1.5393584 - outSlope: 1.5393584 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.67346936 - value: 0.9791107 - inSlope: 1.2411504 - outSlope: 1.2411504 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.6938776 - value: 1.00153 - inSlope: 0.9689287 - outSlope: 0.9689287 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.71428573 - value: 1.0186589 - inSlope: 0.722698 - outSlope: 0.722698 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.7346939 - value: 1.0310279 - inSlope: 0.50245917 - outSlope: 0.50245917 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.75510204 - value: 1.0391674 - inSlope: 0.30820522 - outSlope: 0.30820522 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.7755102 - value: 1.0436077 - inSlope: 0.13994193 - outSlope: 0.13994193 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.79591835 - value: 1.0448793 - inSlope: -0.0023334846 - outSlope: -0.0023334846 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.81632656 - value: 1.0435125 - inSlope: -0.118618324 - outSlope: -0.118618324 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.8367347 - value: 1.0400378 - inSlope: -0.20891258 - outSlope: -0.20891258 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.85714287 - value: 1.0349854 - inSlope: -0.273219 - outSlope: -0.273219 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.877551 - value: 1.028886 - inSlope: -0.31153765 - outSlope: -0.31153765 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.8979592 - value: 1.0222696 - inSlope: -0.32386562 - outSlope: -0.32386562 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.9183673 - value: 1.015667 - inSlope: -0.31020248 - outSlope: -0.31020248 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.93877554 - value: 1.0096083 - inSlope: -0.27055496 - outSlope: -0.27055496 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.9591837 - value: 1.0046239 - inSlope: -0.20491424 - outSlope: -0.20491424 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.97959185 - value: 1.0012444 - inSlope: -0.113285355 - outSlope: -0.113285355 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: -0.060976893 - outSlope: -0.060976893 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - Initialized: 1 - ConditionPropertyName: AnimateZ - EnumConditionPropertyName: - EnumConditions: 0000000000000000000000000000000000000000000000000000000000000000 - AllowAdditivePlays: 0 - DetermineRotationOnPlay: 0 - ToDestinationSpace: 0 - DestinationAngles: {x: 0, y: 180, z: 0} - ToDestinationTransform: {fileID: 0} - ToDestinationTween: - MMTweenDefinitionType: 1 - MMTweenCurve: 10 - Curve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - Initialized: 1 - ConditionPropertyName: - EnumConditionPropertyName: Mode - EnumConditions: 0000010000000000000000000000000000000000000000000000000000000000 - AnimateRotationX: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: -0.060974594 - outSlope: -0.060974594 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.020408163 - value: -0.0012443794 - inSlope: -0.11328613 - outSlope: -0.11328613 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.040816326 - value: -0.0046239235 - inSlope: -0.20491463 - outSlope: -0.20491463 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.06122449 - value: -0.009608242 - inSlope: -0.27055395 - outSlope: -0.27055395 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.08163265 - value: -0.015666941 - inSlope: -0.3102041 - outSlope: -0.3102041 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.10204082 - value: -0.022269635 - inSlope: -0.3238651 - outSlope: -0.3238651 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.12244898 - value: -0.028885925 - inSlope: -0.3115369 - outSlope: -0.3115369 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.14285715 - value: -0.034985427 - inSlope: -0.2732195 - outSlope: -0.2732195 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.1632653 - value: -0.04003774 - inSlope: -0.2089129 - outSlope: -0.2089129 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.18367347 - value: -0.043512482 - inSlope: -0.118617244 - outSlope: -0.118617244 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.20408164 - value: -0.04487926 - inSlope: -0.0023323726 - outSlope: -0.0023323726 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.2244898 - value: -0.043607682 - inSlope: 0.13994168 - outSlope: 0.13994168 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.24489796 - value: -0.039167356 - inSlope: 0.3082049 - outSlope: 0.3082049 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.26530612 - value: -0.031027893 - inSlope: 0.5024574 - outSlope: 0.5024574 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.2857143 - value: -0.018658884 - inSlope: 0.7226989 - outSlope: 0.7226989 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.30612245 - value: -0.0015299736 - inSlope: 0.96892965 - outSlope: 0.96892965 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.3265306 - value: 0.020889245 - inSlope: 1.2411494 - outSlope: 1.2411494 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.3469388 - value: 0.049129207 - inSlope: 1.5393586 - outSlope: 1.5393586 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.36734694 - value: 0.08372022 - inSlope: 1.8635569 - outSlope: 1.8635569 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.3877551 - value: 0.12519272 - inSlope: 2.2137444 - outSlope: 2.2137444 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.40816328 - value: 0.17407717 - inSlope: 2.589921 - outSlope: 2.589921 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.42857143 - value: 0.2309038 - inSlope: 2.992087 - outSlope: 2.992087 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.4489796 - value: 0.2962031 - inSlope: 3.4202416 - outSlope: 3.4202416 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.46938777 - value: 0.37050554 - inSlope: 3.8743854 - outSlope: 3.8743854 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.48979592 - value: 0.45434132 - inSlope: 4.2912545 - outSlope: 4.2912545 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.5102041 - value: 0.5456587 - inSlope: 4.291253 - outSlope: 4.291253 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.53061223 - value: 0.6294944 - inSlope: 3.874385 - outSlope: 3.874385 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.5510204 - value: 0.7037968 - inSlope: 3.4202418 - outSlope: 3.4202418 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.5714286 - value: 0.76909626 - inSlope: 2.9920864 - outSlope: 2.9920864 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.59183675 - value: 0.8259229 - inSlope: 2.589922 - outSlope: 2.589922 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.6122449 - value: 0.8748073 - inSlope: 2.2137446 - outSlope: 2.2137446 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.63265306 - value: 0.9162798 - inSlope: 1.8635569 - outSlope: 1.8635569 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.6530612 - value: 0.9508708 - inSlope: 1.5393584 - outSlope: 1.5393584 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.67346936 - value: 0.9791107 - inSlope: 1.2411504 - outSlope: 1.2411504 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.6938776 - value: 1.00153 - inSlope: 0.9689287 - outSlope: 0.9689287 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.71428573 - value: 1.0186589 - inSlope: 0.722698 - outSlope: 0.722698 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.7346939 - value: 1.0310279 - inSlope: 0.50245917 - outSlope: 0.50245917 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.75510204 - value: 1.0391674 - inSlope: 0.30820522 - outSlope: 0.30820522 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.7755102 - value: 1.0436077 - inSlope: 0.13994193 - outSlope: 0.13994193 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.79591835 - value: 1.0448793 - inSlope: -0.0023334846 - outSlope: -0.0023334846 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.81632656 - value: 1.0435125 - inSlope: -0.118618324 - outSlope: -0.118618324 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.8367347 - value: 1.0400378 - inSlope: -0.20891258 - outSlope: -0.20891258 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.85714287 - value: 1.0349854 - inSlope: -0.273219 - outSlope: -0.273219 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.877551 - value: 1.028886 - inSlope: -0.31153765 - outSlope: -0.31153765 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.8979592 - value: 1.0222696 - inSlope: -0.32386562 - outSlope: -0.32386562 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.9183673 - value: 1.015667 - inSlope: -0.31020248 - outSlope: -0.31020248 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.93877554 - value: 1.0096083 - inSlope: -0.27055496 - outSlope: -0.27055496 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.9591837 - value: 1.0046239 - inSlope: -0.20491424 - outSlope: -0.20491424 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.97959185 - value: 1.0012444 - inSlope: -0.113285355 - outSlope: -0.113285355 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: -0.060976893 - outSlope: -0.060976893 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - AnimateRotationY: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.3 - value: 1.05 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - AnimateRotationZ: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: -0.060974594 - outSlope: -0.060974594 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.020408163 - value: -0.0012443794 - inSlope: -0.11328613 - outSlope: -0.11328613 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.040816326 - value: -0.0046239235 - inSlope: -0.20491463 - outSlope: -0.20491463 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.06122449 - value: -0.009608242 - inSlope: -0.27055395 - outSlope: -0.27055395 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.08163265 - value: -0.015666941 - inSlope: -0.3102041 - outSlope: -0.3102041 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.10204082 - value: -0.022269635 - inSlope: -0.3238651 - outSlope: -0.3238651 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.12244898 - value: -0.028885925 - inSlope: -0.3115369 - outSlope: -0.3115369 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.14285715 - value: -0.034985427 - inSlope: -0.2732195 - outSlope: -0.2732195 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.1632653 - value: -0.04003774 - inSlope: -0.2089129 - outSlope: -0.2089129 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.18367347 - value: -0.043512482 - inSlope: -0.118617244 - outSlope: -0.118617244 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.20408164 - value: -0.04487926 - inSlope: -0.0023323726 - outSlope: -0.0023323726 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.2244898 - value: -0.043607682 - inSlope: 0.13994168 - outSlope: 0.13994168 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.24489796 - value: -0.039167356 - inSlope: 0.3082049 - outSlope: 0.3082049 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.26530612 - value: -0.031027893 - inSlope: 0.5024574 - outSlope: 0.5024574 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.2857143 - value: -0.018658884 - inSlope: 0.7226989 - outSlope: 0.7226989 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.30612245 - value: -0.0015299736 - inSlope: 0.96892965 - outSlope: 0.96892965 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.3265306 - value: 0.020889245 - inSlope: 1.2411494 - outSlope: 1.2411494 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.3469388 - value: 0.049129207 - inSlope: 1.5393586 - outSlope: 1.5393586 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.36734694 - value: 0.08372022 - inSlope: 1.8635569 - outSlope: 1.8635569 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.3877551 - value: 0.12519272 - inSlope: 2.2137444 - outSlope: 2.2137444 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.40816328 - value: 0.17407717 - inSlope: 2.589921 - outSlope: 2.589921 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.42857143 - value: 0.2309038 - inSlope: 2.992087 - outSlope: 2.992087 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.4489796 - value: 0.2962031 - inSlope: 3.4202416 - outSlope: 3.4202416 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.46938777 - value: 0.37050554 - inSlope: 3.8743854 - outSlope: 3.8743854 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.48979592 - value: 0.45434132 - inSlope: 4.2912545 - outSlope: 4.2912545 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.5102041 - value: 0.5456587 - inSlope: 4.291253 - outSlope: 4.291253 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.53061223 - value: 0.6294944 - inSlope: 3.874385 - outSlope: 3.874385 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.5510204 - value: 0.7037968 - inSlope: 3.4202418 - outSlope: 3.4202418 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.5714286 - value: 0.76909626 - inSlope: 2.9920864 - outSlope: 2.9920864 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.59183675 - value: 0.8259229 - inSlope: 2.589922 - outSlope: 2.589922 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.6122449 - value: 0.8748073 - inSlope: 2.2137446 - outSlope: 2.2137446 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.63265306 - value: 0.9162798 - inSlope: 1.8635569 - outSlope: 1.8635569 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.6530612 - value: 0.9508708 - inSlope: 1.5393584 - outSlope: 1.5393584 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.67346936 - value: 0.9791107 - inSlope: 1.2411504 - outSlope: 1.2411504 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.6938776 - value: 1.00153 - inSlope: 0.9689287 - outSlope: 0.9689287 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.71428573 - value: 1.0186589 - inSlope: 0.722698 - outSlope: 0.722698 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.7346939 - value: 1.0310279 - inSlope: 0.50245917 - outSlope: 0.50245917 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.75510204 - value: 1.0391674 - inSlope: 0.30820522 - outSlope: 0.30820522 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.7755102 - value: 1.0436077 - inSlope: 0.13994193 - outSlope: 0.13994193 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.79591835 - value: 1.0448793 - inSlope: -0.0023334846 - outSlope: -0.0023334846 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.81632656 - value: 1.0435125 - inSlope: -0.118618324 - outSlope: -0.118618324 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.8367347 - value: 1.0400378 - inSlope: -0.20891258 - outSlope: -0.20891258 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.85714287 - value: 1.0349854 - inSlope: -0.273219 - outSlope: -0.273219 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.877551 - value: 1.028886 - inSlope: -0.31153765 - outSlope: -0.31153765 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.8979592 - value: 1.0222696 - inSlope: -0.32386562 - outSlope: -0.32386562 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.9183673 - value: 1.015667 - inSlope: -0.31020248 - outSlope: -0.31020248 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.93877554 - value: 1.0096083 - inSlope: -0.27055496 - outSlope: -0.27055496 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.9591837 - value: 1.0046239 - inSlope: -0.20491424 - outSlope: -0.20491424 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.97959185 - value: 1.0012444 - inSlope: -0.113285355 - outSlope: -0.113285355 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: -0.060976893 - outSlope: -0.060976893 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - ToDestinationCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - - rid: 2 - type: {class: MMF_Sound, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: -959856681 - Label: Note Sound - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0.2 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0.8, y: 1} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: Automatic Shaker Setup - Owner: {fileID: 425467993} - DebugActive: 0 - Sfx: {fileID: 8300000, guid: d6252c9736dd3514dae1fc4563f27d43, type: 3} - RandomSfx: [] - TestPlayButton: - ButtonText: Debug Play Sound - TestStopButton: - ButtonText: Debug Stop Sound - PlayMethod: 1 - PoolSize: 10 - UseLegacyEventsMode: 0 - StopSoundOnFeedbackStop: 1 - MinVolume: 1 - MaxVolume: 1 - MinPitch: 1 - MaxPitch: 1 - SfxAudioMixerGroup: {fileID: 0} - Priority: 128 - PanStereo: 0 - SpatialBlend: 0 - DopplerLevel: 1 - Spread: 0 - RolloffMode: 0 - MinDistance: 1 - MaxDistance: 500 - UseCustomRolloffCurve: 0 - CustomRolloffCurve: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - UseSpatialBlendCurve: 0 - SpatialBlendCurve: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - UseReverbZoneMixCurve: 0 - ReverbZoneMixCurve: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - UseSpreadCurve: 0 - SpreadCurve: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - - rid: 3 - type: {class: MMF_Sound, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: -91914053 - Label: Bass Sound - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0.15 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0.8, y: 1} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: Automatic Shaker Setup - Owner: {fileID: 425467993} - DebugActive: 0 - Sfx: {fileID: 8300000, guid: ed067cd4ccfcda447b0bf119397fc305, type: 3} - RandomSfx: [] - TestPlayButton: - ButtonText: Debug Play Sound - TestStopButton: - ButtonText: Debug Stop Sound - PlayMethod: 3 - PoolSize: 20 - UseLegacyEventsMode: 0 - StopSoundOnFeedbackStop: 1 - MinVolume: 1 - MaxVolume: 1 - MinPitch: 1 - MaxPitch: 1 - SfxAudioMixerGroup: {fileID: 0} - Priority: 128 - PanStereo: 0 - SpatialBlend: 0 - DopplerLevel: 1 - Spread: 0 - RolloffMode: 0 - MinDistance: 1 - MaxDistance: 500 - UseCustomRolloffCurve: 0 - CustomRolloffCurve: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - UseSpatialBlendCurve: 0 - SpatialBlendCurve: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - UseReverbZoneMixCurve: 0 - ReverbZoneMixCurve: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - UseSpreadCurve: 0 - SpreadCurve: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - - rid: 4 - type: {class: MMF_Material, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: -675893395 - Label: Material - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0.1 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0.8, y: 1} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 425467993} - DebugActive: 0 - TargetRenderer: {fileID: 7718390322990954521} - RendererMaterialIndexes: - Method: 0 - Loop: 1 - AlwaysNewMaterial: 1 - InitialIndex: 0 - Materials: - - {fileID: 2100000, guid: 859110124559f53448796d58be533933, type: 2} - - {fileID: 2100000, guid: ef35891a12f2deb49acd5cffa698c910, type: 2} - - {fileID: 2100000, guid: fafd9ca80d42ea147955a570b7ff417a, type: 2} - - {fileID: 2100000, guid: 1e5b54aaf95dc544996bd98919f83491, type: 2} - - {fileID: 2100000, guid: d27c02d0cdd147245be0de863bd68637, type: 2} - - {fileID: 2100000, guid: 1e5b54aaf95dc544996bd98919f83491, type: 2} - - {fileID: 2100000, guid: aa24205135c86be4792f70af431b8638, type: 2} - - {fileID: 2100000, guid: 1a56e529cc6f9354ebe7986cb56493be, type: 2} - InterpolateTransition: 0 - TransitionDuration: 1 - TransitionCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - - rid: 5 - type: {class: MMF_CinemachineImpulse, ns: MoreMountains.FeedbacksForThirdParty, - asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: 1867065544 - Label: Impulse - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0.8, y: 1} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: Automatic Shaker Setup - Owner: {fileID: 425467993} - DebugActive: 0 - m_ImpulseDefinition: - ImpulseChannel: 1 - ImpulseShape: 0 - CustomImpulseShape: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - ImpulseDuration: 0.2 - ImpulseType: 3 - DissipationRate: 0 - RawSignal: {fileID: 11400000, guid: 69ce8388f6785dd4c8c39915efece2f4, type: 2} - AmplitudeGain: 1 - FrequencyGain: 1 - RepeatMode: 0 - Randomize: 1 - TimeEnvelope: - AttackShape: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - DecayShape: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: -0.9999995 - outSlope: -0.9999995 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.020408163 - value: 0.97959185 - inSlope: -0.9999995 - outSlope: -0.9999995 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.040816326 - value: 0.9591837 - inSlope: -0.9999995 - outSlope: -0.9999995 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.06122449 - value: 0.93877554 - inSlope: -1.000001 - outSlope: -1.000001 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.08163265 - value: 0.9183673 - inSlope: -1.000001 - outSlope: -1.000001 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.10204082 - value: 0.8979592 - inSlope: -0.99999946 - outSlope: -0.99999946 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.12244898 - value: 0.877551 - inSlope: -0.99999946 - outSlope: -0.99999946 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.14285715 - value: 0.85714287 - inSlope: -0.99999964 - outSlope: -0.99999964 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.1632653 - value: 0.8367347 - inSlope: -1.0000011 - outSlope: -1.0000011 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.18367347 - value: 0.8163265 - inSlope: -1.0000007 - outSlope: -1.0000007 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.20408164 - value: 0.79591835 - inSlope: -0.99999964 - outSlope: -0.99999964 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.2244898 - value: 0.7755102 - inSlope: -0.99999964 - outSlope: -0.99999964 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.24489796 - value: 0.75510204 - inSlope: -0.99999964 - outSlope: -0.99999964 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.26530612 - value: 0.7346939 - inSlope: -0.9999993 - outSlope: -0.9999993 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.2857143 - value: 0.71428573 - inSlope: -0.9999993 - outSlope: -0.9999993 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.30612245 - value: 0.6938776 - inSlope: -1 - outSlope: -1 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.3265306 - value: 0.6734694 - inSlope: -1.0000007 - outSlope: -1.0000007 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.3469388 - value: 0.6530612 - inSlope: -1.0000007 - outSlope: -1.0000007 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.36734694 - value: 0.63265306 - inSlope: -1 - outSlope: -1 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.3877551 - value: 0.6122449 - inSlope: -1.0000007 - outSlope: -1.0000007 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.40816328 - value: 0.5918367 - inSlope: -1.0000007 - outSlope: -1.0000007 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.42857143 - value: 0.57142854 - inSlope: -1 - outSlope: -1 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.4489796 - value: 0.5510204 - inSlope: -0.9999993 - outSlope: -0.9999993 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.46938777 - value: 0.53061223 - inSlope: -0.9999993 - outSlope: -0.9999993 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.48979592 - value: 0.5102041 - inSlope: -1 - outSlope: -1 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.5102041 - value: 0.48979592 - inSlope: -1 - outSlope: -1 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.53061223 - value: 0.46938777 - inSlope: -1 - outSlope: -1 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.5510204 - value: 0.44897962 - inSlope: -1 - outSlope: -1 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.5714286 - value: 0.4285714 - inSlope: -1 - outSlope: -1 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.59183675 - value: 0.40816325 - inSlope: -1 - outSlope: -1 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.6122449 - value: 0.3877551 - inSlope: -1 - outSlope: -1 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.63265306 - value: 0.36734694 - inSlope: -1 - outSlope: -1 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.6530612 - value: 0.3469388 - inSlope: -1 - outSlope: -1 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.67346936 - value: 0.32653064 - inSlope: -1 - outSlope: -1 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.6938776 - value: 0.30612242 - inSlope: -1 - outSlope: -1 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.71428573 - value: 0.28571427 - inSlope: -1 - outSlope: -1 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.7346939 - value: 0.26530612 - inSlope: -1 - outSlope: -1 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.75510204 - value: 0.24489796 - inSlope: -1 - outSlope: -1 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.7755102 - value: 0.22448981 - inSlope: -1 - outSlope: -1 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.79591835 - value: 0.20408165 - inSlope: -1 - outSlope: -1 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.81632656 - value: 0.18367344 - inSlope: -1 - outSlope: -1 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.8367347 - value: 0.16326529 - inSlope: -1 - outSlope: -1 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.85714287 - value: 0.14285713 - inSlope: -1 - outSlope: -1 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.877551 - value: 0.12244898 - inSlope: -1 - outSlope: -1 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.8979592 - value: 0.10204083 - inSlope: -1 - outSlope: -1 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.9183673 - value: 0.081632674 - inSlope: -1 - outSlope: -1 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.93877554 - value: 0.06122446 - inSlope: -1 - outSlope: -1 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.9591837 - value: 0.040816307 - inSlope: -1 - outSlope: -1 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.97959185 - value: 0.020408154 - inSlope: -1 - outSlope: -1 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: -1 - outSlope: -1 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - AttackTime: 0 - SustainTime: 0.1 - DecayTime: 0.2 - ScaleWithImpact: 1 - HoldForever: 0 - ImpactRadius: 100 - DirectionMode: 0 - DissipationMode: 2 - DissipationDistance: 1000 - PropagationSpeed: 343 - Velocity: {x: 0.2, y: 0.2, z: 0.2} - ClearImpulseOnStop: 0 - DrawGizmos: 0 - - rid: 6 - type: {class: MMF_ChromaticAberration, ns: MoreMountains.FeedbacksForThirdParty, - asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: -27285273 - Label: Chromatic Aberration - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0.8, y: 1} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: Automatic Shaker Setup - Owner: {fileID: 425467993} - DebugActive: 0 - Duration: 0.2 - ResetShakerValuesAfterShake: 1 - ResetTargetValuesAfterShake: 1 - RemapIntensityZero: 0 - RemapIntensityOne: 1 - Intensity: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.5 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - Amplitude: 1 - RelativeIntensity: 0 - - rid: 7 - type: {class: MMF_PPMovingFilter, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 0 - UniqueID: 1268935025 - Label: PPMovingFilter - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0.8, y: 1} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 425467993} - DebugActive: 0 - Mode: 0 - TransitionDuration: 0.1 - Curve: - MMTweenDefinitionType: 0 - MMTweenCurve: 4 - Curve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - Initialized: 0 - ConditionPropertyName: - EnumConditionPropertyName: - EnumConditions: 0000000000000000000000000000000000000000000000000000000000000000 - - rid: 8 - type: {class: MMF_ShaderController, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: 1071550780 - Label: ShaderController - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0.8, y: 1} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 425467993} - DebugActive: 0 - Mode: 0 - TargetShaderController: {fileID: 773672492} - TargetShaderControllerList: [] - RevertToInitialValueAfterEnd: 0 - GetInitialValueOnOneTime: 0 - OneTimeDuration: 0.1 - OneTimeAmplitude: 1 - OneTimeRemapMin: 0 - OneTimeRemapMax: 1 - OneTimeCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.15789795 - value: 0.9976654 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - ToDestinationValue: 1 - ToDestinationDuration: 1 - ToDestinationColor: {r: 1, g: 0, b: 0, a: 1} - ToDestinationCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.5 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 ---- !u!1 &471276842 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 471276843} - - component: {fileID: 471276844} - m_Layer: 0 - m_Name: Note1 - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &471276843 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 471276842} - serializedVersion: 2 - m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: 0} - m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 - m_Children: [] - m_Father: {fileID: 96194543} - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!82 &471276844 -AudioSource: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 471276842} - m_Enabled: 1 - serializedVersion: 4 - OutputAudioMixerGroup: {fileID: 0} - m_audioClip: {fileID: 8300000, guid: d6252c9736dd3514dae1fc4563f27d43, type: 3} - m_Resource: {fileID: 8300000, guid: d6252c9736dd3514dae1fc4563f27d43, type: 3} - m_PlayOnAwake: 0 - m_Volume: 1 - m_Pitch: 1 - Loop: 0 - Mute: 0 - Spatialize: 0 - SpatializePostEffects: 0 - Priority: 128 - DopplerLevel: 1 - MinDistance: 1 - MaxDistance: 500 - Pan2D: 0 - rolloffMode: 0 - BypassEffects: 0 - BypassListenerEffects: 0 - BypassReverbZones: 0 - rolloffCustomCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - panLevelCustomCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - spreadCustomCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - reverbZoneMixCustomCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 ---- !u!1 &478010193 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 478010194} - - component: {fileID: 478010195} - m_Layer: 5 - m_Name: ClickAudioSource - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!224 &478010194 -RectTransform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 478010193} - m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: 0} - m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 - m_Children: [] - m_Father: {fileID: 1047976019} - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} - m_AnchorMin: {x: 0.5, y: 0.5} - m_AnchorMax: {x: 0.5, y: 0.5} - m_AnchoredPosition: {x: 0, y: 0} - m_SizeDelta: {x: 100, y: 100} - m_Pivot: {x: 0.5, y: 0.5} ---- !u!82 &478010195 -AudioSource: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 478010193} - m_Enabled: 1 - serializedVersion: 4 - OutputAudioMixerGroup: {fileID: 0} - m_audioClip: {fileID: 8300000, guid: 80140f70bc373074582ae93dffce593b, type: 3} - m_Resource: {fileID: 8300000, guid: 80140f70bc373074582ae93dffce593b, type: 3} - m_PlayOnAwake: 0 - m_Volume: 1 - m_Pitch: 1 - Loop: 0 - Mute: 0 - Spatialize: 0 - SpatializePostEffects: 0 - Priority: 128 - DopplerLevel: 1 - MinDistance: 1 - MaxDistance: 500 - Pan2D: 0 - rolloffMode: 0 - BypassEffects: 0 - BypassListenerEffects: 0 - BypassReverbZones: 0 - rolloffCustomCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - panLevelCustomCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - spreadCustomCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - reverbZoneMixCustomCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 ---- !u!1 &518400206 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 518400207} - - component: {fileID: 518400217} - m_Layer: 0 - m_Name: MMFeedbacks1 (4) - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 0 ---- !u!4 &518400207 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 518400206} - serializedVersion: 2 - m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: 0} - m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 - m_Children: [] - m_Father: {fileID: 89129166} - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!114 &518400217 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 518400206} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 6da43522623d4704e979466dc7650b65, type: 3} - m_Name: - m_EditorClassIdentifier: - Feedbacks: - - {fileID: 0} - - {fileID: 0} - - {fileID: 0} - - {fileID: 0} - - {fileID: 0} - - {fileID: 0} - - {fileID: 0} - - {fileID: 0} - - {fileID: 0} - InitializationMode: 2 - AutoInitialization: 1 - SafeMode: 3 - Direction: 0 - AutoChangeDirectionOnEnd: 0 - AutoPlayOnStart: 0 - AutoPlayOnEnable: 0 - ForceTimescaleMode: 0 - ForcedTimescaleMode: 1 - DurationMultiplier: 1 - TimescaleMultiplier: 1 - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 1.5} - DisplayFullDurationDetails: 0 - PlayerTimescaleMode: 1 - OnlyPlayIfWithinRange: 0 - RangeCenter: {fileID: 0} - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - IgnoreRangeEvents: 0 - CooldownDuration: 0 - InitialDelay: 0 - CanPlay: 1 - CanPlayWhileAlreadyPlaying: 1 - ChanceToPlay: 100 - FeedbacksIntensity: 1 - Events: - TriggerMMFeedbacksEvents: 0 - TriggerUnityEvents: 1 - OnPlay: - m_PersistentCalls: - m_Calls: [] - OnPause: - m_PersistentCalls: - m_Calls: [] - OnStop: - m_PersistentCalls: - m_Calls: [] - OnResume: - m_PersistentCalls: - m_Calls: [] - OnChangeDirection: - m_PersistentCalls: - m_Calls: [] - OnComplete: - m_PersistentCalls: - m_Calls: [] - OnRestoreInitialValues: - m_PersistentCalls: - m_Calls: [] - OnSkipToTheEnd: - m_PersistentCalls: - m_Calls: [] - OnInitializationComplete: - m_PersistentCalls: - m_Calls: [] - OnEnable: - m_PersistentCalls: - m_Calls: [] - OnDisable: - m_PersistentCalls: - m_Calls: [] - DebugActive: 0 - InScriptDrivenPause: 0 - FeedbacksList: - - rid: 0 - - rid: 1 - - rid: 2 - - rid: 3 - - rid: 4 - - rid: 5 - - rid: 6 - - rid: 7 - - rid: 8 - KeepPlayModeChanges: 0 - PerformanceMode: 0 - RestoreInitialValuesOnDisable: 0 - StopFeedbacksOnDisable: 0 - PlayCount: 0 - references: - version: 2 - RefIds: - - rid: 0 - type: {class: MMF_Position, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: 1040944822 - Label: Position - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0.8, y: 1} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 518400217} - DebugActive: 0 - AnimatePositionTarget: {fileID: 773672490} - Mode: 1 - Space: 0 - RandomizeRemap: 0 - AnimatePositionDuration: 0.2 - AnimatePositionTween: - MMTweenDefinitionType: 1 - MMTweenCurve: 4 - Curve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.1 - value: 0.05 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.9 - value: 0.95 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - Initialized: 1 - ConditionPropertyName: - EnumConditionPropertyName: Mode - EnumConditions: 0100010000000000000000000000000000000000000000000000000000000000 - RemapCurveZero: 0 - RemapCurveZeroAlt: 0 - RemapCurveOne: 2 - RemapCurveOneAlt: 1 - AnimateX: 0 - AnimatePositionTweenX: - MMTweenDefinitionType: 1 - MMTweenCurve: 4 - Curve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.3 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.6 - value: -1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - Initialized: 1 - ConditionPropertyName: AnimateX - EnumConditionPropertyName: - EnumConditions: 0000000000000000000000000000000000000000000000000000000000000000 - AnimateY: 1 - AnimatePositionTweenY: - MMTweenDefinitionType: 1 - MMTweenCurve: 4 - Curve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 10.10368 - outSlope: 10.10368 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0.047514614 - - serializedVersion: 3 - time: 0.3 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: -2.9999943 - outSlope: -2.9999943 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.029761963 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - Initialized: 1 - ConditionPropertyName: AnimateY - EnumConditionPropertyName: - EnumConditions: 0000000000000000000000000000000000000000000000000000000000000000 - AnimateZ: 0 - AnimatePositionTweenZ: - MMTweenDefinitionType: 1 - MMTweenCurve: 4 - Curve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.3 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.6 - value: -1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - Initialized: 1 - ConditionPropertyName: AnimateZ - EnumConditionPropertyName: - EnumConditions: 0000000000000000000000000000000000000000000000000000000000000000 - AllowAdditivePlays: 0 - RelativePosition: 1 - DeterminePositionsOnPlay: 0 - InitialPosition: {x: 0, y: 0, z: 0} - DestinationPosition: {x: 0, y: 3, z: -3} - InitialPositionTransform: {fileID: 0} - DestinationPositionTransform: {fileID: 0} - AnimatePositionCurveX: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.3 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.6 - value: -1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - AnimatePositionCurveY: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 10.10368 - outSlope: 10.10368 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0.047514614 - - serializedVersion: 3 - time: 0.3 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: -2.9999943 - outSlope: -2.9999943 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.029761963 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - AnimatePositionCurveZ: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.3 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.6 - value: -1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - AnimatePositionCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.1 - value: 0.05 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.9 - value: 0.95 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - - rid: 1 - type: {class: MMF_Rotation, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: -1677605759 - Label: Rotation - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0.8, y: 1} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 518400217} - DebugActive: 0 - AnimateRotationTarget: {fileID: 773672494} - Mode: 0 - RotationSpace: 0 - AnimateRotationDuration: 0.2 - RemapCurveZero: 0 - RemapCurveOne: 90 - AnimateX: 0 - AnimateRotationTweenX: - MMTweenDefinitionType: 1 - MMTweenCurve: 4 - Curve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: -0.060974594 - outSlope: -0.060974594 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.020408163 - value: -0.0012443794 - inSlope: -0.11328613 - outSlope: -0.11328613 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.040816326 - value: -0.0046239235 - inSlope: -0.20491463 - outSlope: -0.20491463 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.06122449 - value: -0.009608242 - inSlope: -0.27055395 - outSlope: -0.27055395 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.08163265 - value: -0.015666941 - inSlope: -0.3102041 - outSlope: -0.3102041 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.10204082 - value: -0.022269635 - inSlope: -0.3238651 - outSlope: -0.3238651 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.12244898 - value: -0.028885925 - inSlope: -0.3115369 - outSlope: -0.3115369 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.14285715 - value: -0.034985427 - inSlope: -0.2732195 - outSlope: -0.2732195 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.1632653 - value: -0.04003774 - inSlope: -0.2089129 - outSlope: -0.2089129 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.18367347 - value: -0.043512482 - inSlope: -0.118617244 - outSlope: -0.118617244 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.20408164 - value: -0.04487926 - inSlope: -0.0023323726 - outSlope: -0.0023323726 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.2244898 - value: -0.043607682 - inSlope: 0.13994168 - outSlope: 0.13994168 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.24489796 - value: -0.039167356 - inSlope: 0.3082049 - outSlope: 0.3082049 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.26530612 - value: -0.031027893 - inSlope: 0.5024574 - outSlope: 0.5024574 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.2857143 - value: -0.018658884 - inSlope: 0.7226989 - outSlope: 0.7226989 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.30612245 - value: -0.0015299736 - inSlope: 0.96892965 - outSlope: 0.96892965 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.3265306 - value: 0.020889245 - inSlope: 1.2411494 - outSlope: 1.2411494 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.3469388 - value: 0.049129207 - inSlope: 1.5393586 - outSlope: 1.5393586 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.36734694 - value: 0.08372022 - inSlope: 1.8635569 - outSlope: 1.8635569 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.3877551 - value: 0.12519272 - inSlope: 2.2137444 - outSlope: 2.2137444 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.40816328 - value: 0.17407717 - inSlope: 2.589921 - outSlope: 2.589921 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.42857143 - value: 0.2309038 - inSlope: 2.992087 - outSlope: 2.992087 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.4489796 - value: 0.2962031 - inSlope: 3.4202416 - outSlope: 3.4202416 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.46938777 - value: 0.37050554 - inSlope: 3.8743854 - outSlope: 3.8743854 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.48979592 - value: 0.45434132 - inSlope: 4.2912545 - outSlope: 4.2912545 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.5102041 - value: 0.5456587 - inSlope: 4.291253 - outSlope: 4.291253 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.53061223 - value: 0.6294944 - inSlope: 3.874385 - outSlope: 3.874385 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.5510204 - value: 0.7037968 - inSlope: 3.4202418 - outSlope: 3.4202418 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.5714286 - value: 0.76909626 - inSlope: 2.9920864 - outSlope: 2.9920864 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.59183675 - value: 0.8259229 - inSlope: 2.589922 - outSlope: 2.589922 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.6122449 - value: 0.8748073 - inSlope: 2.2137446 - outSlope: 2.2137446 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.63265306 - value: 0.9162798 - inSlope: 1.8635569 - outSlope: 1.8635569 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.6530612 - value: 0.9508708 - inSlope: 1.5393584 - outSlope: 1.5393584 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.67346936 - value: 0.9791107 - inSlope: 1.2411504 - outSlope: 1.2411504 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.6938776 - value: 1.00153 - inSlope: 0.9689287 - outSlope: 0.9689287 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.71428573 - value: 1.0186589 - inSlope: 0.722698 - outSlope: 0.722698 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.7346939 - value: 1.0310279 - inSlope: 0.50245917 - outSlope: 0.50245917 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.75510204 - value: 1.0391674 - inSlope: 0.30820522 - outSlope: 0.30820522 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.7755102 - value: 1.0436077 - inSlope: 0.13994193 - outSlope: 0.13994193 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.79591835 - value: 1.0448793 - inSlope: -0.0023334846 - outSlope: -0.0023334846 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.81632656 - value: 1.0435125 - inSlope: -0.118618324 - outSlope: -0.118618324 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.8367347 - value: 1.0400378 - inSlope: -0.20891258 - outSlope: -0.20891258 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.85714287 - value: 1.0349854 - inSlope: -0.273219 - outSlope: -0.273219 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.877551 - value: 1.028886 - inSlope: -0.31153765 - outSlope: -0.31153765 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.8979592 - value: 1.0222696 - inSlope: -0.32386562 - outSlope: -0.32386562 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.9183673 - value: 1.015667 - inSlope: -0.31020248 - outSlope: -0.31020248 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.93877554 - value: 1.0096083 - inSlope: -0.27055496 - outSlope: -0.27055496 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.9591837 - value: 1.0046239 - inSlope: -0.20491424 - outSlope: -0.20491424 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.97959185 - value: 1.0012444 - inSlope: -0.113285355 - outSlope: -0.113285355 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: -0.060976893 - outSlope: -0.060976893 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - Initialized: 1 - ConditionPropertyName: AnimateX - EnumConditionPropertyName: - EnumConditions: 0000000000000000000000000000000000000000000000000000000000000000 - AnimateY: 0 - AnimateRotationTweenY: - MMTweenDefinitionType: 1 - MMTweenCurve: 4 - Curve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.3 - value: 1.05 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - Initialized: 1 - ConditionPropertyName: AnimateY - EnumConditionPropertyName: - EnumConditions: 0000000000000000000000000000000000000000000000000000000000000000 - AnimateZ: 1 - AnimateRotationTweenZ: - MMTweenDefinitionType: 1 - MMTweenCurve: 4 - Curve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: -0.060974594 - outSlope: -0.060974594 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.020408163 - value: -0.0012443794 - inSlope: -0.11328613 - outSlope: -0.11328613 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.040816326 - value: -0.0046239235 - inSlope: -0.20491463 - outSlope: -0.20491463 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.06122449 - value: -0.009608242 - inSlope: -0.27055395 - outSlope: -0.27055395 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.08163265 - value: -0.015666941 - inSlope: -0.3102041 - outSlope: -0.3102041 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.10204082 - value: -0.022269635 - inSlope: -0.3238651 - outSlope: -0.3238651 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.12244898 - value: -0.028885925 - inSlope: -0.3115369 - outSlope: -0.3115369 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.14285715 - value: -0.034985427 - inSlope: -0.2732195 - outSlope: -0.2732195 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.1632653 - value: -0.04003774 - inSlope: -0.2089129 - outSlope: -0.2089129 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.18367347 - value: -0.043512482 - inSlope: -0.118617244 - outSlope: -0.118617244 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.20408164 - value: -0.04487926 - inSlope: -0.0023323726 - outSlope: -0.0023323726 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.2244898 - value: -0.043607682 - inSlope: 0.13994168 - outSlope: 0.13994168 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.24489796 - value: -0.039167356 - inSlope: 0.3082049 - outSlope: 0.3082049 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.26530612 - value: -0.031027893 - inSlope: 0.5024574 - outSlope: 0.5024574 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.2857143 - value: -0.018658884 - inSlope: 0.7226989 - outSlope: 0.7226989 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.30612245 - value: -0.0015299736 - inSlope: 0.96892965 - outSlope: 0.96892965 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.3265306 - value: 0.020889245 - inSlope: 1.2411494 - outSlope: 1.2411494 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.3469388 - value: 0.049129207 - inSlope: 1.5393586 - outSlope: 1.5393586 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.36734694 - value: 0.08372022 - inSlope: 1.8635569 - outSlope: 1.8635569 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.3877551 - value: 0.12519272 - inSlope: 2.2137444 - outSlope: 2.2137444 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.40816328 - value: 0.17407717 - inSlope: 2.589921 - outSlope: 2.589921 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.42857143 - value: 0.2309038 - inSlope: 2.992087 - outSlope: 2.992087 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.4489796 - value: 0.2962031 - inSlope: 3.4202416 - outSlope: 3.4202416 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.46938777 - value: 0.37050554 - inSlope: 3.8743854 - outSlope: 3.8743854 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.48979592 - value: 0.45434132 - inSlope: 4.2912545 - outSlope: 4.2912545 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.5102041 - value: 0.5456587 - inSlope: 4.291253 - outSlope: 4.291253 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.53061223 - value: 0.6294944 - inSlope: 3.874385 - outSlope: 3.874385 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.5510204 - value: 0.7037968 - inSlope: 3.4202418 - outSlope: 3.4202418 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.5714286 - value: 0.76909626 - inSlope: 2.9920864 - outSlope: 2.9920864 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.59183675 - value: 0.8259229 - inSlope: 2.589922 - outSlope: 2.589922 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.6122449 - value: 0.8748073 - inSlope: 2.2137446 - outSlope: 2.2137446 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.63265306 - value: 0.9162798 - inSlope: 1.8635569 - outSlope: 1.8635569 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.6530612 - value: 0.9508708 - inSlope: 1.5393584 - outSlope: 1.5393584 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.67346936 - value: 0.9791107 - inSlope: 1.2411504 - outSlope: 1.2411504 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.6938776 - value: 1.00153 - inSlope: 0.9689287 - outSlope: 0.9689287 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.71428573 - value: 1.0186589 - inSlope: 0.722698 - outSlope: 0.722698 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.7346939 - value: 1.0310279 - inSlope: 0.50245917 - outSlope: 0.50245917 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.75510204 - value: 1.0391674 - inSlope: 0.30820522 - outSlope: 0.30820522 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.7755102 - value: 1.0436077 - inSlope: 0.13994193 - outSlope: 0.13994193 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.79591835 - value: 1.0448793 - inSlope: -0.0023334846 - outSlope: -0.0023334846 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.81632656 - value: 1.0435125 - inSlope: -0.118618324 - outSlope: -0.118618324 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.8367347 - value: 1.0400378 - inSlope: -0.20891258 - outSlope: -0.20891258 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.85714287 - value: 1.0349854 - inSlope: -0.273219 - outSlope: -0.273219 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.877551 - value: 1.028886 - inSlope: -0.31153765 - outSlope: -0.31153765 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.8979592 - value: 1.0222696 - inSlope: -0.32386562 - outSlope: -0.32386562 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.9183673 - value: 1.015667 - inSlope: -0.31020248 - outSlope: -0.31020248 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.93877554 - value: 1.0096083 - inSlope: -0.27055496 - outSlope: -0.27055496 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.9591837 - value: 1.0046239 - inSlope: -0.20491424 - outSlope: -0.20491424 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.97959185 - value: 1.0012444 - inSlope: -0.113285355 - outSlope: -0.113285355 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: -0.060976893 - outSlope: -0.060976893 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - Initialized: 1 - ConditionPropertyName: AnimateZ - EnumConditionPropertyName: - EnumConditions: 0000000000000000000000000000000000000000000000000000000000000000 - AllowAdditivePlays: 0 - DetermineRotationOnPlay: 0 - ToDestinationSpace: 0 - DestinationAngles: {x: 0, y: 180, z: 0} - ToDestinationTransform: {fileID: 0} - ToDestinationTween: - MMTweenDefinitionType: 1 - MMTweenCurve: 10 - Curve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - Initialized: 1 - ConditionPropertyName: - EnumConditionPropertyName: Mode - EnumConditions: 0000010000000000000000000000000000000000000000000000000000000000 - AnimateRotationX: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: -0.060974594 - outSlope: -0.060974594 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.020408163 - value: -0.0012443794 - inSlope: -0.11328613 - outSlope: -0.11328613 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.040816326 - value: -0.0046239235 - inSlope: -0.20491463 - outSlope: -0.20491463 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.06122449 - value: -0.009608242 - inSlope: -0.27055395 - outSlope: -0.27055395 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.08163265 - value: -0.015666941 - inSlope: -0.3102041 - outSlope: -0.3102041 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.10204082 - value: -0.022269635 - inSlope: -0.3238651 - outSlope: -0.3238651 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.12244898 - value: -0.028885925 - inSlope: -0.3115369 - outSlope: -0.3115369 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.14285715 - value: -0.034985427 - inSlope: -0.2732195 - outSlope: -0.2732195 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.1632653 - value: -0.04003774 - inSlope: -0.2089129 - outSlope: -0.2089129 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.18367347 - value: -0.043512482 - inSlope: -0.118617244 - outSlope: -0.118617244 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.20408164 - value: -0.04487926 - inSlope: -0.0023323726 - outSlope: -0.0023323726 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.2244898 - value: -0.043607682 - inSlope: 0.13994168 - outSlope: 0.13994168 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.24489796 - value: -0.039167356 - inSlope: 0.3082049 - outSlope: 0.3082049 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.26530612 - value: -0.031027893 - inSlope: 0.5024574 - outSlope: 0.5024574 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.2857143 - value: -0.018658884 - inSlope: 0.7226989 - outSlope: 0.7226989 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.30612245 - value: -0.0015299736 - inSlope: 0.96892965 - outSlope: 0.96892965 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.3265306 - value: 0.020889245 - inSlope: 1.2411494 - outSlope: 1.2411494 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.3469388 - value: 0.049129207 - inSlope: 1.5393586 - outSlope: 1.5393586 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.36734694 - value: 0.08372022 - inSlope: 1.8635569 - outSlope: 1.8635569 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.3877551 - value: 0.12519272 - inSlope: 2.2137444 - outSlope: 2.2137444 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.40816328 - value: 0.17407717 - inSlope: 2.589921 - outSlope: 2.589921 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.42857143 - value: 0.2309038 - inSlope: 2.992087 - outSlope: 2.992087 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.4489796 - value: 0.2962031 - inSlope: 3.4202416 - outSlope: 3.4202416 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.46938777 - value: 0.37050554 - inSlope: 3.8743854 - outSlope: 3.8743854 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.48979592 - value: 0.45434132 - inSlope: 4.2912545 - outSlope: 4.2912545 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.5102041 - value: 0.5456587 - inSlope: 4.291253 - outSlope: 4.291253 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.53061223 - value: 0.6294944 - inSlope: 3.874385 - outSlope: 3.874385 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.5510204 - value: 0.7037968 - inSlope: 3.4202418 - outSlope: 3.4202418 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.5714286 - value: 0.76909626 - inSlope: 2.9920864 - outSlope: 2.9920864 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.59183675 - value: 0.8259229 - inSlope: 2.589922 - outSlope: 2.589922 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.6122449 - value: 0.8748073 - inSlope: 2.2137446 - outSlope: 2.2137446 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.63265306 - value: 0.9162798 - inSlope: 1.8635569 - outSlope: 1.8635569 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.6530612 - value: 0.9508708 - inSlope: 1.5393584 - outSlope: 1.5393584 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.67346936 - value: 0.9791107 - inSlope: 1.2411504 - outSlope: 1.2411504 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.6938776 - value: 1.00153 - inSlope: 0.9689287 - outSlope: 0.9689287 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.71428573 - value: 1.0186589 - inSlope: 0.722698 - outSlope: 0.722698 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.7346939 - value: 1.0310279 - inSlope: 0.50245917 - outSlope: 0.50245917 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.75510204 - value: 1.0391674 - inSlope: 0.30820522 - outSlope: 0.30820522 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.7755102 - value: 1.0436077 - inSlope: 0.13994193 - outSlope: 0.13994193 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.79591835 - value: 1.0448793 - inSlope: -0.0023334846 - outSlope: -0.0023334846 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.81632656 - value: 1.0435125 - inSlope: -0.118618324 - outSlope: -0.118618324 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.8367347 - value: 1.0400378 - inSlope: -0.20891258 - outSlope: -0.20891258 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.85714287 - value: 1.0349854 - inSlope: -0.273219 - outSlope: -0.273219 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.877551 - value: 1.028886 - inSlope: -0.31153765 - outSlope: -0.31153765 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.8979592 - value: 1.0222696 - inSlope: -0.32386562 - outSlope: -0.32386562 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.9183673 - value: 1.015667 - inSlope: -0.31020248 - outSlope: -0.31020248 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.93877554 - value: 1.0096083 - inSlope: -0.27055496 - outSlope: -0.27055496 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.9591837 - value: 1.0046239 - inSlope: -0.20491424 - outSlope: -0.20491424 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.97959185 - value: 1.0012444 - inSlope: -0.113285355 - outSlope: -0.113285355 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: -0.060976893 - outSlope: -0.060976893 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - AnimateRotationY: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.3 - value: 1.05 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - AnimateRotationZ: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: -0.060974594 - outSlope: -0.060974594 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.020408163 - value: -0.0012443794 - inSlope: -0.11328613 - outSlope: -0.11328613 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.040816326 - value: -0.0046239235 - inSlope: -0.20491463 - outSlope: -0.20491463 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.06122449 - value: -0.009608242 - inSlope: -0.27055395 - outSlope: -0.27055395 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.08163265 - value: -0.015666941 - inSlope: -0.3102041 - outSlope: -0.3102041 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.10204082 - value: -0.022269635 - inSlope: -0.3238651 - outSlope: -0.3238651 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.12244898 - value: -0.028885925 - inSlope: -0.3115369 - outSlope: -0.3115369 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.14285715 - value: -0.034985427 - inSlope: -0.2732195 - outSlope: -0.2732195 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.1632653 - value: -0.04003774 - inSlope: -0.2089129 - outSlope: -0.2089129 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.18367347 - value: -0.043512482 - inSlope: -0.118617244 - outSlope: -0.118617244 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.20408164 - value: -0.04487926 - inSlope: -0.0023323726 - outSlope: -0.0023323726 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.2244898 - value: -0.043607682 - inSlope: 0.13994168 - outSlope: 0.13994168 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.24489796 - value: -0.039167356 - inSlope: 0.3082049 - outSlope: 0.3082049 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.26530612 - value: -0.031027893 - inSlope: 0.5024574 - outSlope: 0.5024574 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.2857143 - value: -0.018658884 - inSlope: 0.7226989 - outSlope: 0.7226989 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.30612245 - value: -0.0015299736 - inSlope: 0.96892965 - outSlope: 0.96892965 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.3265306 - value: 0.020889245 - inSlope: 1.2411494 - outSlope: 1.2411494 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.3469388 - value: 0.049129207 - inSlope: 1.5393586 - outSlope: 1.5393586 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.36734694 - value: 0.08372022 - inSlope: 1.8635569 - outSlope: 1.8635569 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.3877551 - value: 0.12519272 - inSlope: 2.2137444 - outSlope: 2.2137444 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.40816328 - value: 0.17407717 - inSlope: 2.589921 - outSlope: 2.589921 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.42857143 - value: 0.2309038 - inSlope: 2.992087 - outSlope: 2.992087 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.4489796 - value: 0.2962031 - inSlope: 3.4202416 - outSlope: 3.4202416 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.46938777 - value: 0.37050554 - inSlope: 3.8743854 - outSlope: 3.8743854 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.48979592 - value: 0.45434132 - inSlope: 4.2912545 - outSlope: 4.2912545 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.5102041 - value: 0.5456587 - inSlope: 4.291253 - outSlope: 4.291253 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.53061223 - value: 0.6294944 - inSlope: 3.874385 - outSlope: 3.874385 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.5510204 - value: 0.7037968 - inSlope: 3.4202418 - outSlope: 3.4202418 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.5714286 - value: 0.76909626 - inSlope: 2.9920864 - outSlope: 2.9920864 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.59183675 - value: 0.8259229 - inSlope: 2.589922 - outSlope: 2.589922 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.6122449 - value: 0.8748073 - inSlope: 2.2137446 - outSlope: 2.2137446 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.63265306 - value: 0.9162798 - inSlope: 1.8635569 - outSlope: 1.8635569 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.6530612 - value: 0.9508708 - inSlope: 1.5393584 - outSlope: 1.5393584 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.67346936 - value: 0.9791107 - inSlope: 1.2411504 - outSlope: 1.2411504 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.6938776 - value: 1.00153 - inSlope: 0.9689287 - outSlope: 0.9689287 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.71428573 - value: 1.0186589 - inSlope: 0.722698 - outSlope: 0.722698 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.7346939 - value: 1.0310279 - inSlope: 0.50245917 - outSlope: 0.50245917 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.75510204 - value: 1.0391674 - inSlope: 0.30820522 - outSlope: 0.30820522 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.7755102 - value: 1.0436077 - inSlope: 0.13994193 - outSlope: 0.13994193 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.79591835 - value: 1.0448793 - inSlope: -0.0023334846 - outSlope: -0.0023334846 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.81632656 - value: 1.0435125 - inSlope: -0.118618324 - outSlope: -0.118618324 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.8367347 - value: 1.0400378 - inSlope: -0.20891258 - outSlope: -0.20891258 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.85714287 - value: 1.0349854 - inSlope: -0.273219 - outSlope: -0.273219 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.877551 - value: 1.028886 - inSlope: -0.31153765 - outSlope: -0.31153765 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.8979592 - value: 1.0222696 - inSlope: -0.32386562 - outSlope: -0.32386562 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.9183673 - value: 1.015667 - inSlope: -0.31020248 - outSlope: -0.31020248 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.93877554 - value: 1.0096083 - inSlope: -0.27055496 - outSlope: -0.27055496 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.9591837 - value: 1.0046239 - inSlope: -0.20491424 - outSlope: -0.20491424 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.97959185 - value: 1.0012444 - inSlope: -0.113285355 - outSlope: -0.113285355 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: -0.060976893 - outSlope: -0.060976893 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - ToDestinationCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - - rid: 2 - type: {class: MMF_Sound, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: -1654665904 - Label: Note Sound - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0.2 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0.8, y: 1} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: Automatic Shaker Setup - Owner: {fileID: 518400217} - DebugActive: 0 - Sfx: {fileID: 8300000, guid: d6252c9736dd3514dae1fc4563f27d43, type: 3} - RandomSfx: [] - TestPlayButton: - ButtonText: Debug Play Sound - TestStopButton: - ButtonText: Debug Stop Sound - PlayMethod: 1 - PoolSize: 10 - UseLegacyEventsMode: 0 - StopSoundOnFeedbackStop: 1 - MinVolume: 1 - MaxVolume: 1 - MinPitch: 1 - MaxPitch: 1 - SfxAudioMixerGroup: {fileID: 0} - Priority: 128 - PanStereo: 0 - SpatialBlend: 0 - DopplerLevel: 1 - Spread: 0 - RolloffMode: 0 - MinDistance: 1 - MaxDistance: 500 - UseCustomRolloffCurve: 0 - CustomRolloffCurve: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - UseSpatialBlendCurve: 0 - SpatialBlendCurve: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - UseReverbZoneMixCurve: 0 - ReverbZoneMixCurve: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - UseSpreadCurve: 0 - SpreadCurve: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - - rid: 3 - type: {class: MMF_Sound, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: -2105734230 - Label: Bass Sound - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0.15 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0.8, y: 1} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: Automatic Shaker Setup - Owner: {fileID: 518400217} - DebugActive: 0 - Sfx: {fileID: 8300000, guid: ed067cd4ccfcda447b0bf119397fc305, type: 3} - RandomSfx: [] - TestPlayButton: - ButtonText: Debug Play Sound - TestStopButton: - ButtonText: Debug Stop Sound - PlayMethod: 3 - PoolSize: 20 - UseLegacyEventsMode: 0 - StopSoundOnFeedbackStop: 1 - MinVolume: 1 - MaxVolume: 1 - MinPitch: 1 - MaxPitch: 1 - SfxAudioMixerGroup: {fileID: 0} - Priority: 128 - PanStereo: 0 - SpatialBlend: 0 - DopplerLevel: 1 - Spread: 0 - RolloffMode: 0 - MinDistance: 1 - MaxDistance: 500 - UseCustomRolloffCurve: 0 - CustomRolloffCurve: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - UseSpatialBlendCurve: 0 - SpatialBlendCurve: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - UseReverbZoneMixCurve: 0 - ReverbZoneMixCurve: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - UseSpreadCurve: 0 - SpreadCurve: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - - rid: 4 - type: {class: MMF_Material, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: -975650686 - Label: Material - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0.1 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0.8, y: 1} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 518400217} - DebugActive: 0 - TargetRenderer: {fileID: 7718390322990954521} - RendererMaterialIndexes: - Method: 0 - Loop: 1 - AlwaysNewMaterial: 1 - InitialIndex: 0 - Materials: - - {fileID: 2100000, guid: 859110124559f53448796d58be533933, type: 2} - - {fileID: 2100000, guid: ef35891a12f2deb49acd5cffa698c910, type: 2} - - {fileID: 2100000, guid: fafd9ca80d42ea147955a570b7ff417a, type: 2} - - {fileID: 2100000, guid: 1e5b54aaf95dc544996bd98919f83491, type: 2} - - {fileID: 2100000, guid: d27c02d0cdd147245be0de863bd68637, type: 2} - - {fileID: 2100000, guid: 1e5b54aaf95dc544996bd98919f83491, type: 2} - - {fileID: 2100000, guid: aa24205135c86be4792f70af431b8638, type: 2} - - {fileID: 2100000, guid: 1a56e529cc6f9354ebe7986cb56493be, type: 2} - InterpolateTransition: 0 - TransitionDuration: 1 - TransitionCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - - rid: 5 - type: {class: MMF_CinemachineImpulse, ns: MoreMountains.FeedbacksForThirdParty, - asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: -815063708 - Label: Impulse - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0.8, y: 1} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: Automatic Shaker Setup - Owner: {fileID: 518400217} - DebugActive: 0 - m_ImpulseDefinition: - ImpulseChannel: 1 - ImpulseShape: 0 - CustomImpulseShape: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - ImpulseDuration: 0.2 - ImpulseType: 3 - DissipationRate: 0 - RawSignal: {fileID: 11400000, guid: 69ce8388f6785dd4c8c39915efece2f4, type: 2} - AmplitudeGain: 1 - FrequencyGain: 1 - RepeatMode: 0 - Randomize: 1 - TimeEnvelope: - AttackShape: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - DecayShape: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: -0.9999995 - outSlope: -0.9999995 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.020408163 - value: 0.97959185 - inSlope: -0.9999995 - outSlope: -0.9999995 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.040816326 - value: 0.9591837 - inSlope: -0.9999995 - outSlope: -0.9999995 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.06122449 - value: 0.93877554 - inSlope: -1.000001 - outSlope: -1.000001 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.08163265 - value: 0.9183673 - inSlope: -1.000001 - outSlope: -1.000001 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.10204082 - value: 0.8979592 - inSlope: -0.99999946 - outSlope: -0.99999946 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.12244898 - value: 0.877551 - inSlope: -0.99999946 - outSlope: -0.99999946 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.14285715 - value: 0.85714287 - inSlope: -0.99999964 - outSlope: -0.99999964 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.1632653 - value: 0.8367347 - inSlope: -1.0000011 - outSlope: -1.0000011 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.18367347 - value: 0.8163265 - inSlope: -1.0000007 - outSlope: -1.0000007 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.20408164 - value: 0.79591835 - inSlope: -0.99999964 - outSlope: -0.99999964 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.2244898 - value: 0.7755102 - inSlope: -0.99999964 - outSlope: -0.99999964 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.24489796 - value: 0.75510204 - inSlope: -0.99999964 - outSlope: -0.99999964 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.26530612 - value: 0.7346939 - inSlope: -0.9999993 - outSlope: -0.9999993 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.2857143 - value: 0.71428573 - inSlope: -0.9999993 - outSlope: -0.9999993 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.30612245 - value: 0.6938776 - inSlope: -1 - outSlope: -1 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.3265306 - value: 0.6734694 - inSlope: -1.0000007 - outSlope: -1.0000007 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.3469388 - value: 0.6530612 - inSlope: -1.0000007 - outSlope: -1.0000007 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.36734694 - value: 0.63265306 - inSlope: -1 - outSlope: -1 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.3877551 - value: 0.6122449 - inSlope: -1.0000007 - outSlope: -1.0000007 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.40816328 - value: 0.5918367 - inSlope: -1.0000007 - outSlope: -1.0000007 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.42857143 - value: 0.57142854 - inSlope: -1 - outSlope: -1 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.4489796 - value: 0.5510204 - inSlope: -0.9999993 - outSlope: -0.9999993 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.46938777 - value: 0.53061223 - inSlope: -0.9999993 - outSlope: -0.9999993 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.48979592 - value: 0.5102041 - inSlope: -1 - outSlope: -1 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.5102041 - value: 0.48979592 - inSlope: -1 - outSlope: -1 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.53061223 - value: 0.46938777 - inSlope: -1 - outSlope: -1 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.5510204 - value: 0.44897962 - inSlope: -1 - outSlope: -1 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.5714286 - value: 0.4285714 - inSlope: -1 - outSlope: -1 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.59183675 - value: 0.40816325 - inSlope: -1 - outSlope: -1 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.6122449 - value: 0.3877551 - inSlope: -1 - outSlope: -1 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.63265306 - value: 0.36734694 - inSlope: -1 - outSlope: -1 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.6530612 - value: 0.3469388 - inSlope: -1 - outSlope: -1 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.67346936 - value: 0.32653064 - inSlope: -1 - outSlope: -1 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.6938776 - value: 0.30612242 - inSlope: -1 - outSlope: -1 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.71428573 - value: 0.28571427 - inSlope: -1 - outSlope: -1 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.7346939 - value: 0.26530612 - inSlope: -1 - outSlope: -1 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.75510204 - value: 0.24489796 - inSlope: -1 - outSlope: -1 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.7755102 - value: 0.22448981 - inSlope: -1 - outSlope: -1 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.79591835 - value: 0.20408165 - inSlope: -1 - outSlope: -1 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.81632656 - value: 0.18367344 - inSlope: -1 - outSlope: -1 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.8367347 - value: 0.16326529 - inSlope: -1 - outSlope: -1 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.85714287 - value: 0.14285713 - inSlope: -1 - outSlope: -1 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.877551 - value: 0.12244898 - inSlope: -1 - outSlope: -1 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.8979592 - value: 0.10204083 - inSlope: -1 - outSlope: -1 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.9183673 - value: 0.081632674 - inSlope: -1 - outSlope: -1 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.93877554 - value: 0.06122446 - inSlope: -1 - outSlope: -1 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.9591837 - value: 0.040816307 - inSlope: -1 - outSlope: -1 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.97959185 - value: 0.020408154 - inSlope: -1 - outSlope: -1 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: -1 - outSlope: -1 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - AttackTime: 0 - SustainTime: 0.1 - DecayTime: 0.2 - ScaleWithImpact: 1 - HoldForever: 0 - ImpactRadius: 100 - DirectionMode: 0 - DissipationMode: 2 - DissipationDistance: 1000 - PropagationSpeed: 343 - Velocity: {x: 0.2, y: 0.2, z: 0.2} - ClearImpulseOnStop: 0 - DrawGizmos: 0 - - rid: 6 - type: {class: MMF_ChromaticAberration, ns: MoreMountains.FeedbacksForThirdParty, - asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: 1344118166 - Label: Chromatic Aberration - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0.8, y: 1} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: Automatic Shaker Setup - Owner: {fileID: 518400217} - DebugActive: 0 - Duration: 0.2 - ResetShakerValuesAfterShake: 1 - ResetTargetValuesAfterShake: 1 - RemapIntensityZero: 0 - RemapIntensityOne: 1 - Intensity: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.5 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - Amplitude: 1 - RelativeIntensity: 0 - - rid: 7 - type: {class: MMF_PPMovingFilter, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 0 - UniqueID: 1206694949 - Label: PPMovingFilter - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0.8, y: 1} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 518400217} - DebugActive: 0 - Mode: 0 - TransitionDuration: 0.1 - Curve: - MMTweenDefinitionType: 0 - MMTweenCurve: 4 - Curve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - Initialized: 0 - ConditionPropertyName: - EnumConditionPropertyName: - EnumConditions: 0000000000000000000000000000000000000000000000000000000000000000 - - rid: 8 - type: {class: MMF_ShaderController, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: -1242018372 - Label: ShaderController - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0.8, y: 1} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 518400217} - DebugActive: 0 - Mode: 0 - TargetShaderController: {fileID: 773672492} - TargetShaderControllerList: [] - RevertToInitialValueAfterEnd: 0 - GetInitialValueOnOneTime: 0 - OneTimeDuration: 0.1 - OneTimeAmplitude: 1 - OneTimeRemapMin: 0 - OneTimeRemapMax: 1 - OneTimeCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.15789795 - value: 0.9976654 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - ToDestinationValue: 1 - ToDestinationDuration: 1 - ToDestinationColor: {r: 1, g: 0, b: 0, a: 1} - ToDestinationCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.5 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 ---- !u!1 &594936574 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 594936575} - - component: {fileID: 594936585} - m_Layer: 0 - m_Name: MMFeedbacks1 (8) - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 0 ---- !u!4 &594936575 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 594936574} - serializedVersion: 2 - m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: 0} - m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 - m_Children: [] - m_Father: {fileID: 89129166} - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!114 &594936585 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 594936574} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 6da43522623d4704e979466dc7650b65, type: 3} - m_Name: - m_EditorClassIdentifier: - Feedbacks: - - {fileID: 0} - - {fileID: 0} - - {fileID: 0} - - {fileID: 0} - - {fileID: 0} - - {fileID: 0} - - {fileID: 0} - - {fileID: 0} - - {fileID: 0} - InitializationMode: 2 - AutoInitialization: 1 - SafeMode: 3 - Direction: 0 - AutoChangeDirectionOnEnd: 0 - AutoPlayOnStart: 0 - AutoPlayOnEnable: 0 - ForceTimescaleMode: 0 - ForcedTimescaleMode: 1 - DurationMultiplier: 1 - TimescaleMultiplier: 1 - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 1.5} - DisplayFullDurationDetails: 0 - PlayerTimescaleMode: 1 - OnlyPlayIfWithinRange: 0 - RangeCenter: {fileID: 0} - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - IgnoreRangeEvents: 0 - CooldownDuration: 0 - InitialDelay: 0 - CanPlay: 1 - CanPlayWhileAlreadyPlaying: 1 - ChanceToPlay: 100 - FeedbacksIntensity: 1 - Events: - TriggerMMFeedbacksEvents: 0 - TriggerUnityEvents: 1 - OnPlay: - m_PersistentCalls: - m_Calls: [] - OnPause: - m_PersistentCalls: - m_Calls: [] - OnStop: - m_PersistentCalls: - m_Calls: [] - OnResume: - m_PersistentCalls: - m_Calls: [] - OnChangeDirection: - m_PersistentCalls: - m_Calls: [] - OnComplete: - m_PersistentCalls: - m_Calls: [] - OnRestoreInitialValues: - m_PersistentCalls: - m_Calls: [] - OnSkipToTheEnd: - m_PersistentCalls: - m_Calls: [] - OnInitializationComplete: - m_PersistentCalls: - m_Calls: [] - OnEnable: - m_PersistentCalls: - m_Calls: [] - OnDisable: - m_PersistentCalls: - m_Calls: [] - DebugActive: 0 - InScriptDrivenPause: 0 - FeedbacksList: - - rid: 0 - - rid: 1 - - rid: 2 - - rid: 3 - - rid: 4 - - rid: 5 - - rid: 6 - - rid: 7 - - rid: 8 - KeepPlayModeChanges: 0 - PerformanceMode: 0 - RestoreInitialValuesOnDisable: 0 - StopFeedbacksOnDisable: 0 - PlayCount: 0 - references: - version: 2 - RefIds: - - rid: 0 - type: {class: MMF_Position, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: 1933866114 - Label: Position - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0.8, y: 1} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 594936585} - DebugActive: 0 - AnimatePositionTarget: {fileID: 773672490} - Mode: 1 - Space: 0 - RandomizeRemap: 0 - AnimatePositionDuration: 0.2 - AnimatePositionTween: - MMTweenDefinitionType: 1 - MMTweenCurve: 4 - Curve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.1 - value: 0.05 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.9 - value: 0.95 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - Initialized: 1 - ConditionPropertyName: - EnumConditionPropertyName: Mode - EnumConditions: 0100010000000000000000000000000000000000000000000000000000000000 - RemapCurveZero: 0 - RemapCurveZeroAlt: 0 - RemapCurveOne: 2 - RemapCurveOneAlt: 1 - AnimateX: 0 - AnimatePositionTweenX: - MMTweenDefinitionType: 1 - MMTweenCurve: 4 - Curve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.3 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.6 - value: -1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - Initialized: 1 - ConditionPropertyName: AnimateX - EnumConditionPropertyName: - EnumConditions: 0000000000000000000000000000000000000000000000000000000000000000 - AnimateY: 1 - AnimatePositionTweenY: - MMTweenDefinitionType: 1 - MMTweenCurve: 4 - Curve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 10.10368 - outSlope: 10.10368 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0.047514614 - - serializedVersion: 3 - time: 0.3 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: -2.9999943 - outSlope: -2.9999943 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.029761963 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - Initialized: 1 - ConditionPropertyName: AnimateY - EnumConditionPropertyName: - EnumConditions: 0000000000000000000000000000000000000000000000000000000000000000 - AnimateZ: 0 - AnimatePositionTweenZ: - MMTweenDefinitionType: 1 - MMTweenCurve: 4 - Curve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.3 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.6 - value: -1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - Initialized: 1 - ConditionPropertyName: AnimateZ - EnumConditionPropertyName: - EnumConditions: 0000000000000000000000000000000000000000000000000000000000000000 - AllowAdditivePlays: 0 - RelativePosition: 1 - DeterminePositionsOnPlay: 0 - InitialPosition: {x: 0, y: 0, z: 0} - DestinationPosition: {x: 0, y: 3, z: -3} - InitialPositionTransform: {fileID: 0} - DestinationPositionTransform: {fileID: 0} - AnimatePositionCurveX: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.3 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.6 - value: -1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - AnimatePositionCurveY: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 10.10368 - outSlope: 10.10368 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0.047514614 - - serializedVersion: 3 - time: 0.3 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: -2.9999943 - outSlope: -2.9999943 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.029761963 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - AnimatePositionCurveZ: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.3 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.6 - value: -1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - AnimatePositionCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.1 - value: 0.05 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.9 - value: 0.95 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - - rid: 1 - type: {class: MMF_Rotation, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: 1218076941 - Label: Rotation - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0.8, y: 1} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 594936585} - DebugActive: 0 - AnimateRotationTarget: {fileID: 773672494} - Mode: 0 - RotationSpace: 0 - AnimateRotationDuration: 0.2 - RemapCurveZero: 0 - RemapCurveOne: 90 - AnimateX: 0 - AnimateRotationTweenX: - MMTweenDefinitionType: 1 - MMTweenCurve: 4 - Curve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: -0.060974594 - outSlope: -0.060974594 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.020408163 - value: -0.0012443794 - inSlope: -0.11328613 - outSlope: -0.11328613 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.040816326 - value: -0.0046239235 - inSlope: -0.20491463 - outSlope: -0.20491463 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.06122449 - value: -0.009608242 - inSlope: -0.27055395 - outSlope: -0.27055395 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.08163265 - value: -0.015666941 - inSlope: -0.3102041 - outSlope: -0.3102041 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.10204082 - value: -0.022269635 - inSlope: -0.3238651 - outSlope: -0.3238651 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.12244898 - value: -0.028885925 - inSlope: -0.3115369 - outSlope: -0.3115369 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.14285715 - value: -0.034985427 - inSlope: -0.2732195 - outSlope: -0.2732195 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.1632653 - value: -0.04003774 - inSlope: -0.2089129 - outSlope: -0.2089129 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.18367347 - value: -0.043512482 - inSlope: -0.118617244 - outSlope: -0.118617244 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.20408164 - value: -0.04487926 - inSlope: -0.0023323726 - outSlope: -0.0023323726 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.2244898 - value: -0.043607682 - inSlope: 0.13994168 - outSlope: 0.13994168 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.24489796 - value: -0.039167356 - inSlope: 0.3082049 - outSlope: 0.3082049 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.26530612 - value: -0.031027893 - inSlope: 0.5024574 - outSlope: 0.5024574 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.2857143 - value: -0.018658884 - inSlope: 0.7226989 - outSlope: 0.7226989 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.30612245 - value: -0.0015299736 - inSlope: 0.96892965 - outSlope: 0.96892965 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.3265306 - value: 0.020889245 - inSlope: 1.2411494 - outSlope: 1.2411494 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.3469388 - value: 0.049129207 - inSlope: 1.5393586 - outSlope: 1.5393586 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.36734694 - value: 0.08372022 - inSlope: 1.8635569 - outSlope: 1.8635569 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.3877551 - value: 0.12519272 - inSlope: 2.2137444 - outSlope: 2.2137444 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.40816328 - value: 0.17407717 - inSlope: 2.589921 - outSlope: 2.589921 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.42857143 - value: 0.2309038 - inSlope: 2.992087 - outSlope: 2.992087 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.4489796 - value: 0.2962031 - inSlope: 3.4202416 - outSlope: 3.4202416 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.46938777 - value: 0.37050554 - inSlope: 3.8743854 - outSlope: 3.8743854 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.48979592 - value: 0.45434132 - inSlope: 4.2912545 - outSlope: 4.2912545 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.5102041 - value: 0.5456587 - inSlope: 4.291253 - outSlope: 4.291253 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.53061223 - value: 0.6294944 - inSlope: 3.874385 - outSlope: 3.874385 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.5510204 - value: 0.7037968 - inSlope: 3.4202418 - outSlope: 3.4202418 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.5714286 - value: 0.76909626 - inSlope: 2.9920864 - outSlope: 2.9920864 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.59183675 - value: 0.8259229 - inSlope: 2.589922 - outSlope: 2.589922 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.6122449 - value: 0.8748073 - inSlope: 2.2137446 - outSlope: 2.2137446 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.63265306 - value: 0.9162798 - inSlope: 1.8635569 - outSlope: 1.8635569 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.6530612 - value: 0.9508708 - inSlope: 1.5393584 - outSlope: 1.5393584 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.67346936 - value: 0.9791107 - inSlope: 1.2411504 - outSlope: 1.2411504 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.6938776 - value: 1.00153 - inSlope: 0.9689287 - outSlope: 0.9689287 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.71428573 - value: 1.0186589 - inSlope: 0.722698 - outSlope: 0.722698 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.7346939 - value: 1.0310279 - inSlope: 0.50245917 - outSlope: 0.50245917 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.75510204 - value: 1.0391674 - inSlope: 0.30820522 - outSlope: 0.30820522 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.7755102 - value: 1.0436077 - inSlope: 0.13994193 - outSlope: 0.13994193 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.79591835 - value: 1.0448793 - inSlope: -0.0023334846 - outSlope: -0.0023334846 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.81632656 - value: 1.0435125 - inSlope: -0.118618324 - outSlope: -0.118618324 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.8367347 - value: 1.0400378 - inSlope: -0.20891258 - outSlope: -0.20891258 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.85714287 - value: 1.0349854 - inSlope: -0.273219 - outSlope: -0.273219 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.877551 - value: 1.028886 - inSlope: -0.31153765 - outSlope: -0.31153765 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.8979592 - value: 1.0222696 - inSlope: -0.32386562 - outSlope: -0.32386562 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.9183673 - value: 1.015667 - inSlope: -0.31020248 - outSlope: -0.31020248 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.93877554 - value: 1.0096083 - inSlope: -0.27055496 - outSlope: -0.27055496 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.9591837 - value: 1.0046239 - inSlope: -0.20491424 - outSlope: -0.20491424 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.97959185 - value: 1.0012444 - inSlope: -0.113285355 - outSlope: -0.113285355 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: -0.060976893 - outSlope: -0.060976893 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - Initialized: 1 - ConditionPropertyName: AnimateX - EnumConditionPropertyName: - EnumConditions: 0000000000000000000000000000000000000000000000000000000000000000 - AnimateY: 0 - AnimateRotationTweenY: - MMTweenDefinitionType: 1 - MMTweenCurve: 4 - Curve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.3 - value: 1.05 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - Initialized: 1 - ConditionPropertyName: AnimateY - EnumConditionPropertyName: - EnumConditions: 0000000000000000000000000000000000000000000000000000000000000000 - AnimateZ: 1 - AnimateRotationTweenZ: - MMTweenDefinitionType: 1 - MMTweenCurve: 4 - Curve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: -0.060974594 - outSlope: -0.060974594 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.020408163 - value: -0.0012443794 - inSlope: -0.11328613 - outSlope: -0.11328613 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.040816326 - value: -0.0046239235 - inSlope: -0.20491463 - outSlope: -0.20491463 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.06122449 - value: -0.009608242 - inSlope: -0.27055395 - outSlope: -0.27055395 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.08163265 - value: -0.015666941 - inSlope: -0.3102041 - outSlope: -0.3102041 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.10204082 - value: -0.022269635 - inSlope: -0.3238651 - outSlope: -0.3238651 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.12244898 - value: -0.028885925 - inSlope: -0.3115369 - outSlope: -0.3115369 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.14285715 - value: -0.034985427 - inSlope: -0.2732195 - outSlope: -0.2732195 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.1632653 - value: -0.04003774 - inSlope: -0.2089129 - outSlope: -0.2089129 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.18367347 - value: -0.043512482 - inSlope: -0.118617244 - outSlope: -0.118617244 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.20408164 - value: -0.04487926 - inSlope: -0.0023323726 - outSlope: -0.0023323726 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.2244898 - value: -0.043607682 - inSlope: 0.13994168 - outSlope: 0.13994168 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.24489796 - value: -0.039167356 - inSlope: 0.3082049 - outSlope: 0.3082049 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.26530612 - value: -0.031027893 - inSlope: 0.5024574 - outSlope: 0.5024574 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.2857143 - value: -0.018658884 - inSlope: 0.7226989 - outSlope: 0.7226989 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.30612245 - value: -0.0015299736 - inSlope: 0.96892965 - outSlope: 0.96892965 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.3265306 - value: 0.020889245 - inSlope: 1.2411494 - outSlope: 1.2411494 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.3469388 - value: 0.049129207 - inSlope: 1.5393586 - outSlope: 1.5393586 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.36734694 - value: 0.08372022 - inSlope: 1.8635569 - outSlope: 1.8635569 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.3877551 - value: 0.12519272 - inSlope: 2.2137444 - outSlope: 2.2137444 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.40816328 - value: 0.17407717 - inSlope: 2.589921 - outSlope: 2.589921 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.42857143 - value: 0.2309038 - inSlope: 2.992087 - outSlope: 2.992087 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.4489796 - value: 0.2962031 - inSlope: 3.4202416 - outSlope: 3.4202416 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.46938777 - value: 0.37050554 - inSlope: 3.8743854 - outSlope: 3.8743854 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.48979592 - value: 0.45434132 - inSlope: 4.2912545 - outSlope: 4.2912545 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.5102041 - value: 0.5456587 - inSlope: 4.291253 - outSlope: 4.291253 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.53061223 - value: 0.6294944 - inSlope: 3.874385 - outSlope: 3.874385 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.5510204 - value: 0.7037968 - inSlope: 3.4202418 - outSlope: 3.4202418 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.5714286 - value: 0.76909626 - inSlope: 2.9920864 - outSlope: 2.9920864 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.59183675 - value: 0.8259229 - inSlope: 2.589922 - outSlope: 2.589922 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.6122449 - value: 0.8748073 - inSlope: 2.2137446 - outSlope: 2.2137446 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.63265306 - value: 0.9162798 - inSlope: 1.8635569 - outSlope: 1.8635569 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.6530612 - value: 0.9508708 - inSlope: 1.5393584 - outSlope: 1.5393584 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.67346936 - value: 0.9791107 - inSlope: 1.2411504 - outSlope: 1.2411504 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.6938776 - value: 1.00153 - inSlope: 0.9689287 - outSlope: 0.9689287 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.71428573 - value: 1.0186589 - inSlope: 0.722698 - outSlope: 0.722698 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.7346939 - value: 1.0310279 - inSlope: 0.50245917 - outSlope: 0.50245917 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.75510204 - value: 1.0391674 - inSlope: 0.30820522 - outSlope: 0.30820522 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.7755102 - value: 1.0436077 - inSlope: 0.13994193 - outSlope: 0.13994193 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.79591835 - value: 1.0448793 - inSlope: -0.0023334846 - outSlope: -0.0023334846 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.81632656 - value: 1.0435125 - inSlope: -0.118618324 - outSlope: -0.118618324 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.8367347 - value: 1.0400378 - inSlope: -0.20891258 - outSlope: -0.20891258 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.85714287 - value: 1.0349854 - inSlope: -0.273219 - outSlope: -0.273219 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.877551 - value: 1.028886 - inSlope: -0.31153765 - outSlope: -0.31153765 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.8979592 - value: 1.0222696 - inSlope: -0.32386562 - outSlope: -0.32386562 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.9183673 - value: 1.015667 - inSlope: -0.31020248 - outSlope: -0.31020248 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.93877554 - value: 1.0096083 - inSlope: -0.27055496 - outSlope: -0.27055496 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.9591837 - value: 1.0046239 - inSlope: -0.20491424 - outSlope: -0.20491424 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.97959185 - value: 1.0012444 - inSlope: -0.113285355 - outSlope: -0.113285355 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: -0.060976893 - outSlope: -0.060976893 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - Initialized: 1 - ConditionPropertyName: AnimateZ - EnumConditionPropertyName: - EnumConditions: 0000000000000000000000000000000000000000000000000000000000000000 - AllowAdditivePlays: 0 - DetermineRotationOnPlay: 0 - ToDestinationSpace: 0 - DestinationAngles: {x: 0, y: 180, z: 0} - ToDestinationTransform: {fileID: 0} - ToDestinationTween: - MMTweenDefinitionType: 1 - MMTweenCurve: 10 - Curve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - Initialized: 1 - ConditionPropertyName: - EnumConditionPropertyName: Mode - EnumConditions: 0000010000000000000000000000000000000000000000000000000000000000 - AnimateRotationX: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: -0.060974594 - outSlope: -0.060974594 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.020408163 - value: -0.0012443794 - inSlope: -0.11328613 - outSlope: -0.11328613 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.040816326 - value: -0.0046239235 - inSlope: -0.20491463 - outSlope: -0.20491463 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.06122449 - value: -0.009608242 - inSlope: -0.27055395 - outSlope: -0.27055395 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.08163265 - value: -0.015666941 - inSlope: -0.3102041 - outSlope: -0.3102041 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.10204082 - value: -0.022269635 - inSlope: -0.3238651 - outSlope: -0.3238651 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.12244898 - value: -0.028885925 - inSlope: -0.3115369 - outSlope: -0.3115369 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.14285715 - value: -0.034985427 - inSlope: -0.2732195 - outSlope: -0.2732195 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.1632653 - value: -0.04003774 - inSlope: -0.2089129 - outSlope: -0.2089129 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.18367347 - value: -0.043512482 - inSlope: -0.118617244 - outSlope: -0.118617244 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.20408164 - value: -0.04487926 - inSlope: -0.0023323726 - outSlope: -0.0023323726 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.2244898 - value: -0.043607682 - inSlope: 0.13994168 - outSlope: 0.13994168 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.24489796 - value: -0.039167356 - inSlope: 0.3082049 - outSlope: 0.3082049 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.26530612 - value: -0.031027893 - inSlope: 0.5024574 - outSlope: 0.5024574 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.2857143 - value: -0.018658884 - inSlope: 0.7226989 - outSlope: 0.7226989 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.30612245 - value: -0.0015299736 - inSlope: 0.96892965 - outSlope: 0.96892965 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.3265306 - value: 0.020889245 - inSlope: 1.2411494 - outSlope: 1.2411494 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.3469388 - value: 0.049129207 - inSlope: 1.5393586 - outSlope: 1.5393586 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.36734694 - value: 0.08372022 - inSlope: 1.8635569 - outSlope: 1.8635569 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.3877551 - value: 0.12519272 - inSlope: 2.2137444 - outSlope: 2.2137444 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.40816328 - value: 0.17407717 - inSlope: 2.589921 - outSlope: 2.589921 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.42857143 - value: 0.2309038 - inSlope: 2.992087 - outSlope: 2.992087 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.4489796 - value: 0.2962031 - inSlope: 3.4202416 - outSlope: 3.4202416 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.46938777 - value: 0.37050554 - inSlope: 3.8743854 - outSlope: 3.8743854 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.48979592 - value: 0.45434132 - inSlope: 4.2912545 - outSlope: 4.2912545 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.5102041 - value: 0.5456587 - inSlope: 4.291253 - outSlope: 4.291253 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.53061223 - value: 0.6294944 - inSlope: 3.874385 - outSlope: 3.874385 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.5510204 - value: 0.7037968 - inSlope: 3.4202418 - outSlope: 3.4202418 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.5714286 - value: 0.76909626 - inSlope: 2.9920864 - outSlope: 2.9920864 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.59183675 - value: 0.8259229 - inSlope: 2.589922 - outSlope: 2.589922 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.6122449 - value: 0.8748073 - inSlope: 2.2137446 - outSlope: 2.2137446 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.63265306 - value: 0.9162798 - inSlope: 1.8635569 - outSlope: 1.8635569 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.6530612 - value: 0.9508708 - inSlope: 1.5393584 - outSlope: 1.5393584 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.67346936 - value: 0.9791107 - inSlope: 1.2411504 - outSlope: 1.2411504 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.6938776 - value: 1.00153 - inSlope: 0.9689287 - outSlope: 0.9689287 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.71428573 - value: 1.0186589 - inSlope: 0.722698 - outSlope: 0.722698 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.7346939 - value: 1.0310279 - inSlope: 0.50245917 - outSlope: 0.50245917 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.75510204 - value: 1.0391674 - inSlope: 0.30820522 - outSlope: 0.30820522 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.7755102 - value: 1.0436077 - inSlope: 0.13994193 - outSlope: 0.13994193 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.79591835 - value: 1.0448793 - inSlope: -0.0023334846 - outSlope: -0.0023334846 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.81632656 - value: 1.0435125 - inSlope: -0.118618324 - outSlope: -0.118618324 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.8367347 - value: 1.0400378 - inSlope: -0.20891258 - outSlope: -0.20891258 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.85714287 - value: 1.0349854 - inSlope: -0.273219 - outSlope: -0.273219 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.877551 - value: 1.028886 - inSlope: -0.31153765 - outSlope: -0.31153765 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.8979592 - value: 1.0222696 - inSlope: -0.32386562 - outSlope: -0.32386562 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.9183673 - value: 1.015667 - inSlope: -0.31020248 - outSlope: -0.31020248 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.93877554 - value: 1.0096083 - inSlope: -0.27055496 - outSlope: -0.27055496 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.9591837 - value: 1.0046239 - inSlope: -0.20491424 - outSlope: -0.20491424 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.97959185 - value: 1.0012444 - inSlope: -0.113285355 - outSlope: -0.113285355 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: -0.060976893 - outSlope: -0.060976893 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - AnimateRotationY: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.3 - value: 1.05 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - AnimateRotationZ: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: -0.060974594 - outSlope: -0.060974594 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.020408163 - value: -0.0012443794 - inSlope: -0.11328613 - outSlope: -0.11328613 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.040816326 - value: -0.0046239235 - inSlope: -0.20491463 - outSlope: -0.20491463 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.06122449 - value: -0.009608242 - inSlope: -0.27055395 - outSlope: -0.27055395 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.08163265 - value: -0.015666941 - inSlope: -0.3102041 - outSlope: -0.3102041 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.10204082 - value: -0.022269635 - inSlope: -0.3238651 - outSlope: -0.3238651 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.12244898 - value: -0.028885925 - inSlope: -0.3115369 - outSlope: -0.3115369 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.14285715 - value: -0.034985427 - inSlope: -0.2732195 - outSlope: -0.2732195 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.1632653 - value: -0.04003774 - inSlope: -0.2089129 - outSlope: -0.2089129 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.18367347 - value: -0.043512482 - inSlope: -0.118617244 - outSlope: -0.118617244 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.20408164 - value: -0.04487926 - inSlope: -0.0023323726 - outSlope: -0.0023323726 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.2244898 - value: -0.043607682 - inSlope: 0.13994168 - outSlope: 0.13994168 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.24489796 - value: -0.039167356 - inSlope: 0.3082049 - outSlope: 0.3082049 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.26530612 - value: -0.031027893 - inSlope: 0.5024574 - outSlope: 0.5024574 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.2857143 - value: -0.018658884 - inSlope: 0.7226989 - outSlope: 0.7226989 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.30612245 - value: -0.0015299736 - inSlope: 0.96892965 - outSlope: 0.96892965 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.3265306 - value: 0.020889245 - inSlope: 1.2411494 - outSlope: 1.2411494 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.3469388 - value: 0.049129207 - inSlope: 1.5393586 - outSlope: 1.5393586 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.36734694 - value: 0.08372022 - inSlope: 1.8635569 - outSlope: 1.8635569 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.3877551 - value: 0.12519272 - inSlope: 2.2137444 - outSlope: 2.2137444 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.40816328 - value: 0.17407717 - inSlope: 2.589921 - outSlope: 2.589921 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.42857143 - value: 0.2309038 - inSlope: 2.992087 - outSlope: 2.992087 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.4489796 - value: 0.2962031 - inSlope: 3.4202416 - outSlope: 3.4202416 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.46938777 - value: 0.37050554 - inSlope: 3.8743854 - outSlope: 3.8743854 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.48979592 - value: 0.45434132 - inSlope: 4.2912545 - outSlope: 4.2912545 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.5102041 - value: 0.5456587 - inSlope: 4.291253 - outSlope: 4.291253 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.53061223 - value: 0.6294944 - inSlope: 3.874385 - outSlope: 3.874385 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.5510204 - value: 0.7037968 - inSlope: 3.4202418 - outSlope: 3.4202418 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.5714286 - value: 0.76909626 - inSlope: 2.9920864 - outSlope: 2.9920864 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.59183675 - value: 0.8259229 - inSlope: 2.589922 - outSlope: 2.589922 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.6122449 - value: 0.8748073 - inSlope: 2.2137446 - outSlope: 2.2137446 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.63265306 - value: 0.9162798 - inSlope: 1.8635569 - outSlope: 1.8635569 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.6530612 - value: 0.9508708 - inSlope: 1.5393584 - outSlope: 1.5393584 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.67346936 - value: 0.9791107 - inSlope: 1.2411504 - outSlope: 1.2411504 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.6938776 - value: 1.00153 - inSlope: 0.9689287 - outSlope: 0.9689287 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.71428573 - value: 1.0186589 - inSlope: 0.722698 - outSlope: 0.722698 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.7346939 - value: 1.0310279 - inSlope: 0.50245917 - outSlope: 0.50245917 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.75510204 - value: 1.0391674 - inSlope: 0.30820522 - outSlope: 0.30820522 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.7755102 - value: 1.0436077 - inSlope: 0.13994193 - outSlope: 0.13994193 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.79591835 - value: 1.0448793 - inSlope: -0.0023334846 - outSlope: -0.0023334846 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.81632656 - value: 1.0435125 - inSlope: -0.118618324 - outSlope: -0.118618324 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.8367347 - value: 1.0400378 - inSlope: -0.20891258 - outSlope: -0.20891258 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.85714287 - value: 1.0349854 - inSlope: -0.273219 - outSlope: -0.273219 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.877551 - value: 1.028886 - inSlope: -0.31153765 - outSlope: -0.31153765 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.8979592 - value: 1.0222696 - inSlope: -0.32386562 - outSlope: -0.32386562 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.9183673 - value: 1.015667 - inSlope: -0.31020248 - outSlope: -0.31020248 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.93877554 - value: 1.0096083 - inSlope: -0.27055496 - outSlope: -0.27055496 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.9591837 - value: 1.0046239 - inSlope: -0.20491424 - outSlope: -0.20491424 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.97959185 - value: 1.0012444 - inSlope: -0.113285355 - outSlope: -0.113285355 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: -0.060976893 - outSlope: -0.060976893 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - ToDestinationCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - - rid: 2 - type: {class: MMF_Sound, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: 354007848 - Label: Note Sound - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0.2 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0.8, y: 1} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: Automatic Shaker Setup - Owner: {fileID: 594936585} - DebugActive: 0 - Sfx: {fileID: 8300000, guid: d6252c9736dd3514dae1fc4563f27d43, type: 3} - RandomSfx: [] - TestPlayButton: - ButtonText: Debug Play Sound - TestStopButton: - ButtonText: Debug Stop Sound - PlayMethod: 1 - PoolSize: 10 - UseLegacyEventsMode: 0 - StopSoundOnFeedbackStop: 1 - MinVolume: 1 - MaxVolume: 1 - MinPitch: 1 - MaxPitch: 1 - SfxAudioMixerGroup: {fileID: 0} - Priority: 128 - PanStereo: 0 - SpatialBlend: 0 - DopplerLevel: 1 - Spread: 0 - RolloffMode: 0 - MinDistance: 1 - MaxDistance: 500 - UseCustomRolloffCurve: 0 - CustomRolloffCurve: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - UseSpatialBlendCurve: 0 - SpatialBlendCurve: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - UseReverbZoneMixCurve: 0 - ReverbZoneMixCurve: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - UseSpreadCurve: 0 - SpreadCurve: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - - rid: 3 - type: {class: MMF_Sound, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: 1441358693 - Label: Bass Sound - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0.15 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0.8, y: 1} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: Automatic Shaker Setup - Owner: {fileID: 594936585} - DebugActive: 0 - Sfx: {fileID: 8300000, guid: ed067cd4ccfcda447b0bf119397fc305, type: 3} - RandomSfx: [] - TestPlayButton: - ButtonText: Debug Play Sound - TestStopButton: - ButtonText: Debug Stop Sound - PlayMethod: 3 - PoolSize: 20 - UseLegacyEventsMode: 0 - StopSoundOnFeedbackStop: 1 - MinVolume: 1 - MaxVolume: 1 - MinPitch: 1 - MaxPitch: 1 - SfxAudioMixerGroup: {fileID: 0} - Priority: 128 - PanStereo: 0 - SpatialBlend: 0 - DopplerLevel: 1 - Spread: 0 - RolloffMode: 0 - MinDistance: 1 - MaxDistance: 500 - UseCustomRolloffCurve: 0 - CustomRolloffCurve: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - UseSpatialBlendCurve: 0 - SpatialBlendCurve: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - UseReverbZoneMixCurve: 0 - ReverbZoneMixCurve: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - UseSpreadCurve: 0 - SpreadCurve: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - - rid: 4 - type: {class: MMF_Material, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: -414828942 - Label: Material - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0.1 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0.8, y: 1} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 594936585} - DebugActive: 0 - TargetRenderer: {fileID: 7718390322990954521} - RendererMaterialIndexes: - Method: 0 - Loop: 1 - AlwaysNewMaterial: 1 - InitialIndex: 0 - Materials: - - {fileID: 2100000, guid: 859110124559f53448796d58be533933, type: 2} - - {fileID: 2100000, guid: ef35891a12f2deb49acd5cffa698c910, type: 2} - - {fileID: 2100000, guid: fafd9ca80d42ea147955a570b7ff417a, type: 2} - - {fileID: 2100000, guid: 1e5b54aaf95dc544996bd98919f83491, type: 2} - - {fileID: 2100000, guid: d27c02d0cdd147245be0de863bd68637, type: 2} - - {fileID: 2100000, guid: 1e5b54aaf95dc544996bd98919f83491, type: 2} - - {fileID: 2100000, guid: aa24205135c86be4792f70af431b8638, type: 2} - - {fileID: 2100000, guid: 1a56e529cc6f9354ebe7986cb56493be, type: 2} - InterpolateTransition: 0 - TransitionDuration: 1 - TransitionCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - - rid: 5 - type: {class: MMF_CinemachineImpulse, ns: MoreMountains.FeedbacksForThirdParty, - asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: 1011964486 - Label: Impulse - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0.8, y: 1} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: Automatic Shaker Setup - Owner: {fileID: 594936585} - DebugActive: 0 - m_ImpulseDefinition: - ImpulseChannel: 1 - ImpulseShape: 0 - CustomImpulseShape: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - ImpulseDuration: 0.2 - ImpulseType: 3 - DissipationRate: 0 - RawSignal: {fileID: 11400000, guid: 69ce8388f6785dd4c8c39915efece2f4, type: 2} - AmplitudeGain: 1 - FrequencyGain: 1 - RepeatMode: 0 - Randomize: 1 - TimeEnvelope: - AttackShape: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - DecayShape: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: -0.9999995 - outSlope: -0.9999995 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.020408163 - value: 0.97959185 - inSlope: -0.9999995 - outSlope: -0.9999995 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.040816326 - value: 0.9591837 - inSlope: -0.9999995 - outSlope: -0.9999995 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.06122449 - value: 0.93877554 - inSlope: -1.000001 - outSlope: -1.000001 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.08163265 - value: 0.9183673 - inSlope: -1.000001 - outSlope: -1.000001 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.10204082 - value: 0.8979592 - inSlope: -0.99999946 - outSlope: -0.99999946 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.12244898 - value: 0.877551 - inSlope: -0.99999946 - outSlope: -0.99999946 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.14285715 - value: 0.85714287 - inSlope: -0.99999964 - outSlope: -0.99999964 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.1632653 - value: 0.8367347 - inSlope: -1.0000011 - outSlope: -1.0000011 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.18367347 - value: 0.8163265 - inSlope: -1.0000007 - outSlope: -1.0000007 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.20408164 - value: 0.79591835 - inSlope: -0.99999964 - outSlope: -0.99999964 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.2244898 - value: 0.7755102 - inSlope: -0.99999964 - outSlope: -0.99999964 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.24489796 - value: 0.75510204 - inSlope: -0.99999964 - outSlope: -0.99999964 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.26530612 - value: 0.7346939 - inSlope: -0.9999993 - outSlope: -0.9999993 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.2857143 - value: 0.71428573 - inSlope: -0.9999993 - outSlope: -0.9999993 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.30612245 - value: 0.6938776 - inSlope: -1 - outSlope: -1 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.3265306 - value: 0.6734694 - inSlope: -1.0000007 - outSlope: -1.0000007 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.3469388 - value: 0.6530612 - inSlope: -1.0000007 - outSlope: -1.0000007 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.36734694 - value: 0.63265306 - inSlope: -1 - outSlope: -1 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.3877551 - value: 0.6122449 - inSlope: -1.0000007 - outSlope: -1.0000007 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.40816328 - value: 0.5918367 - inSlope: -1.0000007 - outSlope: -1.0000007 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.42857143 - value: 0.57142854 - inSlope: -1 - outSlope: -1 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.4489796 - value: 0.5510204 - inSlope: -0.9999993 - outSlope: -0.9999993 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.46938777 - value: 0.53061223 - inSlope: -0.9999993 - outSlope: -0.9999993 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.48979592 - value: 0.5102041 - inSlope: -1 - outSlope: -1 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.5102041 - value: 0.48979592 - inSlope: -1 - outSlope: -1 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.53061223 - value: 0.46938777 - inSlope: -1 - outSlope: -1 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.5510204 - value: 0.44897962 - inSlope: -1 - outSlope: -1 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.5714286 - value: 0.4285714 - inSlope: -1 - outSlope: -1 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.59183675 - value: 0.40816325 - inSlope: -1 - outSlope: -1 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.6122449 - value: 0.3877551 - inSlope: -1 - outSlope: -1 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.63265306 - value: 0.36734694 - inSlope: -1 - outSlope: -1 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.6530612 - value: 0.3469388 - inSlope: -1 - outSlope: -1 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.67346936 - value: 0.32653064 - inSlope: -1 - outSlope: -1 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.6938776 - value: 0.30612242 - inSlope: -1 - outSlope: -1 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.71428573 - value: 0.28571427 - inSlope: -1 - outSlope: -1 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.7346939 - value: 0.26530612 - inSlope: -1 - outSlope: -1 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.75510204 - value: 0.24489796 - inSlope: -1 - outSlope: -1 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.7755102 - value: 0.22448981 - inSlope: -1 - outSlope: -1 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.79591835 - value: 0.20408165 - inSlope: -1 - outSlope: -1 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.81632656 - value: 0.18367344 - inSlope: -1 - outSlope: -1 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.8367347 - value: 0.16326529 - inSlope: -1 - outSlope: -1 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.85714287 - value: 0.14285713 - inSlope: -1 - outSlope: -1 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.877551 - value: 0.12244898 - inSlope: -1 - outSlope: -1 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.8979592 - value: 0.10204083 - inSlope: -1 - outSlope: -1 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.9183673 - value: 0.081632674 - inSlope: -1 - outSlope: -1 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.93877554 - value: 0.06122446 - inSlope: -1 - outSlope: -1 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.9591837 - value: 0.040816307 - inSlope: -1 - outSlope: -1 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.97959185 - value: 0.020408154 - inSlope: -1 - outSlope: -1 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: -1 - outSlope: -1 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - AttackTime: 0 - SustainTime: 0.1 - DecayTime: 0.2 - ScaleWithImpact: 1 - HoldForever: 0 - ImpactRadius: 100 - DirectionMode: 0 - DissipationMode: 2 - DissipationDistance: 1000 - PropagationSpeed: 343 - Velocity: {x: 0.2, y: 0.2, z: 0.2} - ClearImpulseOnStop: 0 - DrawGizmos: 0 - - rid: 6 - type: {class: MMF_ChromaticAberration, ns: MoreMountains.FeedbacksForThirdParty, - asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: -270926055 - Label: Chromatic Aberration - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0.8, y: 1} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: Automatic Shaker Setup - Owner: {fileID: 594936585} - DebugActive: 0 - Duration: 0.2 - ResetShakerValuesAfterShake: 1 - ResetTargetValuesAfterShake: 1 - RemapIntensityZero: 0 - RemapIntensityOne: 1 - Intensity: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.5 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - Amplitude: 1 - RelativeIntensity: 0 - - rid: 7 - type: {class: MMF_PPMovingFilter, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 0 - UniqueID: -30056400 - Label: PPMovingFilter - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0.8, y: 1} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 594936585} - DebugActive: 0 - Mode: 0 - TransitionDuration: 0.1 - Curve: - MMTweenDefinitionType: 0 - MMTweenCurve: 4 - Curve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - Initialized: 0 - ConditionPropertyName: - EnumConditionPropertyName: - EnumConditions: 0000000000000000000000000000000000000000000000000000000000000000 - - rid: 8 - type: {class: MMF_ShaderController, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: -586450253 - Label: ShaderController - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0.8, y: 1} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 594936585} - DebugActive: 0 - Mode: 0 - TargetShaderController: {fileID: 773672492} - TargetShaderControllerList: [] - RevertToInitialValueAfterEnd: 0 - GetInitialValueOnOneTime: 0 - OneTimeDuration: 0.1 - OneTimeAmplitude: 1 - OneTimeRemapMin: 0 - OneTimeRemapMax: 1 - OneTimeCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.15789795 - value: 0.9976654 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - ToDestinationValue: 1 - ToDestinationDuration: 1 - ToDestinationColor: {r: 1, g: 0, b: 0, a: 1} - ToDestinationCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.5 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 ---- !u!1 &612435985 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 612435986} - - component: {fileID: 612435991} - - component: {fileID: 612435990} - - component: {fileID: 612435989} - - component: {fileID: 612435988} - - component: {fileID: 612435987} - m_Layer: 0 - m_Name: Main Camera - m_TagString: MainCamera - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &612435986 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 612435985} - serializedVersion: 2 - m_LocalRotation: {x: -0.000076204706, y: -0.4871739, z: -0.000042510856, w: 0.87330496} - m_LocalPosition: {x: 6.174, y: 1.678, z: -4.099} - m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 - m_Children: [] - m_Father: {fileID: 47384301} - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!114 &612435987 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 612435985} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 2436c2ba147129746badf6cfa2ee2d1b, type: 3} - m_Name: - m_EditorClassIdentifier: - TimescaleMode: 0 ---- !u!114 &612435988 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 612435985} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 72ece51f2901e7445ab60da3685d6b5f, type: 3} - m_Name: - m_EditorClassIdentifier: - ShowDebugText: 0 - ShowCameraFrustum: 1 - IgnoreTimeScale: 0 - WorldUpOverride: {fileID: 0} - ChannelMask: -1 - UpdateMethod: 2 - BlendUpdateMethod: 1 - LensModeOverride: - Enabled: 0 - DefaultMode: 2 - DefaultBlend: - Style: 1 - Time: 2 - CustomCurve: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - CustomBlends: {fileID: 0} ---- !u!114 &612435989 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 612435985} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 948f4100a11a5c24981795d21301da5c, type: 3} - m_Name: - m_EditorClassIdentifier: - volumeTrigger: {fileID: 612435986} - volumeLayer: - serializedVersion: 2 - m_Bits: 4294967295 - stopNaNPropagation: 1 - finalBlitToCameraTarget: 0 - antialiasingMode: 1 - temporalAntialiasing: - jitterSpread: 0.75 - sharpness: 0.25 - stationaryBlending: 0.95 - motionBlending: 0.85 - subpixelMorphologicalAntialiasing: - quality: 2 - fastApproximateAntialiasing: - fastMode: 0 - keepAlpha: 0 - fog: - enabled: 1 - excludeSkybox: 1 - debugLayer: - lightMeter: - width: 512 - height: 256 - showCurves: 1 - histogram: - width: 512 - height: 256 - channel: 3 - waveform: - exposure: 0.12 - height: 256 - vectorscope: - size: 256 - exposure: 0.12 - overlaySettings: - linearDepth: 0 - motionColorIntensity: 4 - motionGridSize: 64 - colorBlindnessType: 0 - colorBlindnessStrength: 1 - m_Resources: {fileID: 11400000, guid: d82512f9c8e5d4a4d938b575d47f88d4, type: 2} - m_ShowToolkit: 0 - m_ShowCustomSorter: 0 - breakBeforeColorGrading: 0 - m_BeforeTransparentBundles: [] - m_BeforeStackBundles: [] - m_AfterStackBundles: [] ---- !u!81 &612435990 -AudioListener: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 612435985} - m_Enabled: 1 ---- !u!20 &612435991 -Camera: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 612435985} - m_Enabled: 1 - serializedVersion: 2 - m_ClearFlags: 1 - m_BackGroundColor: {r: 1, g: 0.6367924, b: 0.845613, a: 0} - m_projectionMatrixMode: 1 - m_GateFitMode: 2 - m_FOVAxisMode: 0 - m_Iso: 200 - m_ShutterSpeed: 0.005 - m_Aperture: 16 - m_FocusDistance: 10 - m_FocalLength: 50 - m_BladeCount: 5 - m_Curvature: {x: 2, y: 11} - m_BarrelClipping: 0.25 - m_Anamorphism: 0 - m_SensorSize: {x: 36, y: 24} - m_LensShift: {x: 0, y: 0} - m_NormalizedViewPortRect: - serializedVersion: 2 - x: 0 - y: 0 - width: 1 - height: 1 - near clip plane: 0.1 - far clip plane: 5000 - field of view: 40 - orthographic: 0 - orthographic size: 10 - m_Depth: -1 - m_CullingMask: - serializedVersion: 2 - m_Bits: 1 - m_RenderingPath: -1 - m_TargetTexture: {fileID: 0} - m_TargetDisplay: 0 - m_TargetEye: 3 - m_HDR: 1 - m_AllowMSAA: 1 - m_AllowDynamicResolution: 0 - m_ForceIntoRT: 1 - m_OcclusionCulling: 1 - m_StereoConvergence: 10 - m_StereoSeparation: 0.022 ---- !u!1 &671629002 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 671629004} - - component: {fileID: 671629003} - m_Layer: 0 - m_Name: MMFeedbacks1 - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!114 &671629003 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 671629002} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 6da43522623d4704e979466dc7650b65, type: 3} - m_Name: - m_EditorClassIdentifier: - Feedbacks: - - {fileID: 0} - - {fileID: 0} - - {fileID: 0} - - {fileID: 0} - - {fileID: 0} - - {fileID: 0} - - {fileID: 0} - - {fileID: 0} - - {fileID: 0} - InitializationMode: 2 - AutoInitialization: 1 - SafeMode: 3 - Direction: 0 - AutoChangeDirectionOnEnd: 0 - AutoPlayOnStart: 0 - AutoPlayOnEnable: 0 - ForceTimescaleMode: 0 - ForcedTimescaleMode: 1 - DurationMultiplier: 1 - TimescaleMultiplier: 1 - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 1.5} - DisplayFullDurationDetails: 0 - PlayerTimescaleMode: 1 - OnlyPlayIfWithinRange: 0 - RangeCenter: {fileID: 0} - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - IgnoreRangeEvents: 0 - CooldownDuration: 0 - InitialDelay: 0 - CanPlay: 1 - CanPlayWhileAlreadyPlaying: 1 - ChanceToPlay: 100 - FeedbacksIntensity: 1 - Events: - TriggerMMFeedbacksEvents: 0 - TriggerUnityEvents: 1 - OnPlay: - m_PersistentCalls: - m_Calls: [] - OnPause: - m_PersistentCalls: - m_Calls: [] - OnStop: - m_PersistentCalls: - m_Calls: [] - OnResume: - m_PersistentCalls: - m_Calls: [] - OnChangeDirection: - m_PersistentCalls: - m_Calls: [] - OnComplete: - m_PersistentCalls: - m_Calls: [] - OnRestoreInitialValues: - m_PersistentCalls: - m_Calls: [] - OnSkipToTheEnd: - m_PersistentCalls: - m_Calls: [] - OnInitializationComplete: - m_PersistentCalls: - m_Calls: [] - OnEnable: - m_PersistentCalls: - m_Calls: [] - OnDisable: - m_PersistentCalls: - m_Calls: [] - DebugActive: 0 - InScriptDrivenPause: 0 - FeedbacksList: - - rid: 0 - - rid: 1 - - rid: 2 - - rid: 3 - - rid: 4 - - rid: 5 - - rid: 6 - - rid: 7 - - rid: 8 - KeepPlayModeChanges: 0 - PerformanceMode: 0 - RestoreInitialValuesOnDisable: 0 - StopFeedbacksOnDisable: 0 - PlayCount: 0 - references: - version: 2 - RefIds: - - rid: 0 - type: {class: MMF_Position, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: -490727928 - Label: Position - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0.8, y: 1} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 671629003} - DebugActive: 0 - AnimatePositionTarget: {fileID: 773672490} - Mode: 1 - Space: 0 - RandomizeRemap: 0 - AnimatePositionDuration: 0.2 - AnimatePositionTween: - MMTweenDefinitionType: 1 - MMTweenCurve: 4 - Curve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.1 - value: 0.05 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.9 - value: 0.95 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - Initialized: 1 - ConditionPropertyName: - EnumConditionPropertyName: Mode - EnumConditions: 0100010000000000000000000000000000000000000000000000000000000000 - RemapCurveZero: 0 - RemapCurveZeroAlt: 0 - RemapCurveOne: 2 - RemapCurveOneAlt: 1 - AnimateX: 0 - AnimatePositionTweenX: - MMTweenDefinitionType: 1 - MMTweenCurve: 4 - Curve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.3 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.6 - value: -1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - Initialized: 1 - ConditionPropertyName: AnimateX - EnumConditionPropertyName: - EnumConditions: 0000000000000000000000000000000000000000000000000000000000000000 - AnimateY: 1 - AnimatePositionTweenY: - MMTweenDefinitionType: 1 - MMTweenCurve: 4 - Curve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 10.10368 - outSlope: 10.10368 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0.047514614 - - serializedVersion: 3 - time: 0.3 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: -2.9999943 - outSlope: -2.9999943 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.029761963 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - Initialized: 1 - ConditionPropertyName: AnimateY - EnumConditionPropertyName: - EnumConditions: 0000000000000000000000000000000000000000000000000000000000000000 - AnimateZ: 0 - AnimatePositionTweenZ: - MMTweenDefinitionType: 1 - MMTweenCurve: 4 - Curve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.3 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.6 - value: -1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - Initialized: 1 - ConditionPropertyName: AnimateZ - EnumConditionPropertyName: - EnumConditions: 0000000000000000000000000000000000000000000000000000000000000000 - AllowAdditivePlays: 0 - RelativePosition: 1 - DeterminePositionsOnPlay: 0 - InitialPosition: {x: 0, y: 0, z: 0} - DestinationPosition: {x: 0, y: 3, z: -3} - InitialPositionTransform: {fileID: 0} - DestinationPositionTransform: {fileID: 0} - AnimatePositionCurveX: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.3 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.6 - value: -1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - AnimatePositionCurveY: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 10.10368 - outSlope: 10.10368 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0.047514614 - - serializedVersion: 3 - time: 0.3 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: -2.9999943 - outSlope: -2.9999943 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.029761963 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - AnimatePositionCurveZ: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.3 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.6 - value: -1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - AnimatePositionCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.1 - value: 0.05 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.9 - value: 0.95 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - - rid: 1 - type: {class: MMF_Rotation, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: 1271906153 - Label: Rotation - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0.8, y: 1} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 671629003} - DebugActive: 0 - AnimateRotationTarget: {fileID: 773672494} - Mode: 0 - RotationSpace: 0 - AnimateRotationDuration: 0.2 - RemapCurveZero: 0 - RemapCurveOne: 90 - AnimateX: 0 - AnimateRotationTweenX: - MMTweenDefinitionType: 1 - MMTweenCurve: 4 - Curve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: -0.060974594 - outSlope: -0.060974594 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.020408163 - value: -0.0012443794 - inSlope: -0.11328613 - outSlope: -0.11328613 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.040816326 - value: -0.0046239235 - inSlope: -0.20491463 - outSlope: -0.20491463 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.06122449 - value: -0.009608242 - inSlope: -0.27055395 - outSlope: -0.27055395 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.08163265 - value: -0.015666941 - inSlope: -0.3102041 - outSlope: -0.3102041 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.10204082 - value: -0.022269635 - inSlope: -0.3238651 - outSlope: -0.3238651 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.12244898 - value: -0.028885925 - inSlope: -0.3115369 - outSlope: -0.3115369 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.14285715 - value: -0.034985427 - inSlope: -0.2732195 - outSlope: -0.2732195 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.1632653 - value: -0.04003774 - inSlope: -0.2089129 - outSlope: -0.2089129 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.18367347 - value: -0.043512482 - inSlope: -0.118617244 - outSlope: -0.118617244 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.20408164 - value: -0.04487926 - inSlope: -0.0023323726 - outSlope: -0.0023323726 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.2244898 - value: -0.043607682 - inSlope: 0.13994168 - outSlope: 0.13994168 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.24489796 - value: -0.039167356 - inSlope: 0.3082049 - outSlope: 0.3082049 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.26530612 - value: -0.031027893 - inSlope: 0.5024574 - outSlope: 0.5024574 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.2857143 - value: -0.018658884 - inSlope: 0.7226989 - outSlope: 0.7226989 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.30612245 - value: -0.0015299736 - inSlope: 0.96892965 - outSlope: 0.96892965 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.3265306 - value: 0.020889245 - inSlope: 1.2411494 - outSlope: 1.2411494 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.3469388 - value: 0.049129207 - inSlope: 1.5393586 - outSlope: 1.5393586 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.36734694 - value: 0.08372022 - inSlope: 1.8635569 - outSlope: 1.8635569 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.3877551 - value: 0.12519272 - inSlope: 2.2137444 - outSlope: 2.2137444 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.40816328 - value: 0.17407717 - inSlope: 2.589921 - outSlope: 2.589921 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.42857143 - value: 0.2309038 - inSlope: 2.992087 - outSlope: 2.992087 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.4489796 - value: 0.2962031 - inSlope: 3.4202416 - outSlope: 3.4202416 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.46938777 - value: 0.37050554 - inSlope: 3.8743854 - outSlope: 3.8743854 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.48979592 - value: 0.45434132 - inSlope: 4.2912545 - outSlope: 4.2912545 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.5102041 - value: 0.5456587 - inSlope: 4.291253 - outSlope: 4.291253 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.53061223 - value: 0.6294944 - inSlope: 3.874385 - outSlope: 3.874385 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.5510204 - value: 0.7037968 - inSlope: 3.4202418 - outSlope: 3.4202418 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.5714286 - value: 0.76909626 - inSlope: 2.9920864 - outSlope: 2.9920864 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.59183675 - value: 0.8259229 - inSlope: 2.589922 - outSlope: 2.589922 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.6122449 - value: 0.8748073 - inSlope: 2.2137446 - outSlope: 2.2137446 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.63265306 - value: 0.9162798 - inSlope: 1.8635569 - outSlope: 1.8635569 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.6530612 - value: 0.9508708 - inSlope: 1.5393584 - outSlope: 1.5393584 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.67346936 - value: 0.9791107 - inSlope: 1.2411504 - outSlope: 1.2411504 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.6938776 - value: 1.00153 - inSlope: 0.9689287 - outSlope: 0.9689287 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.71428573 - value: 1.0186589 - inSlope: 0.722698 - outSlope: 0.722698 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.7346939 - value: 1.0310279 - inSlope: 0.50245917 - outSlope: 0.50245917 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.75510204 - value: 1.0391674 - inSlope: 0.30820522 - outSlope: 0.30820522 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.7755102 - value: 1.0436077 - inSlope: 0.13994193 - outSlope: 0.13994193 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.79591835 - value: 1.0448793 - inSlope: -0.0023334846 - outSlope: -0.0023334846 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.81632656 - value: 1.0435125 - inSlope: -0.118618324 - outSlope: -0.118618324 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.8367347 - value: 1.0400378 - inSlope: -0.20891258 - outSlope: -0.20891258 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.85714287 - value: 1.0349854 - inSlope: -0.273219 - outSlope: -0.273219 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.877551 - value: 1.028886 - inSlope: -0.31153765 - outSlope: -0.31153765 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.8979592 - value: 1.0222696 - inSlope: -0.32386562 - outSlope: -0.32386562 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.9183673 - value: 1.015667 - inSlope: -0.31020248 - outSlope: -0.31020248 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.93877554 - value: 1.0096083 - inSlope: -0.27055496 - outSlope: -0.27055496 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.9591837 - value: 1.0046239 - inSlope: -0.20491424 - outSlope: -0.20491424 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.97959185 - value: 1.0012444 - inSlope: -0.113285355 - outSlope: -0.113285355 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: -0.060976893 - outSlope: -0.060976893 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - Initialized: 1 - ConditionPropertyName: AnimateX - EnumConditionPropertyName: - EnumConditions: 0000000000000000000000000000000000000000000000000000000000000000 - AnimateY: 0 - AnimateRotationTweenY: - MMTweenDefinitionType: 1 - MMTweenCurve: 4 - Curve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.3 - value: 1.05 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - Initialized: 1 - ConditionPropertyName: AnimateY - EnumConditionPropertyName: - EnumConditions: 0000000000000000000000000000000000000000000000000000000000000000 - AnimateZ: 1 - AnimateRotationTweenZ: - MMTweenDefinitionType: 1 - MMTweenCurve: 4 - Curve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: -0.060974594 - outSlope: -0.060974594 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.020408163 - value: -0.0012443794 - inSlope: -0.11328613 - outSlope: -0.11328613 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.040816326 - value: -0.0046239235 - inSlope: -0.20491463 - outSlope: -0.20491463 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.06122449 - value: -0.009608242 - inSlope: -0.27055395 - outSlope: -0.27055395 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.08163265 - value: -0.015666941 - inSlope: -0.3102041 - outSlope: -0.3102041 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.10204082 - value: -0.022269635 - inSlope: -0.3238651 - outSlope: -0.3238651 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.12244898 - value: -0.028885925 - inSlope: -0.3115369 - outSlope: -0.3115369 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.14285715 - value: -0.034985427 - inSlope: -0.2732195 - outSlope: -0.2732195 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.1632653 - value: -0.04003774 - inSlope: -0.2089129 - outSlope: -0.2089129 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.18367347 - value: -0.043512482 - inSlope: -0.118617244 - outSlope: -0.118617244 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.20408164 - value: -0.04487926 - inSlope: -0.0023323726 - outSlope: -0.0023323726 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.2244898 - value: -0.043607682 - inSlope: 0.13994168 - outSlope: 0.13994168 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.24489796 - value: -0.039167356 - inSlope: 0.3082049 - outSlope: 0.3082049 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.26530612 - value: -0.031027893 - inSlope: 0.5024574 - outSlope: 0.5024574 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.2857143 - value: -0.018658884 - inSlope: 0.7226989 - outSlope: 0.7226989 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.30612245 - value: -0.0015299736 - inSlope: 0.96892965 - outSlope: 0.96892965 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.3265306 - value: 0.020889245 - inSlope: 1.2411494 - outSlope: 1.2411494 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.3469388 - value: 0.049129207 - inSlope: 1.5393586 - outSlope: 1.5393586 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.36734694 - value: 0.08372022 - inSlope: 1.8635569 - outSlope: 1.8635569 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.3877551 - value: 0.12519272 - inSlope: 2.2137444 - outSlope: 2.2137444 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.40816328 - value: 0.17407717 - inSlope: 2.589921 - outSlope: 2.589921 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.42857143 - value: 0.2309038 - inSlope: 2.992087 - outSlope: 2.992087 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.4489796 - value: 0.2962031 - inSlope: 3.4202416 - outSlope: 3.4202416 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.46938777 - value: 0.37050554 - inSlope: 3.8743854 - outSlope: 3.8743854 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.48979592 - value: 0.45434132 - inSlope: 4.2912545 - outSlope: 4.2912545 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.5102041 - value: 0.5456587 - inSlope: 4.291253 - outSlope: 4.291253 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.53061223 - value: 0.6294944 - inSlope: 3.874385 - outSlope: 3.874385 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.5510204 - value: 0.7037968 - inSlope: 3.4202418 - outSlope: 3.4202418 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.5714286 - value: 0.76909626 - inSlope: 2.9920864 - outSlope: 2.9920864 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.59183675 - value: 0.8259229 - inSlope: 2.589922 - outSlope: 2.589922 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.6122449 - value: 0.8748073 - inSlope: 2.2137446 - outSlope: 2.2137446 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.63265306 - value: 0.9162798 - inSlope: 1.8635569 - outSlope: 1.8635569 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.6530612 - value: 0.9508708 - inSlope: 1.5393584 - outSlope: 1.5393584 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.67346936 - value: 0.9791107 - inSlope: 1.2411504 - outSlope: 1.2411504 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.6938776 - value: 1.00153 - inSlope: 0.9689287 - outSlope: 0.9689287 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.71428573 - value: 1.0186589 - inSlope: 0.722698 - outSlope: 0.722698 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.7346939 - value: 1.0310279 - inSlope: 0.50245917 - outSlope: 0.50245917 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.75510204 - value: 1.0391674 - inSlope: 0.30820522 - outSlope: 0.30820522 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.7755102 - value: 1.0436077 - inSlope: 0.13994193 - outSlope: 0.13994193 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.79591835 - value: 1.0448793 - inSlope: -0.0023334846 - outSlope: -0.0023334846 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.81632656 - value: 1.0435125 - inSlope: -0.118618324 - outSlope: -0.118618324 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.8367347 - value: 1.0400378 - inSlope: -0.20891258 - outSlope: -0.20891258 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.85714287 - value: 1.0349854 - inSlope: -0.273219 - outSlope: -0.273219 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.877551 - value: 1.028886 - inSlope: -0.31153765 - outSlope: -0.31153765 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.8979592 - value: 1.0222696 - inSlope: -0.32386562 - outSlope: -0.32386562 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.9183673 - value: 1.015667 - inSlope: -0.31020248 - outSlope: -0.31020248 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.93877554 - value: 1.0096083 - inSlope: -0.27055496 - outSlope: -0.27055496 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.9591837 - value: 1.0046239 - inSlope: -0.20491424 - outSlope: -0.20491424 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.97959185 - value: 1.0012444 - inSlope: -0.113285355 - outSlope: -0.113285355 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: -0.060976893 - outSlope: -0.060976893 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - Initialized: 1 - ConditionPropertyName: AnimateZ - EnumConditionPropertyName: - EnumConditions: 0000000000000000000000000000000000000000000000000000000000000000 - AllowAdditivePlays: 0 - DetermineRotationOnPlay: 0 - ToDestinationSpace: 0 - DestinationAngles: {x: 0, y: 180, z: 0} - ToDestinationTransform: {fileID: 0} - ToDestinationTween: - MMTweenDefinitionType: 1 - MMTweenCurve: 10 - Curve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - Initialized: 1 - ConditionPropertyName: - EnumConditionPropertyName: Mode - EnumConditions: 0000010000000000000000000000000000000000000000000000000000000000 - AnimateRotationX: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: -0.060974594 - outSlope: -0.060974594 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.020408163 - value: -0.0012443794 - inSlope: -0.11328613 - outSlope: -0.11328613 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.040816326 - value: -0.0046239235 - inSlope: -0.20491463 - outSlope: -0.20491463 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.06122449 - value: -0.009608242 - inSlope: -0.27055395 - outSlope: -0.27055395 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.08163265 - value: -0.015666941 - inSlope: -0.3102041 - outSlope: -0.3102041 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.10204082 - value: -0.022269635 - inSlope: -0.3238651 - outSlope: -0.3238651 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.12244898 - value: -0.028885925 - inSlope: -0.3115369 - outSlope: -0.3115369 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.14285715 - value: -0.034985427 - inSlope: -0.2732195 - outSlope: -0.2732195 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.1632653 - value: -0.04003774 - inSlope: -0.2089129 - outSlope: -0.2089129 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.18367347 - value: -0.043512482 - inSlope: -0.118617244 - outSlope: -0.118617244 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.20408164 - value: -0.04487926 - inSlope: -0.0023323726 - outSlope: -0.0023323726 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.2244898 - value: -0.043607682 - inSlope: 0.13994168 - outSlope: 0.13994168 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.24489796 - value: -0.039167356 - inSlope: 0.3082049 - outSlope: 0.3082049 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.26530612 - value: -0.031027893 - inSlope: 0.5024574 - outSlope: 0.5024574 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.2857143 - value: -0.018658884 - inSlope: 0.7226989 - outSlope: 0.7226989 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.30612245 - value: -0.0015299736 - inSlope: 0.96892965 - outSlope: 0.96892965 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.3265306 - value: 0.020889245 - inSlope: 1.2411494 - outSlope: 1.2411494 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.3469388 - value: 0.049129207 - inSlope: 1.5393586 - outSlope: 1.5393586 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.36734694 - value: 0.08372022 - inSlope: 1.8635569 - outSlope: 1.8635569 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.3877551 - value: 0.12519272 - inSlope: 2.2137444 - outSlope: 2.2137444 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.40816328 - value: 0.17407717 - inSlope: 2.589921 - outSlope: 2.589921 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.42857143 - value: 0.2309038 - inSlope: 2.992087 - outSlope: 2.992087 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.4489796 - value: 0.2962031 - inSlope: 3.4202416 - outSlope: 3.4202416 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.46938777 - value: 0.37050554 - inSlope: 3.8743854 - outSlope: 3.8743854 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.48979592 - value: 0.45434132 - inSlope: 4.2912545 - outSlope: 4.2912545 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.5102041 - value: 0.5456587 - inSlope: 4.291253 - outSlope: 4.291253 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.53061223 - value: 0.6294944 - inSlope: 3.874385 - outSlope: 3.874385 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.5510204 - value: 0.7037968 - inSlope: 3.4202418 - outSlope: 3.4202418 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.5714286 - value: 0.76909626 - inSlope: 2.9920864 - outSlope: 2.9920864 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.59183675 - value: 0.8259229 - inSlope: 2.589922 - outSlope: 2.589922 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.6122449 - value: 0.8748073 - inSlope: 2.2137446 - outSlope: 2.2137446 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.63265306 - value: 0.9162798 - inSlope: 1.8635569 - outSlope: 1.8635569 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.6530612 - value: 0.9508708 - inSlope: 1.5393584 - outSlope: 1.5393584 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.67346936 - value: 0.9791107 - inSlope: 1.2411504 - outSlope: 1.2411504 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.6938776 - value: 1.00153 - inSlope: 0.9689287 - outSlope: 0.9689287 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.71428573 - value: 1.0186589 - inSlope: 0.722698 - outSlope: 0.722698 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.7346939 - value: 1.0310279 - inSlope: 0.50245917 - outSlope: 0.50245917 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.75510204 - value: 1.0391674 - inSlope: 0.30820522 - outSlope: 0.30820522 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.7755102 - value: 1.0436077 - inSlope: 0.13994193 - outSlope: 0.13994193 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.79591835 - value: 1.0448793 - inSlope: -0.0023334846 - outSlope: -0.0023334846 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.81632656 - value: 1.0435125 - inSlope: -0.118618324 - outSlope: -0.118618324 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.8367347 - value: 1.0400378 - inSlope: -0.20891258 - outSlope: -0.20891258 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.85714287 - value: 1.0349854 - inSlope: -0.273219 - outSlope: -0.273219 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.877551 - value: 1.028886 - inSlope: -0.31153765 - outSlope: -0.31153765 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.8979592 - value: 1.0222696 - inSlope: -0.32386562 - outSlope: -0.32386562 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.9183673 - value: 1.015667 - inSlope: -0.31020248 - outSlope: -0.31020248 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.93877554 - value: 1.0096083 - inSlope: -0.27055496 - outSlope: -0.27055496 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.9591837 - value: 1.0046239 - inSlope: -0.20491424 - outSlope: -0.20491424 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.97959185 - value: 1.0012444 - inSlope: -0.113285355 - outSlope: -0.113285355 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: -0.060976893 - outSlope: -0.060976893 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - AnimateRotationY: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.3 - value: 1.05 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - AnimateRotationZ: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: -0.060974594 - outSlope: -0.060974594 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.020408163 - value: -0.0012443794 - inSlope: -0.11328613 - outSlope: -0.11328613 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.040816326 - value: -0.0046239235 - inSlope: -0.20491463 - outSlope: -0.20491463 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.06122449 - value: -0.009608242 - inSlope: -0.27055395 - outSlope: -0.27055395 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.08163265 - value: -0.015666941 - inSlope: -0.3102041 - outSlope: -0.3102041 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.10204082 - value: -0.022269635 - inSlope: -0.3238651 - outSlope: -0.3238651 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.12244898 - value: -0.028885925 - inSlope: -0.3115369 - outSlope: -0.3115369 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.14285715 - value: -0.034985427 - inSlope: -0.2732195 - outSlope: -0.2732195 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.1632653 - value: -0.04003774 - inSlope: -0.2089129 - outSlope: -0.2089129 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.18367347 - value: -0.043512482 - inSlope: -0.118617244 - outSlope: -0.118617244 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.20408164 - value: -0.04487926 - inSlope: -0.0023323726 - outSlope: -0.0023323726 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.2244898 - value: -0.043607682 - inSlope: 0.13994168 - outSlope: 0.13994168 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.24489796 - value: -0.039167356 - inSlope: 0.3082049 - outSlope: 0.3082049 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.26530612 - value: -0.031027893 - inSlope: 0.5024574 - outSlope: 0.5024574 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.2857143 - value: -0.018658884 - inSlope: 0.7226989 - outSlope: 0.7226989 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.30612245 - value: -0.0015299736 - inSlope: 0.96892965 - outSlope: 0.96892965 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.3265306 - value: 0.020889245 - inSlope: 1.2411494 - outSlope: 1.2411494 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.3469388 - value: 0.049129207 - inSlope: 1.5393586 - outSlope: 1.5393586 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.36734694 - value: 0.08372022 - inSlope: 1.8635569 - outSlope: 1.8635569 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.3877551 - value: 0.12519272 - inSlope: 2.2137444 - outSlope: 2.2137444 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.40816328 - value: 0.17407717 - inSlope: 2.589921 - outSlope: 2.589921 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.42857143 - value: 0.2309038 - inSlope: 2.992087 - outSlope: 2.992087 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.4489796 - value: 0.2962031 - inSlope: 3.4202416 - outSlope: 3.4202416 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.46938777 - value: 0.37050554 - inSlope: 3.8743854 - outSlope: 3.8743854 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.48979592 - value: 0.45434132 - inSlope: 4.2912545 - outSlope: 4.2912545 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.5102041 - value: 0.5456587 - inSlope: 4.291253 - outSlope: 4.291253 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.53061223 - value: 0.6294944 - inSlope: 3.874385 - outSlope: 3.874385 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.5510204 - value: 0.7037968 - inSlope: 3.4202418 - outSlope: 3.4202418 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.5714286 - value: 0.76909626 - inSlope: 2.9920864 - outSlope: 2.9920864 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.59183675 - value: 0.8259229 - inSlope: 2.589922 - outSlope: 2.589922 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.6122449 - value: 0.8748073 - inSlope: 2.2137446 - outSlope: 2.2137446 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.63265306 - value: 0.9162798 - inSlope: 1.8635569 - outSlope: 1.8635569 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.6530612 - value: 0.9508708 - inSlope: 1.5393584 - outSlope: 1.5393584 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.67346936 - value: 0.9791107 - inSlope: 1.2411504 - outSlope: 1.2411504 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.6938776 - value: 1.00153 - inSlope: 0.9689287 - outSlope: 0.9689287 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.71428573 - value: 1.0186589 - inSlope: 0.722698 - outSlope: 0.722698 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.7346939 - value: 1.0310279 - inSlope: 0.50245917 - outSlope: 0.50245917 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.75510204 - value: 1.0391674 - inSlope: 0.30820522 - outSlope: 0.30820522 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.7755102 - value: 1.0436077 - inSlope: 0.13994193 - outSlope: 0.13994193 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.79591835 - value: 1.0448793 - inSlope: -0.0023334846 - outSlope: -0.0023334846 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.81632656 - value: 1.0435125 - inSlope: -0.118618324 - outSlope: -0.118618324 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.8367347 - value: 1.0400378 - inSlope: -0.20891258 - outSlope: -0.20891258 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.85714287 - value: 1.0349854 - inSlope: -0.273219 - outSlope: -0.273219 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.877551 - value: 1.028886 - inSlope: -0.31153765 - outSlope: -0.31153765 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.8979592 - value: 1.0222696 - inSlope: -0.32386562 - outSlope: -0.32386562 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.9183673 - value: 1.015667 - inSlope: -0.31020248 - outSlope: -0.31020248 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.93877554 - value: 1.0096083 - inSlope: -0.27055496 - outSlope: -0.27055496 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.9591837 - value: 1.0046239 - inSlope: -0.20491424 - outSlope: -0.20491424 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.97959185 - value: 1.0012444 - inSlope: -0.113285355 - outSlope: -0.113285355 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: -0.060976893 - outSlope: -0.060976893 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - ToDestinationCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - - rid: 2 - type: {class: MMF_Sound, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: -1235071896 - Label: Note Sound - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0.2 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0.8, y: 1} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: Automatic Shaker Setup - Owner: {fileID: 671629003} - DebugActive: 0 - Sfx: {fileID: 8300000, guid: d6252c9736dd3514dae1fc4563f27d43, type: 3} - RandomSfx: [] - TestPlayButton: - ButtonText: Debug Play Sound - TestStopButton: - ButtonText: Debug Stop Sound - PlayMethod: 1 - PoolSize: 10 - UseLegacyEventsMode: 0 - StopSoundOnFeedbackStop: 1 - MinVolume: 1 - MaxVolume: 1 - MinPitch: 1 - MaxPitch: 1 - SfxAudioMixerGroup: {fileID: 0} - Priority: 128 - PanStereo: 0 - SpatialBlend: 0 - DopplerLevel: 1 - Spread: 0 - RolloffMode: 0 - MinDistance: 1 - MaxDistance: 500 - UseCustomRolloffCurve: 0 - CustomRolloffCurve: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - UseSpatialBlendCurve: 0 - SpatialBlendCurve: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - UseReverbZoneMixCurve: 0 - ReverbZoneMixCurve: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - UseSpreadCurve: 0 - SpreadCurve: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - - rid: 3 - type: {class: MMF_Sound, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: 1080006054 - Label: Bass Sound - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0.15 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0.8, y: 1} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: Automatic Shaker Setup - Owner: {fileID: 671629003} - DebugActive: 0 - Sfx: {fileID: 8300000, guid: ed067cd4ccfcda447b0bf119397fc305, type: 3} - RandomSfx: [] - TestPlayButton: - ButtonText: Debug Play Sound - TestStopButton: - ButtonText: Debug Stop Sound - PlayMethod: 3 - PoolSize: 20 - UseLegacyEventsMode: 0 - StopSoundOnFeedbackStop: 1 - MinVolume: 1 - MaxVolume: 1 - MinPitch: 1 - MaxPitch: 1 - SfxAudioMixerGroup: {fileID: 0} - Priority: 128 - PanStereo: 0 - SpatialBlend: 0 - DopplerLevel: 1 - Spread: 0 - RolloffMode: 0 - MinDistance: 1 - MaxDistance: 500 - UseCustomRolloffCurve: 0 - CustomRolloffCurve: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - UseSpatialBlendCurve: 0 - SpatialBlendCurve: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - UseReverbZoneMixCurve: 0 - ReverbZoneMixCurve: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - UseSpreadCurve: 0 - SpreadCurve: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - - rid: 4 - type: {class: MMF_Material, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: 1346974256 - Label: Material - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0.1 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0.8, y: 1} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 671629003} - DebugActive: 0 - TargetRenderer: {fileID: 7718390322990954521} - RendererMaterialIndexes: - Method: 0 - Loop: 1 - AlwaysNewMaterial: 1 - InitialIndex: 0 - Materials: - - {fileID: 2100000, guid: 859110124559f53448796d58be533933, type: 2} - - {fileID: 2100000, guid: ef35891a12f2deb49acd5cffa698c910, type: 2} - - {fileID: 2100000, guid: fafd9ca80d42ea147955a570b7ff417a, type: 2} - - {fileID: 2100000, guid: 1e5b54aaf95dc544996bd98919f83491, type: 2} - - {fileID: 2100000, guid: d27c02d0cdd147245be0de863bd68637, type: 2} - - {fileID: 2100000, guid: 1e5b54aaf95dc544996bd98919f83491, type: 2} - - {fileID: 2100000, guid: aa24205135c86be4792f70af431b8638, type: 2} - - {fileID: 2100000, guid: 1a56e529cc6f9354ebe7986cb56493be, type: 2} - InterpolateTransition: 0 - TransitionDuration: 1 - TransitionCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - - rid: 5 - type: {class: MMF_CinemachineImpulse, ns: MoreMountains.FeedbacksForThirdParty, - asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: 987975174 - Label: Impulse - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0.8, y: 1} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: Automatic Shaker Setup - Owner: {fileID: 671629003} - DebugActive: 0 - m_ImpulseDefinition: - ImpulseChannel: 1 - ImpulseShape: 0 - CustomImpulseShape: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - ImpulseDuration: 0.2 - ImpulseType: 3 - DissipationRate: 0 - RawSignal: {fileID: 11400000, guid: 69ce8388f6785dd4c8c39915efece2f4, type: 2} - AmplitudeGain: 1 - FrequencyGain: 1 - RepeatMode: 0 - Randomize: 1 - TimeEnvelope: - AttackShape: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - DecayShape: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: -0.9999995 - outSlope: -0.9999995 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.020408163 - value: 0.97959185 - inSlope: -0.9999995 - outSlope: -0.9999995 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.040816326 - value: 0.9591837 - inSlope: -0.9999995 - outSlope: -0.9999995 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.06122449 - value: 0.93877554 - inSlope: -1.000001 - outSlope: -1.000001 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.08163265 - value: 0.9183673 - inSlope: -1.000001 - outSlope: -1.000001 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.10204082 - value: 0.8979592 - inSlope: -0.99999946 - outSlope: -0.99999946 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.12244898 - value: 0.877551 - inSlope: -0.99999946 - outSlope: -0.99999946 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.14285715 - value: 0.85714287 - inSlope: -0.99999964 - outSlope: -0.99999964 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.1632653 - value: 0.8367347 - inSlope: -1.0000011 - outSlope: -1.0000011 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.18367347 - value: 0.8163265 - inSlope: -1.0000007 - outSlope: -1.0000007 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.20408164 - value: 0.79591835 - inSlope: -0.99999964 - outSlope: -0.99999964 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.2244898 - value: 0.7755102 - inSlope: -0.99999964 - outSlope: -0.99999964 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.24489796 - value: 0.75510204 - inSlope: -0.99999964 - outSlope: -0.99999964 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.26530612 - value: 0.7346939 - inSlope: -0.9999993 - outSlope: -0.9999993 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.2857143 - value: 0.71428573 - inSlope: -0.9999993 - outSlope: -0.9999993 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.30612245 - value: 0.6938776 - inSlope: -1 - outSlope: -1 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.3265306 - value: 0.6734694 - inSlope: -1.0000007 - outSlope: -1.0000007 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.3469388 - value: 0.6530612 - inSlope: -1.0000007 - outSlope: -1.0000007 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.36734694 - value: 0.63265306 - inSlope: -1 - outSlope: -1 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.3877551 - value: 0.6122449 - inSlope: -1.0000007 - outSlope: -1.0000007 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.40816328 - value: 0.5918367 - inSlope: -1.0000007 - outSlope: -1.0000007 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.42857143 - value: 0.57142854 - inSlope: -1 - outSlope: -1 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.4489796 - value: 0.5510204 - inSlope: -0.9999993 - outSlope: -0.9999993 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.46938777 - value: 0.53061223 - inSlope: -0.9999993 - outSlope: -0.9999993 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.48979592 - value: 0.5102041 - inSlope: -1 - outSlope: -1 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.5102041 - value: 0.48979592 - inSlope: -1 - outSlope: -1 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.53061223 - value: 0.46938777 - inSlope: -1 - outSlope: -1 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.5510204 - value: 0.44897962 - inSlope: -1 - outSlope: -1 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.5714286 - value: 0.4285714 - inSlope: -1 - outSlope: -1 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.59183675 - value: 0.40816325 - inSlope: -1 - outSlope: -1 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.6122449 - value: 0.3877551 - inSlope: -1 - outSlope: -1 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.63265306 - value: 0.36734694 - inSlope: -1 - outSlope: -1 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.6530612 - value: 0.3469388 - inSlope: -1 - outSlope: -1 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.67346936 - value: 0.32653064 - inSlope: -1 - outSlope: -1 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.6938776 - value: 0.30612242 - inSlope: -1 - outSlope: -1 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.71428573 - value: 0.28571427 - inSlope: -1 - outSlope: -1 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.7346939 - value: 0.26530612 - inSlope: -1 - outSlope: -1 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.75510204 - value: 0.24489796 - inSlope: -1 - outSlope: -1 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.7755102 - value: 0.22448981 - inSlope: -1 - outSlope: -1 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.79591835 - value: 0.20408165 - inSlope: -1 - outSlope: -1 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.81632656 - value: 0.18367344 - inSlope: -1 - outSlope: -1 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.8367347 - value: 0.16326529 - inSlope: -1 - outSlope: -1 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.85714287 - value: 0.14285713 - inSlope: -1 - outSlope: -1 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.877551 - value: 0.12244898 - inSlope: -1 - outSlope: -1 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.8979592 - value: 0.10204083 - inSlope: -1 - outSlope: -1 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.9183673 - value: 0.081632674 - inSlope: -1 - outSlope: -1 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.93877554 - value: 0.06122446 - inSlope: -1 - outSlope: -1 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.9591837 - value: 0.040816307 - inSlope: -1 - outSlope: -1 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.97959185 - value: 0.020408154 - inSlope: -1 - outSlope: -1 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: -1 - outSlope: -1 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - AttackTime: 0 - SustainTime: 0.1 - DecayTime: 0.2 - ScaleWithImpact: 1 - HoldForever: 0 - ImpactRadius: 100 - DirectionMode: 0 - DissipationMode: 2 - DissipationDistance: 1000 - PropagationSpeed: 343 - Velocity: {x: 0.2, y: 0.2, z: 0.2} - ClearImpulseOnStop: 0 - DrawGizmos: 0 - - rid: 6 - type: {class: MMF_ChromaticAberration, ns: MoreMountains.FeedbacksForThirdParty, - asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: 1691805746 - Label: Chromatic Aberration - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0.8, y: 1} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: Automatic Shaker Setup - Owner: {fileID: 671629003} - DebugActive: 0 - Duration: 0.2 - ResetShakerValuesAfterShake: 1 - ResetTargetValuesAfterShake: 1 - RemapIntensityZero: 0 - RemapIntensityOne: 1 - Intensity: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.5 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - Amplitude: 1 - RelativeIntensity: 0 - - rid: 7 - type: {class: MMF_PPMovingFilter, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 0 - UniqueID: -1101880509 - Label: PPMovingFilter - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0.8, y: 1} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 671629003} - DebugActive: 0 - Mode: 0 - TransitionDuration: 0.1 - Curve: - MMTweenDefinitionType: 0 - MMTweenCurve: 4 - Curve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - Initialized: 0 - ConditionPropertyName: - EnumConditionPropertyName: - EnumConditions: 0000000000000000000000000000000000000000000000000000000000000000 - - rid: 8 - type: {class: MMF_ShaderController, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: 885296661 - Label: ShaderController - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0.8, y: 1} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 671629003} - DebugActive: 0 - Mode: 0 - TargetShaderController: {fileID: 773672492} - TargetShaderControllerList: [] - RevertToInitialValueAfterEnd: 0 - GetInitialValueOnOneTime: 0 - OneTimeDuration: 0.1 - OneTimeAmplitude: 1 - OneTimeRemapMin: 0 - OneTimeRemapMax: 1 - OneTimeCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.15789795 - value: 0.9976654 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - ToDestinationValue: 1 - ToDestinationDuration: 1 - ToDestinationColor: {r: 1, g: 0, b: 0, a: 1} - ToDestinationCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.5 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 ---- !u!4 &671629004 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 671629002} - serializedVersion: 2 - m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: 0} - m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 - m_Children: [] - m_Father: {fileID: 89129166} - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!1 &722569211 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 722569212} - m_Layer: 0 - m_Name: Scene ------------------------------------------ - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &722569212 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 722569211} - serializedVersion: 2 - m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: 0} - m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 - m_Children: - - {fileID: 1011637503} - - {fileID: 773672494} - - {fileID: 1257324396} - - {fileID: 2020251361} - m_Father: {fileID: 0} - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!1 &773672490 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 773672494} - - component: {fileID: 773672491} - - component: {fileID: 773672492} - m_Layer: 0 - m_Name: Cube1 - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!65 &773672491 -BoxCollider: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 773672490} - m_Material: {fileID: 0} - m_IncludeLayers: - serializedVersion: 2 - m_Bits: 0 - m_ExcludeLayers: - serializedVersion: 2 - m_Bits: 0 - m_LayerOverridePriority: 0 - m_IsTrigger: 0 - m_ProvidesContacts: 0 - m_Enabled: 1 - serializedVersion: 3 - m_Size: {x: 1, y: 1, z: 1} - m_Center: {x: 0, y: 0, z: 0} ---- !u!114 &773672492 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 773672490} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 8ad986206bb726846a202cfdedd282dc, type: 3} - m_Name: - m_EditorClassIdentifier: - TargetType: 0 - TargetRenderer: {fileID: 7718390322990954521} - TargetMaterialID: 0 - TargetImage: {fileID: 0} - UseMaterialForRendering: 0 - TargetRawImage: {fileID: 0} - TargetText: {fileID: 0} - CacheMaterial: 0 - CreateMaterialInstance: 0 - TargetPropertyName: _EmissionForce - PropertyType: 1 - X: 0 - Y: 0 - Z: 0 - W: 0 - ColorMode: 0 - ColorRamp: - serializedVersion: 2 - key0: {r: 1, g: 1, b: 1, a: 1} - key1: {r: 1, g: 1, b: 1, a: 1} - key2: {r: 0, g: 0, b: 0, a: 0} - key3: {r: 0, g: 0, b: 0, a: 0} - key4: {r: 0, g: 0, b: 0, a: 0} - key5: {r: 0, g: 0, b: 0, a: 0} - key6: {r: 0, g: 0, b: 0, a: 0} - key7: {r: 0, g: 0, b: 0, a: 0} - ctime0: 0 - ctime1: 65535 - ctime2: 0 - ctime3: 0 - ctime4: 0 - ctime5: 0 - ctime6: 0 - ctime7: 0 - atime0: 0 - atime1: 65535 - atime2: 0 - atime3: 0 - atime4: 0 - atime5: 0 - atime6: 0 - atime7: 0 - m_Mode: 0 - m_ColorSpace: -1 - m_NumColorKeys: 2 - m_NumAlphaKeys: 2 - FromColor: {r: 0, g: 0, b: 0, a: 1} - ToColor: {r: 1, g: 1, b: 1, a: 1} - ControlMode: 2 - AddToInitialValue: 0 - UseUnscaledTime: 1 - RevertToInitialValueAfterEnd: 1 - UseMaterialPropertyBlocks: 0 - SpriteRendererTextureProperty: _MainTex - SafeMode: 0 - Curve: - MMTweenDefinitionType: 0 - MMTweenCurve: 0 - Curve: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - Initialized: 0 - ConditionPropertyName: - EnumConditionPropertyName: - EnumConditions: - MinValue: 0 - MaxValue: 5 - Duration: 1 - PingPongPauseDuration: 1 - LoopCurve: - MMTweenDefinitionType: 0 - MMTweenCurve: 0 - Curve: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - Initialized: 0 - ConditionPropertyName: - EnumConditionPropertyName: - EnumConditions: - LoopStartValue: 0 - LoopEndValue: 5 - LoopDuration: 1 - LoopPauseDuration: 1 - DrivenLevel: 0 - Amplitude: {x: 1, y: 1} - Frequency: {x: 1, y: 1} - Shift: {x: 0, y: 1} - RemapNoiseValues: 0 - RemapNoiseZero: 0 - RemapNoiseOne: 1 - OneTimeDuration: 1 - OneTimeAmplitude: 1 - OneTimeRemapMin: 0 - OneTimeRemapMax: 1 - OneTimeCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 2 - outSlope: 2 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - OneTimeButton: 0 - DisableAfterOneTime: 0 - DisableGameObjectAfterOneTime: 0 - GetInitialValueOnOneTime: 0 - AudioAnalyzer: {fileID: 0} - BeatID: 0 - AudioAnalyzerMultiplier: 1 - AudioAnalyzerOffset: 0 - AudioAnalyzerLerp: 60 - ToDestinationValue: 1 - ToDestinationDuration: 1 - ToDestinationCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.5 - value: 0.6 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - ToDestinationButton: 0 - DisableAfterToDestination: 0 - InitialValue: 0 - CurrentValue: 0 - CurrentValueNormalized: 0 - InitialColor: {r: 0, g: 0, b: 0, a: 0} - PropertyID: 0 - PropertyFound: 0 - TargetMaterial: {fileID: 0} - PingPong: 0 - LoopTime: 0 ---- !u!4 &773672494 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 773672490} - serializedVersion: 2 - m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: 0, y: 1.5, z: -2} - m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 - m_Children: - - {fileID: 1390428117} - m_Father: {fileID: 722569212} - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!1 &827188363 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 827188365} - - component: {fileID: 827188364} - m_Layer: 0 - m_Name: TestRecorder - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!114 &827188364 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 827188363} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 06ab5e1bf51197d47a2b3cb81ac38c37, type: 3} - m_Name: - m_EditorClassIdentifier: - SequenceScriptableObject: {fileID: 11400000, guid: 93ad4be8fe21349468146612eea82b1b, - type: 2} - Recording: 0 - RemoveInitialSilence: 1 - AdditiveRecording: 0 - StartRecordingOnGameStart: 0 - RecordingStartOffset: 0 - StartRecordingHotkey: 278 - StopRecordingHotkey: 279 ---- !u!4 &827188365 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 827188363} - serializedVersion: 2 - m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: 0.6033735, y: 0.13747025, z: -0.6996045} - m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 - m_Children: [] - m_Father: {fileID: 1381072180} - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!1 &931170841 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 931170842} - - component: {fileID: 931170847} - - component: {fileID: 931170846} - - component: {fileID: 931170845} - - component: {fileID: 931170844} - m_Layer: 0 - m_Name: CM vcam1 - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &931170842 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 931170841} - serializedVersion: 2 - m_LocalRotation: {x: -0.000076204706, y: -0.4871739, z: -0.000042510856, w: 0.87330496} - m_LocalPosition: {x: 6.174, y: 1.678, z: -4.099} - m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 - m_Children: [] - m_Father: {fileID: 47384301} - m_LocalEulerAnglesHint: {x: -0.01, y: -58.31, z: 0} ---- !u!114 &931170844 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 931170841} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 00b2d199b96b516448144ab30fb26aed, type: 3} - m_Name: - m_EditorClassIdentifier: - ApplyAfter: 1 - ChannelMask: 1 - Gain: 1 - Use2DDistance: 0 - UseCameraSpace: 0 - ReactionSettings: - m_SecondaryNoise: {fileID: 0} - AmplitudeGain: 0 - FrequencyGain: 0 - Duration: 0 - m_NoiseOffsets: {x: 0, y: 0, z: 0} ---- !u!114 &931170845 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 931170841} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: f38bda98361e1de48a4ca2bd86ea3c17, type: 3} - m_Name: - m_EditorClassIdentifier: - Composition: - ScreenPosition: {x: 0, y: 0} - DeadZone: - Enabled: 1 - Size: {x: 0, y: 0} - HardLimits: - Enabled: 1 - Size: {x: 0.8, y: 0.8} - Offset: {x: 0, y: 0} - CenterOnActivate: 1 - TargetOffset: {x: 0, y: 0, z: 0} - Damping: {x: 0.5, y: 0.5} - Lookahead: - Enabled: 0 - Time: 0 - Smoothing: 10 - IgnoreY: 0 ---- !u!114 &931170846 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 931170841} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: b617507da6d07e749b7efdb34e1173e1, type: 3} - m_Name: - m_EditorClassIdentifier: - TrackerSettings: - BindingMode: 1 - PositionDamping: {x: 1, y: 1, z: 1} - AngularDampingMode: 0 - RotationDamping: {x: 0, y: 0, z: 0} - QuaternionDamping: 0 - FollowOffset: {x: -2.777999, y: -0.8549999, z: -10.600008} ---- !u!114 &931170847 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 931170841} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: f9dfa5b682dcd46bda6128250e975f58, type: 3} - m_Name: - m_EditorClassIdentifier: - Priority: - Enabled: 1 - m_Value: 10 - OutputChannel: 1 - StandbyUpdate: 2 - m_StreamingVersion: 20241001 - m_LegacyPriority: 0 - Target: - TrackingTarget: {fileID: 0} - LookAtTarget: {fileID: 0} - CustomLookAtTarget: 0 - Lens: - FieldOfView: 40 - OrthographicSize: 10 - NearClipPlane: 0.1 - FarClipPlane: 5000 - Dutch: 0 - ModeOverride: 0 - PhysicalProperties: - GateFit: 2 - SensorSize: {x: 1.6294364, y: 1} - LensShift: {x: 0, y: 0} - FocusDistance: 10 - Iso: 200 - ShutterSpeed: 0.005 - Aperture: 16 - BladeCount: 5 - Curvature: {x: 2, y: 11} - BarrelClipping: 0.25 - Anamorphism: 0 - BlendHint: 0 ---- !u!1001 &956973330 -PrefabInstance: - m_ObjectHideFlags: 0 - serializedVersion: 2 - m_Modification: - serializedVersion: 3 - m_TransformParent: {fileID: 1557570896} - m_Modifications: - - target: {fileID: 4994452109645884045, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_Name - value: Spacer (1) - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_Pivot.x - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_Pivot.y - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_RootOrder - value: 5 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_AnchorMax.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_AnchorMax.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_AnchorMin.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_AnchorMin.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_SizeDelta.x - value: 236.1 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_SizeDelta.y - value: 30 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_LocalPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_LocalPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_LocalPosition.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_LocalRotation.w - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_LocalRotation.x - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_LocalRotation.y - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_LocalRotation.z - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_AnchoredPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_AnchoredPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_LocalEulerAnglesHint.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_LocalEulerAnglesHint.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_LocalEulerAnglesHint.z - value: 0 - objectReference: {fileID: 0} - m_RemovedComponents: [] - m_RemovedGameObjects: [] - m_AddedGameObjects: [] - m_AddedComponents: [] - m_SourcePrefab: {fileID: 100100000, guid: b4ba93cf48b1c6b468135361158be27d, type: 3} ---- !u!1 &974558481 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 974558482} - m_Layer: 0 - m_Name: Lights - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &974558482 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 974558481} - serializedVersion: 2 - m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: 0} - m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 - m_Children: - - {fileID: 1185183347} - - {fileID: 1149105829} - - {fileID: 126932020} - m_Father: {fileID: 0} - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!224 &981640497 stripped -RectTransform: - m_CorrespondingSourceObject: {fileID: 303979335661401478, guid: d0c10e574f6f1af43b3af7996a878151, - type: 3} - m_PrefabInstance: {fileID: 220151087} - m_PrefabAsset: {fileID: 0} ---- !u!1 &984418695 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 984418696} - - component: {fileID: 984418697} - m_Layer: 0 - m_Name: DrumBass2 - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &984418696 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 984418695} - serializedVersion: 2 - m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: 0} - m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 - m_Children: [] - m_Father: {fileID: 96194543} - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!82 &984418697 -AudioSource: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 984418695} - m_Enabled: 1 - serializedVersion: 4 - OutputAudioMixerGroup: {fileID: 0} - m_audioClip: {fileID: 8300000, guid: c7348ace360ef934f965f061c2c4269e, type: 3} - m_Resource: {fileID: 8300000, guid: c7348ace360ef934f965f061c2c4269e, type: 3} - m_PlayOnAwake: 0 - m_Volume: 1 - m_Pitch: 1 - Loop: 0 - Mute: 0 - Spatialize: 0 - SpatializePostEffects: 0 - Priority: 128 - DopplerLevel: 1 - MinDistance: 1 - MaxDistance: 500 - Pan2D: 0 - rolloffMode: 0 - BypassEffects: 0 - BypassListenerEffects: 0 - BypassReverbZones: 0 - rolloffCustomCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - panLevelCustomCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - spreadCustomCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - reverbZoneMixCustomCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 ---- !u!1 &1011637502 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 1011637503} - - component: {fileID: 1011637506} - - component: {fileID: 1011637505} - - component: {fileID: 1011637504} - m_Layer: 0 - m_Name: Ground - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &1011637503 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1011637502} - serializedVersion: 2 - m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: -0.5, y: -3, z: 0.5} - m_LocalScale: {x: 8, y: 8, z: 8} - m_ConstrainProportionsScale: 0 - m_Children: [] - m_Father: {fileID: 722569212} - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!65 &1011637504 -BoxCollider: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1011637502} - m_Material: {fileID: 0} - m_IncludeLayers: - serializedVersion: 2 - m_Bits: 0 - m_ExcludeLayers: - serializedVersion: 2 - m_Bits: 0 - m_LayerOverridePriority: 0 - m_IsTrigger: 0 - m_ProvidesContacts: 0 - m_Enabled: 1 - serializedVersion: 3 - m_Size: {x: 1, y: 1, z: 1} - m_Center: {x: 0, y: 0, z: 0} ---- !u!23 &1011637505 -MeshRenderer: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1011637502} - m_Enabled: 1 - m_CastShadows: 1 - m_ReceiveShadows: 1 - m_DynamicOccludee: 1 - m_StaticShadowCaster: 0 - m_MotionVectors: 1 - m_LightProbeUsage: 1 - m_ReflectionProbeUsage: 1 - m_RayTracingMode: 2 - m_RayTraceProcedural: 0 - m_RayTracingAccelStructBuildFlagsOverride: 0 - m_RayTracingAccelStructBuildFlags: 1 - m_SmallMeshCulling: 1 - m_RenderingLayerMask: 1 - m_RendererPriority: 0 - m_Materials: - - {fileID: 2100000, guid: 50ff9811d84ffeb42b11f0d57157a346, type: 2} - m_StaticBatchInfo: - firstSubMesh: 0 - subMeshCount: 0 - m_StaticBatchRoot: {fileID: 0} - m_ProbeAnchor: {fileID: 0} - m_LightProbeVolumeOverride: {fileID: 0} - m_ScaleInLightmap: 1 - m_ReceiveGI: 1 - m_PreserveUVs: 0 - m_IgnoreNormalsForChartDetection: 0 - m_ImportantGI: 0 - m_StitchLightmapSeams: 1 - m_SelectedEditorRenderState: 3 - m_MinimumChartSize: 4 - m_AutoUVMaxDistance: 0.5 - m_AutoUVMaxAngle: 89 - m_LightmapParameters: {fileID: 0} - m_SortingLayerID: 0 - m_SortingLayer: 0 - m_SortingOrder: 0 - m_AdditionalVertexStreams: {fileID: 0} ---- !u!33 &1011637506 -MeshFilter: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1011637502} - m_Mesh: {fileID: 10202, guid: 0000000000000000e000000000000000, type: 0} ---- !u!1 &1015468895 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 1015468896} - - component: {fileID: 1015468898} - - component: {fileID: 1015468897} - m_Layer: 5 - m_Name: ScrollBar - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!224 &1015468896 -RectTransform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1015468895} - m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: 0} - m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 - m_Children: [] - m_Father: {fileID: 2130812382} - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} - m_AnchorMin: {x: 0, y: 0} - m_AnchorMax: {x: 0, y: 0} - m_AnchoredPosition: {x: -0.000061035156, y: 4.5} - m_SizeDelta: {x: 20, y: 9} - m_Pivot: {x: 0.5, y: 0.5} ---- !u!114 &1015468897 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1015468895} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} - m_Name: - m_EditorClassIdentifier: - m_Material: {fileID: 0} - m_Color: {r: 0, g: 0, b: 0, a: 0.5019608} - m_RaycastTarget: 1 - m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0} - m_Maskable: 1 - m_OnCullStateChanged: - m_PersistentCalls: - m_Calls: [] - m_Sprite: {fileID: 0} - m_Type: 0 - m_PreserveAspect: 0 - m_FillCenter: 1 - m_FillMethod: 4 - m_FillAmount: 1 - m_FillClockwise: 1 - m_FillOrigin: 0 - m_UseSpriteMesh: 0 - m_PixelsPerUnitMultiplier: 1 ---- !u!222 &1015468898 -CanvasRenderer: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1015468895} - m_CullTransparentMesh: 0 ---- !u!1 &1016470750 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 1016470751} - - component: {fileID: 1016470752} - - component: {fileID: 1016470754} - - component: {fileID: 1016470753} - m_Layer: 0 - m_Name: MovingFilter - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &1016470751 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1016470750} - serializedVersion: 2 - m_LocalRotation: {x: 0.11369447, y: -0.54892564, z: 0.07568154, w: 0.8246372} - m_LocalPosition: {x: 8.9, y: 2.57, z: -3.47} - m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 - m_Children: [] - m_Father: {fileID: 47384301} - m_LocalEulerAnglesHint: {x: 15.7, y: -67.3, z: 0} ---- !u!114 &1016470752 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1016470750} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 8b9a305e18de0c04dbd257a21cd47087, type: 3} - m_Name: - m_EditorClassIdentifier: - sharedProfile: {fileID: 11400000, guid: 2a591d6cae1533b45bfbbe06de11f40c, type: 2} - isGlobal: 0 - blendDistance: 0.5 - weight: 1 - priority: 0 ---- !u!114 &1016470753 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1016470750} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 6acbf0a8faacbb342ad72339d38c5a4d, type: 3} - m_Name: - m_EditorClassIdentifier: - Channel: 0 - TimeScale: 0 - Curve: - MMTweenDefinitionType: 0 - MMTweenCurve: 4 - Curve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - Initialized: 0 - ConditionPropertyName: - EnumConditionPropertyName: - EnumConditions: 0000000000000000000000000000000000000000000000000000000000000000 - Active: 0 - FilterOffset: {x: 0, y: 3} - AddToInitialPosition: 1 - TestDuration: 0.5 - PostProcessingToggleButton: 0 - PostProcessingTriggerOffButton: 0 - PostProcessingTriggerOnButton: 0 ---- !u!65 &1016470754 -BoxCollider: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1016470750} - m_Material: {fileID: 0} - m_IncludeLayers: - serializedVersion: 2 - m_Bits: 0 - m_ExcludeLayers: - serializedVersion: 2 - m_Bits: 0 - m_LayerOverridePriority: 0 - m_IsTrigger: 0 - m_ProvidesContacts: 0 - m_Enabled: 1 - serializedVersion: 3 - m_Size: {x: 1, y: 1, z: 1} - m_Center: {x: 0, y: 0, z: 0} ---- !u!1 &1047976018 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 1047976019} - - component: {fileID: 1047976022} - - component: {fileID: 1047976021} - - component: {fileID: 1047976020} - m_Layer: 5 - m_Name: Canvas - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!224 &1047976019 -RectTransform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1047976018} - m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: 0} - m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 - m_Children: - - {fileID: 2015176685} - - {fileID: 1361577706} - - {fileID: 2130812382} - - {fileID: 478010194} - m_Father: {fileID: 1785320358} - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} - m_AnchorMin: {x: 0, y: 0} - m_AnchorMax: {x: 1, y: 1} - m_AnchoredPosition: {x: 0, y: 0} - m_SizeDelta: {x: 0, y: 0} - m_Pivot: {x: 0.5, y: 0.5} ---- !u!114 &1047976020 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1047976018} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: dc42784cf147c0c48a680349fa168899, type: 3} - m_Name: - m_EditorClassIdentifier: - m_IgnoreReversedGraphics: 1 - m_BlockingObjects: 0 - m_BlockingMask: - serializedVersion: 2 - m_Bits: 4294967295 ---- !u!114 &1047976021 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1047976018} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 0cd44c1031e13a943bb63640046fad76, type: 3} - m_Name: - m_EditorClassIdentifier: - m_UiScaleMode: 0 - m_ReferencePixelsPerUnit: 100 - m_ScaleFactor: 1 - m_ReferenceResolution: {x: 800, y: 600} - m_ScreenMatchMode: 0 - m_MatchWidthOrHeight: 0 - m_PhysicalUnit: 3 - m_FallbackScreenDPI: 96 - m_DefaultSpriteDPI: 96 - m_DynamicPixelsPerUnit: 1 - m_PresetInfoIsWorld: 0 ---- !u!223 &1047976022 -Canvas: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1047976018} - m_Enabled: 1 - serializedVersion: 3 - m_RenderMode: 0 - m_Camera: {fileID: 0} - m_PlaneDistance: 100 - m_PixelPerfect: 0 - m_ReceivesEvents: 1 - m_OverrideSorting: 0 - m_OverridePixelPerfect: 0 - m_SortingBucketNormalizedSize: 0 - m_VertexColorAlwaysGammaSpace: 0 - m_AdditionalShaderChannelsFlag: 0 - m_UpdateRectTransformForStandalone: 0 - m_SortingLayerID: 0 - m_SortingOrder: 0 - m_TargetDisplay: 0 ---- !u!1 &1068099342 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 1068099343} - - component: {fileID: 1068099344} - m_Layer: 0 - m_Name: Hat1 - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &1068099343 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1068099342} - serializedVersion: 2 - m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: 0} - m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 - m_Children: [] - m_Father: {fileID: 96194543} - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!82 &1068099344 -AudioSource: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1068099342} - m_Enabled: 1 - serializedVersion: 4 - OutputAudioMixerGroup: {fileID: 0} - m_audioClip: {fileID: 8300000, guid: 4f695319e626b31488c89d7236767b38, type: 3} - m_Resource: {fileID: 8300000, guid: 4f695319e626b31488c89d7236767b38, type: 3} - m_PlayOnAwake: 0 - m_Volume: 1 - m_Pitch: 1 - Loop: 0 - Mute: 0 - Spatialize: 0 - SpatializePostEffects: 0 - Priority: 128 - DopplerLevel: 1 - MinDistance: 1 - MaxDistance: 500 - Pan2D: 0 - rolloffMode: 0 - BypassEffects: 0 - BypassListenerEffects: 0 - BypassReverbZones: 0 - rolloffCustomCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - panLevelCustomCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - spreadCustomCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - reverbZoneMixCustomCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 ---- !u!1 &1089175769 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 1089175771} - - component: {fileID: 1089175770} - m_Layer: 0 - m_Name: MMFeedbacks2 - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!114 &1089175770 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1089175769} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 6da43522623d4704e979466dc7650b65, type: 3} - m_Name: - m_EditorClassIdentifier: - Feedbacks: - - {fileID: 0} - - {fileID: 0} - - {fileID: 0} - - {fileID: 0} - - {fileID: 0} - - {fileID: 0} - - {fileID: 0} - InitializationMode: 2 - AutoInitialization: 1 - SafeMode: 3 - Direction: 0 - AutoChangeDirectionOnEnd: 0 - AutoPlayOnStart: 0 - AutoPlayOnEnable: 0 - ForceTimescaleMode: 0 - ForcedTimescaleMode: 1 - DurationMultiplier: 1 - TimescaleMultiplier: 1 - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 1.5} - DisplayFullDurationDetails: 0 - PlayerTimescaleMode: 1 - OnlyPlayIfWithinRange: 0 - RangeCenter: {fileID: 0} - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - IgnoreRangeEvents: 0 - CooldownDuration: 0 - InitialDelay: 0 - CanPlay: 1 - CanPlayWhileAlreadyPlaying: 1 - ChanceToPlay: 100 - FeedbacksIntensity: 1 - Events: - TriggerMMFeedbacksEvents: 0 - TriggerUnityEvents: 1 - OnPlay: - m_PersistentCalls: - m_Calls: [] - OnPause: - m_PersistentCalls: - m_Calls: [] - OnStop: - m_PersistentCalls: - m_Calls: [] - OnResume: - m_PersistentCalls: - m_Calls: [] - OnChangeDirection: - m_PersistentCalls: - m_Calls: [] - OnComplete: - m_PersistentCalls: - m_Calls: [] - OnRestoreInitialValues: - m_PersistentCalls: - m_Calls: [] - OnSkipToTheEnd: - m_PersistentCalls: - m_Calls: [] - OnInitializationComplete: - m_PersistentCalls: - m_Calls: [] - OnEnable: - m_PersistentCalls: - m_Calls: [] - OnDisable: - m_PersistentCalls: - m_Calls: [] - DebugActive: 0 - InScriptDrivenPause: 0 - FeedbacksList: - - rid: 0 - - rid: 1 - - rid: 2 - - rid: 3 - - rid: 4 - - rid: 5 - - rid: 6 - KeepPlayModeChanges: 0 - PerformanceMode: 0 - RestoreInitialValuesOnDisable: 0 - StopFeedbacksOnDisable: 0 - PlayCount: 0 - references: - version: 2 - RefIds: - - rid: 0 - type: {class: MMF_Position, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: 574993996 - Label: Position - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0.8, y: 1} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 1089175770} - DebugActive: 0 - AnimatePositionTarget: {fileID: 1257324395} - Mode: 1 - Space: 0 - RandomizeRemap: 0 - AnimatePositionDuration: 0.2 - AnimatePositionTween: - MMTweenDefinitionType: 1 - MMTweenCurve: 4 - Curve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.1 - value: 0.05 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.9 - value: 0.95 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - Initialized: 1 - ConditionPropertyName: - EnumConditionPropertyName: Mode - EnumConditions: 0100010000000000000000000000000000000000000000000000000000000000 - RemapCurveZero: 0 - RemapCurveZeroAlt: 0 - RemapCurveOne: 1 - RemapCurveOneAlt: 1 - AnimateX: 0 - AnimatePositionTweenX: - MMTweenDefinitionType: 1 - MMTweenCurve: 4 - Curve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.3 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.6 - value: -1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - Initialized: 1 - ConditionPropertyName: AnimateX - EnumConditionPropertyName: - EnumConditions: 0000000000000000000000000000000000000000000000000000000000000000 - AnimateY: 1 - AnimatePositionTweenY: - MMTweenDefinitionType: 1 - MMTweenCurve: 4 - Curve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 10.10368 - outSlope: 10.10368 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0.047514614 - - serializedVersion: 3 - time: 0.3 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: -2.9999943 - outSlope: -2.9999943 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.029761963 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - Initialized: 1 - ConditionPropertyName: AnimateY - EnumConditionPropertyName: - EnumConditions: 0000000000000000000000000000000000000000000000000000000000000000 - AnimateZ: 0 - AnimatePositionTweenZ: - MMTweenDefinitionType: 1 - MMTweenCurve: 4 - Curve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.3 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.6 - value: -1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - Initialized: 1 - ConditionPropertyName: AnimateZ - EnumConditionPropertyName: - EnumConditions: 0000000000000000000000000000000000000000000000000000000000000000 - AllowAdditivePlays: 0 - RelativePosition: 1 - DeterminePositionsOnPlay: 0 - InitialPosition: {x: 0, y: 0, z: 0} - DestinationPosition: {x: 0, y: 0, z: 1} - InitialPositionTransform: {fileID: 0} - DestinationPositionTransform: {fileID: 0} - AnimatePositionCurveX: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.3 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.6 - value: -1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - AnimatePositionCurveY: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 10.10368 - outSlope: 10.10368 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0.047514614 - - serializedVersion: 3 - time: 0.3 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: -2.9999943 - outSlope: -2.9999943 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.029761963 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - AnimatePositionCurveZ: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.3 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.6 - value: -1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - AnimatePositionCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.1 - value: 0.05 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.9 - value: 0.95 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - - rid: 1 - type: {class: MMF_Rotation, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: -1251052129 - Label: Rotation - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0.8, y: 1} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 1089175770} - DebugActive: 0 - AnimateRotationTarget: {fileID: 1257324396} - Mode: 0 - RotationSpace: 0 - AnimateRotationDuration: 0.2 - RemapCurveZero: 0 - RemapCurveOne: 90 - AnimateX: 0 - AnimateRotationTweenX: - MMTweenDefinitionType: 1 - MMTweenCurve: 4 - Curve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: -0.060974594 - outSlope: -0.060974594 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.020408163 - value: -0.0012443794 - inSlope: -0.11328613 - outSlope: -0.11328613 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.040816326 - value: -0.0046239235 - inSlope: -0.20491463 - outSlope: -0.20491463 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.06122449 - value: -0.009608242 - inSlope: -0.27055395 - outSlope: -0.27055395 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.08163265 - value: -0.015666941 - inSlope: -0.3102041 - outSlope: -0.3102041 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.10204082 - value: -0.022269635 - inSlope: -0.3238651 - outSlope: -0.3238651 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.12244898 - value: -0.028885925 - inSlope: -0.3115369 - outSlope: -0.3115369 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.14285715 - value: -0.034985427 - inSlope: -0.2732195 - outSlope: -0.2732195 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.1632653 - value: -0.04003774 - inSlope: -0.2089129 - outSlope: -0.2089129 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.18367347 - value: -0.043512482 - inSlope: -0.118617244 - outSlope: -0.118617244 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.20408164 - value: -0.04487926 - inSlope: -0.0023323726 - outSlope: -0.0023323726 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.2244898 - value: -0.043607682 - inSlope: 0.13994168 - outSlope: 0.13994168 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.24489796 - value: -0.039167356 - inSlope: 0.3082049 - outSlope: 0.3082049 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.26530612 - value: -0.031027893 - inSlope: 0.5024574 - outSlope: 0.5024574 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.2857143 - value: -0.018658884 - inSlope: 0.7226989 - outSlope: 0.7226989 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.30612245 - value: -0.0015299736 - inSlope: 0.96892965 - outSlope: 0.96892965 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.3265306 - value: 0.020889245 - inSlope: 1.2411494 - outSlope: 1.2411494 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.3469388 - value: 0.049129207 - inSlope: 1.5393586 - outSlope: 1.5393586 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.36734694 - value: 0.08372022 - inSlope: 1.8635569 - outSlope: 1.8635569 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.3877551 - value: 0.12519272 - inSlope: 2.2137444 - outSlope: 2.2137444 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.40816328 - value: 0.17407717 - inSlope: 2.589921 - outSlope: 2.589921 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.42857143 - value: 0.2309038 - inSlope: 2.992087 - outSlope: 2.992087 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.4489796 - value: 0.2962031 - inSlope: 3.4202416 - outSlope: 3.4202416 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.46938777 - value: 0.37050554 - inSlope: 3.8743854 - outSlope: 3.8743854 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.48979592 - value: 0.45434132 - inSlope: 4.2912545 - outSlope: 4.2912545 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.5102041 - value: 0.5456587 - inSlope: 4.291253 - outSlope: 4.291253 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.53061223 - value: 0.6294944 - inSlope: 3.874385 - outSlope: 3.874385 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.5510204 - value: 0.7037968 - inSlope: 3.4202418 - outSlope: 3.4202418 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.5714286 - value: 0.76909626 - inSlope: 2.9920864 - outSlope: 2.9920864 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.59183675 - value: 0.8259229 - inSlope: 2.589922 - outSlope: 2.589922 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.6122449 - value: 0.8748073 - inSlope: 2.2137446 - outSlope: 2.2137446 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.63265306 - value: 0.9162798 - inSlope: 1.8635569 - outSlope: 1.8635569 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.6530612 - value: 0.9508708 - inSlope: 1.5393584 - outSlope: 1.5393584 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.67346936 - value: 0.9791107 - inSlope: 1.2411504 - outSlope: 1.2411504 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.6938776 - value: 1.00153 - inSlope: 0.9689287 - outSlope: 0.9689287 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.71428573 - value: 1.0186589 - inSlope: 0.722698 - outSlope: 0.722698 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.7346939 - value: 1.0310279 - inSlope: 0.50245917 - outSlope: 0.50245917 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.75510204 - value: 1.0391674 - inSlope: 0.30820522 - outSlope: 0.30820522 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.7755102 - value: 1.0436077 - inSlope: 0.13994193 - outSlope: 0.13994193 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.79591835 - value: 1.0448793 - inSlope: -0.0023334846 - outSlope: -0.0023334846 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.81632656 - value: 1.0435125 - inSlope: -0.118618324 - outSlope: -0.118618324 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.8367347 - value: 1.0400378 - inSlope: -0.20891258 - outSlope: -0.20891258 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.85714287 - value: 1.0349854 - inSlope: -0.273219 - outSlope: -0.273219 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.877551 - value: 1.028886 - inSlope: -0.31153765 - outSlope: -0.31153765 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.8979592 - value: 1.0222696 - inSlope: -0.32386562 - outSlope: -0.32386562 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.9183673 - value: 1.015667 - inSlope: -0.31020248 - outSlope: -0.31020248 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.93877554 - value: 1.0096083 - inSlope: -0.27055496 - outSlope: -0.27055496 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.9591837 - value: 1.0046239 - inSlope: -0.20491424 - outSlope: -0.20491424 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.97959185 - value: 1.0012444 - inSlope: -0.113285355 - outSlope: -0.113285355 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: -0.060976893 - outSlope: -0.060976893 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - Initialized: 1 - ConditionPropertyName: AnimateX - EnumConditionPropertyName: - EnumConditions: 0000000000000000000000000000000000000000000000000000000000000000 - AnimateY: 0 - AnimateRotationTweenY: - MMTweenDefinitionType: 1 - MMTweenCurve: 4 - Curve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.3 - value: 1.05 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - Initialized: 1 - ConditionPropertyName: AnimateY - EnumConditionPropertyName: - EnumConditions: 0000000000000000000000000000000000000000000000000000000000000000 - AnimateZ: 1 - AnimateRotationTweenZ: - MMTweenDefinitionType: 1 - MMTweenCurve: 4 - Curve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: -0.060974594 - outSlope: -0.060974594 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.020408163 - value: -0.0012443794 - inSlope: -0.11328613 - outSlope: -0.11328613 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.040816326 - value: -0.0046239235 - inSlope: -0.20491463 - outSlope: -0.20491463 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.06122449 - value: -0.009608242 - inSlope: -0.27055395 - outSlope: -0.27055395 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.08163265 - value: -0.015666941 - inSlope: -0.3102041 - outSlope: -0.3102041 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.10204082 - value: -0.022269635 - inSlope: -0.3238651 - outSlope: -0.3238651 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.12244898 - value: -0.028885925 - inSlope: -0.3115369 - outSlope: -0.3115369 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.14285715 - value: -0.034985427 - inSlope: -0.2732195 - outSlope: -0.2732195 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.1632653 - value: -0.04003774 - inSlope: -0.2089129 - outSlope: -0.2089129 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.18367347 - value: -0.043512482 - inSlope: -0.118617244 - outSlope: -0.118617244 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.20408164 - value: -0.04487926 - inSlope: -0.0023323726 - outSlope: -0.0023323726 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.2244898 - value: -0.043607682 - inSlope: 0.13994168 - outSlope: 0.13994168 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.24489796 - value: -0.039167356 - inSlope: 0.3082049 - outSlope: 0.3082049 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.26530612 - value: -0.031027893 - inSlope: 0.5024574 - outSlope: 0.5024574 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.2857143 - value: -0.018658884 - inSlope: 0.7226989 - outSlope: 0.7226989 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.30612245 - value: -0.0015299736 - inSlope: 0.96892965 - outSlope: 0.96892965 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.3265306 - value: 0.020889245 - inSlope: 1.2411494 - outSlope: 1.2411494 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.3469388 - value: 0.049129207 - inSlope: 1.5393586 - outSlope: 1.5393586 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.36734694 - value: 0.08372022 - inSlope: 1.8635569 - outSlope: 1.8635569 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.3877551 - value: 0.12519272 - inSlope: 2.2137444 - outSlope: 2.2137444 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.40816328 - value: 0.17407717 - inSlope: 2.589921 - outSlope: 2.589921 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.42857143 - value: 0.2309038 - inSlope: 2.992087 - outSlope: 2.992087 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.4489796 - value: 0.2962031 - inSlope: 3.4202416 - outSlope: 3.4202416 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.46938777 - value: 0.37050554 - inSlope: 3.8743854 - outSlope: 3.8743854 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.48979592 - value: 0.45434132 - inSlope: 4.2912545 - outSlope: 4.2912545 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.5102041 - value: 0.5456587 - inSlope: 4.291253 - outSlope: 4.291253 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.53061223 - value: 0.6294944 - inSlope: 3.874385 - outSlope: 3.874385 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.5510204 - value: 0.7037968 - inSlope: 3.4202418 - outSlope: 3.4202418 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.5714286 - value: 0.76909626 - inSlope: 2.9920864 - outSlope: 2.9920864 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.59183675 - value: 0.8259229 - inSlope: 2.589922 - outSlope: 2.589922 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.6122449 - value: 0.8748073 - inSlope: 2.2137446 - outSlope: 2.2137446 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.63265306 - value: 0.9162798 - inSlope: 1.8635569 - outSlope: 1.8635569 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.6530612 - value: 0.9508708 - inSlope: 1.5393584 - outSlope: 1.5393584 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.67346936 - value: 0.9791107 - inSlope: 1.2411504 - outSlope: 1.2411504 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.6938776 - value: 1.00153 - inSlope: 0.9689287 - outSlope: 0.9689287 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.71428573 - value: 1.0186589 - inSlope: 0.722698 - outSlope: 0.722698 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.7346939 - value: 1.0310279 - inSlope: 0.50245917 - outSlope: 0.50245917 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.75510204 - value: 1.0391674 - inSlope: 0.30820522 - outSlope: 0.30820522 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.7755102 - value: 1.0436077 - inSlope: 0.13994193 - outSlope: 0.13994193 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.79591835 - value: 1.0448793 - inSlope: -0.0023334846 - outSlope: -0.0023334846 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.81632656 - value: 1.0435125 - inSlope: -0.118618324 - outSlope: -0.118618324 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.8367347 - value: 1.0400378 - inSlope: -0.20891258 - outSlope: -0.20891258 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.85714287 - value: 1.0349854 - inSlope: -0.273219 - outSlope: -0.273219 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.877551 - value: 1.028886 - inSlope: -0.31153765 - outSlope: -0.31153765 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.8979592 - value: 1.0222696 - inSlope: -0.32386562 - outSlope: -0.32386562 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.9183673 - value: 1.015667 - inSlope: -0.31020248 - outSlope: -0.31020248 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.93877554 - value: 1.0096083 - inSlope: -0.27055496 - outSlope: -0.27055496 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.9591837 - value: 1.0046239 - inSlope: -0.20491424 - outSlope: -0.20491424 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.97959185 - value: 1.0012444 - inSlope: -0.113285355 - outSlope: -0.113285355 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: -0.060976893 - outSlope: -0.060976893 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - Initialized: 1 - ConditionPropertyName: AnimateZ - EnumConditionPropertyName: - EnumConditions: 0000000000000000000000000000000000000000000000000000000000000000 - AllowAdditivePlays: 0 - DetermineRotationOnPlay: 0 - ToDestinationSpace: 0 - DestinationAngles: {x: 0, y: 180, z: 0} - ToDestinationTransform: {fileID: 0} - ToDestinationTween: - MMTweenDefinitionType: 1 - MMTweenCurve: 10 - Curve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - Initialized: 1 - ConditionPropertyName: - EnumConditionPropertyName: Mode - EnumConditions: 0000010000000000000000000000000000000000000000000000000000000000 - AnimateRotationX: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: -0.060974594 - outSlope: -0.060974594 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.020408163 - value: -0.0012443794 - inSlope: -0.11328613 - outSlope: -0.11328613 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.040816326 - value: -0.0046239235 - inSlope: -0.20491463 - outSlope: -0.20491463 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.06122449 - value: -0.009608242 - inSlope: -0.27055395 - outSlope: -0.27055395 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.08163265 - value: -0.015666941 - inSlope: -0.3102041 - outSlope: -0.3102041 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.10204082 - value: -0.022269635 - inSlope: -0.3238651 - outSlope: -0.3238651 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.12244898 - value: -0.028885925 - inSlope: -0.3115369 - outSlope: -0.3115369 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.14285715 - value: -0.034985427 - inSlope: -0.2732195 - outSlope: -0.2732195 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.1632653 - value: -0.04003774 - inSlope: -0.2089129 - outSlope: -0.2089129 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.18367347 - value: -0.043512482 - inSlope: -0.118617244 - outSlope: -0.118617244 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.20408164 - value: -0.04487926 - inSlope: -0.0023323726 - outSlope: -0.0023323726 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.2244898 - value: -0.043607682 - inSlope: 0.13994168 - outSlope: 0.13994168 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.24489796 - value: -0.039167356 - inSlope: 0.3082049 - outSlope: 0.3082049 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.26530612 - value: -0.031027893 - inSlope: 0.5024574 - outSlope: 0.5024574 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.2857143 - value: -0.018658884 - inSlope: 0.7226989 - outSlope: 0.7226989 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.30612245 - value: -0.0015299736 - inSlope: 0.96892965 - outSlope: 0.96892965 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.3265306 - value: 0.020889245 - inSlope: 1.2411494 - outSlope: 1.2411494 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.3469388 - value: 0.049129207 - inSlope: 1.5393586 - outSlope: 1.5393586 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.36734694 - value: 0.08372022 - inSlope: 1.8635569 - outSlope: 1.8635569 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.3877551 - value: 0.12519272 - inSlope: 2.2137444 - outSlope: 2.2137444 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.40816328 - value: 0.17407717 - inSlope: 2.589921 - outSlope: 2.589921 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.42857143 - value: 0.2309038 - inSlope: 2.992087 - outSlope: 2.992087 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.4489796 - value: 0.2962031 - inSlope: 3.4202416 - outSlope: 3.4202416 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.46938777 - value: 0.37050554 - inSlope: 3.8743854 - outSlope: 3.8743854 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.48979592 - value: 0.45434132 - inSlope: 4.2912545 - outSlope: 4.2912545 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.5102041 - value: 0.5456587 - inSlope: 4.291253 - outSlope: 4.291253 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.53061223 - value: 0.6294944 - inSlope: 3.874385 - outSlope: 3.874385 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.5510204 - value: 0.7037968 - inSlope: 3.4202418 - outSlope: 3.4202418 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.5714286 - value: 0.76909626 - inSlope: 2.9920864 - outSlope: 2.9920864 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.59183675 - value: 0.8259229 - inSlope: 2.589922 - outSlope: 2.589922 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.6122449 - value: 0.8748073 - inSlope: 2.2137446 - outSlope: 2.2137446 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.63265306 - value: 0.9162798 - inSlope: 1.8635569 - outSlope: 1.8635569 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.6530612 - value: 0.9508708 - inSlope: 1.5393584 - outSlope: 1.5393584 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.67346936 - value: 0.9791107 - inSlope: 1.2411504 - outSlope: 1.2411504 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.6938776 - value: 1.00153 - inSlope: 0.9689287 - outSlope: 0.9689287 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.71428573 - value: 1.0186589 - inSlope: 0.722698 - outSlope: 0.722698 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.7346939 - value: 1.0310279 - inSlope: 0.50245917 - outSlope: 0.50245917 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.75510204 - value: 1.0391674 - inSlope: 0.30820522 - outSlope: 0.30820522 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.7755102 - value: 1.0436077 - inSlope: 0.13994193 - outSlope: 0.13994193 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.79591835 - value: 1.0448793 - inSlope: -0.0023334846 - outSlope: -0.0023334846 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.81632656 - value: 1.0435125 - inSlope: -0.118618324 - outSlope: -0.118618324 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.8367347 - value: 1.0400378 - inSlope: -0.20891258 - outSlope: -0.20891258 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.85714287 - value: 1.0349854 - inSlope: -0.273219 - outSlope: -0.273219 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.877551 - value: 1.028886 - inSlope: -0.31153765 - outSlope: -0.31153765 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.8979592 - value: 1.0222696 - inSlope: -0.32386562 - outSlope: -0.32386562 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.9183673 - value: 1.015667 - inSlope: -0.31020248 - outSlope: -0.31020248 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.93877554 - value: 1.0096083 - inSlope: -0.27055496 - outSlope: -0.27055496 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.9591837 - value: 1.0046239 - inSlope: -0.20491424 - outSlope: -0.20491424 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.97959185 - value: 1.0012444 - inSlope: -0.113285355 - outSlope: -0.113285355 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: -0.060976893 - outSlope: -0.060976893 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - AnimateRotationY: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.3 - value: 1.05 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - AnimateRotationZ: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: -0.060974594 - outSlope: -0.060974594 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.020408163 - value: -0.0012443794 - inSlope: -0.11328613 - outSlope: -0.11328613 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.040816326 - value: -0.0046239235 - inSlope: -0.20491463 - outSlope: -0.20491463 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.06122449 - value: -0.009608242 - inSlope: -0.27055395 - outSlope: -0.27055395 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.08163265 - value: -0.015666941 - inSlope: -0.3102041 - outSlope: -0.3102041 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.10204082 - value: -0.022269635 - inSlope: -0.3238651 - outSlope: -0.3238651 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.12244898 - value: -0.028885925 - inSlope: -0.3115369 - outSlope: -0.3115369 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.14285715 - value: -0.034985427 - inSlope: -0.2732195 - outSlope: -0.2732195 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.1632653 - value: -0.04003774 - inSlope: -0.2089129 - outSlope: -0.2089129 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.18367347 - value: -0.043512482 - inSlope: -0.118617244 - outSlope: -0.118617244 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.20408164 - value: -0.04487926 - inSlope: -0.0023323726 - outSlope: -0.0023323726 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.2244898 - value: -0.043607682 - inSlope: 0.13994168 - outSlope: 0.13994168 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.24489796 - value: -0.039167356 - inSlope: 0.3082049 - outSlope: 0.3082049 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.26530612 - value: -0.031027893 - inSlope: 0.5024574 - outSlope: 0.5024574 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.2857143 - value: -0.018658884 - inSlope: 0.7226989 - outSlope: 0.7226989 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.30612245 - value: -0.0015299736 - inSlope: 0.96892965 - outSlope: 0.96892965 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.3265306 - value: 0.020889245 - inSlope: 1.2411494 - outSlope: 1.2411494 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.3469388 - value: 0.049129207 - inSlope: 1.5393586 - outSlope: 1.5393586 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.36734694 - value: 0.08372022 - inSlope: 1.8635569 - outSlope: 1.8635569 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.3877551 - value: 0.12519272 - inSlope: 2.2137444 - outSlope: 2.2137444 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.40816328 - value: 0.17407717 - inSlope: 2.589921 - outSlope: 2.589921 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.42857143 - value: 0.2309038 - inSlope: 2.992087 - outSlope: 2.992087 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.4489796 - value: 0.2962031 - inSlope: 3.4202416 - outSlope: 3.4202416 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.46938777 - value: 0.37050554 - inSlope: 3.8743854 - outSlope: 3.8743854 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.48979592 - value: 0.45434132 - inSlope: 4.2912545 - outSlope: 4.2912545 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.5102041 - value: 0.5456587 - inSlope: 4.291253 - outSlope: 4.291253 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.53061223 - value: 0.6294944 - inSlope: 3.874385 - outSlope: 3.874385 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.5510204 - value: 0.7037968 - inSlope: 3.4202418 - outSlope: 3.4202418 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.5714286 - value: 0.76909626 - inSlope: 2.9920864 - outSlope: 2.9920864 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.59183675 - value: 0.8259229 - inSlope: 2.589922 - outSlope: 2.589922 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.6122449 - value: 0.8748073 - inSlope: 2.2137446 - outSlope: 2.2137446 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.63265306 - value: 0.9162798 - inSlope: 1.8635569 - outSlope: 1.8635569 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.6530612 - value: 0.9508708 - inSlope: 1.5393584 - outSlope: 1.5393584 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.67346936 - value: 0.9791107 - inSlope: 1.2411504 - outSlope: 1.2411504 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.6938776 - value: 1.00153 - inSlope: 0.9689287 - outSlope: 0.9689287 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.71428573 - value: 1.0186589 - inSlope: 0.722698 - outSlope: 0.722698 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.7346939 - value: 1.0310279 - inSlope: 0.50245917 - outSlope: 0.50245917 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.75510204 - value: 1.0391674 - inSlope: 0.30820522 - outSlope: 0.30820522 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.7755102 - value: 1.0436077 - inSlope: 0.13994193 - outSlope: 0.13994193 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.79591835 - value: 1.0448793 - inSlope: -0.0023334846 - outSlope: -0.0023334846 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.81632656 - value: 1.0435125 - inSlope: -0.118618324 - outSlope: -0.118618324 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.8367347 - value: 1.0400378 - inSlope: -0.20891258 - outSlope: -0.20891258 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.85714287 - value: 1.0349854 - inSlope: -0.273219 - outSlope: -0.273219 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.877551 - value: 1.028886 - inSlope: -0.31153765 - outSlope: -0.31153765 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.8979592 - value: 1.0222696 - inSlope: -0.32386562 - outSlope: -0.32386562 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.9183673 - value: 1.015667 - inSlope: -0.31020248 - outSlope: -0.31020248 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.93877554 - value: 1.0096083 - inSlope: -0.27055496 - outSlope: -0.27055496 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.9591837 - value: 1.0046239 - inSlope: -0.20491424 - outSlope: -0.20491424 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.97959185 - value: 1.0012444 - inSlope: -0.113285355 - outSlope: -0.113285355 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: -0.060976893 - outSlope: -0.060976893 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - ToDestinationCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - - rid: 2 - type: {class: MMF_Sound, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: 1820667424 - Label: Note Sound - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0.2 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0.8, y: 1} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: Automatic Shaker Setup - Owner: {fileID: 1089175770} - DebugActive: 0 - Sfx: {fileID: 8300000, guid: 8c507f67546a1f341b5028478e54fab1, type: 3} - RandomSfx: [] - TestPlayButton: - ButtonText: Debug Play Sound - TestStopButton: - ButtonText: Debug Stop Sound - PlayMethod: 1 - PoolSize: 10 - UseLegacyEventsMode: 0 - StopSoundOnFeedbackStop: 1 - MinVolume: 1 - MaxVolume: 1 - MinPitch: 1 - MaxPitch: 1 - SfxAudioMixerGroup: {fileID: 0} - Priority: 128 - PanStereo: 0 - SpatialBlend: 0 - DopplerLevel: 1 - Spread: 0 - RolloffMode: 0 - MinDistance: 1 - MaxDistance: 500 - UseCustomRolloffCurve: 0 - CustomRolloffCurve: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - UseSpatialBlendCurve: 0 - SpatialBlendCurve: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - UseReverbZoneMixCurve: 0 - ReverbZoneMixCurve: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - UseSpreadCurve: 0 - SpreadCurve: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - - rid: 3 - type: {class: MMF_Sound, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: -2058344883 - Label: Hat Sound - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0.15 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0.8, y: 1} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: Automatic Shaker Setup - Owner: {fileID: 1089175770} - DebugActive: 0 - Sfx: {fileID: 8300000, guid: 1cfacca2bedb5f4418892d40cbe9018d, type: 3} - RandomSfx: [] - TestPlayButton: - ButtonText: Debug Play Sound - TestStopButton: - ButtonText: Debug Stop Sound - PlayMethod: 3 - PoolSize: 5 - UseLegacyEventsMode: 0 - StopSoundOnFeedbackStop: 1 - MinVolume: 1 - MaxVolume: 1 - MinPitch: 1 - MaxPitch: 1 - SfxAudioMixerGroup: {fileID: 0} - Priority: 128 - PanStereo: 0 - SpatialBlend: 0 - DopplerLevel: 1 - Spread: 0 - RolloffMode: 0 - MinDistance: 1 - MaxDistance: 500 - UseCustomRolloffCurve: 0 - CustomRolloffCurve: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - UseSpatialBlendCurve: 0 - SpatialBlendCurve: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - UseReverbZoneMixCurve: 0 - ReverbZoneMixCurve: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - UseSpreadCurve: 0 - SpreadCurve: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - - rid: 4 - type: {class: MMF_Material, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: -573984794 - Label: Material - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0.8, y: 1} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 1089175770} - DebugActive: 0 - TargetRenderer: {fileID: 245078394} - RendererMaterialIndexes: - Method: 0 - Loop: 1 - AlwaysNewMaterial: 1 - InitialIndex: 0 - Materials: - - {fileID: 2100000, guid: 8a0f71e021d8c02408e3b9145082dc1b, type: 2} - - {fileID: 2100000, guid: 9bef2c99fbaaba541b418740f320969d, type: 2} - - {fileID: 2100000, guid: fafd9ca80d42ea147955a570b7ff417a, type: 2} - - {fileID: 2100000, guid: ef35891a12f2deb49acd5cffa698c910, type: 2} - - {fileID: 2100000, guid: ef35891a12f2deb49acd5cffa698c910, type: 2} - - {fileID: 2100000, guid: 60b87f7fd5cd21f4797f2d0dac2b7782, type: 2} - - {fileID: 2100000, guid: 0296fb91bec5d5042bdb1f4c2c089ca7, type: 2} - - {fileID: 2100000, guid: 9b99e0d3f9ba0e747ae9e6c229f25a82, type: 2} - - {fileID: 2100000, guid: 0d11a8d904e77af4bbbac066d6455c5a, type: 2} - InterpolateTransition: 0 - TransitionDuration: 1 - TransitionCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - - rid: 5 - type: {class: MMF_CinemachineImpulse, ns: MoreMountains.FeedbacksForThirdParty, - asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: 1501355298 - Label: Impulse - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0.8, y: 1} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: Automatic Shaker Setup - Owner: {fileID: 1089175770} - DebugActive: 0 - m_ImpulseDefinition: - ImpulseChannel: 1 - ImpulseShape: 0 - CustomImpulseShape: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - ImpulseDuration: 0.2 - ImpulseType: 3 - DissipationRate: 0 - RawSignal: {fileID: 11400000, guid: 69ce8388f6785dd4c8c39915efece2f4, type: 2} - AmplitudeGain: 1 - FrequencyGain: 1 - RepeatMode: 0 - Randomize: 1 - TimeEnvelope: - AttackShape: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - DecayShape: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: -0.9999995 - outSlope: -0.9999995 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.020408163 - value: 0.97959185 - inSlope: -0.9999995 - outSlope: -0.9999995 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.040816326 - value: 0.9591837 - inSlope: -0.9999995 - outSlope: -0.9999995 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.06122449 - value: 0.93877554 - inSlope: -1.000001 - outSlope: -1.000001 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.08163265 - value: 0.9183673 - inSlope: -1.000001 - outSlope: -1.000001 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.10204082 - value: 0.8979592 - inSlope: -0.99999946 - outSlope: -0.99999946 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.12244898 - value: 0.877551 - inSlope: -0.99999946 - outSlope: -0.99999946 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.14285715 - value: 0.85714287 - inSlope: -0.99999964 - outSlope: -0.99999964 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.1632653 - value: 0.8367347 - inSlope: -1.0000011 - outSlope: -1.0000011 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.18367347 - value: 0.8163265 - inSlope: -1.0000007 - outSlope: -1.0000007 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.20408164 - value: 0.79591835 - inSlope: -0.99999964 - outSlope: -0.99999964 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.2244898 - value: 0.7755102 - inSlope: -0.99999964 - outSlope: -0.99999964 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.24489796 - value: 0.75510204 - inSlope: -0.99999964 - outSlope: -0.99999964 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.26530612 - value: 0.7346939 - inSlope: -0.9999993 - outSlope: -0.9999993 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.2857143 - value: 0.71428573 - inSlope: -0.9999993 - outSlope: -0.9999993 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.30612245 - value: 0.6938776 - inSlope: -1 - outSlope: -1 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.3265306 - value: 0.6734694 - inSlope: -1.0000007 - outSlope: -1.0000007 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.3469388 - value: 0.6530612 - inSlope: -1.0000007 - outSlope: -1.0000007 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.36734694 - value: 0.63265306 - inSlope: -1 - outSlope: -1 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.3877551 - value: 0.6122449 - inSlope: -1.0000007 - outSlope: -1.0000007 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.40816328 - value: 0.5918367 - inSlope: -1.0000007 - outSlope: -1.0000007 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.42857143 - value: 0.57142854 - inSlope: -1 - outSlope: -1 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.4489796 - value: 0.5510204 - inSlope: -0.9999993 - outSlope: -0.9999993 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.46938777 - value: 0.53061223 - inSlope: -0.9999993 - outSlope: -0.9999993 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.48979592 - value: 0.5102041 - inSlope: -1 - outSlope: -1 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.5102041 - value: 0.48979592 - inSlope: -1 - outSlope: -1 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.53061223 - value: 0.46938777 - inSlope: -1 - outSlope: -1 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.5510204 - value: 0.44897962 - inSlope: -1 - outSlope: -1 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.5714286 - value: 0.4285714 - inSlope: -1 - outSlope: -1 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.59183675 - value: 0.40816325 - inSlope: -1 - outSlope: -1 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.6122449 - value: 0.3877551 - inSlope: -1 - outSlope: -1 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.63265306 - value: 0.36734694 - inSlope: -1 - outSlope: -1 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.6530612 - value: 0.3469388 - inSlope: -1 - outSlope: -1 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.67346936 - value: 0.32653064 - inSlope: -1 - outSlope: -1 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.6938776 - value: 0.30612242 - inSlope: -1 - outSlope: -1 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.71428573 - value: 0.28571427 - inSlope: -1 - outSlope: -1 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.7346939 - value: 0.26530612 - inSlope: -1 - outSlope: -1 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.75510204 - value: 0.24489796 - inSlope: -1 - outSlope: -1 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.7755102 - value: 0.22448981 - inSlope: -1 - outSlope: -1 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.79591835 - value: 0.20408165 - inSlope: -1 - outSlope: -1 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.81632656 - value: 0.18367344 - inSlope: -1 - outSlope: -1 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.8367347 - value: 0.16326529 - inSlope: -1 - outSlope: -1 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.85714287 - value: 0.14285713 - inSlope: -1 - outSlope: -1 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.877551 - value: 0.12244898 - inSlope: -1 - outSlope: -1 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.8979592 - value: 0.10204083 - inSlope: -1 - outSlope: -1 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.9183673 - value: 0.081632674 - inSlope: -1 - outSlope: -1 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.93877554 - value: 0.06122446 - inSlope: -1 - outSlope: -1 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.9591837 - value: 0.040816307 - inSlope: -1 - outSlope: -1 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.97959185 - value: 0.020408154 - inSlope: -1 - outSlope: -1 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: -1 - outSlope: -1 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - AttackTime: 0 - SustainTime: 0.1 - DecayTime: 0.2 - ScaleWithImpact: 1 - HoldForever: 0 - ImpactRadius: 100 - DirectionMode: 0 - DissipationMode: 2 - DissipationDistance: 1000 - PropagationSpeed: 343 - Velocity: {x: 0.2, y: 0.2, z: 0.2} - ClearImpulseOnStop: 0 - DrawGizmos: 0 - - rid: 6 - type: {class: MMF_ShaderController, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: 1323211308 - Label: ShaderController - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0.8, y: 1} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 1089175770} - DebugActive: 0 - Mode: 0 - TargetShaderController: {fileID: 1257324398} - TargetShaderControllerList: [] - RevertToInitialValueAfterEnd: 0 - GetInitialValueOnOneTime: 0 - OneTimeDuration: 0.1 - OneTimeAmplitude: 1 - OneTimeRemapMin: 0 - OneTimeRemapMax: 1 - OneTimeCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.15789795 - value: 0.9976654 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - ToDestinationValue: 1 - ToDestinationDuration: 1 - ToDestinationColor: {r: 1, g: 0, b: 0, a: 1} - ToDestinationCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.5 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 ---- !u!4 &1089175771 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1089175769} - serializedVersion: 2 - m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: 0} - m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 - m_Children: [] - m_Father: {fileID: 89129166} - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!1 &1116026498 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 1116026499} - - component: {fileID: 1116026500} - m_Layer: 0 - m_Name: Crash1 - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &1116026499 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1116026498} - serializedVersion: 2 - m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: 0} - m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 - m_Children: [] - m_Father: {fileID: 96194543} - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!82 &1116026500 -AudioSource: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1116026498} - m_Enabled: 1 - serializedVersion: 4 - OutputAudioMixerGroup: {fileID: 0} - m_audioClip: {fileID: 8300000, guid: b0b6bf001722eb242a5aaa4ed9dbe251, type: 3} - m_Resource: {fileID: 8300000, guid: b0b6bf001722eb242a5aaa4ed9dbe251, type: 3} - m_PlayOnAwake: 0 - m_Volume: 1 - m_Pitch: 1 - Loop: 0 - Mute: 0 - Spatialize: 0 - SpatializePostEffects: 0 - Priority: 128 - DopplerLevel: 1 - MinDistance: 1 - MaxDistance: 500 - Pan2D: 0 - rolloffMode: 0 - BypassEffects: 0 - BypassListenerEffects: 0 - BypassReverbZones: 0 - rolloffCustomCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - panLevelCustomCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - spreadCustomCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - reverbZoneMixCustomCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 ---- !u!1 &1143359168 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 1143359171} - - component: {fileID: 1143359169} - m_Layer: 0 - m_Name: UICamera - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!20 &1143359169 -Camera: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1143359168} - m_Enabled: 1 - serializedVersion: 2 - m_ClearFlags: 3 - m_BackGroundColor: {r: 0.19215687, g: 0.3019608, b: 0.4745098, a: 0} - m_projectionMatrixMode: 1 - m_GateFitMode: 2 - m_FOVAxisMode: 0 - m_Iso: 200 - m_ShutterSpeed: 0.005 - m_Aperture: 16 - m_FocusDistance: 10 - m_FocalLength: 50 - m_BladeCount: 5 - m_Curvature: {x: 2, y: 11} - m_BarrelClipping: 0.25 - m_Anamorphism: 0 - m_SensorSize: {x: 36, y: 24} - m_LensShift: {x: 0, y: 0} - m_NormalizedViewPortRect: - serializedVersion: 2 - x: 0 - y: 0 - width: 1 - height: 1 - near clip plane: 0.3 - far clip plane: 1000 - field of view: 60 - orthographic: 0 - orthographic size: 5 - m_Depth: 0 - m_CullingMask: - serializedVersion: 2 - m_Bits: 32 - m_RenderingPath: -1 - m_TargetTexture: {fileID: 0} - m_TargetDisplay: 0 - m_TargetEye: 3 - m_HDR: 1 - m_AllowMSAA: 1 - m_AllowDynamicResolution: 0 - m_ForceIntoRT: 0 - m_OcclusionCulling: 1 - m_StereoConvergence: 10 - m_StereoSeparation: 0.022 ---- !u!4 &1143359171 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1143359168} - serializedVersion: 2 - m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: 445, y: 238, z: 0} - m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 - m_Children: [] - m_Father: {fileID: 0} - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!1 &1149105827 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 1149105829} - - component: {fileID: 1149105828} - m_Layer: 0 - m_Name: Directional Light - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!108 &1149105828 -Light: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1149105827} - m_Enabled: 1 - serializedVersion: 11 - m_Type: 1 - m_Color: {r: 1, g: 0.95686275, b: 0.8392157, a: 1} - m_Intensity: 1 - m_Range: 10 - m_SpotAngle: 30 - m_InnerSpotAngle: 21.80208 - m_CookieSize: 10 - m_Shadows: - m_Type: 2 - m_Resolution: -1 - m_CustomResolution: -1 - m_Strength: 0.262 - m_Bias: 0.05 - m_NormalBias: 0.4 - m_NearPlane: 0.2 - m_CullingMatrixOverride: - e00: 1 - e01: 0 - e02: 0 - e03: 0 - e10: 0 - e11: 1 - e12: 0 - e13: 0 - e20: 0 - e21: 0 - e22: 1 - e23: 0 - e30: 0 - e31: 0 - e32: 0 - e33: 1 - m_UseCullingMatrixOverride: 0 - m_Cookie: {fileID: 0} - m_DrawHalo: 0 - m_Flare: {fileID: 0} - m_RenderMode: 0 - m_CullingMask: - serializedVersion: 2 - m_Bits: 4294967295 - m_RenderingLayerMask: 1 - m_Lightmapping: 4 - m_LightShadowCasterMode: 0 - m_AreaSize: {x: 1, y: 1} - m_BounceIntensity: 1 - m_ColorTemperature: 6570 - m_UseColorTemperature: 0 - m_BoundingSphereOverride: {x: 0, y: 0, z: 0, w: 0} - m_UseBoundingSphereOverride: 0 - m_UseViewFrustumForShadowCasterCull: 1 - m_ForceVisible: 0 - m_ShadowRadius: 0 - m_ShadowAngle: 0 - m_LightUnit: 1 - m_LuxAtDistance: 1 - m_EnableSpotReflector: 1 ---- !u!4 &1149105829 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1149105827} - serializedVersion: 2 - m_LocalRotation: {x: 0.2562778, y: -0.72065616, z: 0.33604744, w: 0.5495895} - m_LocalPosition: {x: -20.3, y: -62.8, z: -0.9} - m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 - m_Children: [] - m_Father: {fileID: 974558482} - m_LocalEulerAnglesHint: {x: 50, y: -105.34, z: 0} ---- !u!1 &1152659668 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 1152659669} - - component: {fileID: 1152659679} - m_Layer: 0 - m_Name: MMFeedbacks1 (6) - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 0 ---- !u!4 &1152659669 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1152659668} - serializedVersion: 2 - m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: 0} - m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 - m_Children: [] - m_Father: {fileID: 89129166} - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!114 &1152659679 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1152659668} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 6da43522623d4704e979466dc7650b65, type: 3} - m_Name: - m_EditorClassIdentifier: - Feedbacks: - - {fileID: 0} - - {fileID: 0} - - {fileID: 0} - - {fileID: 0} - - {fileID: 0} - - {fileID: 0} - - {fileID: 0} - - {fileID: 0} - - {fileID: 0} - InitializationMode: 2 - AutoInitialization: 1 - SafeMode: 3 - Direction: 0 - AutoChangeDirectionOnEnd: 0 - AutoPlayOnStart: 0 - AutoPlayOnEnable: 0 - ForceTimescaleMode: 0 - ForcedTimescaleMode: 1 - DurationMultiplier: 1 - TimescaleMultiplier: 1 - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 1.5} - DisplayFullDurationDetails: 0 - PlayerTimescaleMode: 1 - OnlyPlayIfWithinRange: 0 - RangeCenter: {fileID: 0} - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - IgnoreRangeEvents: 0 - CooldownDuration: 0 - InitialDelay: 0 - CanPlay: 1 - CanPlayWhileAlreadyPlaying: 1 - ChanceToPlay: 100 - FeedbacksIntensity: 1 - Events: - TriggerMMFeedbacksEvents: 0 - TriggerUnityEvents: 1 - OnPlay: - m_PersistentCalls: - m_Calls: [] - OnPause: - m_PersistentCalls: - m_Calls: [] - OnStop: - m_PersistentCalls: - m_Calls: [] - OnResume: - m_PersistentCalls: - m_Calls: [] - OnChangeDirection: - m_PersistentCalls: - m_Calls: [] - OnComplete: - m_PersistentCalls: - m_Calls: [] - OnRestoreInitialValues: - m_PersistentCalls: - m_Calls: [] - OnSkipToTheEnd: - m_PersistentCalls: - m_Calls: [] - OnInitializationComplete: - m_PersistentCalls: - m_Calls: [] - OnEnable: - m_PersistentCalls: - m_Calls: [] - OnDisable: - m_PersistentCalls: - m_Calls: [] - DebugActive: 0 - InScriptDrivenPause: 0 - FeedbacksList: - - rid: 0 - - rid: 1 - - rid: 2 - - rid: 3 - - rid: 4 - - rid: 5 - - rid: 6 - - rid: 7 - - rid: 8 - KeepPlayModeChanges: 0 - PerformanceMode: 0 - RestoreInitialValuesOnDisable: 0 - StopFeedbacksOnDisable: 0 - PlayCount: 0 - references: - version: 2 - RefIds: - - rid: 0 - type: {class: MMF_Position, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: -529873757 - Label: Position - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0.8, y: 1} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 1152659679} - DebugActive: 0 - AnimatePositionTarget: {fileID: 773672490} - Mode: 1 - Space: 0 - RandomizeRemap: 0 - AnimatePositionDuration: 0.2 - AnimatePositionTween: - MMTweenDefinitionType: 1 - MMTweenCurve: 4 - Curve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.1 - value: 0.05 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.9 - value: 0.95 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - Initialized: 1 - ConditionPropertyName: - EnumConditionPropertyName: Mode - EnumConditions: 0100010000000000000000000000000000000000000000000000000000000000 - RemapCurveZero: 0 - RemapCurveZeroAlt: 0 - RemapCurveOne: 2 - RemapCurveOneAlt: 1 - AnimateX: 0 - AnimatePositionTweenX: - MMTweenDefinitionType: 1 - MMTweenCurve: 4 - Curve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.3 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.6 - value: -1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - Initialized: 1 - ConditionPropertyName: AnimateX - EnumConditionPropertyName: - EnumConditions: 0000000000000000000000000000000000000000000000000000000000000000 - AnimateY: 1 - AnimatePositionTweenY: - MMTweenDefinitionType: 1 - MMTweenCurve: 4 - Curve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 10.10368 - outSlope: 10.10368 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0.047514614 - - serializedVersion: 3 - time: 0.3 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: -2.9999943 - outSlope: -2.9999943 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.029761963 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - Initialized: 1 - ConditionPropertyName: AnimateY - EnumConditionPropertyName: - EnumConditions: 0000000000000000000000000000000000000000000000000000000000000000 - AnimateZ: 0 - AnimatePositionTweenZ: - MMTweenDefinitionType: 1 - MMTweenCurve: 4 - Curve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.3 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.6 - value: -1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - Initialized: 1 - ConditionPropertyName: AnimateZ - EnumConditionPropertyName: - EnumConditions: 0000000000000000000000000000000000000000000000000000000000000000 - AllowAdditivePlays: 0 - RelativePosition: 1 - DeterminePositionsOnPlay: 0 - InitialPosition: {x: 0, y: 0, z: 0} - DestinationPosition: {x: 0, y: 3, z: -3} - InitialPositionTransform: {fileID: 0} - DestinationPositionTransform: {fileID: 0} - AnimatePositionCurveX: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.3 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.6 - value: -1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - AnimatePositionCurveY: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 10.10368 - outSlope: 10.10368 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0.047514614 - - serializedVersion: 3 - time: 0.3 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: -2.9999943 - outSlope: -2.9999943 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.029761963 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - AnimatePositionCurveZ: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.3 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.6 - value: -1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - AnimatePositionCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.1 - value: 0.05 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.9 - value: 0.95 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - - rid: 1 - type: {class: MMF_Rotation, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: 1642217226 - Label: Rotation - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0.8, y: 1} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 1152659679} - DebugActive: 0 - AnimateRotationTarget: {fileID: 773672494} - Mode: 0 - RotationSpace: 0 - AnimateRotationDuration: 0.2 - RemapCurveZero: 0 - RemapCurveOne: 90 - AnimateX: 0 - AnimateRotationTweenX: - MMTweenDefinitionType: 1 - MMTweenCurve: 4 - Curve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: -0.060974594 - outSlope: -0.060974594 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.020408163 - value: -0.0012443794 - inSlope: -0.11328613 - outSlope: -0.11328613 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.040816326 - value: -0.0046239235 - inSlope: -0.20491463 - outSlope: -0.20491463 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.06122449 - value: -0.009608242 - inSlope: -0.27055395 - outSlope: -0.27055395 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.08163265 - value: -0.015666941 - inSlope: -0.3102041 - outSlope: -0.3102041 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.10204082 - value: -0.022269635 - inSlope: -0.3238651 - outSlope: -0.3238651 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.12244898 - value: -0.028885925 - inSlope: -0.3115369 - outSlope: -0.3115369 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.14285715 - value: -0.034985427 - inSlope: -0.2732195 - outSlope: -0.2732195 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.1632653 - value: -0.04003774 - inSlope: -0.2089129 - outSlope: -0.2089129 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.18367347 - value: -0.043512482 - inSlope: -0.118617244 - outSlope: -0.118617244 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.20408164 - value: -0.04487926 - inSlope: -0.0023323726 - outSlope: -0.0023323726 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.2244898 - value: -0.043607682 - inSlope: 0.13994168 - outSlope: 0.13994168 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.24489796 - value: -0.039167356 - inSlope: 0.3082049 - outSlope: 0.3082049 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.26530612 - value: -0.031027893 - inSlope: 0.5024574 - outSlope: 0.5024574 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.2857143 - value: -0.018658884 - inSlope: 0.7226989 - outSlope: 0.7226989 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.30612245 - value: -0.0015299736 - inSlope: 0.96892965 - outSlope: 0.96892965 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.3265306 - value: 0.020889245 - inSlope: 1.2411494 - outSlope: 1.2411494 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.3469388 - value: 0.049129207 - inSlope: 1.5393586 - outSlope: 1.5393586 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.36734694 - value: 0.08372022 - inSlope: 1.8635569 - outSlope: 1.8635569 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.3877551 - value: 0.12519272 - inSlope: 2.2137444 - outSlope: 2.2137444 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.40816328 - value: 0.17407717 - inSlope: 2.589921 - outSlope: 2.589921 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.42857143 - value: 0.2309038 - inSlope: 2.992087 - outSlope: 2.992087 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.4489796 - value: 0.2962031 - inSlope: 3.4202416 - outSlope: 3.4202416 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.46938777 - value: 0.37050554 - inSlope: 3.8743854 - outSlope: 3.8743854 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.48979592 - value: 0.45434132 - inSlope: 4.2912545 - outSlope: 4.2912545 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.5102041 - value: 0.5456587 - inSlope: 4.291253 - outSlope: 4.291253 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.53061223 - value: 0.6294944 - inSlope: 3.874385 - outSlope: 3.874385 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.5510204 - value: 0.7037968 - inSlope: 3.4202418 - outSlope: 3.4202418 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.5714286 - value: 0.76909626 - inSlope: 2.9920864 - outSlope: 2.9920864 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.59183675 - value: 0.8259229 - inSlope: 2.589922 - outSlope: 2.589922 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.6122449 - value: 0.8748073 - inSlope: 2.2137446 - outSlope: 2.2137446 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.63265306 - value: 0.9162798 - inSlope: 1.8635569 - outSlope: 1.8635569 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.6530612 - value: 0.9508708 - inSlope: 1.5393584 - outSlope: 1.5393584 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.67346936 - value: 0.9791107 - inSlope: 1.2411504 - outSlope: 1.2411504 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.6938776 - value: 1.00153 - inSlope: 0.9689287 - outSlope: 0.9689287 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.71428573 - value: 1.0186589 - inSlope: 0.722698 - outSlope: 0.722698 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.7346939 - value: 1.0310279 - inSlope: 0.50245917 - outSlope: 0.50245917 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.75510204 - value: 1.0391674 - inSlope: 0.30820522 - outSlope: 0.30820522 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.7755102 - value: 1.0436077 - inSlope: 0.13994193 - outSlope: 0.13994193 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.79591835 - value: 1.0448793 - inSlope: -0.0023334846 - outSlope: -0.0023334846 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.81632656 - value: 1.0435125 - inSlope: -0.118618324 - outSlope: -0.118618324 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.8367347 - value: 1.0400378 - inSlope: -0.20891258 - outSlope: -0.20891258 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.85714287 - value: 1.0349854 - inSlope: -0.273219 - outSlope: -0.273219 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.877551 - value: 1.028886 - inSlope: -0.31153765 - outSlope: -0.31153765 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.8979592 - value: 1.0222696 - inSlope: -0.32386562 - outSlope: -0.32386562 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.9183673 - value: 1.015667 - inSlope: -0.31020248 - outSlope: -0.31020248 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.93877554 - value: 1.0096083 - inSlope: -0.27055496 - outSlope: -0.27055496 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.9591837 - value: 1.0046239 - inSlope: -0.20491424 - outSlope: -0.20491424 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.97959185 - value: 1.0012444 - inSlope: -0.113285355 - outSlope: -0.113285355 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: -0.060976893 - outSlope: -0.060976893 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - Initialized: 1 - ConditionPropertyName: AnimateX - EnumConditionPropertyName: - EnumConditions: 0000000000000000000000000000000000000000000000000000000000000000 - AnimateY: 0 - AnimateRotationTweenY: - MMTweenDefinitionType: 1 - MMTweenCurve: 4 - Curve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.3 - value: 1.05 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - Initialized: 1 - ConditionPropertyName: AnimateY - EnumConditionPropertyName: - EnumConditions: 0000000000000000000000000000000000000000000000000000000000000000 - AnimateZ: 1 - AnimateRotationTweenZ: - MMTweenDefinitionType: 1 - MMTweenCurve: 4 - Curve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: -0.060974594 - outSlope: -0.060974594 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.020408163 - value: -0.0012443794 - inSlope: -0.11328613 - outSlope: -0.11328613 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.040816326 - value: -0.0046239235 - inSlope: -0.20491463 - outSlope: -0.20491463 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.06122449 - value: -0.009608242 - inSlope: -0.27055395 - outSlope: -0.27055395 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.08163265 - value: -0.015666941 - inSlope: -0.3102041 - outSlope: -0.3102041 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.10204082 - value: -0.022269635 - inSlope: -0.3238651 - outSlope: -0.3238651 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.12244898 - value: -0.028885925 - inSlope: -0.3115369 - outSlope: -0.3115369 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.14285715 - value: -0.034985427 - inSlope: -0.2732195 - outSlope: -0.2732195 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.1632653 - value: -0.04003774 - inSlope: -0.2089129 - outSlope: -0.2089129 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.18367347 - value: -0.043512482 - inSlope: -0.118617244 - outSlope: -0.118617244 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.20408164 - value: -0.04487926 - inSlope: -0.0023323726 - outSlope: -0.0023323726 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.2244898 - value: -0.043607682 - inSlope: 0.13994168 - outSlope: 0.13994168 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.24489796 - value: -0.039167356 - inSlope: 0.3082049 - outSlope: 0.3082049 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.26530612 - value: -0.031027893 - inSlope: 0.5024574 - outSlope: 0.5024574 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.2857143 - value: -0.018658884 - inSlope: 0.7226989 - outSlope: 0.7226989 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.30612245 - value: -0.0015299736 - inSlope: 0.96892965 - outSlope: 0.96892965 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.3265306 - value: 0.020889245 - inSlope: 1.2411494 - outSlope: 1.2411494 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.3469388 - value: 0.049129207 - inSlope: 1.5393586 - outSlope: 1.5393586 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.36734694 - value: 0.08372022 - inSlope: 1.8635569 - outSlope: 1.8635569 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.3877551 - value: 0.12519272 - inSlope: 2.2137444 - outSlope: 2.2137444 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.40816328 - value: 0.17407717 - inSlope: 2.589921 - outSlope: 2.589921 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.42857143 - value: 0.2309038 - inSlope: 2.992087 - outSlope: 2.992087 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.4489796 - value: 0.2962031 - inSlope: 3.4202416 - outSlope: 3.4202416 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.46938777 - value: 0.37050554 - inSlope: 3.8743854 - outSlope: 3.8743854 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.48979592 - value: 0.45434132 - inSlope: 4.2912545 - outSlope: 4.2912545 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.5102041 - value: 0.5456587 - inSlope: 4.291253 - outSlope: 4.291253 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.53061223 - value: 0.6294944 - inSlope: 3.874385 - outSlope: 3.874385 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.5510204 - value: 0.7037968 - inSlope: 3.4202418 - outSlope: 3.4202418 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.5714286 - value: 0.76909626 - inSlope: 2.9920864 - outSlope: 2.9920864 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.59183675 - value: 0.8259229 - inSlope: 2.589922 - outSlope: 2.589922 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.6122449 - value: 0.8748073 - inSlope: 2.2137446 - outSlope: 2.2137446 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.63265306 - value: 0.9162798 - inSlope: 1.8635569 - outSlope: 1.8635569 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.6530612 - value: 0.9508708 - inSlope: 1.5393584 - outSlope: 1.5393584 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.67346936 - value: 0.9791107 - inSlope: 1.2411504 - outSlope: 1.2411504 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.6938776 - value: 1.00153 - inSlope: 0.9689287 - outSlope: 0.9689287 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.71428573 - value: 1.0186589 - inSlope: 0.722698 - outSlope: 0.722698 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.7346939 - value: 1.0310279 - inSlope: 0.50245917 - outSlope: 0.50245917 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.75510204 - value: 1.0391674 - inSlope: 0.30820522 - outSlope: 0.30820522 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.7755102 - value: 1.0436077 - inSlope: 0.13994193 - outSlope: 0.13994193 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.79591835 - value: 1.0448793 - inSlope: -0.0023334846 - outSlope: -0.0023334846 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.81632656 - value: 1.0435125 - inSlope: -0.118618324 - outSlope: -0.118618324 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.8367347 - value: 1.0400378 - inSlope: -0.20891258 - outSlope: -0.20891258 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.85714287 - value: 1.0349854 - inSlope: -0.273219 - outSlope: -0.273219 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.877551 - value: 1.028886 - inSlope: -0.31153765 - outSlope: -0.31153765 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.8979592 - value: 1.0222696 - inSlope: -0.32386562 - outSlope: -0.32386562 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.9183673 - value: 1.015667 - inSlope: -0.31020248 - outSlope: -0.31020248 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.93877554 - value: 1.0096083 - inSlope: -0.27055496 - outSlope: -0.27055496 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.9591837 - value: 1.0046239 - inSlope: -0.20491424 - outSlope: -0.20491424 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.97959185 - value: 1.0012444 - inSlope: -0.113285355 - outSlope: -0.113285355 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: -0.060976893 - outSlope: -0.060976893 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - Initialized: 1 - ConditionPropertyName: AnimateZ - EnumConditionPropertyName: - EnumConditions: 0000000000000000000000000000000000000000000000000000000000000000 - AllowAdditivePlays: 0 - DetermineRotationOnPlay: 0 - ToDestinationSpace: 0 - DestinationAngles: {x: 0, y: 180, z: 0} - ToDestinationTransform: {fileID: 0} - ToDestinationTween: - MMTweenDefinitionType: 1 - MMTweenCurve: 10 - Curve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - Initialized: 1 - ConditionPropertyName: - EnumConditionPropertyName: Mode - EnumConditions: 0000010000000000000000000000000000000000000000000000000000000000 - AnimateRotationX: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: -0.060974594 - outSlope: -0.060974594 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.020408163 - value: -0.0012443794 - inSlope: -0.11328613 - outSlope: -0.11328613 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.040816326 - value: -0.0046239235 - inSlope: -0.20491463 - outSlope: -0.20491463 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.06122449 - value: -0.009608242 - inSlope: -0.27055395 - outSlope: -0.27055395 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.08163265 - value: -0.015666941 - inSlope: -0.3102041 - outSlope: -0.3102041 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.10204082 - value: -0.022269635 - inSlope: -0.3238651 - outSlope: -0.3238651 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.12244898 - value: -0.028885925 - inSlope: -0.3115369 - outSlope: -0.3115369 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.14285715 - value: -0.034985427 - inSlope: -0.2732195 - outSlope: -0.2732195 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.1632653 - value: -0.04003774 - inSlope: -0.2089129 - outSlope: -0.2089129 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.18367347 - value: -0.043512482 - inSlope: -0.118617244 - outSlope: -0.118617244 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.20408164 - value: -0.04487926 - inSlope: -0.0023323726 - outSlope: -0.0023323726 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.2244898 - value: -0.043607682 - inSlope: 0.13994168 - outSlope: 0.13994168 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.24489796 - value: -0.039167356 - inSlope: 0.3082049 - outSlope: 0.3082049 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.26530612 - value: -0.031027893 - inSlope: 0.5024574 - outSlope: 0.5024574 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.2857143 - value: -0.018658884 - inSlope: 0.7226989 - outSlope: 0.7226989 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.30612245 - value: -0.0015299736 - inSlope: 0.96892965 - outSlope: 0.96892965 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.3265306 - value: 0.020889245 - inSlope: 1.2411494 - outSlope: 1.2411494 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.3469388 - value: 0.049129207 - inSlope: 1.5393586 - outSlope: 1.5393586 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.36734694 - value: 0.08372022 - inSlope: 1.8635569 - outSlope: 1.8635569 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.3877551 - value: 0.12519272 - inSlope: 2.2137444 - outSlope: 2.2137444 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.40816328 - value: 0.17407717 - inSlope: 2.589921 - outSlope: 2.589921 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.42857143 - value: 0.2309038 - inSlope: 2.992087 - outSlope: 2.992087 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.4489796 - value: 0.2962031 - inSlope: 3.4202416 - outSlope: 3.4202416 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.46938777 - value: 0.37050554 - inSlope: 3.8743854 - outSlope: 3.8743854 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.48979592 - value: 0.45434132 - inSlope: 4.2912545 - outSlope: 4.2912545 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.5102041 - value: 0.5456587 - inSlope: 4.291253 - outSlope: 4.291253 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.53061223 - value: 0.6294944 - inSlope: 3.874385 - outSlope: 3.874385 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.5510204 - value: 0.7037968 - inSlope: 3.4202418 - outSlope: 3.4202418 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.5714286 - value: 0.76909626 - inSlope: 2.9920864 - outSlope: 2.9920864 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.59183675 - value: 0.8259229 - inSlope: 2.589922 - outSlope: 2.589922 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.6122449 - value: 0.8748073 - inSlope: 2.2137446 - outSlope: 2.2137446 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.63265306 - value: 0.9162798 - inSlope: 1.8635569 - outSlope: 1.8635569 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.6530612 - value: 0.9508708 - inSlope: 1.5393584 - outSlope: 1.5393584 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.67346936 - value: 0.9791107 - inSlope: 1.2411504 - outSlope: 1.2411504 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.6938776 - value: 1.00153 - inSlope: 0.9689287 - outSlope: 0.9689287 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.71428573 - value: 1.0186589 - inSlope: 0.722698 - outSlope: 0.722698 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.7346939 - value: 1.0310279 - inSlope: 0.50245917 - outSlope: 0.50245917 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.75510204 - value: 1.0391674 - inSlope: 0.30820522 - outSlope: 0.30820522 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.7755102 - value: 1.0436077 - inSlope: 0.13994193 - outSlope: 0.13994193 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.79591835 - value: 1.0448793 - inSlope: -0.0023334846 - outSlope: -0.0023334846 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.81632656 - value: 1.0435125 - inSlope: -0.118618324 - outSlope: -0.118618324 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.8367347 - value: 1.0400378 - inSlope: -0.20891258 - outSlope: -0.20891258 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.85714287 - value: 1.0349854 - inSlope: -0.273219 - outSlope: -0.273219 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.877551 - value: 1.028886 - inSlope: -0.31153765 - outSlope: -0.31153765 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.8979592 - value: 1.0222696 - inSlope: -0.32386562 - outSlope: -0.32386562 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.9183673 - value: 1.015667 - inSlope: -0.31020248 - outSlope: -0.31020248 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.93877554 - value: 1.0096083 - inSlope: -0.27055496 - outSlope: -0.27055496 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.9591837 - value: 1.0046239 - inSlope: -0.20491424 - outSlope: -0.20491424 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.97959185 - value: 1.0012444 - inSlope: -0.113285355 - outSlope: -0.113285355 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: -0.060976893 - outSlope: -0.060976893 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - AnimateRotationY: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.3 - value: 1.05 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - AnimateRotationZ: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: -0.060974594 - outSlope: -0.060974594 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.020408163 - value: -0.0012443794 - inSlope: -0.11328613 - outSlope: -0.11328613 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.040816326 - value: -0.0046239235 - inSlope: -0.20491463 - outSlope: -0.20491463 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.06122449 - value: -0.009608242 - inSlope: -0.27055395 - outSlope: -0.27055395 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.08163265 - value: -0.015666941 - inSlope: -0.3102041 - outSlope: -0.3102041 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.10204082 - value: -0.022269635 - inSlope: -0.3238651 - outSlope: -0.3238651 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.12244898 - value: -0.028885925 - inSlope: -0.3115369 - outSlope: -0.3115369 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.14285715 - value: -0.034985427 - inSlope: -0.2732195 - outSlope: -0.2732195 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.1632653 - value: -0.04003774 - inSlope: -0.2089129 - outSlope: -0.2089129 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.18367347 - value: -0.043512482 - inSlope: -0.118617244 - outSlope: -0.118617244 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.20408164 - value: -0.04487926 - inSlope: -0.0023323726 - outSlope: -0.0023323726 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.2244898 - value: -0.043607682 - inSlope: 0.13994168 - outSlope: 0.13994168 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.24489796 - value: -0.039167356 - inSlope: 0.3082049 - outSlope: 0.3082049 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.26530612 - value: -0.031027893 - inSlope: 0.5024574 - outSlope: 0.5024574 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.2857143 - value: -0.018658884 - inSlope: 0.7226989 - outSlope: 0.7226989 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.30612245 - value: -0.0015299736 - inSlope: 0.96892965 - outSlope: 0.96892965 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.3265306 - value: 0.020889245 - inSlope: 1.2411494 - outSlope: 1.2411494 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.3469388 - value: 0.049129207 - inSlope: 1.5393586 - outSlope: 1.5393586 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.36734694 - value: 0.08372022 - inSlope: 1.8635569 - outSlope: 1.8635569 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.3877551 - value: 0.12519272 - inSlope: 2.2137444 - outSlope: 2.2137444 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.40816328 - value: 0.17407717 - inSlope: 2.589921 - outSlope: 2.589921 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.42857143 - value: 0.2309038 - inSlope: 2.992087 - outSlope: 2.992087 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.4489796 - value: 0.2962031 - inSlope: 3.4202416 - outSlope: 3.4202416 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.46938777 - value: 0.37050554 - inSlope: 3.8743854 - outSlope: 3.8743854 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.48979592 - value: 0.45434132 - inSlope: 4.2912545 - outSlope: 4.2912545 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.5102041 - value: 0.5456587 - inSlope: 4.291253 - outSlope: 4.291253 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.53061223 - value: 0.6294944 - inSlope: 3.874385 - outSlope: 3.874385 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.5510204 - value: 0.7037968 - inSlope: 3.4202418 - outSlope: 3.4202418 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.5714286 - value: 0.76909626 - inSlope: 2.9920864 - outSlope: 2.9920864 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.59183675 - value: 0.8259229 - inSlope: 2.589922 - outSlope: 2.589922 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.6122449 - value: 0.8748073 - inSlope: 2.2137446 - outSlope: 2.2137446 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.63265306 - value: 0.9162798 - inSlope: 1.8635569 - outSlope: 1.8635569 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.6530612 - value: 0.9508708 - inSlope: 1.5393584 - outSlope: 1.5393584 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.67346936 - value: 0.9791107 - inSlope: 1.2411504 - outSlope: 1.2411504 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.6938776 - value: 1.00153 - inSlope: 0.9689287 - outSlope: 0.9689287 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.71428573 - value: 1.0186589 - inSlope: 0.722698 - outSlope: 0.722698 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.7346939 - value: 1.0310279 - inSlope: 0.50245917 - outSlope: 0.50245917 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.75510204 - value: 1.0391674 - inSlope: 0.30820522 - outSlope: 0.30820522 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.7755102 - value: 1.0436077 - inSlope: 0.13994193 - outSlope: 0.13994193 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.79591835 - value: 1.0448793 - inSlope: -0.0023334846 - outSlope: -0.0023334846 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.81632656 - value: 1.0435125 - inSlope: -0.118618324 - outSlope: -0.118618324 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.8367347 - value: 1.0400378 - inSlope: -0.20891258 - outSlope: -0.20891258 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.85714287 - value: 1.0349854 - inSlope: -0.273219 - outSlope: -0.273219 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.877551 - value: 1.028886 - inSlope: -0.31153765 - outSlope: -0.31153765 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.8979592 - value: 1.0222696 - inSlope: -0.32386562 - outSlope: -0.32386562 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.9183673 - value: 1.015667 - inSlope: -0.31020248 - outSlope: -0.31020248 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.93877554 - value: 1.0096083 - inSlope: -0.27055496 - outSlope: -0.27055496 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.9591837 - value: 1.0046239 - inSlope: -0.20491424 - outSlope: -0.20491424 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.97959185 - value: 1.0012444 - inSlope: -0.113285355 - outSlope: -0.113285355 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: -0.060976893 - outSlope: -0.060976893 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - ToDestinationCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - - rid: 2 - type: {class: MMF_Sound, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: 790927483 - Label: Note Sound - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0.2 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0.8, y: 1} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: Automatic Shaker Setup - Owner: {fileID: 1152659679} - DebugActive: 0 - Sfx: {fileID: 8300000, guid: d6252c9736dd3514dae1fc4563f27d43, type: 3} - RandomSfx: [] - TestPlayButton: - ButtonText: Debug Play Sound - TestStopButton: - ButtonText: Debug Stop Sound - PlayMethod: 1 - PoolSize: 10 - UseLegacyEventsMode: 0 - StopSoundOnFeedbackStop: 1 - MinVolume: 1 - MaxVolume: 1 - MinPitch: 1 - MaxPitch: 1 - SfxAudioMixerGroup: {fileID: 0} - Priority: 128 - PanStereo: 0 - SpatialBlend: 0 - DopplerLevel: 1 - Spread: 0 - RolloffMode: 0 - MinDistance: 1 - MaxDistance: 500 - UseCustomRolloffCurve: 0 - CustomRolloffCurve: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - UseSpatialBlendCurve: 0 - SpatialBlendCurve: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - UseReverbZoneMixCurve: 0 - ReverbZoneMixCurve: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - UseSpreadCurve: 0 - SpreadCurve: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - - rid: 3 - type: {class: MMF_Sound, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: 1285678175 - Label: Bass Sound - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0.15 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0.8, y: 1} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: Automatic Shaker Setup - Owner: {fileID: 1152659679} - DebugActive: 0 - Sfx: {fileID: 8300000, guid: ed067cd4ccfcda447b0bf119397fc305, type: 3} - RandomSfx: [] - TestPlayButton: - ButtonText: Debug Play Sound - TestStopButton: - ButtonText: Debug Stop Sound - PlayMethod: 3 - PoolSize: 20 - UseLegacyEventsMode: 0 - StopSoundOnFeedbackStop: 1 - MinVolume: 1 - MaxVolume: 1 - MinPitch: 1 - MaxPitch: 1 - SfxAudioMixerGroup: {fileID: 0} - Priority: 128 - PanStereo: 0 - SpatialBlend: 0 - DopplerLevel: 1 - Spread: 0 - RolloffMode: 0 - MinDistance: 1 - MaxDistance: 500 - UseCustomRolloffCurve: 0 - CustomRolloffCurve: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - UseSpatialBlendCurve: 0 - SpatialBlendCurve: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - UseReverbZoneMixCurve: 0 - ReverbZoneMixCurve: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - UseSpreadCurve: 0 - SpreadCurve: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - - rid: 4 - type: {class: MMF_Material, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: 1440726393 - Label: Material - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0.1 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0.8, y: 1} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 1152659679} - DebugActive: 0 - TargetRenderer: {fileID: 7718390322990954521} - RendererMaterialIndexes: - Method: 0 - Loop: 1 - AlwaysNewMaterial: 1 - InitialIndex: 0 - Materials: - - {fileID: 2100000, guid: 859110124559f53448796d58be533933, type: 2} - - {fileID: 2100000, guid: ef35891a12f2deb49acd5cffa698c910, type: 2} - - {fileID: 2100000, guid: fafd9ca80d42ea147955a570b7ff417a, type: 2} - - {fileID: 2100000, guid: 1e5b54aaf95dc544996bd98919f83491, type: 2} - - {fileID: 2100000, guid: d27c02d0cdd147245be0de863bd68637, type: 2} - - {fileID: 2100000, guid: 1e5b54aaf95dc544996bd98919f83491, type: 2} - - {fileID: 2100000, guid: aa24205135c86be4792f70af431b8638, type: 2} - - {fileID: 2100000, guid: 1a56e529cc6f9354ebe7986cb56493be, type: 2} - InterpolateTransition: 0 - TransitionDuration: 1 - TransitionCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - - rid: 5 - type: {class: MMF_CinemachineImpulse, ns: MoreMountains.FeedbacksForThirdParty, - asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: -2091492461 - Label: Impulse - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0.8, y: 1} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: Automatic Shaker Setup - Owner: {fileID: 1152659679} - DebugActive: 0 - m_ImpulseDefinition: - ImpulseChannel: 1 - ImpulseShape: 0 - CustomImpulseShape: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - ImpulseDuration: 0.2 - ImpulseType: 3 - DissipationRate: 0 - RawSignal: {fileID: 11400000, guid: 69ce8388f6785dd4c8c39915efece2f4, type: 2} - AmplitudeGain: 1 - FrequencyGain: 1 - RepeatMode: 0 - Randomize: 1 - TimeEnvelope: - AttackShape: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - DecayShape: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: -0.9999995 - outSlope: -0.9999995 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.020408163 - value: 0.97959185 - inSlope: -0.9999995 - outSlope: -0.9999995 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.040816326 - value: 0.9591837 - inSlope: -0.9999995 - outSlope: -0.9999995 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.06122449 - value: 0.93877554 - inSlope: -1.000001 - outSlope: -1.000001 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.08163265 - value: 0.9183673 - inSlope: -1.000001 - outSlope: -1.000001 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.10204082 - value: 0.8979592 - inSlope: -0.99999946 - outSlope: -0.99999946 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.12244898 - value: 0.877551 - inSlope: -0.99999946 - outSlope: -0.99999946 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.14285715 - value: 0.85714287 - inSlope: -0.99999964 - outSlope: -0.99999964 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.1632653 - value: 0.8367347 - inSlope: -1.0000011 - outSlope: -1.0000011 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.18367347 - value: 0.8163265 - inSlope: -1.0000007 - outSlope: -1.0000007 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.20408164 - value: 0.79591835 - inSlope: -0.99999964 - outSlope: -0.99999964 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.2244898 - value: 0.7755102 - inSlope: -0.99999964 - outSlope: -0.99999964 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.24489796 - value: 0.75510204 - inSlope: -0.99999964 - outSlope: -0.99999964 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.26530612 - value: 0.7346939 - inSlope: -0.9999993 - outSlope: -0.9999993 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.2857143 - value: 0.71428573 - inSlope: -0.9999993 - outSlope: -0.9999993 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.30612245 - value: 0.6938776 - inSlope: -1 - outSlope: -1 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.3265306 - value: 0.6734694 - inSlope: -1.0000007 - outSlope: -1.0000007 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.3469388 - value: 0.6530612 - inSlope: -1.0000007 - outSlope: -1.0000007 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.36734694 - value: 0.63265306 - inSlope: -1 - outSlope: -1 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.3877551 - value: 0.6122449 - inSlope: -1.0000007 - outSlope: -1.0000007 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.40816328 - value: 0.5918367 - inSlope: -1.0000007 - outSlope: -1.0000007 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.42857143 - value: 0.57142854 - inSlope: -1 - outSlope: -1 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.4489796 - value: 0.5510204 - inSlope: -0.9999993 - outSlope: -0.9999993 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.46938777 - value: 0.53061223 - inSlope: -0.9999993 - outSlope: -0.9999993 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.48979592 - value: 0.5102041 - inSlope: -1 - outSlope: -1 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.5102041 - value: 0.48979592 - inSlope: -1 - outSlope: -1 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.53061223 - value: 0.46938777 - inSlope: -1 - outSlope: -1 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.5510204 - value: 0.44897962 - inSlope: -1 - outSlope: -1 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.5714286 - value: 0.4285714 - inSlope: -1 - outSlope: -1 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.59183675 - value: 0.40816325 - inSlope: -1 - outSlope: -1 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.6122449 - value: 0.3877551 - inSlope: -1 - outSlope: -1 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.63265306 - value: 0.36734694 - inSlope: -1 - outSlope: -1 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.6530612 - value: 0.3469388 - inSlope: -1 - outSlope: -1 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.67346936 - value: 0.32653064 - inSlope: -1 - outSlope: -1 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.6938776 - value: 0.30612242 - inSlope: -1 - outSlope: -1 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.71428573 - value: 0.28571427 - inSlope: -1 - outSlope: -1 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.7346939 - value: 0.26530612 - inSlope: -1 - outSlope: -1 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.75510204 - value: 0.24489796 - inSlope: -1 - outSlope: -1 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.7755102 - value: 0.22448981 - inSlope: -1 - outSlope: -1 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.79591835 - value: 0.20408165 - inSlope: -1 - outSlope: -1 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.81632656 - value: 0.18367344 - inSlope: -1 - outSlope: -1 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.8367347 - value: 0.16326529 - inSlope: -1 - outSlope: -1 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.85714287 - value: 0.14285713 - inSlope: -1 - outSlope: -1 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.877551 - value: 0.12244898 - inSlope: -1 - outSlope: -1 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.8979592 - value: 0.10204083 - inSlope: -1 - outSlope: -1 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.9183673 - value: 0.081632674 - inSlope: -1 - outSlope: -1 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.93877554 - value: 0.06122446 - inSlope: -1 - outSlope: -1 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.9591837 - value: 0.040816307 - inSlope: -1 - outSlope: -1 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.97959185 - value: 0.020408154 - inSlope: -1 - outSlope: -1 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: -1 - outSlope: -1 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - AttackTime: 0 - SustainTime: 0.1 - DecayTime: 0.2 - ScaleWithImpact: 1 - HoldForever: 0 - ImpactRadius: 100 - DirectionMode: 0 - DissipationMode: 2 - DissipationDistance: 1000 - PropagationSpeed: 343 - Velocity: {x: 0.2, y: 0.2, z: 0.2} - ClearImpulseOnStop: 0 - DrawGizmos: 0 - - rid: 6 - type: {class: MMF_ChromaticAberration, ns: MoreMountains.FeedbacksForThirdParty, - asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: 1596296557 - Label: Chromatic Aberration - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0.8, y: 1} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: Automatic Shaker Setup - Owner: {fileID: 1152659679} - DebugActive: 0 - Duration: 0.2 - ResetShakerValuesAfterShake: 1 - ResetTargetValuesAfterShake: 1 - RemapIntensityZero: 0 - RemapIntensityOne: 1 - Intensity: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.5 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - Amplitude: 1 - RelativeIntensity: 0 - - rid: 7 - type: {class: MMF_PPMovingFilter, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 0 - UniqueID: -1863305532 - Label: PPMovingFilter - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0.8, y: 1} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 1152659679} - DebugActive: 0 - Mode: 0 - TransitionDuration: 0.1 - Curve: - MMTweenDefinitionType: 0 - MMTweenCurve: 4 - Curve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - Initialized: 0 - ConditionPropertyName: - EnumConditionPropertyName: - EnumConditions: 0000000000000000000000000000000000000000000000000000000000000000 - - rid: 8 - type: {class: MMF_ShaderController, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: 1052985992 - Label: ShaderController - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0.8, y: 1} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 1152659679} - DebugActive: 0 - Mode: 0 - TargetShaderController: {fileID: 773672492} - TargetShaderControllerList: [] - RevertToInitialValueAfterEnd: 0 - GetInitialValueOnOneTime: 0 - OneTimeDuration: 0.1 - OneTimeAmplitude: 1 - OneTimeRemapMin: 0 - OneTimeRemapMax: 1 - OneTimeCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.15789795 - value: 0.9976654 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - ToDestinationValue: 1 - ToDestinationDuration: 1 - ToDestinationColor: {r: 1, g: 0, b: 0, a: 1} - ToDestinationCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.5 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 ---- !u!1 &1185183345 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 1185183347} - - component: {fileID: 1185183346} - m_Layer: 0 - m_Name: Point Light - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!108 &1185183346 -Light: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1185183345} - m_Enabled: 1 - serializedVersion: 11 - m_Type: 2 - m_Color: {r: 1, g: 0.17647058, b: 0.96848667, a: 1} - m_Intensity: 1.5 - m_Range: 10 - m_SpotAngle: 30 - m_InnerSpotAngle: 21.80208 - m_CookieSize: 10 - m_Shadows: - m_Type: 2 - m_Resolution: -1 - m_CustomResolution: -1 - m_Strength: 1 - m_Bias: 0.05 - m_NormalBias: 0.4 - m_NearPlane: 0.2 - m_CullingMatrixOverride: - e00: 1 - e01: 0 - e02: 0 - e03: 0 - e10: 0 - e11: 1 - e12: 0 - e13: 0 - e20: 0 - e21: 0 - e22: 1 - e23: 0 - e30: 0 - e31: 0 - e32: 0 - e33: 1 - m_UseCullingMatrixOverride: 0 - m_Cookie: {fileID: 0} - m_DrawHalo: 0 - m_Flare: {fileID: 0} - m_RenderMode: 0 - m_CullingMask: - serializedVersion: 2 - m_Bits: 4294967295 - m_RenderingLayerMask: 1 - m_Lightmapping: 4 - m_LightShadowCasterMode: 0 - m_AreaSize: {x: 1, y: 1} - m_BounceIntensity: 1 - m_ColorTemperature: 6570 - m_UseColorTemperature: 0 - m_BoundingSphereOverride: {x: 0, y: 0, z: 0, w: 0} - m_UseBoundingSphereOverride: 0 - m_UseViewFrustumForShadowCasterCull: 1 - m_ForceVisible: 0 - m_ShadowRadius: 0 - m_ShadowAngle: 0 - m_LightUnit: 1 - m_LuxAtDistance: 1 - m_EnableSpotReflector: 1 ---- !u!4 &1185183347 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1185183345} - serializedVersion: 2 - m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: 3.06, y: 2.9, z: 3.98} - m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 - m_Children: [] - m_Father: {fileID: 974558482} - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!224 &1187870205 stripped -RectTransform: - m_CorrespondingSourceObject: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - m_PrefabInstance: {fileID: 956973330} - m_PrefabAsset: {fileID: 0} ---- !u!1 &1192127214 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 1192127215} - - component: {fileID: 1192127216} - m_Layer: 0 - m_Name: Tom2 - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &1192127215 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1192127214} - serializedVersion: 2 - m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: 0} - m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 - m_Children: [] - m_Father: {fileID: 96194543} - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!82 &1192127216 -AudioSource: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1192127214} - m_Enabled: 1 - serializedVersion: 4 - OutputAudioMixerGroup: {fileID: 0} - m_audioClip: {fileID: 8300000, guid: f6ab044088180434289122e41199a631, type: 3} - m_Resource: {fileID: 8300000, guid: f6ab044088180434289122e41199a631, type: 3} - m_PlayOnAwake: 0 - m_Volume: 1 - m_Pitch: 1 - Loop: 0 - Mute: 0 - Spatialize: 0 - SpatializePostEffects: 0 - Priority: 128 - DopplerLevel: 1 - MinDistance: 1 - MaxDistance: 500 - Pan2D: 0 - rolloffMode: 0 - BypassEffects: 0 - BypassListenerEffects: 0 - BypassReverbZones: 0 - rolloffCustomCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - panLevelCustomCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - spreadCustomCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - reverbZoneMixCustomCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 ---- !u!1 &1257324395 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 1257324396} - - component: {fileID: 1257324397} - - component: {fileID: 1257324398} - m_Layer: 0 - m_Name: Cube2 - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &1257324396 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1257324395} - serializedVersion: 2 - m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: 0, y: 1.5, z: 0} - m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 - m_Children: - - {fileID: 1723647473} - m_Father: {fileID: 722569212} - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!65 &1257324397 -BoxCollider: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1257324395} - m_Material: {fileID: 0} - m_IncludeLayers: - serializedVersion: 2 - m_Bits: 0 - m_ExcludeLayers: - serializedVersion: 2 - m_Bits: 0 - m_LayerOverridePriority: 0 - m_IsTrigger: 0 - m_ProvidesContacts: 0 - m_Enabled: 1 - serializedVersion: 3 - m_Size: {x: 1, y: 1, z: 1} - m_Center: {x: 0, y: 0, z: 0} ---- !u!114 &1257324398 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1257324395} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 8ad986206bb726846a202cfdedd282dc, type: 3} - m_Name: - m_EditorClassIdentifier: - TargetType: 0 - TargetRenderer: {fileID: 245078394} - TargetMaterialID: 0 - TargetImage: {fileID: 0} - UseMaterialForRendering: 0 - TargetRawImage: {fileID: 0} - TargetText: {fileID: 0} - CacheMaterial: 0 - CreateMaterialInstance: 0 - TargetPropertyName: _EmissionForce - PropertyType: 1 - X: 0 - Y: 0 - Z: 0 - W: 0 - ColorMode: 0 - ColorRamp: - serializedVersion: 2 - key0: {r: 1, g: 1, b: 1, a: 1} - key1: {r: 1, g: 1, b: 1, a: 1} - key2: {r: 0, g: 0, b: 0, a: 0} - key3: {r: 0, g: 0, b: 0, a: 0} - key4: {r: 0, g: 0, b: 0, a: 0} - key5: {r: 0, g: 0, b: 0, a: 0} - key6: {r: 0, g: 0, b: 0, a: 0} - key7: {r: 0, g: 0, b: 0, a: 0} - ctime0: 0 - ctime1: 65535 - ctime2: 0 - ctime3: 0 - ctime4: 0 - ctime5: 0 - ctime6: 0 - ctime7: 0 - atime0: 0 - atime1: 65535 - atime2: 0 - atime3: 0 - atime4: 0 - atime5: 0 - atime6: 0 - atime7: 0 - m_Mode: 0 - m_ColorSpace: -1 - m_NumColorKeys: 2 - m_NumAlphaKeys: 2 - FromColor: {r: 0, g: 0, b: 0, a: 1} - ToColor: {r: 1, g: 1, b: 1, a: 1} - ControlMode: 2 - AddToInitialValue: 0 - UseUnscaledTime: 1 - RevertToInitialValueAfterEnd: 1 - UseMaterialPropertyBlocks: 0 - SpriteRendererTextureProperty: _MainTex - SafeMode: 0 - Curve: - MMTweenDefinitionType: 0 - MMTweenCurve: 0 - Curve: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - Initialized: 0 - ConditionPropertyName: - EnumConditionPropertyName: - EnumConditions: - MinValue: 0 - MaxValue: 5 - Duration: 1 - PingPongPauseDuration: 1 - LoopCurve: - MMTweenDefinitionType: 0 - MMTweenCurve: 0 - Curve: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - Initialized: 0 - ConditionPropertyName: - EnumConditionPropertyName: - EnumConditions: - LoopStartValue: 0 - LoopEndValue: 5 - LoopDuration: 1 - LoopPauseDuration: 1 - DrivenLevel: 0 - Amplitude: {x: 1, y: 1} - Frequency: {x: 1, y: 1} - Shift: {x: 0, y: 1} - RemapNoiseValues: 0 - RemapNoiseZero: 0 - RemapNoiseOne: 1 - OneTimeDuration: 1 - OneTimeAmplitude: 1 - OneTimeRemapMin: 0 - OneTimeRemapMax: 1 - OneTimeCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 2 - outSlope: 2 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - OneTimeButton: 0 - DisableAfterOneTime: 0 - DisableGameObjectAfterOneTime: 0 - GetInitialValueOnOneTime: 0 - AudioAnalyzer: {fileID: 0} - BeatID: 0 - AudioAnalyzerMultiplier: 1 - AudioAnalyzerOffset: 0 - AudioAnalyzerLerp: 60 - ToDestinationValue: 1 - ToDestinationDuration: 1 - ToDestinationCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.5 - value: 0.6 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - ToDestinationButton: 0 - DisableAfterToDestination: 0 - InitialValue: 0 - CurrentValue: 0 - CurrentValueNormalized: 0 - InitialColor: {r: 0, g: 0, b: 0, a: 0} - PropertyID: 0 - PropertyFound: 0 - TargetMaterial: {fileID: 0} - PingPong: 0 - LoopTime: 0 ---- !u!1 &1314523172 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 1314523173} - - component: {fileID: 1314523174} - m_Layer: 0 - m_Name: Hat2 - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &1314523173 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1314523172} - serializedVersion: 2 - m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: 0} - m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 - m_Children: [] - m_Father: {fileID: 96194543} - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!82 &1314523174 -AudioSource: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1314523172} - m_Enabled: 1 - serializedVersion: 4 - OutputAudioMixerGroup: {fileID: 0} - m_audioClip: {fileID: 8300000, guid: 1cfacca2bedb5f4418892d40cbe9018d, type: 3} - m_Resource: {fileID: 8300000, guid: 1cfacca2bedb5f4418892d40cbe9018d, type: 3} - m_PlayOnAwake: 0 - m_Volume: 1 - m_Pitch: 1 - Loop: 0 - Mute: 0 - Spatialize: 0 - SpatializePostEffects: 0 - Priority: 128 - DopplerLevel: 1 - MinDistance: 1 - MaxDistance: 500 - Pan2D: 0 - rolloffMode: 0 - BypassEffects: 0 - BypassListenerEffects: 0 - BypassReverbZones: 0 - rolloffCustomCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - panLevelCustomCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - spreadCustomCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - reverbZoneMixCustomCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 ---- !u!1 &1361577705 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 1361577706} - - component: {fileID: 1361577709} - - component: {fileID: 1361577708} - - component: {fileID: 1361577707} - m_Layer: 5 - m_Name: FeedbacksScrollRect - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!224 &1361577706 -RectTransform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1361577705} - m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: 0} - m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 - m_Children: - - {fileID: 1557570896} - m_Father: {fileID: 1047976019} - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} - m_AnchorMin: {x: 0, y: 0} - m_AnchorMax: {x: 0, y: 1} - m_AnchoredPosition: {x: 168.97992, y: -0.000061035156} - m_SizeDelta: {x: 256.09998, y: 0} - m_Pivot: {x: 0.5, y: 0.5} ---- !u!114 &1361577707 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1361577705} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 1aa08ab6e0800fa44ae55d278d1423e3, type: 3} - m_Name: - m_EditorClassIdentifier: - m_Content: {fileID: 1557570896} - m_Horizontal: 0 - m_Vertical: 1 - m_MovementType: 1 - m_Elasticity: 0.1 - m_Inertia: 1 - m_DecelerationRate: 0.135 - m_ScrollSensitivity: 1 - m_Viewport: {fileID: 1361577706} - m_HorizontalScrollbar: {fileID: 0} - m_VerticalScrollbar: {fileID: 2130812383} - m_HorizontalScrollbarVisibility: 0 - m_VerticalScrollbarVisibility: 0 - m_HorizontalScrollbarSpacing: 0 - m_VerticalScrollbarSpacing: 0 - m_OnValueChanged: - m_PersistentCalls: - m_Calls: [] ---- !u!114 &1361577708 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1361577705} - m_Enabled: 0 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} - m_Name: - m_EditorClassIdentifier: - m_Material: {fileID: 0} - m_Color: {r: 0.3490566, g: 0.3490566, b: 0.3490566, a: 1} - m_RaycastTarget: 1 - m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0} - m_Maskable: 1 - m_OnCullStateChanged: - m_PersistentCalls: - m_Calls: [] - m_Sprite: {fileID: 0} - m_Type: 0 - m_PreserveAspect: 0 - m_FillCenter: 1 - m_FillMethod: 4 - m_FillAmount: 1 - m_FillClockwise: 1 - m_FillOrigin: 0 - m_UseSpriteMesh: 0 - m_PixelsPerUnitMultiplier: 1 ---- !u!222 &1361577709 -CanvasRenderer: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1361577705} - m_CullTransparentMesh: 0 ---- !u!1 &1381072179 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 1381072180} - m_Layer: 0 - m_Name: Sequencers ------------------------------------ - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &1381072180 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1381072179} - serializedVersion: 2 - m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: 0} - m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 - m_Children: - - {fileID: 96194543} - - {fileID: 121177557} - - {fileID: 1583700497} - - {fileID: 827188365} - - {fileID: 341537783} - - {fileID: 89129166} - - {fileID: 201731843} - m_Father: {fileID: 0} - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!1 &1390428116 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 1390428117} - - component: {fileID: 1390428118} - m_Layer: 0 - m_Name: SquashAndStretch - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &1390428117 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1390428116} - serializedVersion: 2 - m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: 0} - m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 - m_Children: - - {fileID: 5006512734875221718} - m_Father: {fileID: 773672494} - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!114 &1390428118 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1390428116} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: aade595aee3a1d24c9845361684f77d6, type: 3} - m_Name: - m_EditorClassIdentifier: - Mode: 2 - Timescale: 0 - Intensity: 0.002 - MaximumVelocity: 0.5 - MinimumScale: {x: 0.5, y: 0.5, z: 0.5} - MaximumScale: {x: 2, y: 2, z: 2} - RescaleX: 1 - RescaleY: 1 - RescaleZ: 1 - RotateToMatchDirection: 1 - AutoSquashOnStop: 1 - SquashCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 8.338201 - outSlope: 8.338201 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0.09570888 - - serializedVersion: 3 - time: 0.1829834 - value: 1.0011673 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: -0.31129283 - outSlope: -0.31129283 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.10507882 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - SquashVelocityThreshold: 3 - SquashDuration: {x: 0, y: 0.1} - SquashIntensity: {x: 0, y: 0.2} - Spring: 0 - SpringDamping: 0.3 - SpringFrequency: 3 - Velocity: {x: 0, y: 5.62271, z: 0} - RemappedVelocity: 11.24542 - VelocityMagnitude: 5.62271 ---- !u!1 &1557570895 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 1557570896} - - component: {fileID: 1557570898} - - component: {fileID: 1557570897} - - component: {fileID: 1557570899} - m_Layer: 5 - m_Name: ScrollRectContent - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!224 &1557570896 -RectTransform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1557570895} - m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: 0} - m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 - m_Children: - - {fileID: 272652439} - - {fileID: 981640497} - - {fileID: 2903879015344316109} - - {fileID: 2903879014741233962} - - {fileID: 6743799235296603333} - - {fileID: 1187870205} - - {fileID: 1939162820} - m_Father: {fileID: 1361577706} - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} - m_AnchorMin: {x: 0, y: 1} - m_AnchorMax: {x: 1, y: 1} - m_AnchoredPosition: {x: 0.000061035156, y: 0} - m_SizeDelta: {x: 0, y: 195.6} - m_Pivot: {x: 0.5, y: 1} ---- !u!114 &1557570897 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1557570895} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} - m_Name: - m_EditorClassIdentifier: - m_Material: {fileID: 0} - m_Color: {r: 0.53333336, g: 0.62001604, b: 0.6784314, a: 0} - m_RaycastTarget: 1 - m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0} - m_Maskable: 1 - m_OnCullStateChanged: - m_PersistentCalls: - m_Calls: [] - m_Sprite: {fileID: 21300000, guid: a9fd44c7daf773c489b86519d261b198, type: 3} - m_Type: 0 - m_PreserveAspect: 0 - m_FillCenter: 1 - m_FillMethod: 4 - m_FillAmount: 1 - m_FillClockwise: 1 - m_FillOrigin: 0 - m_UseSpriteMesh: 0 - m_PixelsPerUnitMultiplier: 1 ---- !u!222 &1557570898 -CanvasRenderer: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1557570895} - m_CullTransparentMesh: 0 ---- !u!114 &1557570899 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1557570895} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 59f8146938fff824cb5fd77236b75775, type: 3} - m_Name: - m_EditorClassIdentifier: - m_Padding: - m_Left: 0 - m_Right: 0 - m_Top: 0 - m_Bottom: 0 - m_ChildAlignment: 0 - m_Spacing: 10 - m_ChildForceExpandWidth: 0 - m_ChildForceExpandHeight: 1 - m_ChildControlWidth: 0 - m_ChildControlHeight: 0 - m_ChildScaleWidth: 0 - m_ChildScaleHeight: 0 - m_ReverseArrangement: 0 ---- !u!1 &1561756052 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 1561756053} - - component: {fileID: 1561756055} - - component: {fileID: 1561756054} - m_Layer: 0 - m_Name: Crate - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &1561756053 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1561756052} - serializedVersion: 2 - m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: 0} - m_LocalScale: {x: 100, y: 100.00004, z: 100.00004} - m_ConstrainProportionsScale: 0 - m_Children: [] - m_Father: {fileID: 1985849808} - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!23 &1561756054 -MeshRenderer: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1561756052} - m_Enabled: 1 - m_CastShadows: 1 - m_ReceiveShadows: 1 - m_DynamicOccludee: 1 - m_StaticShadowCaster: 0 - m_MotionVectors: 1 - m_LightProbeUsage: 1 - m_ReflectionProbeUsage: 1 - m_RayTracingMode: 2 - m_RayTraceProcedural: 0 - m_RayTracingAccelStructBuildFlagsOverride: 0 - m_RayTracingAccelStructBuildFlags: 1 - m_SmallMeshCulling: 1 - m_RenderingLayerMask: 1 - m_RendererPriority: 0 - m_Materials: - - {fileID: 2100000, guid: aa24205135c86be4792f70af431b8638, type: 2} - m_StaticBatchInfo: - firstSubMesh: 0 - subMeshCount: 0 - m_StaticBatchRoot: {fileID: 0} - m_ProbeAnchor: {fileID: 0} - m_LightProbeVolumeOverride: {fileID: 0} - m_ScaleInLightmap: 1 - m_ReceiveGI: 1 - m_PreserveUVs: 0 - m_IgnoreNormalsForChartDetection: 0 - m_ImportantGI: 0 - m_StitchLightmapSeams: 1 - m_SelectedEditorRenderState: 3 - m_MinimumChartSize: 4 - m_AutoUVMaxDistance: 0.5 - m_AutoUVMaxAngle: 89 - m_LightmapParameters: {fileID: 0} - m_SortingLayerID: 0 - m_SortingLayer: 0 - m_SortingOrder: 0 - m_AdditionalVertexStreams: {fileID: 0} ---- !u!33 &1561756055 -MeshFilter: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1561756052} - m_Mesh: {fileID: -5495902117074765545, guid: d15c44bfaa8a88c4790fa0fa2782404a, type: 3} ---- !u!1 &1583700494 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 1583700497} - - component: {fileID: 1583700496} - m_Layer: 0 - m_Name: TestMMFeedbacks - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 0 ---- !u!114 &1583700496 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1583700494} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 6da43522623d4704e979466dc7650b65, type: 3} - m_Name: - m_EditorClassIdentifier: - Feedbacks: - - {fileID: 0} - InitializationMode: 2 - AutoInitialization: 1 - SafeMode: 3 - Direction: 0 - AutoChangeDirectionOnEnd: 0 - AutoPlayOnStart: 0 - AutoPlayOnEnable: 0 - ForceTimescaleMode: 0 - ForcedTimescaleMode: 1 - DurationMultiplier: 1 - TimescaleMultiplier: 1 - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 1.5} - DisplayFullDurationDetails: 0 - PlayerTimescaleMode: 1 - OnlyPlayIfWithinRange: 0 - RangeCenter: {fileID: 0} - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - IgnoreRangeEvents: 0 - CooldownDuration: 0 - InitialDelay: 0 - CanPlay: 1 - CanPlayWhileAlreadyPlaying: 1 - ChanceToPlay: 100 - FeedbacksIntensity: 1 - Events: - TriggerMMFeedbacksEvents: 0 - TriggerUnityEvents: 1 - OnPlay: - m_PersistentCalls: - m_Calls: [] - OnPause: - m_PersistentCalls: - m_Calls: [] - OnStop: - m_PersistentCalls: - m_Calls: [] - OnResume: - m_PersistentCalls: - m_Calls: [] - OnChangeDirection: - m_PersistentCalls: - m_Calls: [] - OnComplete: - m_PersistentCalls: - m_Calls: [] - OnRestoreInitialValues: - m_PersistentCalls: - m_Calls: [] - OnSkipToTheEnd: - m_PersistentCalls: - m_Calls: [] - OnInitializationComplete: - m_PersistentCalls: - m_Calls: [] - OnEnable: - m_PersistentCalls: - m_Calls: [] - OnDisable: - m_PersistentCalls: - m_Calls: [] - DebugActive: 0 - InScriptDrivenPause: 0 - FeedbacksList: - - rid: 0 - KeepPlayModeChanges: 0 - PerformanceMode: 0 - RestoreInitialValuesOnDisable: 0 - StopFeedbacksOnDisable: 0 - PlayCount: 0 - references: - version: 2 - RefIds: - - rid: 0 - type: {class: MMF_Sound, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: 1745002429 - Label: Sound - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 3 - RepeatForever: 0 - DelayBetweenRepeats: 0 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 11400000, guid: bafc49ff570e80444831b61dc9e4513e, type: 2} - TrackID: 0 - Quantized: 1 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0.8, y: 1} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: Automatic Shaker Setup - Owner: {fileID: 1583700496} - DebugActive: 0 - Sfx: {fileID: 8300000, guid: 4f695319e626b31488c89d7236767b38, type: 3} - RandomSfx: [] - TestPlayButton: - ButtonText: Debug Play Sound - TestStopButton: - ButtonText: Debug Stop Sound - PlayMethod: 1 - PoolSize: 10 - UseLegacyEventsMode: 0 - StopSoundOnFeedbackStop: 1 - MinVolume: 1 - MaxVolume: 1 - MinPitch: 1 - MaxPitch: 1 - SfxAudioMixerGroup: {fileID: 0} - Priority: 128 - PanStereo: 0 - SpatialBlend: 0 - DopplerLevel: 1 - Spread: 0 - RolloffMode: 0 - MinDistance: 1 - MaxDistance: 500 - UseCustomRolloffCurve: 0 - CustomRolloffCurve: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - UseSpatialBlendCurve: 0 - SpatialBlendCurve: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - UseReverbZoneMixCurve: 0 - ReverbZoneMixCurve: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - UseSpreadCurve: 0 - SpreadCurve: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 ---- !u!4 &1583700497 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1583700494} - serializedVersion: 2 - m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: 0} - m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 - m_Children: [] - m_Father: {fileID: 1381072180} - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!1 &1586483539 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 1586483540} - - component: {fileID: 1586483550} - m_Layer: 0 - m_Name: MMFeedbacks1 (2) - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 0 ---- !u!4 &1586483540 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1586483539} - serializedVersion: 2 - m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: 0} - m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 - m_Children: [] - m_Father: {fileID: 89129166} - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!114 &1586483550 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1586483539} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 6da43522623d4704e979466dc7650b65, type: 3} - m_Name: - m_EditorClassIdentifier: - Feedbacks: - - {fileID: 0} - - {fileID: 0} - - {fileID: 0} - - {fileID: 0} - - {fileID: 0} - - {fileID: 0} - - {fileID: 0} - - {fileID: 0} - - {fileID: 0} - InitializationMode: 2 - AutoInitialization: 1 - SafeMode: 3 - Direction: 0 - AutoChangeDirectionOnEnd: 0 - AutoPlayOnStart: 0 - AutoPlayOnEnable: 0 - ForceTimescaleMode: 0 - ForcedTimescaleMode: 1 - DurationMultiplier: 1 - TimescaleMultiplier: 1 - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 1.5} - DisplayFullDurationDetails: 0 - PlayerTimescaleMode: 1 - OnlyPlayIfWithinRange: 0 - RangeCenter: {fileID: 0} - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - IgnoreRangeEvents: 0 - CooldownDuration: 0 - InitialDelay: 0 - CanPlay: 1 - CanPlayWhileAlreadyPlaying: 1 - ChanceToPlay: 100 - FeedbacksIntensity: 1 - Events: - TriggerMMFeedbacksEvents: 0 - TriggerUnityEvents: 1 - OnPlay: - m_PersistentCalls: - m_Calls: [] - OnPause: - m_PersistentCalls: - m_Calls: [] - OnStop: - m_PersistentCalls: - m_Calls: [] - OnResume: - m_PersistentCalls: - m_Calls: [] - OnChangeDirection: - m_PersistentCalls: - m_Calls: [] - OnComplete: - m_PersistentCalls: - m_Calls: [] - OnRestoreInitialValues: - m_PersistentCalls: - m_Calls: [] - OnSkipToTheEnd: - m_PersistentCalls: - m_Calls: [] - OnInitializationComplete: - m_PersistentCalls: - m_Calls: [] - OnEnable: - m_PersistentCalls: - m_Calls: [] - OnDisable: - m_PersistentCalls: - m_Calls: [] - DebugActive: 0 - InScriptDrivenPause: 0 - FeedbacksList: - - rid: 0 - - rid: 1 - - rid: 2 - - rid: 3 - - rid: 4 - - rid: 5 - - rid: 6 - - rid: 7 - - rid: 8 - KeepPlayModeChanges: 0 - PerformanceMode: 0 - RestoreInitialValuesOnDisable: 0 - StopFeedbacksOnDisable: 0 - PlayCount: 0 - references: - version: 2 - RefIds: - - rid: 0 - type: {class: MMF_Position, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: 529021214 - Label: Position - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0.8, y: 1} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 1586483550} - DebugActive: 0 - AnimatePositionTarget: {fileID: 773672490} - Mode: 1 - Space: 0 - RandomizeRemap: 0 - AnimatePositionDuration: 0.2 - AnimatePositionTween: - MMTweenDefinitionType: 1 - MMTweenCurve: 4 - Curve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.1 - value: 0.05 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.9 - value: 0.95 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - Initialized: 1 - ConditionPropertyName: - EnumConditionPropertyName: Mode - EnumConditions: 0100010000000000000000000000000000000000000000000000000000000000 - RemapCurveZero: 0 - RemapCurveZeroAlt: 0 - RemapCurveOne: 2 - RemapCurveOneAlt: 1 - AnimateX: 0 - AnimatePositionTweenX: - MMTweenDefinitionType: 1 - MMTweenCurve: 4 - Curve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.3 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.6 - value: -1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - Initialized: 1 - ConditionPropertyName: AnimateX - EnumConditionPropertyName: - EnumConditions: 0000000000000000000000000000000000000000000000000000000000000000 - AnimateY: 1 - AnimatePositionTweenY: - MMTweenDefinitionType: 1 - MMTweenCurve: 4 - Curve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 10.10368 - outSlope: 10.10368 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0.047514614 - - serializedVersion: 3 - time: 0.3 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: -2.9999943 - outSlope: -2.9999943 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.029761963 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - Initialized: 1 - ConditionPropertyName: AnimateY - EnumConditionPropertyName: - EnumConditions: 0000000000000000000000000000000000000000000000000000000000000000 - AnimateZ: 0 - AnimatePositionTweenZ: - MMTweenDefinitionType: 1 - MMTweenCurve: 4 - Curve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.3 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.6 - value: -1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - Initialized: 1 - ConditionPropertyName: AnimateZ - EnumConditionPropertyName: - EnumConditions: 0000000000000000000000000000000000000000000000000000000000000000 - AllowAdditivePlays: 0 - RelativePosition: 1 - DeterminePositionsOnPlay: 0 - InitialPosition: {x: 0, y: 0, z: 0} - DestinationPosition: {x: 0, y: 3, z: -3} - InitialPositionTransform: {fileID: 0} - DestinationPositionTransform: {fileID: 0} - AnimatePositionCurveX: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.3 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.6 - value: -1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - AnimatePositionCurveY: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 10.10368 - outSlope: 10.10368 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0.047514614 - - serializedVersion: 3 - time: 0.3 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: -2.9999943 - outSlope: -2.9999943 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.029761963 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - AnimatePositionCurveZ: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.3 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.6 - value: -1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - AnimatePositionCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.1 - value: 0.05 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.9 - value: 0.95 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - - rid: 1 - type: {class: MMF_Rotation, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: -60353889 - Label: Rotation - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0.8, y: 1} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 1586483550} - DebugActive: 0 - AnimateRotationTarget: {fileID: 773672494} - Mode: 0 - RotationSpace: 0 - AnimateRotationDuration: 0.2 - RemapCurveZero: 0 - RemapCurveOne: 90 - AnimateX: 0 - AnimateRotationTweenX: - MMTweenDefinitionType: 1 - MMTweenCurve: 4 - Curve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: -0.060974594 - outSlope: -0.060974594 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.020408163 - value: -0.0012443794 - inSlope: -0.11328613 - outSlope: -0.11328613 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.040816326 - value: -0.0046239235 - inSlope: -0.20491463 - outSlope: -0.20491463 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.06122449 - value: -0.009608242 - inSlope: -0.27055395 - outSlope: -0.27055395 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.08163265 - value: -0.015666941 - inSlope: -0.3102041 - outSlope: -0.3102041 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.10204082 - value: -0.022269635 - inSlope: -0.3238651 - outSlope: -0.3238651 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.12244898 - value: -0.028885925 - inSlope: -0.3115369 - outSlope: -0.3115369 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.14285715 - value: -0.034985427 - inSlope: -0.2732195 - outSlope: -0.2732195 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.1632653 - value: -0.04003774 - inSlope: -0.2089129 - outSlope: -0.2089129 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.18367347 - value: -0.043512482 - inSlope: -0.118617244 - outSlope: -0.118617244 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.20408164 - value: -0.04487926 - inSlope: -0.0023323726 - outSlope: -0.0023323726 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.2244898 - value: -0.043607682 - inSlope: 0.13994168 - outSlope: 0.13994168 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.24489796 - value: -0.039167356 - inSlope: 0.3082049 - outSlope: 0.3082049 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.26530612 - value: -0.031027893 - inSlope: 0.5024574 - outSlope: 0.5024574 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.2857143 - value: -0.018658884 - inSlope: 0.7226989 - outSlope: 0.7226989 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.30612245 - value: -0.0015299736 - inSlope: 0.96892965 - outSlope: 0.96892965 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.3265306 - value: 0.020889245 - inSlope: 1.2411494 - outSlope: 1.2411494 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.3469388 - value: 0.049129207 - inSlope: 1.5393586 - outSlope: 1.5393586 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.36734694 - value: 0.08372022 - inSlope: 1.8635569 - outSlope: 1.8635569 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.3877551 - value: 0.12519272 - inSlope: 2.2137444 - outSlope: 2.2137444 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.40816328 - value: 0.17407717 - inSlope: 2.589921 - outSlope: 2.589921 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.42857143 - value: 0.2309038 - inSlope: 2.992087 - outSlope: 2.992087 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.4489796 - value: 0.2962031 - inSlope: 3.4202416 - outSlope: 3.4202416 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.46938777 - value: 0.37050554 - inSlope: 3.8743854 - outSlope: 3.8743854 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.48979592 - value: 0.45434132 - inSlope: 4.2912545 - outSlope: 4.2912545 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.5102041 - value: 0.5456587 - inSlope: 4.291253 - outSlope: 4.291253 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.53061223 - value: 0.6294944 - inSlope: 3.874385 - outSlope: 3.874385 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.5510204 - value: 0.7037968 - inSlope: 3.4202418 - outSlope: 3.4202418 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.5714286 - value: 0.76909626 - inSlope: 2.9920864 - outSlope: 2.9920864 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.59183675 - value: 0.8259229 - inSlope: 2.589922 - outSlope: 2.589922 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.6122449 - value: 0.8748073 - inSlope: 2.2137446 - outSlope: 2.2137446 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.63265306 - value: 0.9162798 - inSlope: 1.8635569 - outSlope: 1.8635569 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.6530612 - value: 0.9508708 - inSlope: 1.5393584 - outSlope: 1.5393584 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.67346936 - value: 0.9791107 - inSlope: 1.2411504 - outSlope: 1.2411504 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.6938776 - value: 1.00153 - inSlope: 0.9689287 - outSlope: 0.9689287 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.71428573 - value: 1.0186589 - inSlope: 0.722698 - outSlope: 0.722698 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.7346939 - value: 1.0310279 - inSlope: 0.50245917 - outSlope: 0.50245917 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.75510204 - value: 1.0391674 - inSlope: 0.30820522 - outSlope: 0.30820522 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.7755102 - value: 1.0436077 - inSlope: 0.13994193 - outSlope: 0.13994193 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.79591835 - value: 1.0448793 - inSlope: -0.0023334846 - outSlope: -0.0023334846 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.81632656 - value: 1.0435125 - inSlope: -0.118618324 - outSlope: -0.118618324 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.8367347 - value: 1.0400378 - inSlope: -0.20891258 - outSlope: -0.20891258 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.85714287 - value: 1.0349854 - inSlope: -0.273219 - outSlope: -0.273219 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.877551 - value: 1.028886 - inSlope: -0.31153765 - outSlope: -0.31153765 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.8979592 - value: 1.0222696 - inSlope: -0.32386562 - outSlope: -0.32386562 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.9183673 - value: 1.015667 - inSlope: -0.31020248 - outSlope: -0.31020248 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.93877554 - value: 1.0096083 - inSlope: -0.27055496 - outSlope: -0.27055496 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.9591837 - value: 1.0046239 - inSlope: -0.20491424 - outSlope: -0.20491424 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.97959185 - value: 1.0012444 - inSlope: -0.113285355 - outSlope: -0.113285355 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: -0.060976893 - outSlope: -0.060976893 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - Initialized: 1 - ConditionPropertyName: AnimateX - EnumConditionPropertyName: - EnumConditions: 0000000000000000000000000000000000000000000000000000000000000000 - AnimateY: 0 - AnimateRotationTweenY: - MMTweenDefinitionType: 1 - MMTweenCurve: 4 - Curve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.3 - value: 1.05 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - Initialized: 1 - ConditionPropertyName: AnimateY - EnumConditionPropertyName: - EnumConditions: 0000000000000000000000000000000000000000000000000000000000000000 - AnimateZ: 1 - AnimateRotationTweenZ: - MMTweenDefinitionType: 1 - MMTweenCurve: 4 - Curve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: -0.060974594 - outSlope: -0.060974594 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.020408163 - value: -0.0012443794 - inSlope: -0.11328613 - outSlope: -0.11328613 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.040816326 - value: -0.0046239235 - inSlope: -0.20491463 - outSlope: -0.20491463 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.06122449 - value: -0.009608242 - inSlope: -0.27055395 - outSlope: -0.27055395 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.08163265 - value: -0.015666941 - inSlope: -0.3102041 - outSlope: -0.3102041 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.10204082 - value: -0.022269635 - inSlope: -0.3238651 - outSlope: -0.3238651 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.12244898 - value: -0.028885925 - inSlope: -0.3115369 - outSlope: -0.3115369 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.14285715 - value: -0.034985427 - inSlope: -0.2732195 - outSlope: -0.2732195 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.1632653 - value: -0.04003774 - inSlope: -0.2089129 - outSlope: -0.2089129 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.18367347 - value: -0.043512482 - inSlope: -0.118617244 - outSlope: -0.118617244 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.20408164 - value: -0.04487926 - inSlope: -0.0023323726 - outSlope: -0.0023323726 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.2244898 - value: -0.043607682 - inSlope: 0.13994168 - outSlope: 0.13994168 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.24489796 - value: -0.039167356 - inSlope: 0.3082049 - outSlope: 0.3082049 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.26530612 - value: -0.031027893 - inSlope: 0.5024574 - outSlope: 0.5024574 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.2857143 - value: -0.018658884 - inSlope: 0.7226989 - outSlope: 0.7226989 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.30612245 - value: -0.0015299736 - inSlope: 0.96892965 - outSlope: 0.96892965 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.3265306 - value: 0.020889245 - inSlope: 1.2411494 - outSlope: 1.2411494 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.3469388 - value: 0.049129207 - inSlope: 1.5393586 - outSlope: 1.5393586 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.36734694 - value: 0.08372022 - inSlope: 1.8635569 - outSlope: 1.8635569 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.3877551 - value: 0.12519272 - inSlope: 2.2137444 - outSlope: 2.2137444 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.40816328 - value: 0.17407717 - inSlope: 2.589921 - outSlope: 2.589921 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.42857143 - value: 0.2309038 - inSlope: 2.992087 - outSlope: 2.992087 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.4489796 - value: 0.2962031 - inSlope: 3.4202416 - outSlope: 3.4202416 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.46938777 - value: 0.37050554 - inSlope: 3.8743854 - outSlope: 3.8743854 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.48979592 - value: 0.45434132 - inSlope: 4.2912545 - outSlope: 4.2912545 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.5102041 - value: 0.5456587 - inSlope: 4.291253 - outSlope: 4.291253 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.53061223 - value: 0.6294944 - inSlope: 3.874385 - outSlope: 3.874385 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.5510204 - value: 0.7037968 - inSlope: 3.4202418 - outSlope: 3.4202418 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.5714286 - value: 0.76909626 - inSlope: 2.9920864 - outSlope: 2.9920864 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.59183675 - value: 0.8259229 - inSlope: 2.589922 - outSlope: 2.589922 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.6122449 - value: 0.8748073 - inSlope: 2.2137446 - outSlope: 2.2137446 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.63265306 - value: 0.9162798 - inSlope: 1.8635569 - outSlope: 1.8635569 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.6530612 - value: 0.9508708 - inSlope: 1.5393584 - outSlope: 1.5393584 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.67346936 - value: 0.9791107 - inSlope: 1.2411504 - outSlope: 1.2411504 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.6938776 - value: 1.00153 - inSlope: 0.9689287 - outSlope: 0.9689287 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.71428573 - value: 1.0186589 - inSlope: 0.722698 - outSlope: 0.722698 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.7346939 - value: 1.0310279 - inSlope: 0.50245917 - outSlope: 0.50245917 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.75510204 - value: 1.0391674 - inSlope: 0.30820522 - outSlope: 0.30820522 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.7755102 - value: 1.0436077 - inSlope: 0.13994193 - outSlope: 0.13994193 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.79591835 - value: 1.0448793 - inSlope: -0.0023334846 - outSlope: -0.0023334846 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.81632656 - value: 1.0435125 - inSlope: -0.118618324 - outSlope: -0.118618324 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.8367347 - value: 1.0400378 - inSlope: -0.20891258 - outSlope: -0.20891258 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.85714287 - value: 1.0349854 - inSlope: -0.273219 - outSlope: -0.273219 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.877551 - value: 1.028886 - inSlope: -0.31153765 - outSlope: -0.31153765 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.8979592 - value: 1.0222696 - inSlope: -0.32386562 - outSlope: -0.32386562 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.9183673 - value: 1.015667 - inSlope: -0.31020248 - outSlope: -0.31020248 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.93877554 - value: 1.0096083 - inSlope: -0.27055496 - outSlope: -0.27055496 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.9591837 - value: 1.0046239 - inSlope: -0.20491424 - outSlope: -0.20491424 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.97959185 - value: 1.0012444 - inSlope: -0.113285355 - outSlope: -0.113285355 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: -0.060976893 - outSlope: -0.060976893 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - Initialized: 1 - ConditionPropertyName: AnimateZ - EnumConditionPropertyName: - EnumConditions: 0000000000000000000000000000000000000000000000000000000000000000 - AllowAdditivePlays: 0 - DetermineRotationOnPlay: 0 - ToDestinationSpace: 0 - DestinationAngles: {x: 0, y: 180, z: 0} - ToDestinationTransform: {fileID: 0} - ToDestinationTween: - MMTweenDefinitionType: 1 - MMTweenCurve: 10 - Curve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - Initialized: 1 - ConditionPropertyName: - EnumConditionPropertyName: Mode - EnumConditions: 0000010000000000000000000000000000000000000000000000000000000000 - AnimateRotationX: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: -0.060974594 - outSlope: -0.060974594 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.020408163 - value: -0.0012443794 - inSlope: -0.11328613 - outSlope: -0.11328613 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.040816326 - value: -0.0046239235 - inSlope: -0.20491463 - outSlope: -0.20491463 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.06122449 - value: -0.009608242 - inSlope: -0.27055395 - outSlope: -0.27055395 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.08163265 - value: -0.015666941 - inSlope: -0.3102041 - outSlope: -0.3102041 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.10204082 - value: -0.022269635 - inSlope: -0.3238651 - outSlope: -0.3238651 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.12244898 - value: -0.028885925 - inSlope: -0.3115369 - outSlope: -0.3115369 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.14285715 - value: -0.034985427 - inSlope: -0.2732195 - outSlope: -0.2732195 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.1632653 - value: -0.04003774 - inSlope: -0.2089129 - outSlope: -0.2089129 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.18367347 - value: -0.043512482 - inSlope: -0.118617244 - outSlope: -0.118617244 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.20408164 - value: -0.04487926 - inSlope: -0.0023323726 - outSlope: -0.0023323726 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.2244898 - value: -0.043607682 - inSlope: 0.13994168 - outSlope: 0.13994168 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.24489796 - value: -0.039167356 - inSlope: 0.3082049 - outSlope: 0.3082049 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.26530612 - value: -0.031027893 - inSlope: 0.5024574 - outSlope: 0.5024574 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.2857143 - value: -0.018658884 - inSlope: 0.7226989 - outSlope: 0.7226989 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.30612245 - value: -0.0015299736 - inSlope: 0.96892965 - outSlope: 0.96892965 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.3265306 - value: 0.020889245 - inSlope: 1.2411494 - outSlope: 1.2411494 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.3469388 - value: 0.049129207 - inSlope: 1.5393586 - outSlope: 1.5393586 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.36734694 - value: 0.08372022 - inSlope: 1.8635569 - outSlope: 1.8635569 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.3877551 - value: 0.12519272 - inSlope: 2.2137444 - outSlope: 2.2137444 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.40816328 - value: 0.17407717 - inSlope: 2.589921 - outSlope: 2.589921 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.42857143 - value: 0.2309038 - inSlope: 2.992087 - outSlope: 2.992087 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.4489796 - value: 0.2962031 - inSlope: 3.4202416 - outSlope: 3.4202416 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.46938777 - value: 0.37050554 - inSlope: 3.8743854 - outSlope: 3.8743854 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.48979592 - value: 0.45434132 - inSlope: 4.2912545 - outSlope: 4.2912545 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.5102041 - value: 0.5456587 - inSlope: 4.291253 - outSlope: 4.291253 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.53061223 - value: 0.6294944 - inSlope: 3.874385 - outSlope: 3.874385 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.5510204 - value: 0.7037968 - inSlope: 3.4202418 - outSlope: 3.4202418 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.5714286 - value: 0.76909626 - inSlope: 2.9920864 - outSlope: 2.9920864 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.59183675 - value: 0.8259229 - inSlope: 2.589922 - outSlope: 2.589922 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.6122449 - value: 0.8748073 - inSlope: 2.2137446 - outSlope: 2.2137446 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.63265306 - value: 0.9162798 - inSlope: 1.8635569 - outSlope: 1.8635569 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.6530612 - value: 0.9508708 - inSlope: 1.5393584 - outSlope: 1.5393584 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.67346936 - value: 0.9791107 - inSlope: 1.2411504 - outSlope: 1.2411504 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.6938776 - value: 1.00153 - inSlope: 0.9689287 - outSlope: 0.9689287 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.71428573 - value: 1.0186589 - inSlope: 0.722698 - outSlope: 0.722698 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.7346939 - value: 1.0310279 - inSlope: 0.50245917 - outSlope: 0.50245917 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.75510204 - value: 1.0391674 - inSlope: 0.30820522 - outSlope: 0.30820522 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.7755102 - value: 1.0436077 - inSlope: 0.13994193 - outSlope: 0.13994193 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.79591835 - value: 1.0448793 - inSlope: -0.0023334846 - outSlope: -0.0023334846 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.81632656 - value: 1.0435125 - inSlope: -0.118618324 - outSlope: -0.118618324 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.8367347 - value: 1.0400378 - inSlope: -0.20891258 - outSlope: -0.20891258 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.85714287 - value: 1.0349854 - inSlope: -0.273219 - outSlope: -0.273219 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.877551 - value: 1.028886 - inSlope: -0.31153765 - outSlope: -0.31153765 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.8979592 - value: 1.0222696 - inSlope: -0.32386562 - outSlope: -0.32386562 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.9183673 - value: 1.015667 - inSlope: -0.31020248 - outSlope: -0.31020248 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.93877554 - value: 1.0096083 - inSlope: -0.27055496 - outSlope: -0.27055496 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.9591837 - value: 1.0046239 - inSlope: -0.20491424 - outSlope: -0.20491424 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.97959185 - value: 1.0012444 - inSlope: -0.113285355 - outSlope: -0.113285355 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: -0.060976893 - outSlope: -0.060976893 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - AnimateRotationY: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.3 - value: 1.05 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - AnimateRotationZ: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: -0.060974594 - outSlope: -0.060974594 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.020408163 - value: -0.0012443794 - inSlope: -0.11328613 - outSlope: -0.11328613 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.040816326 - value: -0.0046239235 - inSlope: -0.20491463 - outSlope: -0.20491463 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.06122449 - value: -0.009608242 - inSlope: -0.27055395 - outSlope: -0.27055395 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.08163265 - value: -0.015666941 - inSlope: -0.3102041 - outSlope: -0.3102041 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.10204082 - value: -0.022269635 - inSlope: -0.3238651 - outSlope: -0.3238651 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.12244898 - value: -0.028885925 - inSlope: -0.3115369 - outSlope: -0.3115369 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.14285715 - value: -0.034985427 - inSlope: -0.2732195 - outSlope: -0.2732195 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.1632653 - value: -0.04003774 - inSlope: -0.2089129 - outSlope: -0.2089129 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.18367347 - value: -0.043512482 - inSlope: -0.118617244 - outSlope: -0.118617244 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.20408164 - value: -0.04487926 - inSlope: -0.0023323726 - outSlope: -0.0023323726 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.2244898 - value: -0.043607682 - inSlope: 0.13994168 - outSlope: 0.13994168 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.24489796 - value: -0.039167356 - inSlope: 0.3082049 - outSlope: 0.3082049 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.26530612 - value: -0.031027893 - inSlope: 0.5024574 - outSlope: 0.5024574 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.2857143 - value: -0.018658884 - inSlope: 0.7226989 - outSlope: 0.7226989 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.30612245 - value: -0.0015299736 - inSlope: 0.96892965 - outSlope: 0.96892965 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.3265306 - value: 0.020889245 - inSlope: 1.2411494 - outSlope: 1.2411494 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.3469388 - value: 0.049129207 - inSlope: 1.5393586 - outSlope: 1.5393586 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.36734694 - value: 0.08372022 - inSlope: 1.8635569 - outSlope: 1.8635569 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.3877551 - value: 0.12519272 - inSlope: 2.2137444 - outSlope: 2.2137444 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.40816328 - value: 0.17407717 - inSlope: 2.589921 - outSlope: 2.589921 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.42857143 - value: 0.2309038 - inSlope: 2.992087 - outSlope: 2.992087 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.4489796 - value: 0.2962031 - inSlope: 3.4202416 - outSlope: 3.4202416 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.46938777 - value: 0.37050554 - inSlope: 3.8743854 - outSlope: 3.8743854 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.48979592 - value: 0.45434132 - inSlope: 4.2912545 - outSlope: 4.2912545 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.5102041 - value: 0.5456587 - inSlope: 4.291253 - outSlope: 4.291253 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.53061223 - value: 0.6294944 - inSlope: 3.874385 - outSlope: 3.874385 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.5510204 - value: 0.7037968 - inSlope: 3.4202418 - outSlope: 3.4202418 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.5714286 - value: 0.76909626 - inSlope: 2.9920864 - outSlope: 2.9920864 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.59183675 - value: 0.8259229 - inSlope: 2.589922 - outSlope: 2.589922 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.6122449 - value: 0.8748073 - inSlope: 2.2137446 - outSlope: 2.2137446 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.63265306 - value: 0.9162798 - inSlope: 1.8635569 - outSlope: 1.8635569 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.6530612 - value: 0.9508708 - inSlope: 1.5393584 - outSlope: 1.5393584 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.67346936 - value: 0.9791107 - inSlope: 1.2411504 - outSlope: 1.2411504 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.6938776 - value: 1.00153 - inSlope: 0.9689287 - outSlope: 0.9689287 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.71428573 - value: 1.0186589 - inSlope: 0.722698 - outSlope: 0.722698 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.7346939 - value: 1.0310279 - inSlope: 0.50245917 - outSlope: 0.50245917 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.75510204 - value: 1.0391674 - inSlope: 0.30820522 - outSlope: 0.30820522 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.7755102 - value: 1.0436077 - inSlope: 0.13994193 - outSlope: 0.13994193 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.79591835 - value: 1.0448793 - inSlope: -0.0023334846 - outSlope: -0.0023334846 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.81632656 - value: 1.0435125 - inSlope: -0.118618324 - outSlope: -0.118618324 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.8367347 - value: 1.0400378 - inSlope: -0.20891258 - outSlope: -0.20891258 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.85714287 - value: 1.0349854 - inSlope: -0.273219 - outSlope: -0.273219 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.877551 - value: 1.028886 - inSlope: -0.31153765 - outSlope: -0.31153765 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.8979592 - value: 1.0222696 - inSlope: -0.32386562 - outSlope: -0.32386562 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.9183673 - value: 1.015667 - inSlope: -0.31020248 - outSlope: -0.31020248 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.93877554 - value: 1.0096083 - inSlope: -0.27055496 - outSlope: -0.27055496 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.9591837 - value: 1.0046239 - inSlope: -0.20491424 - outSlope: -0.20491424 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.97959185 - value: 1.0012444 - inSlope: -0.113285355 - outSlope: -0.113285355 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: -0.060976893 - outSlope: -0.060976893 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - ToDestinationCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - - rid: 2 - type: {class: MMF_Sound, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: 2953120 - Label: Note Sound - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0.2 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0.8, y: 1} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: Automatic Shaker Setup - Owner: {fileID: 1586483550} - DebugActive: 0 - Sfx: {fileID: 8300000, guid: d6252c9736dd3514dae1fc4563f27d43, type: 3} - RandomSfx: [] - TestPlayButton: - ButtonText: Debug Play Sound - TestStopButton: - ButtonText: Debug Stop Sound - PlayMethod: 1 - PoolSize: 10 - UseLegacyEventsMode: 0 - StopSoundOnFeedbackStop: 1 - MinVolume: 1 - MaxVolume: 1 - MinPitch: 1 - MaxPitch: 1 - SfxAudioMixerGroup: {fileID: 0} - Priority: 128 - PanStereo: 0 - SpatialBlend: 0 - DopplerLevel: 1 - Spread: 0 - RolloffMode: 0 - MinDistance: 1 - MaxDistance: 500 - UseCustomRolloffCurve: 0 - CustomRolloffCurve: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - UseSpatialBlendCurve: 0 - SpatialBlendCurve: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - UseReverbZoneMixCurve: 0 - ReverbZoneMixCurve: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - UseSpreadCurve: 0 - SpreadCurve: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - - rid: 3 - type: {class: MMF_Sound, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: -574469932 - Label: Bass Sound - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0.15 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0.8, y: 1} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: Automatic Shaker Setup - Owner: {fileID: 1586483550} - DebugActive: 0 - Sfx: {fileID: 8300000, guid: ed067cd4ccfcda447b0bf119397fc305, type: 3} - RandomSfx: [] - TestPlayButton: - ButtonText: Debug Play Sound - TestStopButton: - ButtonText: Debug Stop Sound - PlayMethod: 3 - PoolSize: 20 - UseLegacyEventsMode: 0 - StopSoundOnFeedbackStop: 1 - MinVolume: 1 - MaxVolume: 1 - MinPitch: 1 - MaxPitch: 1 - SfxAudioMixerGroup: {fileID: 0} - Priority: 128 - PanStereo: 0 - SpatialBlend: 0 - DopplerLevel: 1 - Spread: 0 - RolloffMode: 0 - MinDistance: 1 - MaxDistance: 500 - UseCustomRolloffCurve: 0 - CustomRolloffCurve: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - UseSpatialBlendCurve: 0 - SpatialBlendCurve: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - UseReverbZoneMixCurve: 0 - ReverbZoneMixCurve: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - UseSpreadCurve: 0 - SpreadCurve: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - - rid: 4 - type: {class: MMF_Material, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: -1811981437 - Label: Material - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0.1 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0.8, y: 1} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 1586483550} - DebugActive: 0 - TargetRenderer: {fileID: 7718390322990954521} - RendererMaterialIndexes: - Method: 0 - Loop: 1 - AlwaysNewMaterial: 1 - InitialIndex: 0 - Materials: - - {fileID: 2100000, guid: 859110124559f53448796d58be533933, type: 2} - - {fileID: 2100000, guid: ef35891a12f2deb49acd5cffa698c910, type: 2} - - {fileID: 2100000, guid: fafd9ca80d42ea147955a570b7ff417a, type: 2} - - {fileID: 2100000, guid: 1e5b54aaf95dc544996bd98919f83491, type: 2} - - {fileID: 2100000, guid: d27c02d0cdd147245be0de863bd68637, type: 2} - - {fileID: 2100000, guid: 1e5b54aaf95dc544996bd98919f83491, type: 2} - - {fileID: 2100000, guid: aa24205135c86be4792f70af431b8638, type: 2} - - {fileID: 2100000, guid: 1a56e529cc6f9354ebe7986cb56493be, type: 2} - InterpolateTransition: 0 - TransitionDuration: 1 - TransitionCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - - rid: 5 - type: {class: MMF_CinemachineImpulse, ns: MoreMountains.FeedbacksForThirdParty, - asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: 605174407 - Label: Impulse - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0.8, y: 1} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: Automatic Shaker Setup - Owner: {fileID: 1586483550} - DebugActive: 0 - m_ImpulseDefinition: - ImpulseChannel: 1 - ImpulseShape: 0 - CustomImpulseShape: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - ImpulseDuration: 0.2 - ImpulseType: 3 - DissipationRate: 0 - RawSignal: {fileID: 11400000, guid: 69ce8388f6785dd4c8c39915efece2f4, type: 2} - AmplitudeGain: 1 - FrequencyGain: 1 - RepeatMode: 0 - Randomize: 1 - TimeEnvelope: - AttackShape: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - DecayShape: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: -0.9999995 - outSlope: -0.9999995 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.020408163 - value: 0.97959185 - inSlope: -0.9999995 - outSlope: -0.9999995 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.040816326 - value: 0.9591837 - inSlope: -0.9999995 - outSlope: -0.9999995 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.06122449 - value: 0.93877554 - inSlope: -1.000001 - outSlope: -1.000001 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.08163265 - value: 0.9183673 - inSlope: -1.000001 - outSlope: -1.000001 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.10204082 - value: 0.8979592 - inSlope: -0.99999946 - outSlope: -0.99999946 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.12244898 - value: 0.877551 - inSlope: -0.99999946 - outSlope: -0.99999946 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.14285715 - value: 0.85714287 - inSlope: -0.99999964 - outSlope: -0.99999964 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.1632653 - value: 0.8367347 - inSlope: -1.0000011 - outSlope: -1.0000011 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.18367347 - value: 0.8163265 - inSlope: -1.0000007 - outSlope: -1.0000007 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.20408164 - value: 0.79591835 - inSlope: -0.99999964 - outSlope: -0.99999964 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.2244898 - value: 0.7755102 - inSlope: -0.99999964 - outSlope: -0.99999964 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.24489796 - value: 0.75510204 - inSlope: -0.99999964 - outSlope: -0.99999964 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.26530612 - value: 0.7346939 - inSlope: -0.9999993 - outSlope: -0.9999993 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.2857143 - value: 0.71428573 - inSlope: -0.9999993 - outSlope: -0.9999993 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.30612245 - value: 0.6938776 - inSlope: -1 - outSlope: -1 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.3265306 - value: 0.6734694 - inSlope: -1.0000007 - outSlope: -1.0000007 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.3469388 - value: 0.6530612 - inSlope: -1.0000007 - outSlope: -1.0000007 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.36734694 - value: 0.63265306 - inSlope: -1 - outSlope: -1 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.3877551 - value: 0.6122449 - inSlope: -1.0000007 - outSlope: -1.0000007 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.40816328 - value: 0.5918367 - inSlope: -1.0000007 - outSlope: -1.0000007 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.42857143 - value: 0.57142854 - inSlope: -1 - outSlope: -1 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.4489796 - value: 0.5510204 - inSlope: -0.9999993 - outSlope: -0.9999993 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.46938777 - value: 0.53061223 - inSlope: -0.9999993 - outSlope: -0.9999993 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.48979592 - value: 0.5102041 - inSlope: -1 - outSlope: -1 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.5102041 - value: 0.48979592 - inSlope: -1 - outSlope: -1 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.53061223 - value: 0.46938777 - inSlope: -1 - outSlope: -1 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.5510204 - value: 0.44897962 - inSlope: -1 - outSlope: -1 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.5714286 - value: 0.4285714 - inSlope: -1 - outSlope: -1 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.59183675 - value: 0.40816325 - inSlope: -1 - outSlope: -1 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.6122449 - value: 0.3877551 - inSlope: -1 - outSlope: -1 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.63265306 - value: 0.36734694 - inSlope: -1 - outSlope: -1 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.6530612 - value: 0.3469388 - inSlope: -1 - outSlope: -1 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.67346936 - value: 0.32653064 - inSlope: -1 - outSlope: -1 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.6938776 - value: 0.30612242 - inSlope: -1 - outSlope: -1 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.71428573 - value: 0.28571427 - inSlope: -1 - outSlope: -1 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.7346939 - value: 0.26530612 - inSlope: -1 - outSlope: -1 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.75510204 - value: 0.24489796 - inSlope: -1 - outSlope: -1 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.7755102 - value: 0.22448981 - inSlope: -1 - outSlope: -1 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.79591835 - value: 0.20408165 - inSlope: -1 - outSlope: -1 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.81632656 - value: 0.18367344 - inSlope: -1 - outSlope: -1 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.8367347 - value: 0.16326529 - inSlope: -1 - outSlope: -1 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.85714287 - value: 0.14285713 - inSlope: -1 - outSlope: -1 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.877551 - value: 0.12244898 - inSlope: -1 - outSlope: -1 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.8979592 - value: 0.10204083 - inSlope: -1 - outSlope: -1 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.9183673 - value: 0.081632674 - inSlope: -1 - outSlope: -1 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.93877554 - value: 0.06122446 - inSlope: -1 - outSlope: -1 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.9591837 - value: 0.040816307 - inSlope: -1 - outSlope: -1 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.97959185 - value: 0.020408154 - inSlope: -1 - outSlope: -1 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: -1 - outSlope: -1 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - AttackTime: 0 - SustainTime: 0.1 - DecayTime: 0.2 - ScaleWithImpact: 1 - HoldForever: 0 - ImpactRadius: 100 - DirectionMode: 0 - DissipationMode: 2 - DissipationDistance: 1000 - PropagationSpeed: 343 - Velocity: {x: 0.2, y: 0.2, z: 0.2} - ClearImpulseOnStop: 0 - DrawGizmos: 0 - - rid: 6 - type: {class: MMF_ChromaticAberration, ns: MoreMountains.FeedbacksForThirdParty, - asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: -1640520047 - Label: Chromatic Aberration - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0.8, y: 1} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: Automatic Shaker Setup - Owner: {fileID: 1586483550} - DebugActive: 0 - Duration: 0.2 - ResetShakerValuesAfterShake: 1 - ResetTargetValuesAfterShake: 1 - RemapIntensityZero: 0 - RemapIntensityOne: 1 - Intensity: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.5 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - Amplitude: 1 - RelativeIntensity: 0 - - rid: 7 - type: {class: MMF_PPMovingFilter, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 0 - UniqueID: -298936958 - Label: PPMovingFilter - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0.8, y: 1} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 1586483550} - DebugActive: 0 - Mode: 0 - TransitionDuration: 0.1 - Curve: - MMTweenDefinitionType: 0 - MMTweenCurve: 4 - Curve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - Initialized: 0 - ConditionPropertyName: - EnumConditionPropertyName: - EnumConditions: 0000000000000000000000000000000000000000000000000000000000000000 - - rid: 8 - type: {class: MMF_ShaderController, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: -998023547 - Label: ShaderController - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0.8, y: 1} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 1586483550} - DebugActive: 0 - Mode: 0 - TargetShaderController: {fileID: 773672492} - TargetShaderControllerList: [] - RevertToInitialValueAfterEnd: 0 - GetInitialValueOnOneTime: 0 - OneTimeDuration: 0.1 - OneTimeAmplitude: 1 - OneTimeRemapMin: 0 - OneTimeRemapMax: 1 - OneTimeCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.15789795 - value: 0.9976654 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - ToDestinationValue: 1 - ToDestinationDuration: 1 - ToDestinationColor: {r: 1, g: 0, b: 0, a: 1} - ToDestinationCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.5 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 ---- !u!1 &1620464800 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 1620464801} - - component: {fileID: 1620464803} - - component: {fileID: 1620464802} - m_Layer: 0 - m_Name: EventSystem - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &1620464801 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1620464800} - serializedVersion: 2 - m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: -0.3617691, y: 0.25998855, z: -1.1949921} - m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 - m_Children: [] - m_Father: {fileID: 47384301} - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!114 &1620464802 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1620464800} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 4f231c4fb786f3946a6b90b886c48677, type: 3} - m_Name: - m_EditorClassIdentifier: - m_SendPointerHoverToParent: 1 - m_HorizontalAxis: Horizontal - m_VerticalAxis: Vertical - m_SubmitButton: Submit - m_CancelButton: Cancel - m_InputActionsPerSecond: 10 - m_RepeatDelay: 0.5 - m_ForceModuleActive: 0 ---- !u!114 &1620464803 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1620464800} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 76c392e42b5098c458856cdf6ecaaaa1, type: 3} - m_Name: - m_EditorClassIdentifier: - m_FirstSelected: {fileID: 0} - m_sendNavigationEvents: 1 - m_DragThreshold: 10 ---- !u!1 &1626169734 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 1626169735} - - component: {fileID: 1626169736} - m_Layer: 0 - m_Name: DrumBass1 - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &1626169735 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1626169734} - serializedVersion: 2 - m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: 0} - m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 - m_Children: [] - m_Father: {fileID: 96194543} - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!82 &1626169736 -AudioSource: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1626169734} - m_Enabled: 1 - serializedVersion: 4 - OutputAudioMixerGroup: {fileID: 0} - m_audioClip: {fileID: 8300000, guid: ed067cd4ccfcda447b0bf119397fc305, type: 3} - m_Resource: {fileID: 8300000, guid: ed067cd4ccfcda447b0bf119397fc305, type: 3} - m_PlayOnAwake: 0 - m_Volume: 1 - m_Pitch: 1 - Loop: 0 - Mute: 0 - Spatialize: 0 - SpatializePostEffects: 0 - Priority: 128 - DopplerLevel: 1 - MinDistance: 1 - MaxDistance: 500 - Pan2D: 0 - rolloffMode: 0 - BypassEffects: 0 - BypassListenerEffects: 0 - BypassReverbZones: 0 - rolloffCustomCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - panLevelCustomCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - spreadCustomCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - reverbZoneMixCustomCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 ---- !u!1 &1635756906 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 1635756907} - - component: {fileID: 1635756908} - m_Layer: 0 - m_Name: Cymbal1 - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &1635756907 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1635756906} - serializedVersion: 2 - m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: 0} - m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 - m_Children: [] - m_Father: {fileID: 96194543} - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!82 &1635756908 -AudioSource: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1635756906} - m_Enabled: 1 - serializedVersion: 4 - OutputAudioMixerGroup: {fileID: 0} - m_audioClip: {fileID: 8300000, guid: 4472d2e695631bd4598e0aac24be9798, type: 3} - m_Resource: {fileID: 8300000, guid: 4472d2e695631bd4598e0aac24be9798, type: 3} - m_PlayOnAwake: 0 - m_Volume: 1 - m_Pitch: 1 - Loop: 0 - Mute: 0 - Spatialize: 0 - SpatializePostEffects: 0 - Priority: 128 - DopplerLevel: 1 - MinDistance: 1 - MaxDistance: 500 - Pan2D: 0 - rolloffMode: 0 - BypassEffects: 0 - BypassListenerEffects: 0 - BypassReverbZones: 0 - rolloffCustomCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - panLevelCustomCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - spreadCustomCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - reverbZoneMixCustomCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 ---- !u!1 &1723647472 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 1723647473} - - component: {fileID: 1723647474} - m_Layer: 0 - m_Name: SquashAndStretch - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &1723647473 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1723647472} - serializedVersion: 2 - m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: 0} - m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 - m_Children: - - {fileID: 245078393} - m_Father: {fileID: 1257324396} - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!114 &1723647474 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1723647472} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: aade595aee3a1d24c9845361684f77d6, type: 3} - m_Name: - m_EditorClassIdentifier: - Mode: 2 - Timescale: 0 - Intensity: 0.002 - MaximumVelocity: 0.5 - MinimumScale: {x: 0.5, y: 0.5, z: 0.5} - MaximumScale: {x: 2, y: 2, z: 2} - RescaleX: 1 - RescaleY: 1 - RescaleZ: 1 - RotateToMatchDirection: 1 - AutoSquashOnStop: 1 - SquashCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 8.338201 - outSlope: 8.338201 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0.09570888 - - serializedVersion: 3 - time: 0.1829834 - value: 1.0011673 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: -0.31129283 - outSlope: -0.31129283 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.10507882 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - SquashVelocityThreshold: 3 - SquashDuration: {x: 0, y: 0.1} - SquashIntensity: {x: 0, y: 0.2} - Spring: 0 - SpringDamping: 0.3 - SpringFrequency: 3 - Velocity: {x: 0, y: 5.62271, z: 0} - RemappedVelocity: 11.24542 - VelocityMagnitude: 5.62271 ---- !u!1 &1739332386 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 1739332387} - - component: {fileID: 1739332388} - m_Layer: 0 - m_Name: Tom1 - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &1739332387 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1739332386} - serializedVersion: 2 - m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: 0} - m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 - m_Children: [] - m_Father: {fileID: 96194543} - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!82 &1739332388 -AudioSource: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1739332386} - m_Enabled: 1 - serializedVersion: 4 - OutputAudioMixerGroup: {fileID: 0} - m_audioClip: {fileID: 8300000, guid: 4b685326475200245ba5a32fc9fb1c1b, type: 3} - m_Resource: {fileID: 8300000, guid: 4b685326475200245ba5a32fc9fb1c1b, type: 3} - m_PlayOnAwake: 0 - m_Volume: 1 - m_Pitch: 1 - Loop: 0 - Mute: 0 - Spatialize: 0 - SpatializePostEffects: 0 - Priority: 128 - DopplerLevel: 1 - MinDistance: 1 - MaxDistance: 500 - Pan2D: 0 - rolloffMode: 0 - BypassEffects: 0 - BypassListenerEffects: 0 - BypassReverbZones: 0 - rolloffCustomCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - panLevelCustomCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - spreadCustomCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - reverbZoneMixCustomCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 ---- !u!1 &1785320354 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 1785320358} - - component: {fileID: 1785320357} - - component: {fileID: 1785320356} - - component: {fileID: 1785320355} - m_Layer: 5 - m_Name: UI -------------------------------------- - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!114 &1785320355 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1785320354} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: dc42784cf147c0c48a680349fa168899, type: 3} - m_Name: - m_EditorClassIdentifier: - m_IgnoreReversedGraphics: 1 - m_BlockingObjects: 0 - m_BlockingMask: - serializedVersion: 2 - m_Bits: 4294967295 ---- !u!114 &1785320356 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1785320354} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 0cd44c1031e13a943bb63640046fad76, type: 3} - m_Name: - m_EditorClassIdentifier: - m_UiScaleMode: 0 - m_ReferencePixelsPerUnit: 100 - m_ScaleFactor: 1 - m_ReferenceResolution: {x: 800, y: 600} - m_ScreenMatchMode: 0 - m_MatchWidthOrHeight: 0 - m_PhysicalUnit: 3 - m_FallbackScreenDPI: 96 - m_DefaultSpriteDPI: 96 - m_DynamicPixelsPerUnit: 1 - m_PresetInfoIsWorld: 0 ---- !u!223 &1785320357 -Canvas: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1785320354} - m_Enabled: 1 - serializedVersion: 3 - m_RenderMode: 1 - m_Camera: {fileID: 1143359169} - m_PlaneDistance: 100 - m_PixelPerfect: 0 - m_ReceivesEvents: 1 - m_OverrideSorting: 0 - m_OverridePixelPerfect: 0 - m_SortingBucketNormalizedSize: 0 - m_VertexColorAlwaysGammaSpace: 0 - m_AdditionalShaderChannelsFlag: 0 - m_UpdateRectTransformForStandalone: 0 - m_SortingLayerID: 0 - m_SortingOrder: 0 - m_TargetDisplay: 0 ---- !u!224 &1785320358 -RectTransform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1785320354} - m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: 0} - m_LocalScale: {x: 0, y: 0, z: 0} - m_ConstrainProportionsScale: 0 - m_Children: - - {fileID: 1047976019} - m_Father: {fileID: 0} - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} - m_AnchorMin: {x: 0, y: 0} - m_AnchorMax: {x: 0, y: 0} - m_AnchoredPosition: {x: 0, y: 0} - m_SizeDelta: {x: 0, y: 0} - m_Pivot: {x: 0, y: 0} ---- !u!1 &1889385020 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 1889385022} - - component: {fileID: 1889385021} - m_Layer: 0 - m_Name: MMFeedbacks3 - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!114 &1889385021 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1889385020} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 6da43522623d4704e979466dc7650b65, type: 3} - m_Name: - m_EditorClassIdentifier: - Feedbacks: - - {fileID: 0} - - {fileID: 0} - - {fileID: 0} - - {fileID: 0} - - {fileID: 0} - - {fileID: 0} - - {fileID: 0} - InitializationMode: 2 - AutoInitialization: 1 - SafeMode: 3 - Direction: 0 - AutoChangeDirectionOnEnd: 0 - AutoPlayOnStart: 0 - AutoPlayOnEnable: 0 - ForceTimescaleMode: 0 - ForcedTimescaleMode: 1 - DurationMultiplier: 1 - TimescaleMultiplier: 1 - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 1.5} - DisplayFullDurationDetails: 0 - PlayerTimescaleMode: 1 - OnlyPlayIfWithinRange: 0 - RangeCenter: {fileID: 0} - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - IgnoreRangeEvents: 0 - CooldownDuration: 0 - InitialDelay: 0 - CanPlay: 1 - CanPlayWhileAlreadyPlaying: 1 - ChanceToPlay: 100 - FeedbacksIntensity: 1 - Events: - TriggerMMFeedbacksEvents: 0 - TriggerUnityEvents: 1 - OnPlay: - m_PersistentCalls: - m_Calls: [] - OnPause: - m_PersistentCalls: - m_Calls: [] - OnStop: - m_PersistentCalls: - m_Calls: [] - OnResume: - m_PersistentCalls: - m_Calls: [] - OnChangeDirection: - m_PersistentCalls: - m_Calls: [] - OnComplete: - m_PersistentCalls: - m_Calls: [] - OnRestoreInitialValues: - m_PersistentCalls: - m_Calls: [] - OnSkipToTheEnd: - m_PersistentCalls: - m_Calls: [] - OnInitializationComplete: - m_PersistentCalls: - m_Calls: [] - OnEnable: - m_PersistentCalls: - m_Calls: [] - OnDisable: - m_PersistentCalls: - m_Calls: [] - DebugActive: 0 - InScriptDrivenPause: 0 - FeedbacksList: - - rid: 0 - - rid: 1 - - rid: 2 - - rid: 3 - - rid: 4 - - rid: 5 - - rid: 6 - KeepPlayModeChanges: 0 - PerformanceMode: 0 - RestoreInitialValuesOnDisable: 0 - StopFeedbacksOnDisable: 0 - PlayCount: 0 - references: - version: 2 - RefIds: - - rid: 0 - type: {class: MMF_Position, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: -2035919917 - Label: Position - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0.8, y: 1} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 1889385021} - DebugActive: 0 - AnimatePositionTarget: {fileID: 2020251360} - Mode: 1 - Space: 0 - RandomizeRemap: 0 - AnimatePositionDuration: 0.2 - AnimatePositionTween: - MMTweenDefinitionType: 1 - MMTweenCurve: 4 - Curve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.1 - value: 0.05 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.9 - value: 0.95 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - Initialized: 1 - ConditionPropertyName: - EnumConditionPropertyName: Mode - EnumConditions: 0100010000000000000000000000000000000000000000000000000000000000 - RemapCurveZero: 0 - RemapCurveZeroAlt: 0 - RemapCurveOne: 1.5 - RemapCurveOneAlt: 1 - AnimateX: 0 - AnimatePositionTweenX: - MMTweenDefinitionType: 1 - MMTweenCurve: 4 - Curve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.3 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.6 - value: -1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - Initialized: 1 - ConditionPropertyName: AnimateX - EnumConditionPropertyName: - EnumConditions: 0000000000000000000000000000000000000000000000000000000000000000 - AnimateY: 1 - AnimatePositionTweenY: - MMTweenDefinitionType: 1 - MMTweenCurve: 4 - Curve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 10.10368 - outSlope: 10.10368 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0.047514614 - - serializedVersion: 3 - time: 0.3 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: -2.9999943 - outSlope: -2.9999943 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.029761963 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - Initialized: 1 - ConditionPropertyName: AnimateY - EnumConditionPropertyName: - EnumConditions: 0000000000000000000000000000000000000000000000000000000000000000 - AnimateZ: 0 - AnimatePositionTweenZ: - MMTweenDefinitionType: 1 - MMTweenCurve: 4 - Curve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.3 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.6 - value: -1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - Initialized: 1 - ConditionPropertyName: AnimateZ - EnumConditionPropertyName: - EnumConditions: 0000000000000000000000000000000000000000000000000000000000000000 - AllowAdditivePlays: 0 - RelativePosition: 1 - DeterminePositionsOnPlay: 0 - InitialPosition: {x: 0, y: 0, z: 0} - DestinationPosition: {x: 0, y: 0, z: 1} - InitialPositionTransform: {fileID: 0} - DestinationPositionTransform: {fileID: 0} - AnimatePositionCurveX: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.3 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.6 - value: -1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - AnimatePositionCurveY: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 10.10368 - outSlope: 10.10368 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0.047514614 - - serializedVersion: 3 - time: 0.3 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: -2.9999943 - outSlope: -2.9999943 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.029761963 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - AnimatePositionCurveZ: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.3 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.6 - value: -1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - AnimatePositionCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.1 - value: 0.05 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.9 - value: 0.95 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - - rid: 1 - type: {class: MMF_Rotation, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: -1515309788 - Label: Rotation - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0.8, y: 1} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 1889385021} - DebugActive: 0 - AnimateRotationTarget: {fileID: 2020251361} - Mode: 0 - RotationSpace: 0 - AnimateRotationDuration: 0.2 - RemapCurveZero: 0 - RemapCurveOne: 90 - AnimateX: 0 - AnimateRotationTweenX: - MMTweenDefinitionType: 1 - MMTweenCurve: 4 - Curve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: -0.060974594 - outSlope: -0.060974594 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.020408163 - value: -0.0012443794 - inSlope: -0.11328613 - outSlope: -0.11328613 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.040816326 - value: -0.0046239235 - inSlope: -0.20491463 - outSlope: -0.20491463 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.06122449 - value: -0.009608242 - inSlope: -0.27055395 - outSlope: -0.27055395 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.08163265 - value: -0.015666941 - inSlope: -0.3102041 - outSlope: -0.3102041 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.10204082 - value: -0.022269635 - inSlope: -0.3238651 - outSlope: -0.3238651 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.12244898 - value: -0.028885925 - inSlope: -0.3115369 - outSlope: -0.3115369 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.14285715 - value: -0.034985427 - inSlope: -0.2732195 - outSlope: -0.2732195 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.1632653 - value: -0.04003774 - inSlope: -0.2089129 - outSlope: -0.2089129 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.18367347 - value: -0.043512482 - inSlope: -0.118617244 - outSlope: -0.118617244 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.20408164 - value: -0.04487926 - inSlope: -0.0023323726 - outSlope: -0.0023323726 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.2244898 - value: -0.043607682 - inSlope: 0.13994168 - outSlope: 0.13994168 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.24489796 - value: -0.039167356 - inSlope: 0.3082049 - outSlope: 0.3082049 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.26530612 - value: -0.031027893 - inSlope: 0.5024574 - outSlope: 0.5024574 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.2857143 - value: -0.018658884 - inSlope: 0.7226989 - outSlope: 0.7226989 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.30612245 - value: -0.0015299736 - inSlope: 0.96892965 - outSlope: 0.96892965 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.3265306 - value: 0.020889245 - inSlope: 1.2411494 - outSlope: 1.2411494 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.3469388 - value: 0.049129207 - inSlope: 1.5393586 - outSlope: 1.5393586 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.36734694 - value: 0.08372022 - inSlope: 1.8635569 - outSlope: 1.8635569 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.3877551 - value: 0.12519272 - inSlope: 2.2137444 - outSlope: 2.2137444 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.40816328 - value: 0.17407717 - inSlope: 2.589921 - outSlope: 2.589921 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.42857143 - value: 0.2309038 - inSlope: 2.992087 - outSlope: 2.992087 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.4489796 - value: 0.2962031 - inSlope: 3.4202416 - outSlope: 3.4202416 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.46938777 - value: 0.37050554 - inSlope: 3.8743854 - outSlope: 3.8743854 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.48979592 - value: 0.45434132 - inSlope: 4.2912545 - outSlope: 4.2912545 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.5102041 - value: 0.5456587 - inSlope: 4.291253 - outSlope: 4.291253 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.53061223 - value: 0.6294944 - inSlope: 3.874385 - outSlope: 3.874385 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.5510204 - value: 0.7037968 - inSlope: 3.4202418 - outSlope: 3.4202418 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.5714286 - value: 0.76909626 - inSlope: 2.9920864 - outSlope: 2.9920864 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.59183675 - value: 0.8259229 - inSlope: 2.589922 - outSlope: 2.589922 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.6122449 - value: 0.8748073 - inSlope: 2.2137446 - outSlope: 2.2137446 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.63265306 - value: 0.9162798 - inSlope: 1.8635569 - outSlope: 1.8635569 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.6530612 - value: 0.9508708 - inSlope: 1.5393584 - outSlope: 1.5393584 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.67346936 - value: 0.9791107 - inSlope: 1.2411504 - outSlope: 1.2411504 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.6938776 - value: 1.00153 - inSlope: 0.9689287 - outSlope: 0.9689287 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.71428573 - value: 1.0186589 - inSlope: 0.722698 - outSlope: 0.722698 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.7346939 - value: 1.0310279 - inSlope: 0.50245917 - outSlope: 0.50245917 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.75510204 - value: 1.0391674 - inSlope: 0.30820522 - outSlope: 0.30820522 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.7755102 - value: 1.0436077 - inSlope: 0.13994193 - outSlope: 0.13994193 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.79591835 - value: 1.0448793 - inSlope: -0.0023334846 - outSlope: -0.0023334846 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.81632656 - value: 1.0435125 - inSlope: -0.118618324 - outSlope: -0.118618324 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.8367347 - value: 1.0400378 - inSlope: -0.20891258 - outSlope: -0.20891258 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.85714287 - value: 1.0349854 - inSlope: -0.273219 - outSlope: -0.273219 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.877551 - value: 1.028886 - inSlope: -0.31153765 - outSlope: -0.31153765 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.8979592 - value: 1.0222696 - inSlope: -0.32386562 - outSlope: -0.32386562 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.9183673 - value: 1.015667 - inSlope: -0.31020248 - outSlope: -0.31020248 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.93877554 - value: 1.0096083 - inSlope: -0.27055496 - outSlope: -0.27055496 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.9591837 - value: 1.0046239 - inSlope: -0.20491424 - outSlope: -0.20491424 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.97959185 - value: 1.0012444 - inSlope: -0.113285355 - outSlope: -0.113285355 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: -0.060976893 - outSlope: -0.060976893 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - Initialized: 1 - ConditionPropertyName: AnimateX - EnumConditionPropertyName: - EnumConditions: 0000000000000000000000000000000000000000000000000000000000000000 - AnimateY: 0 - AnimateRotationTweenY: - MMTweenDefinitionType: 1 - MMTweenCurve: 4 - Curve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.3 - value: 1.05 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - Initialized: 1 - ConditionPropertyName: AnimateY - EnumConditionPropertyName: - EnumConditions: 0000000000000000000000000000000000000000000000000000000000000000 - AnimateZ: 1 - AnimateRotationTweenZ: - MMTweenDefinitionType: 1 - MMTweenCurve: 4 - Curve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: -0.060974594 - outSlope: -0.060974594 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.020408163 - value: -0.0012443794 - inSlope: -0.11328613 - outSlope: -0.11328613 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.040816326 - value: -0.0046239235 - inSlope: -0.20491463 - outSlope: -0.20491463 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.06122449 - value: -0.009608242 - inSlope: -0.27055395 - outSlope: -0.27055395 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.08163265 - value: -0.015666941 - inSlope: -0.3102041 - outSlope: -0.3102041 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.10204082 - value: -0.022269635 - inSlope: -0.3238651 - outSlope: -0.3238651 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.12244898 - value: -0.028885925 - inSlope: -0.3115369 - outSlope: -0.3115369 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.14285715 - value: -0.034985427 - inSlope: -0.2732195 - outSlope: -0.2732195 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.1632653 - value: -0.04003774 - inSlope: -0.2089129 - outSlope: -0.2089129 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.18367347 - value: -0.043512482 - inSlope: -0.118617244 - outSlope: -0.118617244 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.20408164 - value: -0.04487926 - inSlope: -0.0023323726 - outSlope: -0.0023323726 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.2244898 - value: -0.043607682 - inSlope: 0.13994168 - outSlope: 0.13994168 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.24489796 - value: -0.039167356 - inSlope: 0.3082049 - outSlope: 0.3082049 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.26530612 - value: -0.031027893 - inSlope: 0.5024574 - outSlope: 0.5024574 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.2857143 - value: -0.018658884 - inSlope: 0.7226989 - outSlope: 0.7226989 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.30612245 - value: -0.0015299736 - inSlope: 0.96892965 - outSlope: 0.96892965 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.3265306 - value: 0.020889245 - inSlope: 1.2411494 - outSlope: 1.2411494 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.3469388 - value: 0.049129207 - inSlope: 1.5393586 - outSlope: 1.5393586 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.36734694 - value: 0.08372022 - inSlope: 1.8635569 - outSlope: 1.8635569 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.3877551 - value: 0.12519272 - inSlope: 2.2137444 - outSlope: 2.2137444 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.40816328 - value: 0.17407717 - inSlope: 2.589921 - outSlope: 2.589921 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.42857143 - value: 0.2309038 - inSlope: 2.992087 - outSlope: 2.992087 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.4489796 - value: 0.2962031 - inSlope: 3.4202416 - outSlope: 3.4202416 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.46938777 - value: 0.37050554 - inSlope: 3.8743854 - outSlope: 3.8743854 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.48979592 - value: 0.45434132 - inSlope: 4.2912545 - outSlope: 4.2912545 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.5102041 - value: 0.5456587 - inSlope: 4.291253 - outSlope: 4.291253 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.53061223 - value: 0.6294944 - inSlope: 3.874385 - outSlope: 3.874385 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.5510204 - value: 0.7037968 - inSlope: 3.4202418 - outSlope: 3.4202418 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.5714286 - value: 0.76909626 - inSlope: 2.9920864 - outSlope: 2.9920864 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.59183675 - value: 0.8259229 - inSlope: 2.589922 - outSlope: 2.589922 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.6122449 - value: 0.8748073 - inSlope: 2.2137446 - outSlope: 2.2137446 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.63265306 - value: 0.9162798 - inSlope: 1.8635569 - outSlope: 1.8635569 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.6530612 - value: 0.9508708 - inSlope: 1.5393584 - outSlope: 1.5393584 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.67346936 - value: 0.9791107 - inSlope: 1.2411504 - outSlope: 1.2411504 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.6938776 - value: 1.00153 - inSlope: 0.9689287 - outSlope: 0.9689287 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.71428573 - value: 1.0186589 - inSlope: 0.722698 - outSlope: 0.722698 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.7346939 - value: 1.0310279 - inSlope: 0.50245917 - outSlope: 0.50245917 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.75510204 - value: 1.0391674 - inSlope: 0.30820522 - outSlope: 0.30820522 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.7755102 - value: 1.0436077 - inSlope: 0.13994193 - outSlope: 0.13994193 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.79591835 - value: 1.0448793 - inSlope: -0.0023334846 - outSlope: -0.0023334846 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.81632656 - value: 1.0435125 - inSlope: -0.118618324 - outSlope: -0.118618324 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.8367347 - value: 1.0400378 - inSlope: -0.20891258 - outSlope: -0.20891258 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.85714287 - value: 1.0349854 - inSlope: -0.273219 - outSlope: -0.273219 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.877551 - value: 1.028886 - inSlope: -0.31153765 - outSlope: -0.31153765 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.8979592 - value: 1.0222696 - inSlope: -0.32386562 - outSlope: -0.32386562 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.9183673 - value: 1.015667 - inSlope: -0.31020248 - outSlope: -0.31020248 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.93877554 - value: 1.0096083 - inSlope: -0.27055496 - outSlope: -0.27055496 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.9591837 - value: 1.0046239 - inSlope: -0.20491424 - outSlope: -0.20491424 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.97959185 - value: 1.0012444 - inSlope: -0.113285355 - outSlope: -0.113285355 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: -0.060976893 - outSlope: -0.060976893 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - Initialized: 1 - ConditionPropertyName: AnimateZ - EnumConditionPropertyName: - EnumConditions: 0000000000000000000000000000000000000000000000000000000000000000 - AllowAdditivePlays: 0 - DetermineRotationOnPlay: 0 - ToDestinationSpace: 0 - DestinationAngles: {x: 0, y: 180, z: 0} - ToDestinationTransform: {fileID: 0} - ToDestinationTween: - MMTweenDefinitionType: 1 - MMTweenCurve: 10 - Curve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - Initialized: 1 - ConditionPropertyName: - EnumConditionPropertyName: Mode - EnumConditions: 0000010000000000000000000000000000000000000000000000000000000000 - AnimateRotationX: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: -0.060974594 - outSlope: -0.060974594 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.020408163 - value: -0.0012443794 - inSlope: -0.11328613 - outSlope: -0.11328613 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.040816326 - value: -0.0046239235 - inSlope: -0.20491463 - outSlope: -0.20491463 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.06122449 - value: -0.009608242 - inSlope: -0.27055395 - outSlope: -0.27055395 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.08163265 - value: -0.015666941 - inSlope: -0.3102041 - outSlope: -0.3102041 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.10204082 - value: -0.022269635 - inSlope: -0.3238651 - outSlope: -0.3238651 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.12244898 - value: -0.028885925 - inSlope: -0.3115369 - outSlope: -0.3115369 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.14285715 - value: -0.034985427 - inSlope: -0.2732195 - outSlope: -0.2732195 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.1632653 - value: -0.04003774 - inSlope: -0.2089129 - outSlope: -0.2089129 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.18367347 - value: -0.043512482 - inSlope: -0.118617244 - outSlope: -0.118617244 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.20408164 - value: -0.04487926 - inSlope: -0.0023323726 - outSlope: -0.0023323726 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.2244898 - value: -0.043607682 - inSlope: 0.13994168 - outSlope: 0.13994168 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.24489796 - value: -0.039167356 - inSlope: 0.3082049 - outSlope: 0.3082049 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.26530612 - value: -0.031027893 - inSlope: 0.5024574 - outSlope: 0.5024574 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.2857143 - value: -0.018658884 - inSlope: 0.7226989 - outSlope: 0.7226989 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.30612245 - value: -0.0015299736 - inSlope: 0.96892965 - outSlope: 0.96892965 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.3265306 - value: 0.020889245 - inSlope: 1.2411494 - outSlope: 1.2411494 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.3469388 - value: 0.049129207 - inSlope: 1.5393586 - outSlope: 1.5393586 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.36734694 - value: 0.08372022 - inSlope: 1.8635569 - outSlope: 1.8635569 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.3877551 - value: 0.12519272 - inSlope: 2.2137444 - outSlope: 2.2137444 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.40816328 - value: 0.17407717 - inSlope: 2.589921 - outSlope: 2.589921 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.42857143 - value: 0.2309038 - inSlope: 2.992087 - outSlope: 2.992087 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.4489796 - value: 0.2962031 - inSlope: 3.4202416 - outSlope: 3.4202416 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.46938777 - value: 0.37050554 - inSlope: 3.8743854 - outSlope: 3.8743854 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.48979592 - value: 0.45434132 - inSlope: 4.2912545 - outSlope: 4.2912545 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.5102041 - value: 0.5456587 - inSlope: 4.291253 - outSlope: 4.291253 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.53061223 - value: 0.6294944 - inSlope: 3.874385 - outSlope: 3.874385 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.5510204 - value: 0.7037968 - inSlope: 3.4202418 - outSlope: 3.4202418 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.5714286 - value: 0.76909626 - inSlope: 2.9920864 - outSlope: 2.9920864 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.59183675 - value: 0.8259229 - inSlope: 2.589922 - outSlope: 2.589922 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.6122449 - value: 0.8748073 - inSlope: 2.2137446 - outSlope: 2.2137446 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.63265306 - value: 0.9162798 - inSlope: 1.8635569 - outSlope: 1.8635569 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.6530612 - value: 0.9508708 - inSlope: 1.5393584 - outSlope: 1.5393584 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.67346936 - value: 0.9791107 - inSlope: 1.2411504 - outSlope: 1.2411504 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.6938776 - value: 1.00153 - inSlope: 0.9689287 - outSlope: 0.9689287 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.71428573 - value: 1.0186589 - inSlope: 0.722698 - outSlope: 0.722698 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.7346939 - value: 1.0310279 - inSlope: 0.50245917 - outSlope: 0.50245917 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.75510204 - value: 1.0391674 - inSlope: 0.30820522 - outSlope: 0.30820522 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.7755102 - value: 1.0436077 - inSlope: 0.13994193 - outSlope: 0.13994193 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.79591835 - value: 1.0448793 - inSlope: -0.0023334846 - outSlope: -0.0023334846 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.81632656 - value: 1.0435125 - inSlope: -0.118618324 - outSlope: -0.118618324 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.8367347 - value: 1.0400378 - inSlope: -0.20891258 - outSlope: -0.20891258 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.85714287 - value: 1.0349854 - inSlope: -0.273219 - outSlope: -0.273219 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.877551 - value: 1.028886 - inSlope: -0.31153765 - outSlope: -0.31153765 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.8979592 - value: 1.0222696 - inSlope: -0.32386562 - outSlope: -0.32386562 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.9183673 - value: 1.015667 - inSlope: -0.31020248 - outSlope: -0.31020248 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.93877554 - value: 1.0096083 - inSlope: -0.27055496 - outSlope: -0.27055496 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.9591837 - value: 1.0046239 - inSlope: -0.20491424 - outSlope: -0.20491424 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.97959185 - value: 1.0012444 - inSlope: -0.113285355 - outSlope: -0.113285355 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: -0.060976893 - outSlope: -0.060976893 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - AnimateRotationY: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.3 - value: 1.05 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - AnimateRotationZ: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: -0.060974594 - outSlope: -0.060974594 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.020408163 - value: -0.0012443794 - inSlope: -0.11328613 - outSlope: -0.11328613 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.040816326 - value: -0.0046239235 - inSlope: -0.20491463 - outSlope: -0.20491463 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.06122449 - value: -0.009608242 - inSlope: -0.27055395 - outSlope: -0.27055395 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.08163265 - value: -0.015666941 - inSlope: -0.3102041 - outSlope: -0.3102041 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.10204082 - value: -0.022269635 - inSlope: -0.3238651 - outSlope: -0.3238651 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.12244898 - value: -0.028885925 - inSlope: -0.3115369 - outSlope: -0.3115369 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.14285715 - value: -0.034985427 - inSlope: -0.2732195 - outSlope: -0.2732195 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.1632653 - value: -0.04003774 - inSlope: -0.2089129 - outSlope: -0.2089129 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.18367347 - value: -0.043512482 - inSlope: -0.118617244 - outSlope: -0.118617244 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.20408164 - value: -0.04487926 - inSlope: -0.0023323726 - outSlope: -0.0023323726 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.2244898 - value: -0.043607682 - inSlope: 0.13994168 - outSlope: 0.13994168 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.24489796 - value: -0.039167356 - inSlope: 0.3082049 - outSlope: 0.3082049 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.26530612 - value: -0.031027893 - inSlope: 0.5024574 - outSlope: 0.5024574 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.2857143 - value: -0.018658884 - inSlope: 0.7226989 - outSlope: 0.7226989 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.30612245 - value: -0.0015299736 - inSlope: 0.96892965 - outSlope: 0.96892965 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.3265306 - value: 0.020889245 - inSlope: 1.2411494 - outSlope: 1.2411494 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.3469388 - value: 0.049129207 - inSlope: 1.5393586 - outSlope: 1.5393586 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.36734694 - value: 0.08372022 - inSlope: 1.8635569 - outSlope: 1.8635569 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.3877551 - value: 0.12519272 - inSlope: 2.2137444 - outSlope: 2.2137444 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.40816328 - value: 0.17407717 - inSlope: 2.589921 - outSlope: 2.589921 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.42857143 - value: 0.2309038 - inSlope: 2.992087 - outSlope: 2.992087 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.4489796 - value: 0.2962031 - inSlope: 3.4202416 - outSlope: 3.4202416 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.46938777 - value: 0.37050554 - inSlope: 3.8743854 - outSlope: 3.8743854 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.48979592 - value: 0.45434132 - inSlope: 4.2912545 - outSlope: 4.2912545 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.5102041 - value: 0.5456587 - inSlope: 4.291253 - outSlope: 4.291253 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.53061223 - value: 0.6294944 - inSlope: 3.874385 - outSlope: 3.874385 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.5510204 - value: 0.7037968 - inSlope: 3.4202418 - outSlope: 3.4202418 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.5714286 - value: 0.76909626 - inSlope: 2.9920864 - outSlope: 2.9920864 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.59183675 - value: 0.8259229 - inSlope: 2.589922 - outSlope: 2.589922 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.6122449 - value: 0.8748073 - inSlope: 2.2137446 - outSlope: 2.2137446 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.63265306 - value: 0.9162798 - inSlope: 1.8635569 - outSlope: 1.8635569 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.6530612 - value: 0.9508708 - inSlope: 1.5393584 - outSlope: 1.5393584 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.67346936 - value: 0.9791107 - inSlope: 1.2411504 - outSlope: 1.2411504 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.6938776 - value: 1.00153 - inSlope: 0.9689287 - outSlope: 0.9689287 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.71428573 - value: 1.0186589 - inSlope: 0.722698 - outSlope: 0.722698 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.7346939 - value: 1.0310279 - inSlope: 0.50245917 - outSlope: 0.50245917 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.75510204 - value: 1.0391674 - inSlope: 0.30820522 - outSlope: 0.30820522 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.7755102 - value: 1.0436077 - inSlope: 0.13994193 - outSlope: 0.13994193 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.79591835 - value: 1.0448793 - inSlope: -0.0023334846 - outSlope: -0.0023334846 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.81632656 - value: 1.0435125 - inSlope: -0.118618324 - outSlope: -0.118618324 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.8367347 - value: 1.0400378 - inSlope: -0.20891258 - outSlope: -0.20891258 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.85714287 - value: 1.0349854 - inSlope: -0.273219 - outSlope: -0.273219 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.877551 - value: 1.028886 - inSlope: -0.31153765 - outSlope: -0.31153765 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.8979592 - value: 1.0222696 - inSlope: -0.32386562 - outSlope: -0.32386562 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.9183673 - value: 1.015667 - inSlope: -0.31020248 - outSlope: -0.31020248 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.93877554 - value: 1.0096083 - inSlope: -0.27055496 - outSlope: -0.27055496 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.9591837 - value: 1.0046239 - inSlope: -0.20491424 - outSlope: -0.20491424 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.97959185 - value: 1.0012444 - inSlope: -0.113285355 - outSlope: -0.113285355 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: -0.060976893 - outSlope: -0.060976893 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - ToDestinationCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - - rid: 2 - type: {class: MMF_Sound, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: 1272319601 - Label: Note Sound - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0.2 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0.8, y: 1} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: Automatic Shaker Setup - Owner: {fileID: 1889385021} - DebugActive: 0 - Sfx: {fileID: 8300000, guid: 54440253e69f3dc40971707d9e51d7da, type: 3} - RandomSfx: [] - TestPlayButton: - ButtonText: Debug Play Sound - TestStopButton: - ButtonText: Debug Stop Sound - PlayMethod: 1 - PoolSize: 10 - UseLegacyEventsMode: 0 - StopSoundOnFeedbackStop: 1 - MinVolume: 1 - MaxVolume: 1 - MinPitch: 1 - MaxPitch: 1 - SfxAudioMixerGroup: {fileID: 0} - Priority: 128 - PanStereo: 0 - SpatialBlend: 0 - DopplerLevel: 1 - Spread: 0 - RolloffMode: 0 - MinDistance: 1 - MaxDistance: 500 - UseCustomRolloffCurve: 0 - CustomRolloffCurve: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - UseSpatialBlendCurve: 0 - SpatialBlendCurve: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - UseReverbZoneMixCurve: 0 - ReverbZoneMixCurve: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - UseSpreadCurve: 0 - SpreadCurve: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - - rid: 3 - type: {class: MMF_Sound, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: -1280913701 - Label: Snap Sound - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0.15 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0.8, y: 1} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: Automatic Shaker Setup - Owner: {fileID: 1889385021} - DebugActive: 0 - Sfx: {fileID: 8300000, guid: 2022dcb1a6b4a7f49ba4f9de4ef3f48e, type: 3} - RandomSfx: [] - TestPlayButton: - ButtonText: Debug Play Sound - TestStopButton: - ButtonText: Debug Stop Sound - PlayMethod: 3 - PoolSize: 5 - UseLegacyEventsMode: 0 - StopSoundOnFeedbackStop: 1 - MinVolume: 1 - MaxVolume: 1 - MinPitch: 1 - MaxPitch: 1 - SfxAudioMixerGroup: {fileID: 0} - Priority: 128 - PanStereo: 0 - SpatialBlend: 0 - DopplerLevel: 1 - Spread: 0 - RolloffMode: 0 - MinDistance: 1 - MaxDistance: 500 - UseCustomRolloffCurve: 0 - CustomRolloffCurve: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - UseSpatialBlendCurve: 0 - SpatialBlendCurve: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - UseReverbZoneMixCurve: 0 - ReverbZoneMixCurve: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - UseSpreadCurve: 0 - SpreadCurve: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - - rid: 4 - type: {class: MMF_Material, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: -861723542 - Label: Material - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0.8, y: 1} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 1889385021} - DebugActive: 0 - TargetRenderer: {fileID: 1561756054} - RendererMaterialIndexes: - Method: 0 - Loop: 1 - AlwaysNewMaterial: 1 - InitialIndex: 0 - Materials: - - {fileID: 2100000, guid: aa24205135c86be4792f70af431b8638, type: 2} - - {fileID: 2100000, guid: 28f4ba3ff8cbc124d82cbe3d696ed209, type: 2} - - {fileID: 2100000, guid: fafd9ca80d42ea147955a570b7ff417a, type: 2} - - {fileID: 2100000, guid: 8a0f71e021d8c02408e3b9145082dc1b, type: 2} - - {fileID: 2100000, guid: ef35891a12f2deb49acd5cffa698c910, type: 2} - - {fileID: 2100000, guid: 859110124559f53448796d58be533933, type: 2} - - {fileID: 2100000, guid: d27c02d0cdd147245be0de863bd68637, type: 2} - - {fileID: 2100000, guid: c010297598d35b24ea0bf283a1f77386, type: 2} - - {fileID: 2100000, guid: 1e5b54aaf95dc544996bd98919f83491, type: 2} - InterpolateTransition: 0 - TransitionDuration: 1 - TransitionCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - - rid: 5 - type: {class: MMF_CinemachineImpulse, ns: MoreMountains.FeedbacksForThirdParty, - asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: -1123670751 - Label: Impulse - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0.8, y: 1} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: Automatic Shaker Setup - Owner: {fileID: 1889385021} - DebugActive: 0 - m_ImpulseDefinition: - ImpulseChannel: 1 - ImpulseShape: 0 - CustomImpulseShape: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - ImpulseDuration: 0.2 - ImpulseType: 3 - DissipationRate: 0 - RawSignal: {fileID: 11400000, guid: 69ce8388f6785dd4c8c39915efece2f4, type: 2} - AmplitudeGain: 1 - FrequencyGain: 1 - RepeatMode: 0 - Randomize: 1 - TimeEnvelope: - AttackShape: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - DecayShape: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: -0.9999995 - outSlope: -0.9999995 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.020408163 - value: 0.97959185 - inSlope: -0.9999995 - outSlope: -0.9999995 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.040816326 - value: 0.9591837 - inSlope: -0.9999995 - outSlope: -0.9999995 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.06122449 - value: 0.93877554 - inSlope: -1.000001 - outSlope: -1.000001 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.08163265 - value: 0.9183673 - inSlope: -1.000001 - outSlope: -1.000001 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.10204082 - value: 0.8979592 - inSlope: -0.99999946 - outSlope: -0.99999946 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.12244898 - value: 0.877551 - inSlope: -0.99999946 - outSlope: -0.99999946 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.14285715 - value: 0.85714287 - inSlope: -0.99999964 - outSlope: -0.99999964 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.1632653 - value: 0.8367347 - inSlope: -1.0000011 - outSlope: -1.0000011 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.18367347 - value: 0.8163265 - inSlope: -1.0000007 - outSlope: -1.0000007 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.20408164 - value: 0.79591835 - inSlope: -0.99999964 - outSlope: -0.99999964 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.2244898 - value: 0.7755102 - inSlope: -0.99999964 - outSlope: -0.99999964 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.24489796 - value: 0.75510204 - inSlope: -0.99999964 - outSlope: -0.99999964 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.26530612 - value: 0.7346939 - inSlope: -0.9999993 - outSlope: -0.9999993 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.2857143 - value: 0.71428573 - inSlope: -0.9999993 - outSlope: -0.9999993 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.30612245 - value: 0.6938776 - inSlope: -1 - outSlope: -1 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.3265306 - value: 0.6734694 - inSlope: -1.0000007 - outSlope: -1.0000007 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.3469388 - value: 0.6530612 - inSlope: -1.0000007 - outSlope: -1.0000007 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.36734694 - value: 0.63265306 - inSlope: -1 - outSlope: -1 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.3877551 - value: 0.6122449 - inSlope: -1.0000007 - outSlope: -1.0000007 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.40816328 - value: 0.5918367 - inSlope: -1.0000007 - outSlope: -1.0000007 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.42857143 - value: 0.57142854 - inSlope: -1 - outSlope: -1 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.4489796 - value: 0.5510204 - inSlope: -0.9999993 - outSlope: -0.9999993 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.46938777 - value: 0.53061223 - inSlope: -0.9999993 - outSlope: -0.9999993 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.48979592 - value: 0.5102041 - inSlope: -1 - outSlope: -1 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.5102041 - value: 0.48979592 - inSlope: -1 - outSlope: -1 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.53061223 - value: 0.46938777 - inSlope: -1 - outSlope: -1 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.5510204 - value: 0.44897962 - inSlope: -1 - outSlope: -1 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.5714286 - value: 0.4285714 - inSlope: -1 - outSlope: -1 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.59183675 - value: 0.40816325 - inSlope: -1 - outSlope: -1 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.6122449 - value: 0.3877551 - inSlope: -1 - outSlope: -1 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.63265306 - value: 0.36734694 - inSlope: -1 - outSlope: -1 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.6530612 - value: 0.3469388 - inSlope: -1 - outSlope: -1 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.67346936 - value: 0.32653064 - inSlope: -1 - outSlope: -1 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.6938776 - value: 0.30612242 - inSlope: -1 - outSlope: -1 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.71428573 - value: 0.28571427 - inSlope: -1 - outSlope: -1 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.7346939 - value: 0.26530612 - inSlope: -1 - outSlope: -1 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.75510204 - value: 0.24489796 - inSlope: -1 - outSlope: -1 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.7755102 - value: 0.22448981 - inSlope: -1 - outSlope: -1 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.79591835 - value: 0.20408165 - inSlope: -1 - outSlope: -1 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.81632656 - value: 0.18367344 - inSlope: -1 - outSlope: -1 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.8367347 - value: 0.16326529 - inSlope: -1 - outSlope: -1 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.85714287 - value: 0.14285713 - inSlope: -1 - outSlope: -1 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.877551 - value: 0.12244898 - inSlope: -1 - outSlope: -1 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.8979592 - value: 0.10204083 - inSlope: -1 - outSlope: -1 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.9183673 - value: 0.081632674 - inSlope: -1 - outSlope: -1 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.93877554 - value: 0.06122446 - inSlope: -1 - outSlope: -1 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.9591837 - value: 0.040816307 - inSlope: -1 - outSlope: -1 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.97959185 - value: 0.020408154 - inSlope: -1 - outSlope: -1 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: -1 - outSlope: -1 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - AttackTime: 0 - SustainTime: 0.1 - DecayTime: 0.2 - ScaleWithImpact: 1 - HoldForever: 0 - ImpactRadius: 100 - DirectionMode: 0 - DissipationMode: 2 - DissipationDistance: 1000 - PropagationSpeed: 343 - Velocity: {x: 0.2, y: 0.2, z: 0.2} - ClearImpulseOnStop: 0 - DrawGizmos: 0 - - rid: 6 - type: {class: MMF_ShaderController, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: -472084872 - Label: ShaderController - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0.8, y: 1} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 1889385021} - DebugActive: 0 - Mode: 0 - TargetShaderController: {fileID: 2020251363} - TargetShaderControllerList: [] - RevertToInitialValueAfterEnd: 0 - GetInitialValueOnOneTime: 0 - OneTimeDuration: 0.1 - OneTimeAmplitude: 1 - OneTimeRemapMin: 0 - OneTimeRemapMax: 1 - OneTimeCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.15789795 - value: 0.9976654 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - ToDestinationValue: 1 - ToDestinationDuration: 1 - ToDestinationColor: {r: 1, g: 0, b: 0, a: 1} - ToDestinationCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.5 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 ---- !u!4 &1889385022 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1889385020} - serializedVersion: 2 - m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: 0} - m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 - m_Children: [] - m_Father: {fileID: 89129166} - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!1001 &1895061595 -PrefabInstance: - m_ObjectHideFlags: 0 - serializedVersion: 2 - m_Modification: - serializedVersion: 3 - m_TransformParent: {fileID: 1557570896} - m_Modifications: - - target: {fileID: 4994452109645884045, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_Name - value: Spacer - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_Pivot.x - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_Pivot.y - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_RootOrder - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_AnchorMax.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_AnchorMax.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_AnchorMin.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_AnchorMin.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_SizeDelta.x - value: 236.1 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_SizeDelta.y - value: 30 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_LocalPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_LocalPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_LocalPosition.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_LocalRotation.w - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_LocalRotation.x - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_LocalRotation.y - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_LocalRotation.z - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_AnchoredPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_AnchoredPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_LocalEulerAnglesHint.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_LocalEulerAnglesHint.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - propertyPath: m_LocalEulerAnglesHint.z - value: 0 - objectReference: {fileID: 0} - m_RemovedComponents: [] - m_RemovedGameObjects: [] - m_AddedGameObjects: [] - m_AddedComponents: [] - m_SourcePrefab: {fileID: 100100000, guid: b4ba93cf48b1c6b468135361158be27d, type: 3} ---- !u!224 &1939162820 stripped -RectTransform: - m_CorrespondingSourceObject: {fileID: 9181942661678119006, guid: b4ba93cf48b1c6b468135361158be27d, - type: 3} - m_PrefabInstance: {fileID: 55557095} - m_PrefabAsset: {fileID: 0} ---- !u!1 &1968235816 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 1968235817} - - component: {fileID: 1968235818} - m_Layer: 0 - m_Name: Crash2 - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &1968235817 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1968235816} - serializedVersion: 2 - m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: 0} - m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 - m_Children: [] - m_Father: {fileID: 96194543} - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!82 &1968235818 -AudioSource: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1968235816} - m_Enabled: 1 - serializedVersion: 4 - OutputAudioMixerGroup: {fileID: 0} - m_audioClip: {fileID: 8300000, guid: 88867f4a6e97083478041a8bacc9b4bf, type: 3} - m_Resource: {fileID: 8300000, guid: 88867f4a6e97083478041a8bacc9b4bf, type: 3} - m_PlayOnAwake: 0 - m_Volume: 1 - m_Pitch: 1 - Loop: 0 - Mute: 0 - Spatialize: 0 - SpatializePostEffects: 0 - Priority: 128 - DopplerLevel: 1 - MinDistance: 1 - MaxDistance: 500 - Pan2D: 0 - rolloffMode: 0 - BypassEffects: 0 - BypassListenerEffects: 0 - BypassReverbZones: 0 - rolloffCustomCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - panLevelCustomCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - spreadCustomCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - reverbZoneMixCustomCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 ---- !u!1 &1985849807 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 1985849808} - - component: {fileID: 1985849809} - m_Layer: 0 - m_Name: SquashAndStretch - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &1985849808 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1985849807} - serializedVersion: 2 - m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: 0} - m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 - m_Children: - - {fileID: 1561756053} - m_Father: {fileID: 2020251361} - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!114 &1985849809 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1985849807} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: aade595aee3a1d24c9845361684f77d6, type: 3} - m_Name: - m_EditorClassIdentifier: - Mode: 2 - Timescale: 0 - Intensity: 0.002 - MaximumVelocity: 0.5 - MinimumScale: {x: 0.5, y: 0.5, z: 0.5} - MaximumScale: {x: 2, y: 2, z: 2} - RescaleX: 1 - RescaleY: 1 - RescaleZ: 1 - RotateToMatchDirection: 1 - AutoSquashOnStop: 1 - SquashCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 8.338201 - outSlope: 8.338201 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0.09570888 - - serializedVersion: 3 - time: 0.1829834 - value: 1.0011673 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: -0.31129283 - outSlope: -0.31129283 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.10507882 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - SquashVelocityThreshold: 3 - SquashDuration: {x: 0, y: 0.1} - SquashIntensity: {x: 0, y: 0.2} - Spring: 0 - SpringDamping: 0.3 - SpringFrequency: 3 - Velocity: {x: 0, y: 5.62271, z: 0} - RemappedVelocity: 11.24542 - VelocityMagnitude: 5.62271 ---- !u!1 &2015176684 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 2015176685} - - component: {fileID: 2015176688} - - component: {fileID: 2015176687} - - component: {fileID: 2015176686} - m_Layer: 5 - m_Name: FeedbacksScrollRectBg - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!224 &2015176685 -RectTransform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 2015176684} - m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: 0} - m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 - m_Children: [] - m_Father: {fileID: 1047976019} - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} - m_AnchorMin: {x: 0, y: 0} - m_AnchorMax: {x: 0, y: 1} - m_AnchoredPosition: {x: 169.02002, y: -0.000061035156} - m_SizeDelta: {x: 256.03, y: 0} - m_Pivot: {x: 0.5, y: 0.5} ---- !u!114 &2015176686 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 2015176684} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 1aa08ab6e0800fa44ae55d278d1423e3, type: 3} - m_Name: - m_EditorClassIdentifier: - m_Content: {fileID: 0} - m_Horizontal: 0 - m_Vertical: 1 - m_MovementType: 1 - m_Elasticity: 0.1 - m_Inertia: 1 - m_DecelerationRate: 0.135 - m_ScrollSensitivity: 1 - m_Viewport: {fileID: 2015176685} - m_HorizontalScrollbar: {fileID: 0} - m_VerticalScrollbar: {fileID: 0} - m_HorizontalScrollbarVisibility: 0 - m_VerticalScrollbarVisibility: 0 - m_HorizontalScrollbarSpacing: 0 - m_VerticalScrollbarSpacing: 0 - m_OnValueChanged: - m_PersistentCalls: - m_Calls: [] ---- !u!114 &2015176687 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 2015176684} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} - m_Name: - m_EditorClassIdentifier: - m_Material: {fileID: 0} - m_Color: {r: 0, g: 0, b: 0, a: 0.7176471} - m_RaycastTarget: 1 - m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0} - m_Maskable: 1 - m_OnCullStateChanged: - m_PersistentCalls: - m_Calls: [] - m_Sprite: {fileID: 0} - m_Type: 0 - m_PreserveAspect: 0 - m_FillCenter: 1 - m_FillMethod: 4 - m_FillAmount: 1 - m_FillClockwise: 1 - m_FillOrigin: 0 - m_UseSpriteMesh: 0 - m_PixelsPerUnitMultiplier: 1 ---- !u!222 &2015176688 -CanvasRenderer: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 2015176684} - m_CullTransparentMesh: 0 ---- !u!1 &2020251360 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 2020251361} - - component: {fileID: 2020251362} - - component: {fileID: 2020251363} - m_Layer: 0 - m_Name: Cube3 - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &2020251361 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 2020251360} - serializedVersion: 2 - m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: 0, y: 1.5, z: 2} - m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 - m_Children: - - {fileID: 1985849808} - m_Father: {fileID: 722569212} - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!65 &2020251362 -BoxCollider: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 2020251360} - m_Material: {fileID: 0} - m_IncludeLayers: - serializedVersion: 2 - m_Bits: 0 - m_ExcludeLayers: - serializedVersion: 2 - m_Bits: 0 - m_LayerOverridePriority: 0 - m_IsTrigger: 0 - m_ProvidesContacts: 0 - m_Enabled: 1 - serializedVersion: 3 - m_Size: {x: 1, y: 1, z: 1} - m_Center: {x: 0, y: 0, z: 0} ---- !u!114 &2020251363 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 2020251360} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 8ad986206bb726846a202cfdedd282dc, type: 3} - m_Name: - m_EditorClassIdentifier: - TargetType: 0 - TargetRenderer: {fileID: 1561756054} - TargetMaterialID: 0 - TargetImage: {fileID: 0} - UseMaterialForRendering: 0 - TargetRawImage: {fileID: 0} - TargetText: {fileID: 0} - CacheMaterial: 0 - CreateMaterialInstance: 0 - TargetPropertyName: _EmissionForce - PropertyType: 1 - X: 0 - Y: 0 - Z: 0 - W: 0 - ColorMode: 0 - ColorRamp: - serializedVersion: 2 - key0: {r: 1, g: 1, b: 1, a: 1} - key1: {r: 1, g: 1, b: 1, a: 1} - key2: {r: 0, g: 0, b: 0, a: 0} - key3: {r: 0, g: 0, b: 0, a: 0} - key4: {r: 0, g: 0, b: 0, a: 0} - key5: {r: 0, g: 0, b: 0, a: 0} - key6: {r: 0, g: 0, b: 0, a: 0} - key7: {r: 0, g: 0, b: 0, a: 0} - ctime0: 0 - ctime1: 65535 - ctime2: 0 - ctime3: 0 - ctime4: 0 - ctime5: 0 - ctime6: 0 - ctime7: 0 - atime0: 0 - atime1: 65535 - atime2: 0 - atime3: 0 - atime4: 0 - atime5: 0 - atime6: 0 - atime7: 0 - m_Mode: 0 - m_ColorSpace: -1 - m_NumColorKeys: 2 - m_NumAlphaKeys: 2 - FromColor: {r: 0, g: 0, b: 0, a: 1} - ToColor: {r: 1, g: 1, b: 1, a: 1} - ControlMode: 2 - AddToInitialValue: 0 - UseUnscaledTime: 1 - RevertToInitialValueAfterEnd: 1 - UseMaterialPropertyBlocks: 0 - SpriteRendererTextureProperty: _MainTex - SafeMode: 0 - Curve: - MMTweenDefinitionType: 0 - MMTweenCurve: 0 - Curve: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - Initialized: 0 - ConditionPropertyName: - EnumConditionPropertyName: - EnumConditions: - MinValue: 0 - MaxValue: 5 - Duration: 1 - PingPongPauseDuration: 1 - LoopCurve: - MMTweenDefinitionType: 0 - MMTweenCurve: 0 - Curve: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - Initialized: 0 - ConditionPropertyName: - EnumConditionPropertyName: - EnumConditions: - LoopStartValue: 0 - LoopEndValue: 5 - LoopDuration: 1 - LoopPauseDuration: 1 - DrivenLevel: 0 - Amplitude: {x: 1, y: 1} - Frequency: {x: 1, y: 1} - Shift: {x: 0, y: 1} - RemapNoiseValues: 0 - RemapNoiseZero: 0 - RemapNoiseOne: 1 - OneTimeDuration: 1 - OneTimeAmplitude: 1 - OneTimeRemapMin: 0 - OneTimeRemapMax: 1 - OneTimeCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 2 - outSlope: 2 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - OneTimeButton: 0 - DisableAfterOneTime: 0 - DisableGameObjectAfterOneTime: 0 - GetInitialValueOnOneTime: 0 - AudioAnalyzer: {fileID: 0} - BeatID: 0 - AudioAnalyzerMultiplier: 1 - AudioAnalyzerOffset: 0 - AudioAnalyzerLerp: 60 - ToDestinationValue: 1 - ToDestinationDuration: 1 - ToDestinationCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.5 - value: 0.6 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - ToDestinationButton: 0 - DisableAfterToDestination: 0 - InitialValue: 0 - CurrentValue: 0 - CurrentValueNormalized: 0 - InitialColor: {r: 0, g: 0, b: 0, a: 0} - PropertyID: 0 - PropertyFound: 0 - TargetMaterial: {fileID: 0} - PingPong: 0 - LoopTime: 0 ---- !u!1 &2103931210 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 2103931211} - - component: {fileID: 2103931221} - m_Layer: 0 - m_Name: MMFeedbacks1 (7) - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 0 ---- !u!4 &2103931211 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 2103931210} - serializedVersion: 2 - m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: 0} - m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 - m_Children: [] - m_Father: {fileID: 89129166} - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!114 &2103931221 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 2103931210} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 6da43522623d4704e979466dc7650b65, type: 3} - m_Name: - m_EditorClassIdentifier: - Feedbacks: - - {fileID: 0} - - {fileID: 0} - - {fileID: 0} - - {fileID: 0} - - {fileID: 0} - - {fileID: 0} - - {fileID: 0} - - {fileID: 0} - - {fileID: 0} - InitializationMode: 2 - AutoInitialization: 1 - SafeMode: 3 - Direction: 0 - AutoChangeDirectionOnEnd: 0 - AutoPlayOnStart: 0 - AutoPlayOnEnable: 0 - ForceTimescaleMode: 0 - ForcedTimescaleMode: 1 - DurationMultiplier: 1 - TimescaleMultiplier: 1 - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 1.5} - DisplayFullDurationDetails: 0 - PlayerTimescaleMode: 1 - OnlyPlayIfWithinRange: 0 - RangeCenter: {fileID: 0} - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - IgnoreRangeEvents: 0 - CooldownDuration: 0 - InitialDelay: 0 - CanPlay: 1 - CanPlayWhileAlreadyPlaying: 1 - ChanceToPlay: 100 - FeedbacksIntensity: 1 - Events: - TriggerMMFeedbacksEvents: 0 - TriggerUnityEvents: 1 - OnPlay: - m_PersistentCalls: - m_Calls: [] - OnPause: - m_PersistentCalls: - m_Calls: [] - OnStop: - m_PersistentCalls: - m_Calls: [] - OnResume: - m_PersistentCalls: - m_Calls: [] - OnChangeDirection: - m_PersistentCalls: - m_Calls: [] - OnComplete: - m_PersistentCalls: - m_Calls: [] - OnRestoreInitialValues: - m_PersistentCalls: - m_Calls: [] - OnSkipToTheEnd: - m_PersistentCalls: - m_Calls: [] - OnInitializationComplete: - m_PersistentCalls: - m_Calls: [] - OnEnable: - m_PersistentCalls: - m_Calls: [] - OnDisable: - m_PersistentCalls: - m_Calls: [] - DebugActive: 0 - InScriptDrivenPause: 0 - FeedbacksList: - - rid: 0 - - rid: 1 - - rid: 2 - - rid: 3 - - rid: 4 - - rid: 5 - - rid: 6 - - rid: 7 - - rid: 8 - KeepPlayModeChanges: 0 - PerformanceMode: 0 - RestoreInitialValuesOnDisable: 0 - StopFeedbacksOnDisable: 0 - PlayCount: 0 - references: - version: 2 - RefIds: - - rid: 0 - type: {class: MMF_Position, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: -1569822470 - Label: Position - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0.8, y: 1} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 2103931221} - DebugActive: 0 - AnimatePositionTarget: {fileID: 773672490} - Mode: 1 - Space: 0 - RandomizeRemap: 0 - AnimatePositionDuration: 0.2 - AnimatePositionTween: - MMTweenDefinitionType: 1 - MMTweenCurve: 4 - Curve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.1 - value: 0.05 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.9 - value: 0.95 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - Initialized: 1 - ConditionPropertyName: - EnumConditionPropertyName: Mode - EnumConditions: 0100010000000000000000000000000000000000000000000000000000000000 - RemapCurveZero: 0 - RemapCurveZeroAlt: 0 - RemapCurveOne: 2 - RemapCurveOneAlt: 1 - AnimateX: 0 - AnimatePositionTweenX: - MMTweenDefinitionType: 1 - MMTweenCurve: 4 - Curve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.3 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.6 - value: -1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - Initialized: 1 - ConditionPropertyName: AnimateX - EnumConditionPropertyName: - EnumConditions: 0000000000000000000000000000000000000000000000000000000000000000 - AnimateY: 1 - AnimatePositionTweenY: - MMTweenDefinitionType: 1 - MMTweenCurve: 4 - Curve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 10.10368 - outSlope: 10.10368 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0.047514614 - - serializedVersion: 3 - time: 0.3 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: -2.9999943 - outSlope: -2.9999943 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.029761963 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - Initialized: 1 - ConditionPropertyName: AnimateY - EnumConditionPropertyName: - EnumConditions: 0000000000000000000000000000000000000000000000000000000000000000 - AnimateZ: 0 - AnimatePositionTweenZ: - MMTweenDefinitionType: 1 - MMTweenCurve: 4 - Curve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.3 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.6 - value: -1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - Initialized: 1 - ConditionPropertyName: AnimateZ - EnumConditionPropertyName: - EnumConditions: 0000000000000000000000000000000000000000000000000000000000000000 - AllowAdditivePlays: 0 - RelativePosition: 1 - DeterminePositionsOnPlay: 0 - InitialPosition: {x: 0, y: 0, z: 0} - DestinationPosition: {x: 0, y: 3, z: -3} - InitialPositionTransform: {fileID: 0} - DestinationPositionTransform: {fileID: 0} - AnimatePositionCurveX: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.3 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.6 - value: -1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - AnimatePositionCurveY: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 10.10368 - outSlope: 10.10368 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0.047514614 - - serializedVersion: 3 - time: 0.3 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: -2.9999943 - outSlope: -2.9999943 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.029761963 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - AnimatePositionCurveZ: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.3 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.6 - value: -1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - AnimatePositionCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.1 - value: 0.05 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.9 - value: 0.95 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - - rid: 1 - type: {class: MMF_Rotation, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: -189155652 - Label: Rotation - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0.8, y: 1} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 2103931221} - DebugActive: 0 - AnimateRotationTarget: {fileID: 773672494} - Mode: 0 - RotationSpace: 0 - AnimateRotationDuration: 0.2 - RemapCurveZero: 0 - RemapCurveOne: 90 - AnimateX: 0 - AnimateRotationTweenX: - MMTweenDefinitionType: 1 - MMTweenCurve: 4 - Curve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: -0.060974594 - outSlope: -0.060974594 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.020408163 - value: -0.0012443794 - inSlope: -0.11328613 - outSlope: -0.11328613 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.040816326 - value: -0.0046239235 - inSlope: -0.20491463 - outSlope: -0.20491463 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.06122449 - value: -0.009608242 - inSlope: -0.27055395 - outSlope: -0.27055395 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.08163265 - value: -0.015666941 - inSlope: -0.3102041 - outSlope: -0.3102041 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.10204082 - value: -0.022269635 - inSlope: -0.3238651 - outSlope: -0.3238651 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.12244898 - value: -0.028885925 - inSlope: -0.3115369 - outSlope: -0.3115369 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.14285715 - value: -0.034985427 - inSlope: -0.2732195 - outSlope: -0.2732195 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.1632653 - value: -0.04003774 - inSlope: -0.2089129 - outSlope: -0.2089129 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.18367347 - value: -0.043512482 - inSlope: -0.118617244 - outSlope: -0.118617244 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.20408164 - value: -0.04487926 - inSlope: -0.0023323726 - outSlope: -0.0023323726 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.2244898 - value: -0.043607682 - inSlope: 0.13994168 - outSlope: 0.13994168 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.24489796 - value: -0.039167356 - inSlope: 0.3082049 - outSlope: 0.3082049 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.26530612 - value: -0.031027893 - inSlope: 0.5024574 - outSlope: 0.5024574 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.2857143 - value: -0.018658884 - inSlope: 0.7226989 - outSlope: 0.7226989 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.30612245 - value: -0.0015299736 - inSlope: 0.96892965 - outSlope: 0.96892965 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.3265306 - value: 0.020889245 - inSlope: 1.2411494 - outSlope: 1.2411494 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.3469388 - value: 0.049129207 - inSlope: 1.5393586 - outSlope: 1.5393586 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.36734694 - value: 0.08372022 - inSlope: 1.8635569 - outSlope: 1.8635569 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.3877551 - value: 0.12519272 - inSlope: 2.2137444 - outSlope: 2.2137444 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.40816328 - value: 0.17407717 - inSlope: 2.589921 - outSlope: 2.589921 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.42857143 - value: 0.2309038 - inSlope: 2.992087 - outSlope: 2.992087 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.4489796 - value: 0.2962031 - inSlope: 3.4202416 - outSlope: 3.4202416 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.46938777 - value: 0.37050554 - inSlope: 3.8743854 - outSlope: 3.8743854 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.48979592 - value: 0.45434132 - inSlope: 4.2912545 - outSlope: 4.2912545 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.5102041 - value: 0.5456587 - inSlope: 4.291253 - outSlope: 4.291253 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.53061223 - value: 0.6294944 - inSlope: 3.874385 - outSlope: 3.874385 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.5510204 - value: 0.7037968 - inSlope: 3.4202418 - outSlope: 3.4202418 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.5714286 - value: 0.76909626 - inSlope: 2.9920864 - outSlope: 2.9920864 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.59183675 - value: 0.8259229 - inSlope: 2.589922 - outSlope: 2.589922 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.6122449 - value: 0.8748073 - inSlope: 2.2137446 - outSlope: 2.2137446 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.63265306 - value: 0.9162798 - inSlope: 1.8635569 - outSlope: 1.8635569 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.6530612 - value: 0.9508708 - inSlope: 1.5393584 - outSlope: 1.5393584 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.67346936 - value: 0.9791107 - inSlope: 1.2411504 - outSlope: 1.2411504 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.6938776 - value: 1.00153 - inSlope: 0.9689287 - outSlope: 0.9689287 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.71428573 - value: 1.0186589 - inSlope: 0.722698 - outSlope: 0.722698 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.7346939 - value: 1.0310279 - inSlope: 0.50245917 - outSlope: 0.50245917 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.75510204 - value: 1.0391674 - inSlope: 0.30820522 - outSlope: 0.30820522 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.7755102 - value: 1.0436077 - inSlope: 0.13994193 - outSlope: 0.13994193 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.79591835 - value: 1.0448793 - inSlope: -0.0023334846 - outSlope: -0.0023334846 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.81632656 - value: 1.0435125 - inSlope: -0.118618324 - outSlope: -0.118618324 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.8367347 - value: 1.0400378 - inSlope: -0.20891258 - outSlope: -0.20891258 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.85714287 - value: 1.0349854 - inSlope: -0.273219 - outSlope: -0.273219 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.877551 - value: 1.028886 - inSlope: -0.31153765 - outSlope: -0.31153765 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.8979592 - value: 1.0222696 - inSlope: -0.32386562 - outSlope: -0.32386562 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.9183673 - value: 1.015667 - inSlope: -0.31020248 - outSlope: -0.31020248 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.93877554 - value: 1.0096083 - inSlope: -0.27055496 - outSlope: -0.27055496 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.9591837 - value: 1.0046239 - inSlope: -0.20491424 - outSlope: -0.20491424 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.97959185 - value: 1.0012444 - inSlope: -0.113285355 - outSlope: -0.113285355 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: -0.060976893 - outSlope: -0.060976893 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - Initialized: 1 - ConditionPropertyName: AnimateX - EnumConditionPropertyName: - EnumConditions: 0000000000000000000000000000000000000000000000000000000000000000 - AnimateY: 0 - AnimateRotationTweenY: - MMTweenDefinitionType: 1 - MMTweenCurve: 4 - Curve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.3 - value: 1.05 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - Initialized: 1 - ConditionPropertyName: AnimateY - EnumConditionPropertyName: - EnumConditions: 0000000000000000000000000000000000000000000000000000000000000000 - AnimateZ: 1 - AnimateRotationTweenZ: - MMTweenDefinitionType: 1 - MMTweenCurve: 4 - Curve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: -0.060974594 - outSlope: -0.060974594 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.020408163 - value: -0.0012443794 - inSlope: -0.11328613 - outSlope: -0.11328613 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.040816326 - value: -0.0046239235 - inSlope: -0.20491463 - outSlope: -0.20491463 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.06122449 - value: -0.009608242 - inSlope: -0.27055395 - outSlope: -0.27055395 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.08163265 - value: -0.015666941 - inSlope: -0.3102041 - outSlope: -0.3102041 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.10204082 - value: -0.022269635 - inSlope: -0.3238651 - outSlope: -0.3238651 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.12244898 - value: -0.028885925 - inSlope: -0.3115369 - outSlope: -0.3115369 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.14285715 - value: -0.034985427 - inSlope: -0.2732195 - outSlope: -0.2732195 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.1632653 - value: -0.04003774 - inSlope: -0.2089129 - outSlope: -0.2089129 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.18367347 - value: -0.043512482 - inSlope: -0.118617244 - outSlope: -0.118617244 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.20408164 - value: -0.04487926 - inSlope: -0.0023323726 - outSlope: -0.0023323726 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.2244898 - value: -0.043607682 - inSlope: 0.13994168 - outSlope: 0.13994168 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.24489796 - value: -0.039167356 - inSlope: 0.3082049 - outSlope: 0.3082049 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.26530612 - value: -0.031027893 - inSlope: 0.5024574 - outSlope: 0.5024574 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.2857143 - value: -0.018658884 - inSlope: 0.7226989 - outSlope: 0.7226989 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.30612245 - value: -0.0015299736 - inSlope: 0.96892965 - outSlope: 0.96892965 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.3265306 - value: 0.020889245 - inSlope: 1.2411494 - outSlope: 1.2411494 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.3469388 - value: 0.049129207 - inSlope: 1.5393586 - outSlope: 1.5393586 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.36734694 - value: 0.08372022 - inSlope: 1.8635569 - outSlope: 1.8635569 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.3877551 - value: 0.12519272 - inSlope: 2.2137444 - outSlope: 2.2137444 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.40816328 - value: 0.17407717 - inSlope: 2.589921 - outSlope: 2.589921 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.42857143 - value: 0.2309038 - inSlope: 2.992087 - outSlope: 2.992087 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.4489796 - value: 0.2962031 - inSlope: 3.4202416 - outSlope: 3.4202416 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.46938777 - value: 0.37050554 - inSlope: 3.8743854 - outSlope: 3.8743854 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.48979592 - value: 0.45434132 - inSlope: 4.2912545 - outSlope: 4.2912545 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.5102041 - value: 0.5456587 - inSlope: 4.291253 - outSlope: 4.291253 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.53061223 - value: 0.6294944 - inSlope: 3.874385 - outSlope: 3.874385 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.5510204 - value: 0.7037968 - inSlope: 3.4202418 - outSlope: 3.4202418 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.5714286 - value: 0.76909626 - inSlope: 2.9920864 - outSlope: 2.9920864 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.59183675 - value: 0.8259229 - inSlope: 2.589922 - outSlope: 2.589922 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.6122449 - value: 0.8748073 - inSlope: 2.2137446 - outSlope: 2.2137446 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.63265306 - value: 0.9162798 - inSlope: 1.8635569 - outSlope: 1.8635569 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.6530612 - value: 0.9508708 - inSlope: 1.5393584 - outSlope: 1.5393584 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.67346936 - value: 0.9791107 - inSlope: 1.2411504 - outSlope: 1.2411504 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.6938776 - value: 1.00153 - inSlope: 0.9689287 - outSlope: 0.9689287 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.71428573 - value: 1.0186589 - inSlope: 0.722698 - outSlope: 0.722698 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.7346939 - value: 1.0310279 - inSlope: 0.50245917 - outSlope: 0.50245917 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.75510204 - value: 1.0391674 - inSlope: 0.30820522 - outSlope: 0.30820522 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.7755102 - value: 1.0436077 - inSlope: 0.13994193 - outSlope: 0.13994193 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.79591835 - value: 1.0448793 - inSlope: -0.0023334846 - outSlope: -0.0023334846 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.81632656 - value: 1.0435125 - inSlope: -0.118618324 - outSlope: -0.118618324 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.8367347 - value: 1.0400378 - inSlope: -0.20891258 - outSlope: -0.20891258 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.85714287 - value: 1.0349854 - inSlope: -0.273219 - outSlope: -0.273219 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.877551 - value: 1.028886 - inSlope: -0.31153765 - outSlope: -0.31153765 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.8979592 - value: 1.0222696 - inSlope: -0.32386562 - outSlope: -0.32386562 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.9183673 - value: 1.015667 - inSlope: -0.31020248 - outSlope: -0.31020248 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.93877554 - value: 1.0096083 - inSlope: -0.27055496 - outSlope: -0.27055496 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.9591837 - value: 1.0046239 - inSlope: -0.20491424 - outSlope: -0.20491424 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.97959185 - value: 1.0012444 - inSlope: -0.113285355 - outSlope: -0.113285355 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: -0.060976893 - outSlope: -0.060976893 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - Initialized: 1 - ConditionPropertyName: AnimateZ - EnumConditionPropertyName: - EnumConditions: 0000000000000000000000000000000000000000000000000000000000000000 - AllowAdditivePlays: 0 - DetermineRotationOnPlay: 0 - ToDestinationSpace: 0 - DestinationAngles: {x: 0, y: 180, z: 0} - ToDestinationTransform: {fileID: 0} - ToDestinationTween: - MMTweenDefinitionType: 1 - MMTweenCurve: 10 - Curve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - Initialized: 1 - ConditionPropertyName: - EnumConditionPropertyName: Mode - EnumConditions: 0000010000000000000000000000000000000000000000000000000000000000 - AnimateRotationX: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: -0.060974594 - outSlope: -0.060974594 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.020408163 - value: -0.0012443794 - inSlope: -0.11328613 - outSlope: -0.11328613 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.040816326 - value: -0.0046239235 - inSlope: -0.20491463 - outSlope: -0.20491463 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.06122449 - value: -0.009608242 - inSlope: -0.27055395 - outSlope: -0.27055395 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.08163265 - value: -0.015666941 - inSlope: -0.3102041 - outSlope: -0.3102041 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.10204082 - value: -0.022269635 - inSlope: -0.3238651 - outSlope: -0.3238651 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.12244898 - value: -0.028885925 - inSlope: -0.3115369 - outSlope: -0.3115369 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.14285715 - value: -0.034985427 - inSlope: -0.2732195 - outSlope: -0.2732195 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.1632653 - value: -0.04003774 - inSlope: -0.2089129 - outSlope: -0.2089129 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.18367347 - value: -0.043512482 - inSlope: -0.118617244 - outSlope: -0.118617244 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.20408164 - value: -0.04487926 - inSlope: -0.0023323726 - outSlope: -0.0023323726 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.2244898 - value: -0.043607682 - inSlope: 0.13994168 - outSlope: 0.13994168 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.24489796 - value: -0.039167356 - inSlope: 0.3082049 - outSlope: 0.3082049 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.26530612 - value: -0.031027893 - inSlope: 0.5024574 - outSlope: 0.5024574 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.2857143 - value: -0.018658884 - inSlope: 0.7226989 - outSlope: 0.7226989 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.30612245 - value: -0.0015299736 - inSlope: 0.96892965 - outSlope: 0.96892965 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.3265306 - value: 0.020889245 - inSlope: 1.2411494 - outSlope: 1.2411494 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.3469388 - value: 0.049129207 - inSlope: 1.5393586 - outSlope: 1.5393586 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.36734694 - value: 0.08372022 - inSlope: 1.8635569 - outSlope: 1.8635569 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.3877551 - value: 0.12519272 - inSlope: 2.2137444 - outSlope: 2.2137444 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.40816328 - value: 0.17407717 - inSlope: 2.589921 - outSlope: 2.589921 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.42857143 - value: 0.2309038 - inSlope: 2.992087 - outSlope: 2.992087 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.4489796 - value: 0.2962031 - inSlope: 3.4202416 - outSlope: 3.4202416 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.46938777 - value: 0.37050554 - inSlope: 3.8743854 - outSlope: 3.8743854 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.48979592 - value: 0.45434132 - inSlope: 4.2912545 - outSlope: 4.2912545 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.5102041 - value: 0.5456587 - inSlope: 4.291253 - outSlope: 4.291253 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.53061223 - value: 0.6294944 - inSlope: 3.874385 - outSlope: 3.874385 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.5510204 - value: 0.7037968 - inSlope: 3.4202418 - outSlope: 3.4202418 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.5714286 - value: 0.76909626 - inSlope: 2.9920864 - outSlope: 2.9920864 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.59183675 - value: 0.8259229 - inSlope: 2.589922 - outSlope: 2.589922 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.6122449 - value: 0.8748073 - inSlope: 2.2137446 - outSlope: 2.2137446 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.63265306 - value: 0.9162798 - inSlope: 1.8635569 - outSlope: 1.8635569 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.6530612 - value: 0.9508708 - inSlope: 1.5393584 - outSlope: 1.5393584 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.67346936 - value: 0.9791107 - inSlope: 1.2411504 - outSlope: 1.2411504 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.6938776 - value: 1.00153 - inSlope: 0.9689287 - outSlope: 0.9689287 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.71428573 - value: 1.0186589 - inSlope: 0.722698 - outSlope: 0.722698 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.7346939 - value: 1.0310279 - inSlope: 0.50245917 - outSlope: 0.50245917 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.75510204 - value: 1.0391674 - inSlope: 0.30820522 - outSlope: 0.30820522 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.7755102 - value: 1.0436077 - inSlope: 0.13994193 - outSlope: 0.13994193 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.79591835 - value: 1.0448793 - inSlope: -0.0023334846 - outSlope: -0.0023334846 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.81632656 - value: 1.0435125 - inSlope: -0.118618324 - outSlope: -0.118618324 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.8367347 - value: 1.0400378 - inSlope: -0.20891258 - outSlope: -0.20891258 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.85714287 - value: 1.0349854 - inSlope: -0.273219 - outSlope: -0.273219 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.877551 - value: 1.028886 - inSlope: -0.31153765 - outSlope: -0.31153765 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.8979592 - value: 1.0222696 - inSlope: -0.32386562 - outSlope: -0.32386562 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.9183673 - value: 1.015667 - inSlope: -0.31020248 - outSlope: -0.31020248 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.93877554 - value: 1.0096083 - inSlope: -0.27055496 - outSlope: -0.27055496 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.9591837 - value: 1.0046239 - inSlope: -0.20491424 - outSlope: -0.20491424 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.97959185 - value: 1.0012444 - inSlope: -0.113285355 - outSlope: -0.113285355 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: -0.060976893 - outSlope: -0.060976893 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - AnimateRotationY: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.3 - value: 1.05 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - AnimateRotationZ: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: -0.060974594 - outSlope: -0.060974594 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.020408163 - value: -0.0012443794 - inSlope: -0.11328613 - outSlope: -0.11328613 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.040816326 - value: -0.0046239235 - inSlope: -0.20491463 - outSlope: -0.20491463 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.06122449 - value: -0.009608242 - inSlope: -0.27055395 - outSlope: -0.27055395 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.08163265 - value: -0.015666941 - inSlope: -0.3102041 - outSlope: -0.3102041 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.10204082 - value: -0.022269635 - inSlope: -0.3238651 - outSlope: -0.3238651 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.12244898 - value: -0.028885925 - inSlope: -0.3115369 - outSlope: -0.3115369 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.14285715 - value: -0.034985427 - inSlope: -0.2732195 - outSlope: -0.2732195 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.1632653 - value: -0.04003774 - inSlope: -0.2089129 - outSlope: -0.2089129 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.18367347 - value: -0.043512482 - inSlope: -0.118617244 - outSlope: -0.118617244 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.20408164 - value: -0.04487926 - inSlope: -0.0023323726 - outSlope: -0.0023323726 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.2244898 - value: -0.043607682 - inSlope: 0.13994168 - outSlope: 0.13994168 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.24489796 - value: -0.039167356 - inSlope: 0.3082049 - outSlope: 0.3082049 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.26530612 - value: -0.031027893 - inSlope: 0.5024574 - outSlope: 0.5024574 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.2857143 - value: -0.018658884 - inSlope: 0.7226989 - outSlope: 0.7226989 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.30612245 - value: -0.0015299736 - inSlope: 0.96892965 - outSlope: 0.96892965 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.3265306 - value: 0.020889245 - inSlope: 1.2411494 - outSlope: 1.2411494 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.3469388 - value: 0.049129207 - inSlope: 1.5393586 - outSlope: 1.5393586 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.36734694 - value: 0.08372022 - inSlope: 1.8635569 - outSlope: 1.8635569 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.3877551 - value: 0.12519272 - inSlope: 2.2137444 - outSlope: 2.2137444 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.40816328 - value: 0.17407717 - inSlope: 2.589921 - outSlope: 2.589921 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.42857143 - value: 0.2309038 - inSlope: 2.992087 - outSlope: 2.992087 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.4489796 - value: 0.2962031 - inSlope: 3.4202416 - outSlope: 3.4202416 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.46938777 - value: 0.37050554 - inSlope: 3.8743854 - outSlope: 3.8743854 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.48979592 - value: 0.45434132 - inSlope: 4.2912545 - outSlope: 4.2912545 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.5102041 - value: 0.5456587 - inSlope: 4.291253 - outSlope: 4.291253 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.53061223 - value: 0.6294944 - inSlope: 3.874385 - outSlope: 3.874385 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.5510204 - value: 0.7037968 - inSlope: 3.4202418 - outSlope: 3.4202418 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.5714286 - value: 0.76909626 - inSlope: 2.9920864 - outSlope: 2.9920864 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.59183675 - value: 0.8259229 - inSlope: 2.589922 - outSlope: 2.589922 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.6122449 - value: 0.8748073 - inSlope: 2.2137446 - outSlope: 2.2137446 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.63265306 - value: 0.9162798 - inSlope: 1.8635569 - outSlope: 1.8635569 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.6530612 - value: 0.9508708 - inSlope: 1.5393584 - outSlope: 1.5393584 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.67346936 - value: 0.9791107 - inSlope: 1.2411504 - outSlope: 1.2411504 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.6938776 - value: 1.00153 - inSlope: 0.9689287 - outSlope: 0.9689287 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.71428573 - value: 1.0186589 - inSlope: 0.722698 - outSlope: 0.722698 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.7346939 - value: 1.0310279 - inSlope: 0.50245917 - outSlope: 0.50245917 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.75510204 - value: 1.0391674 - inSlope: 0.30820522 - outSlope: 0.30820522 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.7755102 - value: 1.0436077 - inSlope: 0.13994193 - outSlope: 0.13994193 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.79591835 - value: 1.0448793 - inSlope: -0.0023334846 - outSlope: -0.0023334846 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.81632656 - value: 1.0435125 - inSlope: -0.118618324 - outSlope: -0.118618324 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.8367347 - value: 1.0400378 - inSlope: -0.20891258 - outSlope: -0.20891258 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.85714287 - value: 1.0349854 - inSlope: -0.273219 - outSlope: -0.273219 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.877551 - value: 1.028886 - inSlope: -0.31153765 - outSlope: -0.31153765 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.8979592 - value: 1.0222696 - inSlope: -0.32386562 - outSlope: -0.32386562 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.9183673 - value: 1.015667 - inSlope: -0.31020248 - outSlope: -0.31020248 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.93877554 - value: 1.0096083 - inSlope: -0.27055496 - outSlope: -0.27055496 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.9591837 - value: 1.0046239 - inSlope: -0.20491424 - outSlope: -0.20491424 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.97959185 - value: 1.0012444 - inSlope: -0.113285355 - outSlope: -0.113285355 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: -0.060976893 - outSlope: -0.060976893 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - ToDestinationCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - - rid: 2 - type: {class: MMF_Sound, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: -304679797 - Label: Note Sound - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0.2 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0.8, y: 1} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: Automatic Shaker Setup - Owner: {fileID: 2103931221} - DebugActive: 0 - Sfx: {fileID: 8300000, guid: d6252c9736dd3514dae1fc4563f27d43, type: 3} - RandomSfx: [] - TestPlayButton: - ButtonText: Debug Play Sound - TestStopButton: - ButtonText: Debug Stop Sound - PlayMethod: 1 - PoolSize: 10 - UseLegacyEventsMode: 0 - StopSoundOnFeedbackStop: 1 - MinVolume: 1 - MaxVolume: 1 - MinPitch: 1 - MaxPitch: 1 - SfxAudioMixerGroup: {fileID: 0} - Priority: 128 - PanStereo: 0 - SpatialBlend: 0 - DopplerLevel: 1 - Spread: 0 - RolloffMode: 0 - MinDistance: 1 - MaxDistance: 500 - UseCustomRolloffCurve: 0 - CustomRolloffCurve: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - UseSpatialBlendCurve: 0 - SpatialBlendCurve: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - UseReverbZoneMixCurve: 0 - ReverbZoneMixCurve: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - UseSpreadCurve: 0 - SpreadCurve: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - - rid: 3 - type: {class: MMF_Sound, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: -274074972 - Label: Bass Sound - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0.15 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0.8, y: 1} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: Automatic Shaker Setup - Owner: {fileID: 2103931221} - DebugActive: 0 - Sfx: {fileID: 8300000, guid: ed067cd4ccfcda447b0bf119397fc305, type: 3} - RandomSfx: [] - TestPlayButton: - ButtonText: Debug Play Sound - TestStopButton: - ButtonText: Debug Stop Sound - PlayMethod: 3 - PoolSize: 20 - UseLegacyEventsMode: 0 - StopSoundOnFeedbackStop: 1 - MinVolume: 1 - MaxVolume: 1 - MinPitch: 1 - MaxPitch: 1 - SfxAudioMixerGroup: {fileID: 0} - Priority: 128 - PanStereo: 0 - SpatialBlend: 0 - DopplerLevel: 1 - Spread: 0 - RolloffMode: 0 - MinDistance: 1 - MaxDistance: 500 - UseCustomRolloffCurve: 0 - CustomRolloffCurve: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - UseSpatialBlendCurve: 0 - SpatialBlendCurve: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - UseReverbZoneMixCurve: 0 - ReverbZoneMixCurve: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - UseSpreadCurve: 0 - SpreadCurve: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - - rid: 4 - type: {class: MMF_Material, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: -1114737078 - Label: Material - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0.1 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0.8, y: 1} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 2103931221} - DebugActive: 0 - TargetRenderer: {fileID: 7718390322990954521} - RendererMaterialIndexes: - Method: 0 - Loop: 1 - AlwaysNewMaterial: 1 - InitialIndex: 0 - Materials: - - {fileID: 2100000, guid: 859110124559f53448796d58be533933, type: 2} - - {fileID: 2100000, guid: ef35891a12f2deb49acd5cffa698c910, type: 2} - - {fileID: 2100000, guid: fafd9ca80d42ea147955a570b7ff417a, type: 2} - - {fileID: 2100000, guid: 1e5b54aaf95dc544996bd98919f83491, type: 2} - - {fileID: 2100000, guid: d27c02d0cdd147245be0de863bd68637, type: 2} - - {fileID: 2100000, guid: 1e5b54aaf95dc544996bd98919f83491, type: 2} - - {fileID: 2100000, guid: aa24205135c86be4792f70af431b8638, type: 2} - - {fileID: 2100000, guid: 1a56e529cc6f9354ebe7986cb56493be, type: 2} - InterpolateTransition: 0 - TransitionDuration: 1 - TransitionCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - - rid: 5 - type: {class: MMF_CinemachineImpulse, ns: MoreMountains.FeedbacksForThirdParty, - asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: -1925714312 - Label: Impulse - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0.8, y: 1} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: Automatic Shaker Setup - Owner: {fileID: 2103931221} - DebugActive: 0 - m_ImpulseDefinition: - ImpulseChannel: 1 - ImpulseShape: 0 - CustomImpulseShape: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - ImpulseDuration: 0.2 - ImpulseType: 3 - DissipationRate: 0 - RawSignal: {fileID: 11400000, guid: 69ce8388f6785dd4c8c39915efece2f4, type: 2} - AmplitudeGain: 1 - FrequencyGain: 1 - RepeatMode: 0 - Randomize: 1 - TimeEnvelope: - AttackShape: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - DecayShape: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: -0.9999995 - outSlope: -0.9999995 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.020408163 - value: 0.97959185 - inSlope: -0.9999995 - outSlope: -0.9999995 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.040816326 - value: 0.9591837 - inSlope: -0.9999995 - outSlope: -0.9999995 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.06122449 - value: 0.93877554 - inSlope: -1.000001 - outSlope: -1.000001 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.08163265 - value: 0.9183673 - inSlope: -1.000001 - outSlope: -1.000001 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.10204082 - value: 0.8979592 - inSlope: -0.99999946 - outSlope: -0.99999946 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.12244898 - value: 0.877551 - inSlope: -0.99999946 - outSlope: -0.99999946 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.14285715 - value: 0.85714287 - inSlope: -0.99999964 - outSlope: -0.99999964 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.1632653 - value: 0.8367347 - inSlope: -1.0000011 - outSlope: -1.0000011 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.18367347 - value: 0.8163265 - inSlope: -1.0000007 - outSlope: -1.0000007 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.20408164 - value: 0.79591835 - inSlope: -0.99999964 - outSlope: -0.99999964 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.2244898 - value: 0.7755102 - inSlope: -0.99999964 - outSlope: -0.99999964 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.24489796 - value: 0.75510204 - inSlope: -0.99999964 - outSlope: -0.99999964 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.26530612 - value: 0.7346939 - inSlope: -0.9999993 - outSlope: -0.9999993 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.2857143 - value: 0.71428573 - inSlope: -0.9999993 - outSlope: -0.9999993 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.30612245 - value: 0.6938776 - inSlope: -1 - outSlope: -1 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.3265306 - value: 0.6734694 - inSlope: -1.0000007 - outSlope: -1.0000007 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.3469388 - value: 0.6530612 - inSlope: -1.0000007 - outSlope: -1.0000007 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.36734694 - value: 0.63265306 - inSlope: -1 - outSlope: -1 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.3877551 - value: 0.6122449 - inSlope: -1.0000007 - outSlope: -1.0000007 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.40816328 - value: 0.5918367 - inSlope: -1.0000007 - outSlope: -1.0000007 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.42857143 - value: 0.57142854 - inSlope: -1 - outSlope: -1 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.4489796 - value: 0.5510204 - inSlope: -0.9999993 - outSlope: -0.9999993 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.46938777 - value: 0.53061223 - inSlope: -0.9999993 - outSlope: -0.9999993 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.48979592 - value: 0.5102041 - inSlope: -1 - outSlope: -1 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.5102041 - value: 0.48979592 - inSlope: -1 - outSlope: -1 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.53061223 - value: 0.46938777 - inSlope: -1 - outSlope: -1 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.5510204 - value: 0.44897962 - inSlope: -1 - outSlope: -1 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.5714286 - value: 0.4285714 - inSlope: -1 - outSlope: -1 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.59183675 - value: 0.40816325 - inSlope: -1 - outSlope: -1 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.6122449 - value: 0.3877551 - inSlope: -1 - outSlope: -1 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.63265306 - value: 0.36734694 - inSlope: -1 - outSlope: -1 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.6530612 - value: 0.3469388 - inSlope: -1 - outSlope: -1 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.67346936 - value: 0.32653064 - inSlope: -1 - outSlope: -1 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.6938776 - value: 0.30612242 - inSlope: -1 - outSlope: -1 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.71428573 - value: 0.28571427 - inSlope: -1 - outSlope: -1 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.7346939 - value: 0.26530612 - inSlope: -1 - outSlope: -1 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.75510204 - value: 0.24489796 - inSlope: -1 - outSlope: -1 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.7755102 - value: 0.22448981 - inSlope: -1 - outSlope: -1 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.79591835 - value: 0.20408165 - inSlope: -1 - outSlope: -1 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.81632656 - value: 0.18367344 - inSlope: -1 - outSlope: -1 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.8367347 - value: 0.16326529 - inSlope: -1 - outSlope: -1 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.85714287 - value: 0.14285713 - inSlope: -1 - outSlope: -1 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.877551 - value: 0.12244898 - inSlope: -1 - outSlope: -1 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.8979592 - value: 0.10204083 - inSlope: -1 - outSlope: -1 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.9183673 - value: 0.081632674 - inSlope: -1 - outSlope: -1 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.93877554 - value: 0.06122446 - inSlope: -1 - outSlope: -1 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.9591837 - value: 0.040816307 - inSlope: -1 - outSlope: -1 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 0.97959185 - value: 0.020408154 - inSlope: -1 - outSlope: -1 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: -1 - outSlope: -1 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - AttackTime: 0 - SustainTime: 0.1 - DecayTime: 0.2 - ScaleWithImpact: 1 - HoldForever: 0 - ImpactRadius: 100 - DirectionMode: 0 - DissipationMode: 2 - DissipationDistance: 1000 - PropagationSpeed: 343 - Velocity: {x: 0.2, y: 0.2, z: 0.2} - ClearImpulseOnStop: 0 - DrawGizmos: 0 - - rid: 6 - type: {class: MMF_ChromaticAberration, ns: MoreMountains.FeedbacksForThirdParty, - asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: -1906285708 - Label: Chromatic Aberration - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0.8, y: 1} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: Automatic Shaker Setup - Owner: {fileID: 2103931221} - DebugActive: 0 - Duration: 0.2 - ResetShakerValuesAfterShake: 1 - ResetTargetValuesAfterShake: 1 - RemapIntensityZero: 0 - RemapIntensityOne: 1 - Intensity: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.5 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - Amplitude: 1 - RelativeIntensity: 0 - - rid: 7 - type: {class: MMF_PPMovingFilter, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 0 - UniqueID: 1605030230 - Label: PPMovingFilter - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0.8, y: 1} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 2103931221} - DebugActive: 0 - Mode: 0 - TransitionDuration: 0.1 - Curve: - MMTweenDefinitionType: 0 - MMTweenCurve: 4 - Curve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - Initialized: 0 - ConditionPropertyName: - EnumConditionPropertyName: - EnumConditions: 0000000000000000000000000000000000000000000000000000000000000000 - - rid: 8 - type: {class: MMF_ShaderController, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: -568197626 - Label: ShaderController - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0.8, y: 1} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 2103931221} - DebugActive: 0 - Mode: 0 - TargetShaderController: {fileID: 773672492} - TargetShaderControllerList: [] - RevertToInitialValueAfterEnd: 0 - GetInitialValueOnOneTime: 0 - OneTimeDuration: 0.1 - OneTimeAmplitude: 1 - OneTimeRemapMin: 0 - OneTimeRemapMax: 1 - OneTimeCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.15789795 - value: 0.9976654 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - ToDestinationValue: 1 - ToDestinationDuration: 1 - ToDestinationColor: {r: 1, g: 0, b: 0, a: 1} - ToDestinationCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.5 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 ---- !u!1 &2130812381 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 2130812382} - - component: {fileID: 2130812385} - - component: {fileID: 2130812384} - - component: {fileID: 2130812383} - m_Layer: 5 - m_Name: ScrollBarContainer - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!224 &2130812382 -RectTransform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 2130812381} - m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: 0} - m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 - m_Children: - - {fileID: 1015468896} - m_Father: {fileID: 1047976019} - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} - m_AnchorMin: {x: 0, y: 0} - m_AnchorMax: {x: 0, y: 1} - m_AnchoredPosition: {x: 315.97998, y: 0} - m_SizeDelta: {x: 0, y: -40} - m_Pivot: {x: 0.5, y: 0.5} ---- !u!114 &2130812383 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 2130812381} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 2a4db7a114972834c8e4117be1d82ba3, type: 3} - m_Name: - m_EditorClassIdentifier: - m_Navigation: - m_Mode: 3 - m_WrapAround: 0 - m_SelectOnUp: {fileID: 0} - m_SelectOnDown: {fileID: 0} - m_SelectOnLeft: {fileID: 0} - m_SelectOnRight: {fileID: 0} - m_Transition: 1 - m_Colors: - m_NormalColor: {r: 1, g: 1, b: 1, a: 1} - m_HighlightedColor: {r: 0.9607843, g: 0.9607843, b: 0.9607843, a: 1} - m_PressedColor: {r: 0.78431374, g: 0.78431374, b: 0.78431374, a: 1} - m_SelectedColor: {r: 0.9607843, g: 0.9607843, b: 0.9607843, a: 1} - m_DisabledColor: {r: 1, g: 1, b: 1, a: 1} - m_ColorMultiplier: 1 - m_FadeDuration: 0.1 - m_SpriteState: - m_HighlightedSprite: {fileID: 0} - m_PressedSprite: {fileID: 0} - m_SelectedSprite: {fileID: 0} - m_DisabledSprite: {fileID: 0} - m_AnimationTriggers: - m_NormalTrigger: Normal - m_HighlightedTrigger: Highlighted - m_PressedTrigger: Pressed - m_SelectedTrigger: Selected - m_DisabledTrigger: Disabled - m_Interactable: 1 - m_TargetGraphic: {fileID: 2130812384} - m_HandleRect: {fileID: 1015468896} - m_Direction: 2 - m_Value: 0 - m_Size: 1 - m_NumberOfSteps: 0 - m_OnValueChanged: - m_PersistentCalls: - m_Calls: [] ---- !u!114 &2130812384 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 2130812381} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} - m_Name: - m_EditorClassIdentifier: - m_Material: {fileID: 0} - m_Color: {r: 1, g: 0, b: 0, a: 1} - m_RaycastTarget: 1 - m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0} - m_Maskable: 1 - m_OnCullStateChanged: - m_PersistentCalls: - m_Calls: [] - m_Sprite: {fileID: 0} - m_Type: 0 - m_PreserveAspect: 0 - m_FillCenter: 1 - m_FillMethod: 4 - m_FillAmount: 1 - m_FillClockwise: 1 - m_FillOrigin: 0 - m_UseSpriteMesh: 0 - m_PixelsPerUnitMultiplier: 1 ---- !u!222 &2130812385 -CanvasRenderer: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 2130812381} - m_CullTransparentMesh: 0 ---- !u!1 &535761268051198269 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 3343334057687161928} - - component: {fileID: 9192466184460263506} - m_Layer: 5 - m_Name: MMFeedbacks - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!114 &740943786731904445 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 8265520595368787154} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 6da43522623d4704e979466dc7650b65, type: 3} - m_Name: - m_EditorClassIdentifier: - Feedbacks: - - {fileID: 0} - InitializationMode: 2 - AutoInitialization: 1 - SafeMode: 3 - Direction: 0 - AutoChangeDirectionOnEnd: 0 - AutoPlayOnStart: 0 - AutoPlayOnEnable: 0 - ForceTimescaleMode: 0 - ForcedTimescaleMode: 1 - DurationMultiplier: 1 - TimescaleMultiplier: 1 - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 1.5} - DisplayFullDurationDetails: 0 - PlayerTimescaleMode: 1 - OnlyPlayIfWithinRange: 0 - RangeCenter: {fileID: 0} - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - IgnoreRangeEvents: 0 - CooldownDuration: 0 - InitialDelay: 0 - CanPlay: 1 - CanPlayWhileAlreadyPlaying: 1 - ChanceToPlay: 100 - FeedbacksIntensity: 1 - Events: - TriggerMMFeedbacksEvents: 0 - TriggerUnityEvents: 1 - OnPlay: - m_PersistentCalls: - m_Calls: [] - OnPause: - m_PersistentCalls: - m_Calls: [] - OnStop: - m_PersistentCalls: - m_Calls: [] - OnResume: - m_PersistentCalls: - m_Calls: [] - OnChangeDirection: - m_PersistentCalls: - m_Calls: [] - OnComplete: - m_PersistentCalls: - m_Calls: [] - OnRestoreInitialValues: - m_PersistentCalls: - m_Calls: [] - OnSkipToTheEnd: - m_PersistentCalls: - m_Calls: [] - OnInitializationComplete: - m_PersistentCalls: - m_Calls: [] - OnEnable: - m_PersistentCalls: - m_Calls: [] - OnDisable: - m_PersistentCalls: - m_Calls: [] - DebugActive: 0 - InScriptDrivenPause: 0 - FeedbacksList: - - rid: 0 - KeepPlayModeChanges: 0 - PerformanceMode: 0 - RestoreInitialValuesOnDisable: 0 - StopFeedbacksOnDisable: 0 - PlayCount: 0 - references: - version: 2 - RefIds: - - rid: 0 - type: {class: MMF_AudioSource, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: 529235835 - Label: AudioSource - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0.8, y: 1} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 740943786731904445} - DebugActive: 0 - TargetAudioSource: {fileID: 478010195} - Mode: 0 - RandomSfx: [] - MinVolume: 1 - MaxVolume: 1 - MinPitch: 1 - MaxPitch: 1 - SfxAudioMixerGroup: {fileID: 0} ---- !u!114 &740943787200860762 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 8265520595973862197} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 6da43522623d4704e979466dc7650b65, type: 3} - m_Name: - m_EditorClassIdentifier: - Feedbacks: - - {fileID: 0} - InitializationMode: 2 - AutoInitialization: 1 - SafeMode: 3 - Direction: 0 - AutoChangeDirectionOnEnd: 0 - AutoPlayOnStart: 0 - AutoPlayOnEnable: 0 - ForceTimescaleMode: 0 - ForcedTimescaleMode: 1 - DurationMultiplier: 1 - TimescaleMultiplier: 1 - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 1.5} - DisplayFullDurationDetails: 0 - PlayerTimescaleMode: 1 - OnlyPlayIfWithinRange: 0 - RangeCenter: {fileID: 0} - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - IgnoreRangeEvents: 0 - CooldownDuration: 0 - InitialDelay: 0 - CanPlay: 1 - CanPlayWhileAlreadyPlaying: 1 - ChanceToPlay: 100 - FeedbacksIntensity: 1 - Events: - TriggerMMFeedbacksEvents: 0 - TriggerUnityEvents: 1 - OnPlay: - m_PersistentCalls: - m_Calls: [] - OnPause: - m_PersistentCalls: - m_Calls: [] - OnStop: - m_PersistentCalls: - m_Calls: [] - OnResume: - m_PersistentCalls: - m_Calls: [] - OnChangeDirection: - m_PersistentCalls: - m_Calls: [] - OnComplete: - m_PersistentCalls: - m_Calls: [] - OnRestoreInitialValues: - m_PersistentCalls: - m_Calls: [] - OnSkipToTheEnd: - m_PersistentCalls: - m_Calls: [] - OnInitializationComplete: - m_PersistentCalls: - m_Calls: [] - OnEnable: - m_PersistentCalls: - m_Calls: [] - OnDisable: - m_PersistentCalls: - m_Calls: [] - DebugActive: 0 - InScriptDrivenPause: 0 - FeedbacksList: - - rid: 0 - KeepPlayModeChanges: 0 - PerformanceMode: 0 - RestoreInitialValuesOnDisable: 0 - StopFeedbacksOnDisable: 0 - PlayCount: 0 - references: - version: 2 - RefIds: - - rid: 0 - type: {class: MMF_AudioSource, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: 1803105295 - Label: AudioSource - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0.8, y: 1} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 740943787200860762} - DebugActive: 0 - TargetAudioSource: {fileID: 478010195} - Mode: 0 - RandomSfx: [] - MinVolume: 1 - MaxVolume: 1 - MinPitch: 1 - MaxPitch: 1 - SfxAudioMixerGroup: {fileID: 0} ---- !u!1 &784546004574669136 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 6369982121817505291} - - component: {fileID: 4148294623186333606} - - component: {fileID: 1596497403004411058} - m_Layer: 5 - m_Name: WebGLNotSupported - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 0 ---- !u!114 &1596497403004411058 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 784546004574669136} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 5f7201a12d95ffc409449d95f23cf332, type: 3} - m_Name: - m_EditorClassIdentifier: - m_Material: {fileID: 0} - m_Color: {r: 1, g: 0.19862808, b: 0, a: 1} - m_RaycastTarget: 1 - m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0} - m_Maskable: 1 - m_OnCullStateChanged: - m_PersistentCalls: - m_Calls: [] - m_FontData: - m_Font: {fileID: 12800000, guid: 5686e06ef14cf104b8e282ee7c41b9a6, type: 3} - m_FontSize: 8 - m_FontStyle: 0 - m_BestFit: 0 - m_MinSize: 1 - m_MaxSize: 40 - m_Alignment: 5 - m_AlignByGeometry: 0 - m_RichText: 1 - m_HorizontalOverflow: 0 - m_VerticalOverflow: 0 - m_LineSpacing: 1 - m_Text: 'WEB GL - - NOT SUPPORTED' ---- !u!114 &2903879014741233960 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 2903879014741233965} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} - m_Name: - m_EditorClassIdentifier: - m_Material: {fileID: 0} - m_Color: {r: 1, g: 1, b: 1, a: 1} - m_RaycastTarget: 1 - m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0} - m_Maskable: 1 - m_OnCullStateChanged: - m_PersistentCalls: - m_Calls: [] - m_Sprite: {fileID: 21300000, guid: a9fd44c7daf773c489b86519d261b198, type: 3} - m_Type: 0 - m_PreserveAspect: 0 - m_FillCenter: 1 - m_FillMethod: 4 - m_FillAmount: 1 - m_FillClockwise: 1 - m_FillOrigin: 0 - m_UseSpriteMesh: 0 - m_PixelsPerUnitMultiplier: 1 ---- !u!222 &2903879014741233961 -CanvasRenderer: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 2903879014741233965} - m_CullTransparentMesh: 0 ---- !u!224 &2903879014741233962 -RectTransform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 2903879014741233965} - m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: 0} - m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 - m_Children: - - {fileID: 2903879015813970049} - - {fileID: 6611151917015097767} - - {fileID: 3295746271737676772} - m_Father: {fileID: 1557570896} - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} - m_AnchorMin: {x: 0, y: 0} - m_AnchorMax: {x: 0, y: 0} - m_AnchoredPosition: {x: 0, y: 0} - m_SizeDelta: {x: 256.1, y: 30} - m_Pivot: {x: 0.5, y: 0.5} ---- !u!114 &2903879014741233963 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 2903879014741233965} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 4e29b1a8efbd4b44bb3f3716e73f07ff, type: 3} - m_Name: - m_EditorClassIdentifier: - m_Navigation: - m_Mode: 3 - m_WrapAround: 0 - m_SelectOnUp: {fileID: 0} - m_SelectOnDown: {fileID: 0} - m_SelectOnLeft: {fileID: 0} - m_SelectOnRight: {fileID: 0} - m_Transition: 1 - m_Colors: - m_NormalColor: {r: 0, g: 0, b: 0, a: 0.4627451} - m_HighlightedColor: {r: 0, g: 0, b: 0, a: 0.6509804} - m_PressedColor: {r: 0, g: 0, b: 0, a: 0.8784314} - m_SelectedColor: {r: 0, g: 0, b: 0, a: 0.4627451} - m_DisabledColor: {r: 0, g: 0, b: 0, a: 0.27058825} - m_ColorMultiplier: 1 - m_FadeDuration: 0.1 - m_SpriteState: - m_HighlightedSprite: {fileID: 0} - m_PressedSprite: {fileID: 0} - m_SelectedSprite: {fileID: 0} - m_DisabledSprite: {fileID: 0} - m_AnimationTriggers: - m_NormalTrigger: Normal - m_HighlightedTrigger: Highlighted - m_PressedTrigger: Pressed - m_SelectedTrigger: Selected - m_DisabledTrigger: Disabled - m_Interactable: 1 - m_TargetGraphic: {fileID: 2903879014741233960} - m_OnClick: - m_PersistentCalls: - m_Calls: - - m_Target: {fileID: 740943786731904445} - m_TargetAssemblyTypeName: - m_MethodName: PlayFeedbacks - m_Mode: 1 - m_Arguments: - m_ObjectArgument: {fileID: 0} - m_ObjectArgumentAssemblyTypeName: UnityEngine.Object, UnityEngine - m_IntArgument: 0 - m_FloatArgument: 0 - m_StringArgument: - m_BoolArgument: 0 - m_CallState: 2 - - m_Target: {fileID: 89129165} - m_TargetAssemblyTypeName: - m_MethodName: ToggleSequence - m_Mode: 1 - m_Arguments: - m_ObjectArgument: {fileID: 0} - m_ObjectArgumentAssemblyTypeName: UnityEngine.Object, UnityEngine - m_IntArgument: 0 - m_FloatArgument: 0 - m_StringArgument: - m_BoolArgument: 0 - m_CallState: 2 ---- !u!1 &2903879014741233965 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 2903879014741233962} - - component: {fileID: 2903879014741233961} - - component: {fileID: 2903879014741233960} - - component: {fileID: 4258887796704257599} - - component: {fileID: 2903879014741233963} - m_Layer: 5 - m_Name: Button - Feedback Sequencer - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!1 &2903879015344316106 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 2903879015344316109} - - component: {fileID: 2903879015344316110} - - component: {fileID: 2903879015344316111} - - component: {fileID: 4258887796101376472} - - component: {fileID: 2903879015344316108} - m_Layer: 5 - m_Name: Button - Sound Sequencer - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!114 &2903879015344316108 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 2903879015344316106} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 4e29b1a8efbd4b44bb3f3716e73f07ff, type: 3} - m_Name: - m_EditorClassIdentifier: - m_Navigation: - m_Mode: 3 - m_WrapAround: 0 - m_SelectOnUp: {fileID: 0} - m_SelectOnDown: {fileID: 0} - m_SelectOnLeft: {fileID: 0} - m_SelectOnRight: {fileID: 0} - m_Transition: 1 - m_Colors: - m_NormalColor: {r: 0, g: 0, b: 0, a: 0.4627451} - m_HighlightedColor: {r: 0, g: 0, b: 0, a: 0.6509804} - m_PressedColor: {r: 0, g: 0, b: 0, a: 0.8784314} - m_SelectedColor: {r: 0, g: 0, b: 0, a: 0.4627451} - m_DisabledColor: {r: 0, g: 0, b: 0, a: 0.27058825} - m_ColorMultiplier: 1 - m_FadeDuration: 0.1 - m_SpriteState: - m_HighlightedSprite: {fileID: 0} - m_PressedSprite: {fileID: 0} - m_SelectedSprite: {fileID: 0} - m_DisabledSprite: {fileID: 0} - m_AnimationTriggers: - m_NormalTrigger: Normal - m_HighlightedTrigger: Highlighted - m_PressedTrigger: Pressed - m_SelectedTrigger: Selected - m_DisabledTrigger: Disabled - m_Interactable: 1 - m_TargetGraphic: {fileID: 2903879015344316111} - m_OnClick: - m_PersistentCalls: - m_Calls: - - m_Target: {fileID: 740943787200860762} - m_TargetAssemblyTypeName: - m_MethodName: PlayFeedbacks - m_Mode: 1 - m_Arguments: - m_ObjectArgument: {fileID: 0} - m_ObjectArgumentAssemblyTypeName: UnityEngine.Object, UnityEngine - m_IntArgument: 0 - m_FloatArgument: 0 - m_StringArgument: - m_BoolArgument: 0 - m_CallState: 2 - - m_Target: {fileID: 341537782} - m_TargetAssemblyTypeName: - m_MethodName: ToggleSequence - m_Mode: 1 - m_Arguments: - m_ObjectArgument: {fileID: 0} - m_ObjectArgumentAssemblyTypeName: UnityEngine.Object, UnityEngine - m_IntArgument: 0 - m_FloatArgument: 0 - m_StringArgument: - m_BoolArgument: 0 - m_CallState: 2 ---- !u!224 &2903879015344316109 -RectTransform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 2903879015344316106} - m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: 0} - m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 - m_Children: - - {fileID: 2903879016419080038} - - {fileID: 6611151916544044608} - - {fileID: 3295746272206375939} - m_Father: {fileID: 1557570896} - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} - m_AnchorMin: {x: 0, y: 0} - m_AnchorMax: {x: 0, y: 0} - m_AnchoredPosition: {x: 0, y: 0} - m_SizeDelta: {x: 256.1, y: 30} - m_Pivot: {x: 0.5, y: 0.5} ---- !u!222 &2903879015344316110 -CanvasRenderer: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 2903879015344316106} - m_CullTransparentMesh: 0 ---- !u!114 &2903879015344316111 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 2903879015344316106} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} - m_Name: - m_EditorClassIdentifier: - m_Material: {fileID: 0} - m_Color: {r: 1, g: 1, b: 1, a: 1} - m_RaycastTarget: 1 - m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0} - m_Maskable: 1 - m_OnCullStateChanged: - m_PersistentCalls: - m_Calls: [] - m_Sprite: {fileID: 21300000, guid: a9fd44c7daf773c489b86519d261b198, type: 3} - m_Type: 0 - m_PreserveAspect: 0 - m_FillCenter: 1 - m_FillMethod: 4 - m_FillAmount: 1 - m_FillClockwise: 1 - m_FillOrigin: 0 - m_UseSpriteMesh: 0 - m_PixelsPerUnitMultiplier: 1 ---- !u!1 &2903879015813970048 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 2903879015813970049} - - component: {fileID: 2903879015813970063} - - component: {fileID: 2903879015813970062} - m_Layer: 5 - m_Name: Text - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!224 &2903879015813970049 -RectTransform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 2903879015813970048} - m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: 0} - m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 - m_Children: [] - m_Father: {fileID: 2903879014741233962} - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} - m_AnchorMin: {x: 0, y: 0} - m_AnchorMax: {x: 1, y: 1} - m_AnchoredPosition: {x: 10, y: 0} - m_SizeDelta: {x: -20, y: 0} - m_Pivot: {x: 0.5, y: 0.5} ---- !u!114 &2903879015813970062 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 2903879015813970048} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 5f7201a12d95ffc409449d95f23cf332, type: 3} - m_Name: - m_EditorClassIdentifier: - m_Material: {fileID: 0} - m_Color: {r: 1, g: 1, b: 1, a: 1} - m_RaycastTarget: 1 - m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0} - m_Maskable: 1 - m_OnCullStateChanged: - m_PersistentCalls: - m_Calls: [] - m_FontData: - m_Font: {fileID: 12800000, guid: 5686e06ef14cf104b8e282ee7c41b9a6, type: 3} - m_FontSize: 20 - m_FontStyle: 0 - m_BestFit: 0 - m_MinSize: 1 - m_MaxSize: 40 - m_Alignment: 3 - m_AlignByGeometry: 0 - m_RichText: 1 - m_HorizontalOverflow: 0 - m_VerticalOverflow: 0 - m_LineSpacing: 1 - m_Text: Feedback Sequencer ---- !u!222 &2903879015813970063 -CanvasRenderer: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 2903879015813970048} - m_CullTransparentMesh: 0 ---- !u!224 &2903879016419080038 -RectTransform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 2903879016419080039} - m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: 0} - m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 - m_Children: [] - m_Father: {fileID: 2903879015344316109} - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} - m_AnchorMin: {x: 0, y: 0} - m_AnchorMax: {x: 1, y: 1} - m_AnchoredPosition: {x: 10, y: 0} - m_SizeDelta: {x: -20, y: 0} - m_Pivot: {x: 0.5, y: 0.5} ---- !u!1 &2903879016419080039 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 2903879016419080038} - - component: {fileID: 2903879016419080040} - - component: {fileID: 2903879016419080041} - m_Layer: 5 - m_Name: Text - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!222 &2903879016419080040 -CanvasRenderer: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 2903879016419080039} - m_CullTransparentMesh: 0 ---- !u!114 &2903879016419080041 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 2903879016419080039} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 5f7201a12d95ffc409449d95f23cf332, type: 3} - m_Name: - m_EditorClassIdentifier: - m_Material: {fileID: 0} - m_Color: {r: 1, g: 1, b: 1, a: 1} - m_RaycastTarget: 1 - m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0} - m_Maskable: 1 - m_OnCullStateChanged: - m_PersistentCalls: - m_Calls: [] - m_FontData: - m_Font: {fileID: 12800000, guid: 5686e06ef14cf104b8e282ee7c41b9a6, type: 3} - m_FontSize: 20 - m_FontStyle: 0 - m_BestFit: 0 - m_MinSize: 1 - m_MaxSize: 40 - m_Alignment: 3 - m_AlignByGeometry: 0 - m_RichText: 1 - m_HorizontalOverflow: 0 - m_VerticalOverflow: 0 - m_LineSpacing: 1 - m_Text: Sound Sequencer ---- !u!224 &3295746271737676772 -RectTransform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 9167406171309175999} - m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: 0} - m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 - m_Children: [] - m_Father: {fileID: 2903879014741233962} - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} - m_AnchorMin: {x: 1, y: 0.5} - m_AnchorMax: {x: 1, y: 0.5} - m_AnchoredPosition: {x: -2, y: -0.0000041127} - m_SizeDelta: {x: 76.16, y: 30} - m_Pivot: {x: 1, y: 0.5} ---- !u!224 &3295746272206375939 -RectTransform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 9167406171911928664} - m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: 0} - m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 - m_Children: [] - m_Father: {fileID: 2903879015344316109} - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} - m_AnchorMin: {x: 1, y: 0.5} - m_AnchorMax: {x: 1, y: 0.5} - m_AnchoredPosition: {x: -2, y: -0.0000041127} - m_SizeDelta: {x: 76.16, y: 30} - m_Pivot: {x: 1, y: 0.5} ---- !u!224 &3343334057687161928 -RectTransform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 535761268051198269} - m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: 0} - m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 - m_Children: [] - m_Father: {fileID: 6743799235296603333} - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} - m_AnchorMin: {x: 0.5, y: 0.5} - m_AnchorMax: {x: 0.5, y: 0.5} - m_AnchoredPosition: {x: 0, y: 0} - m_SizeDelta: {x: 100, y: 100} - m_Pivot: {x: 0.5, y: 0.5} ---- !u!33 &4044710141230826720 -MeshFilter: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 8296172669118844101} - m_Mesh: {fileID: -5495902117074765545, guid: d15c44bfaa8a88c4790fa0fa2782404a, type: 3} ---- !u!222 &4148294623186333606 -CanvasRenderer: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 784546004574669136} - m_CullTransparentMesh: 0 ---- !u!114 &4258887796101376472 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 2903879015344316106} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: df25bf84edad1d74684be3596d8f570d, type: 3} - m_Name: - m_EditorClassIdentifier: - NotSupportedInWebGL: 0 - TargetButton: {fileID: 2903879015344316108} - ButtonText: {fileID: 2903879016419080041} - WebGL: {fileID: 7205067628220640954} - TargetMMF_Player: {fileID: 0} ---- !u!114 &4258887796704257599 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 2903879014741233965} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: df25bf84edad1d74684be3596d8f570d, type: 3} - m_Name: - m_EditorClassIdentifier: - NotSupportedInWebGL: 0 - TargetButton: {fileID: 2903879014741233963} - ButtonText: {fileID: 2903879015813970062} - WebGL: {fileID: 7205067627751940445} - TargetMMF_Player: {fileID: 0} ---- !u!4 &5006512734875221718 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 8296172669118844101} - serializedVersion: 2 - m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: 0} - m_LocalScale: {x: 100, y: 100.00003, z: 100.00003} - m_ConstrainProportionsScale: 0 - m_Children: [] - m_Father: {fileID: 1390428117} - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!222 &5497730502738858569 -CanvasRenderer: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 9167406171309175999} - m_CullTransparentMesh: 0 ---- !u!222 &5497730503207787950 -CanvasRenderer: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 9167406171911928664} - m_CullTransparentMesh: 0 ---- !u!114 &5674804748918119376 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 6743799235296603330} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: df25bf84edad1d74684be3596d8f570d, type: 3} - m_Name: - m_EditorClassIdentifier: - NotSupportedInWebGL: 0 - TargetButton: {fileID: 6743799235296603332} - ButtonText: {fileID: 6743799236371285345} - WebGL: {fileID: 1596497403004411058} - TargetMMF_Player: {fileID: 0} ---- !u!224 &6369982121817505291 -RectTransform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 784546004574669136} - m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: 0} - m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 - m_Children: [] - m_Father: {fileID: 6743799235296603333} - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} - m_AnchorMin: {x: 1, y: 0.5} - m_AnchorMax: {x: 1, y: 0.5} - m_AnchoredPosition: {x: -2, y: -0.0000041127} - m_SizeDelta: {x: 76.16, y: 30} - m_Pivot: {x: 1, y: 0.5} ---- !u!224 &6611151916544044608 -RectTransform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 8265520595973862197} - m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: 0} - m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 - m_Children: [] - m_Father: {fileID: 2903879015344316109} - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} - m_AnchorMin: {x: 0.5, y: 0.5} - m_AnchorMax: {x: 0.5, y: 0.5} - m_AnchoredPosition: {x: 0, y: 0} - m_SizeDelta: {x: 100, y: 100} - m_Pivot: {x: 0.5, y: 0.5} ---- !u!224 &6611151917015097767 -RectTransform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 8265520595368787154} - m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: 0} - m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 - m_Children: [] - m_Father: {fileID: 2903879014741233962} - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} - m_AnchorMin: {x: 0.5, y: 0.5} - m_AnchorMax: {x: 0.5, y: 0.5} - m_AnchoredPosition: {x: 0, y: 0} - m_SizeDelta: {x: 100, y: 100} - m_Pivot: {x: 0.5, y: 0.5} ---- !u!1 &6743799235296603330 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 6743799235296603333} - - component: {fileID: 6743799235296603334} - - component: {fileID: 6743799235296603335} - - component: {fileID: 5674804748918119376} - - component: {fileID: 6743799235296603332} - m_Layer: 5 - m_Name: Button - AudioSource Sequencer - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!114 &6743799235296603332 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 6743799235296603330} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 4e29b1a8efbd4b44bb3f3716e73f07ff, type: 3} - m_Name: - m_EditorClassIdentifier: - m_Navigation: - m_Mode: 3 - m_WrapAround: 0 - m_SelectOnUp: {fileID: 0} - m_SelectOnDown: {fileID: 0} - m_SelectOnLeft: {fileID: 0} - m_SelectOnRight: {fileID: 0} - m_Transition: 1 - m_Colors: - m_NormalColor: {r: 0, g: 0, b: 0, a: 0.4627451} - m_HighlightedColor: {r: 0, g: 0, b: 0, a: 0.6509804} - m_PressedColor: {r: 0, g: 0, b: 0, a: 0.8784314} - m_SelectedColor: {r: 0, g: 0, b: 0, a: 0.4627451} - m_DisabledColor: {r: 0, g: 0, b: 0, a: 0.27058825} - m_ColorMultiplier: 1 - m_FadeDuration: 0.1 - m_SpriteState: - m_HighlightedSprite: {fileID: 0} - m_PressedSprite: {fileID: 0} - m_SelectedSprite: {fileID: 0} - m_DisabledSprite: {fileID: 0} - m_AnimationTriggers: - m_NormalTrigger: Normal - m_HighlightedTrigger: Highlighted - m_PressedTrigger: Pressed - m_SelectedTrigger: Selected - m_DisabledTrigger: Disabled - m_Interactable: 1 - m_TargetGraphic: {fileID: 6743799235296603335} - m_OnClick: - m_PersistentCalls: - m_Calls: - - m_Target: {fileID: 9192466184460263506} - m_TargetAssemblyTypeName: - m_MethodName: PlayFeedbacks - m_Mode: 1 - m_Arguments: - m_ObjectArgument: {fileID: 0} - m_ObjectArgumentAssemblyTypeName: UnityEngine.Object, UnityEngine - m_IntArgument: 0 - m_FloatArgument: 0 - m_StringArgument: - m_BoolArgument: 0 - m_CallState: 2 - - m_Target: {fileID: 201731844} - m_TargetAssemblyTypeName: - m_MethodName: ToggleSequence - m_Mode: 1 - m_Arguments: - m_ObjectArgument: {fileID: 0} - m_ObjectArgumentAssemblyTypeName: UnityEngine.Object, UnityEngine - m_IntArgument: 0 - m_FloatArgument: 0 - m_StringArgument: - m_BoolArgument: 0 - m_CallState: 2 ---- !u!224 &6743799235296603333 -RectTransform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 6743799235296603330} - m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: 0} - m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 - m_Children: - - {fileID: 6743799236371285358} - - {fileID: 3343334057687161928} - - {fileID: 6369982121817505291} - m_Father: {fileID: 1557570896} - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} - m_AnchorMin: {x: 0, y: 0} - m_AnchorMax: {x: 0, y: 0} - m_AnchoredPosition: {x: 0, y: 0} - m_SizeDelta: {x: 256.1, y: 30} - m_Pivot: {x: 0.5, y: 0.5} ---- !u!222 &6743799235296603334 -CanvasRenderer: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 6743799235296603330} - m_CullTransparentMesh: 0 ---- !u!114 &6743799235296603335 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 6743799235296603330} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} - m_Name: - m_EditorClassIdentifier: - m_Material: {fileID: 0} - m_Color: {r: 1, g: 1, b: 1, a: 1} - m_RaycastTarget: 1 - m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0} - m_Maskable: 1 - m_OnCullStateChanged: - m_PersistentCalls: - m_Calls: [] - m_Sprite: {fileID: 21300000, guid: a9fd44c7daf773c489b86519d261b198, type: 3} - m_Type: 0 - m_PreserveAspect: 0 - m_FillCenter: 1 - m_FillMethod: 4 - m_FillAmount: 1 - m_FillClockwise: 1 - m_FillOrigin: 0 - m_UseSpriteMesh: 0 - m_PixelsPerUnitMultiplier: 1 ---- !u!222 &6743799236371285344 -CanvasRenderer: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 6743799236371285359} - m_CullTransparentMesh: 0 ---- !u!114 &6743799236371285345 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 6743799236371285359} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 5f7201a12d95ffc409449d95f23cf332, type: 3} - m_Name: - m_EditorClassIdentifier: - m_Material: {fileID: 0} - m_Color: {r: 1, g: 1, b: 1, a: 1} - m_RaycastTarget: 1 - m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0} - m_Maskable: 1 - m_OnCullStateChanged: - m_PersistentCalls: - m_Calls: [] - m_FontData: - m_Font: {fileID: 12800000, guid: 5686e06ef14cf104b8e282ee7c41b9a6, type: 3} - m_FontSize: 20 - m_FontStyle: 0 - m_BestFit: 0 - m_MinSize: 1 - m_MaxSize: 40 - m_Alignment: 3 - m_AlignByGeometry: 0 - m_RichText: 1 - m_HorizontalOverflow: 0 - m_VerticalOverflow: 0 - m_LineSpacing: 1 - m_Text: AudioSource Sequencer ---- !u!224 &6743799236371285358 -RectTransform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 6743799236371285359} - m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: 0} - m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 - m_Children: [] - m_Father: {fileID: 6743799235296603333} - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} - m_AnchorMin: {x: 0, y: 0} - m_AnchorMax: {x: 1, y: 1} - m_AnchoredPosition: {x: 10, y: 0} - m_SizeDelta: {x: -20, y: 0} - m_Pivot: {x: 0.5, y: 0.5} ---- !u!1 &6743799236371285359 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 6743799236371285358} - - component: {fileID: 6743799236371285344} - - component: {fileID: 6743799236371285345} - m_Layer: 5 - m_Name: Text - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!114 &7205067627751940445 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 9167406171309175999} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 5f7201a12d95ffc409449d95f23cf332, type: 3} - m_Name: - m_EditorClassIdentifier: - m_Material: {fileID: 0} - m_Color: {r: 1, g: 0.19862808, b: 0, a: 1} - m_RaycastTarget: 1 - m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0} - m_Maskable: 1 - m_OnCullStateChanged: - m_PersistentCalls: - m_Calls: [] - m_FontData: - m_Font: {fileID: 12800000, guid: 5686e06ef14cf104b8e282ee7c41b9a6, type: 3} - m_FontSize: 8 - m_FontStyle: 0 - m_BestFit: 0 - m_MinSize: 1 - m_MaxSize: 40 - m_Alignment: 5 - m_AlignByGeometry: 0 - m_RichText: 1 - m_HorizontalOverflow: 0 - m_VerticalOverflow: 0 - m_LineSpacing: 1 - m_Text: 'WEB GL - - NOT SUPPORTED' ---- !u!114 &7205067628220640954 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 9167406171911928664} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 5f7201a12d95ffc409449d95f23cf332, type: 3} - m_Name: - m_EditorClassIdentifier: - m_Material: {fileID: 0} - m_Color: {r: 1, g: 0.19862808, b: 0, a: 1} - m_RaycastTarget: 1 - m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0} - m_Maskable: 1 - m_OnCullStateChanged: - m_PersistentCalls: - m_Calls: [] - m_FontData: - m_Font: {fileID: 12800000, guid: 5686e06ef14cf104b8e282ee7c41b9a6, type: 3} - m_FontSize: 8 - m_FontStyle: 0 - m_BestFit: 0 - m_MinSize: 1 - m_MaxSize: 40 - m_Alignment: 5 - m_AlignByGeometry: 0 - m_RichText: 1 - m_HorizontalOverflow: 0 - m_VerticalOverflow: 0 - m_LineSpacing: 1 - m_Text: 'WEB GL - - NOT SUPPORTED' ---- !u!23 &7718390322990954521 -MeshRenderer: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 8296172669118844101} - m_Enabled: 1 - m_CastShadows: 1 - m_ReceiveShadows: 1 - m_DynamicOccludee: 1 - m_StaticShadowCaster: 0 - m_MotionVectors: 1 - m_LightProbeUsage: 1 - m_ReflectionProbeUsage: 1 - m_RayTracingMode: 2 - m_RayTraceProcedural: 0 - m_RayTracingAccelStructBuildFlagsOverride: 0 - m_RayTracingAccelStructBuildFlags: 1 - m_SmallMeshCulling: 1 - m_RenderingLayerMask: 1 - m_RendererPriority: 0 - m_Materials: - - {fileID: 2100000, guid: 859110124559f53448796d58be533933, type: 2} - m_StaticBatchInfo: - firstSubMesh: 0 - subMeshCount: 0 - m_StaticBatchRoot: {fileID: 0} - m_ProbeAnchor: {fileID: 0} - m_LightProbeVolumeOverride: {fileID: 0} - m_ScaleInLightmap: 1 - m_ReceiveGI: 1 - m_PreserveUVs: 0 - m_IgnoreNormalsForChartDetection: 0 - m_ImportantGI: 0 - m_StitchLightmapSeams: 1 - m_SelectedEditorRenderState: 3 - m_MinimumChartSize: 4 - m_AutoUVMaxDistance: 0.5 - m_AutoUVMaxAngle: 89 - m_LightmapParameters: {fileID: 0} - m_SortingLayerID: 0 - m_SortingLayer: 0 - m_SortingOrder: 0 - m_AdditionalVertexStreams: {fileID: 0} ---- !u!1 &8265520595368787154 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 6611151917015097767} - - component: {fileID: 740943786731904445} - m_Layer: 5 - m_Name: MMFeedbacks - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!1 &8265520595973862197 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 6611151916544044608} - - component: {fileID: 740943787200860762} - m_Layer: 5 - m_Name: MMFeedbacks - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!1 &8296172669118844101 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 5006512734875221718} - - component: {fileID: 4044710141230826720} - - component: {fileID: 7718390322990954521} - m_Layer: 0 - m_Name: Crate - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!1 &9167406171309175999 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 3295746271737676772} - - component: {fileID: 5497730502738858569} - - component: {fileID: 7205067627751940445} - m_Layer: 5 - m_Name: WebGLNotSupported - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 0 ---- !u!1 &9167406171911928664 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 3295746272206375939} - - component: {fileID: 5497730503207787950} - - component: {fileID: 7205067628220640954} - m_Layer: 5 - m_Name: WebGLNotSupported - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 0 ---- !u!114 &9192466184460263506 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 535761268051198269} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 6da43522623d4704e979466dc7650b65, type: 3} - m_Name: - m_EditorClassIdentifier: - Feedbacks: - - {fileID: 0} - InitializationMode: 2 - AutoInitialization: 1 - SafeMode: 3 - Direction: 0 - AutoChangeDirectionOnEnd: 0 - AutoPlayOnStart: 0 - AutoPlayOnEnable: 0 - ForceTimescaleMode: 0 - ForcedTimescaleMode: 1 - DurationMultiplier: 1 - TimescaleMultiplier: 1 - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 1.5} - DisplayFullDurationDetails: 0 - PlayerTimescaleMode: 1 - OnlyPlayIfWithinRange: 0 - RangeCenter: {fileID: 0} - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - IgnoreRangeEvents: 0 - CooldownDuration: 0 - InitialDelay: 0 - CanPlay: 1 - CanPlayWhileAlreadyPlaying: 1 - ChanceToPlay: 100 - FeedbacksIntensity: 1 - Events: - TriggerMMFeedbacksEvents: 0 - TriggerUnityEvents: 1 - OnPlay: - m_PersistentCalls: - m_Calls: [] - OnPause: - m_PersistentCalls: - m_Calls: [] - OnStop: - m_PersistentCalls: - m_Calls: [] - OnResume: - m_PersistentCalls: - m_Calls: [] - OnChangeDirection: - m_PersistentCalls: - m_Calls: [] - OnComplete: - m_PersistentCalls: - m_Calls: [] - OnRestoreInitialValues: - m_PersistentCalls: - m_Calls: [] - OnSkipToTheEnd: - m_PersistentCalls: - m_Calls: [] - OnInitializationComplete: - m_PersistentCalls: - m_Calls: [] - OnEnable: - m_PersistentCalls: - m_Calls: [] - OnDisable: - m_PersistentCalls: - m_Calls: [] - DebugActive: 0 - InScriptDrivenPause: 0 - FeedbacksList: - - rid: 0 - KeepPlayModeChanges: 0 - PerformanceMode: 0 - RestoreInitialValuesOnDisable: 0 - StopFeedbacksOnDisable: 0 - PlayCount: 0 - references: - version: 2 - RefIds: - - rid: 0 - type: {class: MMF_AudioSource, ns: MoreMountains.Feedbacks, asm: MoreMountains.Tools} - data: - Active: 1 - UniqueID: -533556984 - Label: AudioSource - OriginalLabel: - ChannelMode: 0 - Channel: 0 - MMChannelDefinition: {fileID: 0} - Chance: 100 - Timing: - TimescaleMode: 0 - ExcludeFromHoldingPauses: 0 - ContributeToTotalDuration: 1 - InitialDelay: 0 - CooldownDuration: 0 - InterruptsOnStop: 1 - NumberOfRepeats: 0 - RepeatForever: 0 - DelayBetweenRepeats: 1 - PlayCount: 0 - LimitPlayCount: 0 - MaxPlayCount: 3 - SetPlayCountToZeroOnReset: 0 - MMFeedbacksDirectionCondition: 0 - PlayDirection: 0 - ConstantIntensity: 0 - UseIntensityInterval: 0 - IntensityIntervalMin: 0 - IntensityIntervalMax: 0 - Sequence: {fileID: 0} - TrackID: 0 - Quantized: 0 - TargetBPM: 120 - AutomatedTargetAcquisition: - Mode: 0 - ChildIndex: 0 - RandomizeOutput: 0 - RandomMultiplier: {x: 0.8, y: 1} - RandomizeDuration: 0 - RandomDurationMultiplier: {x: 0.5, y: 2} - UseRange: 0 - RangeDistance: 5 - UseRangeFalloff: 0 - RangeFalloff: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - RemapRangeFalloff: {x: 0, y: 1} - AutomaticShakerSetupButton: - ButtonText: - Owner: {fileID: 9192466184460263506} - DebugActive: 0 - TargetAudioSource: {fileID: 478010195} - Mode: 0 - RandomSfx: [] - MinVolume: 1 - MaxVolume: 1 - MinPitch: 1 - MaxPitch: 1 - SfxAudioMixerGroup: {fileID: 0} ---- !u!1660057539 &9223372036854775807 -SceneRoots: - m_ObjectHideFlags: 0 - m_Roots: - - {fileID: 1143359171} - - {fileID: 47384301} - - {fileID: 974558482} - - {fileID: 722569212} - - {fileID: 1381072180} - - {fileID: 1785320358} diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/SequencerDemo.unity.meta b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/SequencerDemo.unity.meta deleted file mode 100644 index e05199d7d..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/SequencerDemo.unity.meta +++ /dev/null @@ -1,14 +0,0 @@ -fileFormatVersion: 2 -guid: 7404a4198038588438ed7afd038bd8c0 -DefaultImporter: - externalObjects: {} - userData: - assetBundleName: - assetBundleVariant: -AssetOrigin: - serializedVersion: 1 - productId: 183370 - packageName: Feel - packageVersion: 5.8 - assetPath: Assets/Feel/MMFeedbacks/Demos/SequencingDemo/SequencerDemo.unity - uploadId: 799856 diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/SequencerDemo_Profiles.meta b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/SequencerDemo_Profiles.meta deleted file mode 100644 index 5cc2c0e40..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/SequencerDemo_Profiles.meta +++ /dev/null @@ -1,8 +0,0 @@ -fileFormatVersion: 2 -guid: 3db320df239c1fb4d836351198dd8678 -folderAsset: yes -DefaultImporter: - externalObjects: {} - userData: - assetBundleName: - assetBundleVariant: diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/SequencerDemo_Profiles/MMSequencerDemoGlobalPPP.asset b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/SequencerDemo_Profiles/MMSequencerDemoGlobalPPP.asset deleted file mode 100644 index 516d7047c..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/SequencerDemo_Profiles/MMSequencerDemoGlobalPPP.asset +++ /dev/null @@ -1,1549 +0,0 @@ -%YAML 1.1 -%TAG !u! tag:unity3d.com,2011: ---- !u!114 &-1390619948412272092 -MonoBehaviour: - m_ObjectHideFlags: 3 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 0} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: adb84e30e02715445aeb9959894e3b4d, type: 3} - m_Name: ColorGrading - m_EditorClassIdentifier: - active: 1 - enabled: - overrideState: 1 - value: 1 - gradingMode: - overrideState: 1 - value: 1 - externalLut: - overrideState: 1 - value: {fileID: 0} - defaultState: 1 - tonemapper: - overrideState: 1 - value: 0 - toneCurveToeStrength: - overrideState: 1 - value: 0 - toneCurveToeLength: - overrideState: 1 - value: 0.5 - toneCurveShoulderStrength: - overrideState: 1 - value: 0 - toneCurveShoulderLength: - overrideState: 1 - value: 0.5 - toneCurveShoulderAngle: - overrideState: 1 - value: 0 - toneCurveGamma: - overrideState: 1 - value: 1 - ldrLut: - overrideState: 1 - value: {fileID: 0} - defaultState: 4 - ldrLutContribution: - overrideState: 1 - value: 1 - temperature: - overrideState: 1 - value: 8.4 - tint: - overrideState: 1 - value: 0 - colorFilter: - overrideState: 1 - value: {r: 1, g: 1, b: 1, a: 1} - hueShift: - overrideState: 1 - value: 0 - saturation: - overrideState: 1 - value: 17.2 - brightness: - overrideState: 1 - value: 0 - postExposure: - overrideState: 1 - value: 0 - contrast: - overrideState: 1 - value: 7 - mixerRedOutRedIn: - overrideState: 1 - value: 100 - mixerRedOutGreenIn: - overrideState: 1 - value: 0 - mixerRedOutBlueIn: - overrideState: 1 - value: 0 - mixerGreenOutRedIn: - overrideState: 1 - value: 0 - mixerGreenOutGreenIn: - overrideState: 1 - value: 100 - mixerGreenOutBlueIn: - overrideState: 1 - value: 0 - mixerBlueOutRedIn: - overrideState: 1 - value: 0 - mixerBlueOutGreenIn: - overrideState: 1 - value: 0 - mixerBlueOutBlueIn: - overrideState: 1 - value: 100 - lift: - overrideState: 1 - value: {x: 1, y: 1, z: 1, w: 0} - gamma: - overrideState: 1 - value: {x: 1, y: 1, z: 1, w: 0} - gain: - overrideState: 1 - value: {x: 1, y: 1, z: 1, w: 0} - masterCurve: - overrideState: 1 - value: - curve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 1 - outSlope: 1 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 1 - outSlope: 1 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - m_Loop: 0 - m_ZeroValue: 0 - m_Range: 1 - cachedData: - - 0 - - 0.0078125 - - 0.015625 - - 0.0234375 - - 0.03125 - - 0.0390625 - - 0.046875 - - 0.0546875 - - 0.0625 - - 0.0703125 - - 0.078125 - - 0.0859375 - - 0.09375 - - 0.1015625 - - 0.109375 - - 0.1171875 - - 0.125 - - 0.1328125 - - 0.140625 - - 0.1484375 - - 0.15625 - - 0.1640625 - - 0.171875 - - 0.1796875 - - 0.1875 - - 0.1953125 - - 0.203125 - - 0.2109375 - - 0.21875 - - 0.2265625 - - 0.234375 - - 0.2421875 - - 0.25 - - 0.2578125 - - 0.265625 - - 0.2734375 - - 0.28125 - - 0.2890625 - - 0.296875 - - 0.3046875 - - 0.3125 - - 0.3203125 - - 0.328125 - - 0.3359375 - - 0.34375 - - 0.3515625 - - 0.359375 - - 0.3671875 - - 0.375 - - 0.3828125 - - 0.390625 - - 0.3984375 - - 0.40625 - - 0.4140625 - - 0.421875 - - 0.4296875 - - 0.4375 - - 0.4453125 - - 0.453125 - - 0.4609375 - - 0.46875 - - 0.4765625 - - 0.484375 - - 0.4921875 - - 0.5 - - 0.5078125 - - 0.515625 - - 0.5234375 - - 0.53125 - - 0.5390625 - - 0.546875 - - 0.5546875 - - 0.5625 - - 0.5703125 - - 0.578125 - - 0.5859375 - - 0.59375 - - 0.6015625 - - 0.609375 - - 0.6171875 - - 0.625 - - 0.6328125 - - 0.640625 - - 0.6484375 - - 0.65625 - - 0.6640625 - - 0.671875 - - 0.6796875 - - 0.6875 - - 0.6953125 - - 0.703125 - - 0.7109375 - - 0.71875 - - 0.7265625 - - 0.734375 - - 0.7421875 - - 0.75 - - 0.7578125 - - 0.765625 - - 0.7734375 - - 0.78125 - - 0.7890625 - - 0.796875 - - 0.8046875 - - 0.8125 - - 0.8203125 - - 0.828125 - - 0.8359375 - - 0.84375 - - 0.8515625 - - 0.859375 - - 0.8671875 - - 0.875 - - 0.8828125 - - 0.890625 - - 0.8984375 - - 0.90625 - - 0.9140625 - - 0.921875 - - 0.9296875 - - 0.9375 - - 0.9453125 - - 0.953125 - - 0.9609375 - - 0.96875 - - 0.9765625 - - 0.984375 - - 0.9921875 - redCurve: - overrideState: 1 - value: - curve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 1 - outSlope: 1 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 1 - outSlope: 1 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - m_Loop: 0 - m_ZeroValue: 0 - m_Range: 1 - cachedData: - - 0 - - 0.0078125 - - 0.015625 - - 0.0234375 - - 0.03125 - - 0.0390625 - - 0.046875 - - 0.0546875 - - 0.0625 - - 0.0703125 - - 0.078125 - - 0.0859375 - - 0.09375 - - 0.1015625 - - 0.109375 - - 0.1171875 - - 0.125 - - 0.1328125 - - 0.140625 - - 0.1484375 - - 0.15625 - - 0.1640625 - - 0.171875 - - 0.1796875 - - 0.1875 - - 0.1953125 - - 0.203125 - - 0.2109375 - - 0.21875 - - 0.2265625 - - 0.234375 - - 0.2421875 - - 0.25 - - 0.2578125 - - 0.265625 - - 0.2734375 - - 0.28125 - - 0.2890625 - - 0.296875 - - 0.3046875 - - 0.3125 - - 0.3203125 - - 0.328125 - - 0.3359375 - - 0.34375 - - 0.3515625 - - 0.359375 - - 0.3671875 - - 0.375 - - 0.3828125 - - 0.390625 - - 0.3984375 - - 0.40625 - - 0.4140625 - - 0.421875 - - 0.4296875 - - 0.4375 - - 0.4453125 - - 0.453125 - - 0.4609375 - - 0.46875 - - 0.4765625 - - 0.484375 - - 0.4921875 - - 0.5 - - 0.5078125 - - 0.515625 - - 0.5234375 - - 0.53125 - - 0.5390625 - - 0.546875 - - 0.5546875 - - 0.5625 - - 0.5703125 - - 0.578125 - - 0.5859375 - - 0.59375 - - 0.6015625 - - 0.609375 - - 0.6171875 - - 0.625 - - 0.6328125 - - 0.640625 - - 0.6484375 - - 0.65625 - - 0.6640625 - - 0.671875 - - 0.6796875 - - 0.6875 - - 0.6953125 - - 0.703125 - - 0.7109375 - - 0.71875 - - 0.7265625 - - 0.734375 - - 0.7421875 - - 0.75 - - 0.7578125 - - 0.765625 - - 0.7734375 - - 0.78125 - - 0.7890625 - - 0.796875 - - 0.8046875 - - 0.8125 - - 0.8203125 - - 0.828125 - - 0.8359375 - - 0.84375 - - 0.8515625 - - 0.859375 - - 0.8671875 - - 0.875 - - 0.8828125 - - 0.890625 - - 0.8984375 - - 0.90625 - - 0.9140625 - - 0.921875 - - 0.9296875 - - 0.9375 - - 0.9453125 - - 0.953125 - - 0.9609375 - - 0.96875 - - 0.9765625 - - 0.984375 - - 0.9921875 - greenCurve: - overrideState: 1 - value: - curve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 1 - outSlope: 1 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 1 - outSlope: 1 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - m_Loop: 0 - m_ZeroValue: 0 - m_Range: 1 - cachedData: - - 0 - - 0.0078125 - - 0.015625 - - 0.0234375 - - 0.03125 - - 0.0390625 - - 0.046875 - - 0.0546875 - - 0.0625 - - 0.0703125 - - 0.078125 - - 0.0859375 - - 0.09375 - - 0.1015625 - - 0.109375 - - 0.1171875 - - 0.125 - - 0.1328125 - - 0.140625 - - 0.1484375 - - 0.15625 - - 0.1640625 - - 0.171875 - - 0.1796875 - - 0.1875 - - 0.1953125 - - 0.203125 - - 0.2109375 - - 0.21875 - - 0.2265625 - - 0.234375 - - 0.2421875 - - 0.25 - - 0.2578125 - - 0.265625 - - 0.2734375 - - 0.28125 - - 0.2890625 - - 0.296875 - - 0.3046875 - - 0.3125 - - 0.3203125 - - 0.328125 - - 0.3359375 - - 0.34375 - - 0.3515625 - - 0.359375 - - 0.3671875 - - 0.375 - - 0.3828125 - - 0.390625 - - 0.3984375 - - 0.40625 - - 0.4140625 - - 0.421875 - - 0.4296875 - - 0.4375 - - 0.4453125 - - 0.453125 - - 0.4609375 - - 0.46875 - - 0.4765625 - - 0.484375 - - 0.4921875 - - 0.5 - - 0.5078125 - - 0.515625 - - 0.5234375 - - 0.53125 - - 0.5390625 - - 0.546875 - - 0.5546875 - - 0.5625 - - 0.5703125 - - 0.578125 - - 0.5859375 - - 0.59375 - - 0.6015625 - - 0.609375 - - 0.6171875 - - 0.625 - - 0.6328125 - - 0.640625 - - 0.6484375 - - 0.65625 - - 0.6640625 - - 0.671875 - - 0.6796875 - - 0.6875 - - 0.6953125 - - 0.703125 - - 0.7109375 - - 0.71875 - - 0.7265625 - - 0.734375 - - 0.7421875 - - 0.75 - - 0.7578125 - - 0.765625 - - 0.7734375 - - 0.78125 - - 0.7890625 - - 0.796875 - - 0.8046875 - - 0.8125 - - 0.8203125 - - 0.828125 - - 0.8359375 - - 0.84375 - - 0.8515625 - - 0.859375 - - 0.8671875 - - 0.875 - - 0.8828125 - - 0.890625 - - 0.8984375 - - 0.90625 - - 0.9140625 - - 0.921875 - - 0.9296875 - - 0.9375 - - 0.9453125 - - 0.953125 - - 0.9609375 - - 0.96875 - - 0.9765625 - - 0.984375 - - 0.9921875 - blueCurve: - overrideState: 1 - value: - curve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 1 - outSlope: 1 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 1 - outSlope: 1 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - m_Loop: 0 - m_ZeroValue: 0 - m_Range: 1 - cachedData: - - 0 - - 0.0078125 - - 0.015625 - - 0.0234375 - - 0.03125 - - 0.0390625 - - 0.046875 - - 0.0546875 - - 0.0625 - - 0.0703125 - - 0.078125 - - 0.0859375 - - 0.09375 - - 0.1015625 - - 0.109375 - - 0.1171875 - - 0.125 - - 0.1328125 - - 0.140625 - - 0.1484375 - - 0.15625 - - 0.1640625 - - 0.171875 - - 0.1796875 - - 0.1875 - - 0.1953125 - - 0.203125 - - 0.2109375 - - 0.21875 - - 0.2265625 - - 0.234375 - - 0.2421875 - - 0.25 - - 0.2578125 - - 0.265625 - - 0.2734375 - - 0.28125 - - 0.2890625 - - 0.296875 - - 0.3046875 - - 0.3125 - - 0.3203125 - - 0.328125 - - 0.3359375 - - 0.34375 - - 0.3515625 - - 0.359375 - - 0.3671875 - - 0.375 - - 0.3828125 - - 0.390625 - - 0.3984375 - - 0.40625 - - 0.4140625 - - 0.421875 - - 0.4296875 - - 0.4375 - - 0.4453125 - - 0.453125 - - 0.4609375 - - 0.46875 - - 0.4765625 - - 0.484375 - - 0.4921875 - - 0.5 - - 0.5078125 - - 0.515625 - - 0.5234375 - - 0.53125 - - 0.5390625 - - 0.546875 - - 0.5546875 - - 0.5625 - - 0.5703125 - - 0.578125 - - 0.5859375 - - 0.59375 - - 0.6015625 - - 0.609375 - - 0.6171875 - - 0.625 - - 0.6328125 - - 0.640625 - - 0.6484375 - - 0.65625 - - 0.6640625 - - 0.671875 - - 0.6796875 - - 0.6875 - - 0.6953125 - - 0.703125 - - 0.7109375 - - 0.71875 - - 0.7265625 - - 0.734375 - - 0.7421875 - - 0.75 - - 0.7578125 - - 0.765625 - - 0.7734375 - - 0.78125 - - 0.7890625 - - 0.796875 - - 0.8046875 - - 0.8125 - - 0.8203125 - - 0.828125 - - 0.8359375 - - 0.84375 - - 0.8515625 - - 0.859375 - - 0.8671875 - - 0.875 - - 0.8828125 - - 0.890625 - - 0.8984375 - - 0.90625 - - 0.9140625 - - 0.921875 - - 0.9296875 - - 0.9375 - - 0.9453125 - - 0.953125 - - 0.9609375 - - 0.96875 - - 0.9765625 - - 0.984375 - - 0.9921875 - hueVsHueCurve: - overrideState: 1 - value: - curve: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - m_Loop: 1 - m_ZeroValue: 0.5 - m_Range: 1 - cachedData: - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - hueVsSatCurve: - overrideState: 1 - value: - curve: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - m_Loop: 1 - m_ZeroValue: 0.5 - m_Range: 1 - cachedData: - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - satVsSatCurve: - overrideState: 1 - value: - curve: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - m_Loop: 0 - m_ZeroValue: 0.5 - m_Range: 1 - cachedData: - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - lumVsSatCurve: - overrideState: 1 - value: - curve: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - m_Loop: 0 - m_ZeroValue: 0.5 - m_Range: 1 - cachedData: - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 - - 0.5 ---- !u!114 &11400000 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 0} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 8e6292b2c06870d4495f009f912b9600, type: 3} - m_Name: MMSequencerDemoGlobalPPP - m_EditorClassIdentifier: - settings: - - {fileID: 1722637181329757685} - - {fileID: 9128121458215364921} - - {fileID: 4837158328487720863} - - {fileID: -1390619948412272092} - - {fileID: 4433612294240311940} - - {fileID: 4006522927246438074} - - {fileID: 4968891804073454547} ---- !u!114 &1722637181329757685 -MonoBehaviour: - m_ObjectHideFlags: 3 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 0} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 48a79b01ea5641d4aa6daa2e23605641, type: 3} - m_Name: Bloom - m_EditorClassIdentifier: - active: 1 - enabled: - overrideState: 1 - value: 1 - intensity: - overrideState: 1 - value: 1 - threshold: - overrideState: 1 - value: 1 - softKnee: - overrideState: 1 - value: 0.5 - clamp: - overrideState: 1 - value: 65472 - diffusion: - overrideState: 1 - value: 7 - anamorphicRatio: - overrideState: 1 - value: 0 - color: - overrideState: 1 - value: {r: 1, g: 1, b: 1, a: 1} - fastMode: - overrideState: 1 - value: 0 - dirtTexture: - overrideState: 1 - value: {fileID: 0} - defaultState: 1 - dirtIntensity: - overrideState: 1 - value: 0 ---- !u!114 &4006522927246438074 -MonoBehaviour: - m_ObjectHideFlags: 3 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 0} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 6050e2d5de785ce4d931e4dbdbf2d755, type: 3} - m_Name: ChromaticAberration - m_EditorClassIdentifier: - active: 1 - enabled: - overrideState: 1 - value: 1 - spectralLut: - overrideState: 1 - value: {fileID: 0} - defaultState: 1 - intensity: - overrideState: 1 - value: 0 - fastMode: - overrideState: 1 - value: 0 ---- !u!114 &4433612294240311940 -MonoBehaviour: - m_ObjectHideFlags: 3 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 0} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: b94fcd11afffcb142908bfcb1e261fba, type: 3} - m_Name: MotionBlur - m_EditorClassIdentifier: - active: 1 - enabled: - overrideState: 1 - value: 1 - shutterAngle: - overrideState: 1 - value: 270 - sampleCount: - overrideState: 1 - value: 10 ---- !u!114 &4837158328487720863 -MonoBehaviour: - m_ObjectHideFlags: 3 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 0} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: c1cb7e9e120078f43bce4f0b1be547a7, type: 3} - m_Name: AmbientOcclusion - m_EditorClassIdentifier: - active: 1 - enabled: - overrideState: 1 - value: 1 - mode: - overrideState: 1 - value: 1 - intensity: - overrideState: 1 - value: 0.52 - color: - overrideState: 1 - value: {r: 0.1541919, g: 0.18483685, b: 0.31132078, a: 1} - ambientOnly: - overrideState: 1 - value: 1 - noiseFilterTolerance: - overrideState: 1 - value: 0 - blurTolerance: - overrideState: 1 - value: -4.6 - upsampleTolerance: - overrideState: 1 - value: -12 - thicknessModifier: - overrideState: 1 - value: 1 - directLightingStrength: - overrideState: 1 - value: 0 - radius: - overrideState: 1 - value: 0.25 - quality: - overrideState: 1 - value: 2 ---- !u!114 &4968891804073454547 -MonoBehaviour: - m_ObjectHideFlags: 3 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 0} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 556797029e73b2347956b6579e77e05b, type: 3} - m_Name: DepthOfField - m_EditorClassIdentifier: - active: 1 - enabled: - overrideState: 1 - value: 1 - focusDistance: - overrideState: 1 - value: 5 - aperture: - overrideState: 1 - value: 2 - focalLength: - overrideState: 1 - value: 50 - kernelSize: - overrideState: 1 - value: 1 ---- !u!114 &9128121458215364921 -MonoBehaviour: - m_ObjectHideFlags: 3 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 0} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 40b924e2dad56384a8df2a1e111bb675, type: 3} - m_Name: Vignette - m_EditorClassIdentifier: - active: 1 - enabled: - overrideState: 1 - value: 1 - mode: - overrideState: 1 - value: 0 - color: - overrideState: 1 - value: {r: 0, g: 0, b: 0, a: 1} - center: - overrideState: 1 - value: {x: 0.5, y: 0.5} - intensity: - overrideState: 1 - value: 0.368 - smoothness: - overrideState: 1 - value: 0.2 - roundness: - overrideState: 1 - value: 1 - rounded: - overrideState: 1 - value: 0 - mask: - overrideState: 1 - value: {fileID: 0} - defaultState: 1 - opacity: - overrideState: 1 - value: 1 diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/SequencerDemo_Profiles/MMSequencerDemoGlobalPPP.asset.meta b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/SequencerDemo_Profiles/MMSequencerDemoGlobalPPP.asset.meta deleted file mode 100644 index 9ff7da38b..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/SequencerDemo_Profiles/MMSequencerDemoGlobalPPP.asset.meta +++ /dev/null @@ -1,15 +0,0 @@ -fileFormatVersion: 2 -guid: 07c0d76c76e70e64c82dc522636cd034 -NativeFormatImporter: - externalObjects: {} - mainObjectFileID: 11400000 - userData: - assetBundleName: - assetBundleVariant: -AssetOrigin: - serializedVersion: 1 - productId: 183370 - packageName: Feel - packageVersion: 5.8 - assetPath: Assets/Feel/MMFeedbacks/Demos/SequencingDemo/SequencerDemo_Profiles/MMSequencerDemoGlobalPPP.asset - uploadId: 799856 diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/SequencerDemo_Profiles/MMSequencerDemoMovingPPP.asset b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/SequencerDemo_Profiles/MMSequencerDemoMovingPPP.asset deleted file mode 100644 index e168d3e1d..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/SequencerDemo_Profiles/MMSequencerDemoMovingPPP.asset +++ /dev/null @@ -1,108 +0,0 @@ -%YAML 1.1 -%TAG !u! tag:unity3d.com,2011: ---- !u!114 &11400000 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 0} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 8e6292b2c06870d4495f009f912b9600, type: 3} - m_Name: MMSequencerDemoMovingPPP - m_EditorClassIdentifier: - settings: - - {fileID: 1722637181329757685} - - {fileID: 9128121458215364921} ---- !u!114 &1722637181329757685 -MonoBehaviour: - m_ObjectHideFlags: 3 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 0} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 48a79b01ea5641d4aa6daa2e23605641, type: 3} - m_Name: Bloom - m_EditorClassIdentifier: - active: 1 - enabled: - overrideState: 1 - value: 1 - intensity: - overrideState: 1 - value: 1 - threshold: - overrideState: 1 - value: 1 - softKnee: - overrideState: 1 - value: 0.5 - clamp: - overrideState: 1 - value: 65472 - diffusion: - overrideState: 1 - value: 7 - anamorphicRatio: - overrideState: 1 - value: 0 - color: - overrideState: 1 - value: {r: 1, g: 1, b: 1, a: 1} - fastMode: - overrideState: 1 - value: 0 - dirtTexture: - overrideState: 1 - value: {fileID: 0} - defaultState: 1 - dirtIntensity: - overrideState: 1 - value: 0 ---- !u!114 &9128121458215364921 -MonoBehaviour: - m_ObjectHideFlags: 3 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 0} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 40b924e2dad56384a8df2a1e111bb675, type: 3} - m_Name: Vignette - m_EditorClassIdentifier: - active: 1 - enabled: - overrideState: 1 - value: 1 - mode: - overrideState: 1 - value: 0 - color: - overrideState: 1 - value: {r: 0, g: 0, b: 0, a: 1} - center: - overrideState: 1 - value: {x: 0.5, y: 0.5} - intensity: - overrideState: 1 - value: 0.602 - smoothness: - overrideState: 1 - value: 0.2 - roundness: - overrideState: 1 - value: 1 - rounded: - overrideState: 1 - value: 0 - mask: - overrideState: 1 - value: {fileID: 0} - defaultState: 1 - opacity: - overrideState: 1 - value: 1 diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/SequencerDemo_Profiles/MMSequencerDemoMovingPPP.asset.meta b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/SequencerDemo_Profiles/MMSequencerDemoMovingPPP.asset.meta deleted file mode 100644 index 503c046cd..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/SequencerDemo_Profiles/MMSequencerDemoMovingPPP.asset.meta +++ /dev/null @@ -1,15 +0,0 @@ -fileFormatVersion: 2 -guid: 2a591d6cae1533b45bfbbe06de11f40c -NativeFormatImporter: - externalObjects: {} - mainObjectFileID: 11400000 - userData: - assetBundleName: - assetBundleVariant: -AssetOrigin: - serializedVersion: 1 - productId: 183370 - packageName: Feel - packageVersion: 5.8 - assetPath: Assets/Feel/MMFeedbacks/Demos/SequencingDemo/SequencerDemo_Profiles/MMSequencerDemoMovingPPP.asset - uploadId: 799856 diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Sounds.meta b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Sounds.meta deleted file mode 100644 index 250dc638a..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Sounds.meta +++ /dev/null @@ -1,8 +0,0 @@ -fileFormatVersion: 2 -guid: 3c1faf5c6d57ee947b5a5fbd19d1ed79 -folderAsset: yes -DefaultImporter: - externalObjects: {} - userData: - assetBundleName: - assetBundleVariant: diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Sounds/Kit.meta b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Sounds/Kit.meta deleted file mode 100644 index 9d4f15c48..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Sounds/Kit.meta +++ /dev/null @@ -1,8 +0,0 @@ -fileFormatVersion: 2 -guid: 4fb64fac34756e141923331eeb5d4c78 -folderAsset: yes -DefaultImporter: - externalObjects: {} - userData: - assetBundleName: - assetBundleVariant: diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Sounds/Kit/MMSequencingBass1.wav b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Sounds/Kit/MMSequencingBass1.wav deleted file mode 100644 index 204e94746..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Sounds/Kit/MMSequencingBass1.wav +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4c207866b245e93255458c16ced593f71cd69eea1a3d06753f6fb9f5b4e5f35d -size 447440 diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Sounds/Kit/MMSequencingBass1.wav.meta b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Sounds/Kit/MMSequencingBass1.wav.meta deleted file mode 100644 index 12c8ac3ab..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Sounds/Kit/MMSequencingBass1.wav.meta +++ /dev/null @@ -1,29 +0,0 @@ -fileFormatVersion: 2 -guid: ed067cd4ccfcda447b0bf119397fc305 -AudioImporter: - externalObjects: {} - serializedVersion: 6 - defaultSettings: - loadType: 0 - sampleRateSetting: 0 - sampleRateOverride: 44100 - compressionFormat: 1 - quality: 1 - conversionMode: 0 - platformSettingOverrides: {} - forceToMono: 0 - normalize: 1 - preloadAudioData: 1 - loadInBackground: 0 - ambisonic: 0 - 3D: 1 - userData: - assetBundleName: - assetBundleVariant: -AssetOrigin: - serializedVersion: 1 - productId: 183370 - packageName: Feel - packageVersion: 5.8 - assetPath: Assets/Feel/MMFeedbacks/Demos/SequencingDemo/Sounds/Kit/MMSequencingBass1.wav - uploadId: 799856 diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Sounds/Kit/MMSequencingBass2.wav b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Sounds/Kit/MMSequencingBass2.wav deleted file mode 100644 index 5a447b026..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Sounds/Kit/MMSequencingBass2.wav +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d56fcab44d2bbcf731da0a31c85cea2c7639b4e1225482e1ad245b5dbe265df4 -size 132820 diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Sounds/Kit/MMSequencingBass2.wav.meta b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Sounds/Kit/MMSequencingBass2.wav.meta deleted file mode 100644 index 038e6038d..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Sounds/Kit/MMSequencingBass2.wav.meta +++ /dev/null @@ -1,29 +0,0 @@ -fileFormatVersion: 2 -guid: c7348ace360ef934f965f061c2c4269e -AudioImporter: - externalObjects: {} - serializedVersion: 6 - defaultSettings: - loadType: 0 - sampleRateSetting: 0 - sampleRateOverride: 44100 - compressionFormat: 1 - quality: 1 - conversionMode: 0 - platformSettingOverrides: {} - forceToMono: 0 - normalize: 1 - preloadAudioData: 1 - loadInBackground: 0 - ambisonic: 0 - 3D: 1 - userData: - assetBundleName: - assetBundleVariant: -AssetOrigin: - serializedVersion: 1 - productId: 183370 - packageName: Feel - packageVersion: 5.8 - assetPath: Assets/Feel/MMFeedbacks/Demos/SequencingDemo/Sounds/Kit/MMSequencingBass2.wav - uploadId: 799856 diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Sounds/Kit/MMSequencingBass3.wav b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Sounds/Kit/MMSequencingBass3.wav deleted file mode 100644 index 36151e258..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Sounds/Kit/MMSequencingBass3.wav +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:682234007b7569b7b7cc9f36bc73b48db4884b2b8225ebac2bb8c3303147238a -size 73196 diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Sounds/Kit/MMSequencingBass3.wav.meta b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Sounds/Kit/MMSequencingBass3.wav.meta deleted file mode 100644 index 2241ad4a9..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Sounds/Kit/MMSequencingBass3.wav.meta +++ /dev/null @@ -1,29 +0,0 @@ -fileFormatVersion: 2 -guid: aa8e5b4de103dac4caa0c7b8365d6bb3 -AudioImporter: - externalObjects: {} - serializedVersion: 6 - defaultSettings: - loadType: 0 - sampleRateSetting: 0 - sampleRateOverride: 44100 - compressionFormat: 1 - quality: 1 - conversionMode: 0 - platformSettingOverrides: {} - forceToMono: 0 - normalize: 1 - preloadAudioData: 1 - loadInBackground: 0 - ambisonic: 0 - 3D: 1 - userData: - assetBundleName: - assetBundleVariant: -AssetOrigin: - serializedVersion: 1 - productId: 183370 - packageName: Feel - packageVersion: 5.8 - assetPath: Assets/Feel/MMFeedbacks/Demos/SequencingDemo/Sounds/Kit/MMSequencingBass3.wav - uploadId: 799856 diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Sounds/Kit/MMSequencingCrash1.wav b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Sounds/Kit/MMSequencingCrash1.wav deleted file mode 100644 index 2b2587acb..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Sounds/Kit/MMSequencingCrash1.wav +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:25093fa4cfd54ebce0a7fbdbced345dd133e1943390fe67559b8701ba597000a -size 6680 diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Sounds/Kit/MMSequencingCrash1.wav.meta b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Sounds/Kit/MMSequencingCrash1.wav.meta deleted file mode 100644 index 8cb27cce6..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Sounds/Kit/MMSequencingCrash1.wav.meta +++ /dev/null @@ -1,29 +0,0 @@ -fileFormatVersion: 2 -guid: b0b6bf001722eb242a5aaa4ed9dbe251 -AudioImporter: - externalObjects: {} - serializedVersion: 6 - defaultSettings: - loadType: 0 - sampleRateSetting: 0 - sampleRateOverride: 44100 - compressionFormat: 1 - quality: 1 - conversionMode: 0 - platformSettingOverrides: {} - forceToMono: 0 - normalize: 1 - preloadAudioData: 1 - loadInBackground: 0 - ambisonic: 0 - 3D: 1 - userData: - assetBundleName: - assetBundleVariant: -AssetOrigin: - serializedVersion: 1 - productId: 183370 - packageName: Feel - packageVersion: 5.8 - assetPath: Assets/Feel/MMFeedbacks/Demos/SequencingDemo/Sounds/Kit/MMSequencingCrash1.wav - uploadId: 799856 diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Sounds/Kit/MMSequencingCrash2.wav b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Sounds/Kit/MMSequencingCrash2.wav deleted file mode 100644 index a0af3b19f..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Sounds/Kit/MMSequencingCrash2.wav +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ad9dde3af9c8140c8227dcc2ff9c74c7ab91bc36a82a80f5c4c08507697b1160 -size 19440 diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Sounds/Kit/MMSequencingCrash2.wav.meta b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Sounds/Kit/MMSequencingCrash2.wav.meta deleted file mode 100644 index 68a7155c8..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Sounds/Kit/MMSequencingCrash2.wav.meta +++ /dev/null @@ -1,29 +0,0 @@ -fileFormatVersion: 2 -guid: 88867f4a6e97083478041a8bacc9b4bf -AudioImporter: - externalObjects: {} - serializedVersion: 6 - defaultSettings: - loadType: 0 - sampleRateSetting: 0 - sampleRateOverride: 44100 - compressionFormat: 1 - quality: 1 - conversionMode: 0 - platformSettingOverrides: {} - forceToMono: 0 - normalize: 1 - preloadAudioData: 1 - loadInBackground: 0 - ambisonic: 0 - 3D: 1 - userData: - assetBundleName: - assetBundleVariant: -AssetOrigin: - serializedVersion: 1 - productId: 183370 - packageName: Feel - packageVersion: 5.8 - assetPath: Assets/Feel/MMFeedbacks/Demos/SequencingDemo/Sounds/Kit/MMSequencingCrash2.wav - uploadId: 799856 diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Sounds/Kit/MMSequencingCymbal1.wav b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Sounds/Kit/MMSequencingCymbal1.wav deleted file mode 100644 index 1a031e43b..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Sounds/Kit/MMSequencingCymbal1.wav +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:38006632d6e97f30e88d516e0d75effc5279158a87748bb7e18fb02f05d008c8 -size 122148 diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Sounds/Kit/MMSequencingCymbal1.wav.meta b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Sounds/Kit/MMSequencingCymbal1.wav.meta deleted file mode 100644 index 48f180924..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Sounds/Kit/MMSequencingCymbal1.wav.meta +++ /dev/null @@ -1,29 +0,0 @@ -fileFormatVersion: 2 -guid: 4472d2e695631bd4598e0aac24be9798 -AudioImporter: - externalObjects: {} - serializedVersion: 6 - defaultSettings: - loadType: 0 - sampleRateSetting: 0 - sampleRateOverride: 44100 - compressionFormat: 1 - quality: 1 - conversionMode: 0 - platformSettingOverrides: {} - forceToMono: 0 - normalize: 1 - preloadAudioData: 1 - loadInBackground: 0 - ambisonic: 0 - 3D: 1 - userData: - assetBundleName: - assetBundleVariant: -AssetOrigin: - serializedVersion: 1 - productId: 183370 - packageName: Feel - packageVersion: 5.8 - assetPath: Assets/Feel/MMFeedbacks/Demos/SequencingDemo/Sounds/Kit/MMSequencingCymbal1.wav - uploadId: 799856 diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Sounds/Kit/MMSequencingCymbal2.wav b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Sounds/Kit/MMSequencingCymbal2.wav deleted file mode 100644 index 65ca9a8ab..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Sounds/Kit/MMSequencingCymbal2.wav +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:611a0d3a7e266c6b2e13938102d9981d101230a72e5e8771a48f26674f19f62f -size 300688 diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Sounds/Kit/MMSequencingCymbal2.wav.meta b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Sounds/Kit/MMSequencingCymbal2.wav.meta deleted file mode 100644 index 158f43d8a..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Sounds/Kit/MMSequencingCymbal2.wav.meta +++ /dev/null @@ -1,29 +0,0 @@ -fileFormatVersion: 2 -guid: 6c0124a99f664c84481722e6ce386883 -AudioImporter: - externalObjects: {} - serializedVersion: 6 - defaultSettings: - loadType: 0 - sampleRateSetting: 0 - sampleRateOverride: 44100 - compressionFormat: 1 - quality: 1 - conversionMode: 0 - platformSettingOverrides: {} - forceToMono: 0 - normalize: 1 - preloadAudioData: 1 - loadInBackground: 0 - ambisonic: 0 - 3D: 1 - userData: - assetBundleName: - assetBundleVariant: -AssetOrigin: - serializedVersion: 1 - productId: 183370 - packageName: Feel - packageVersion: 5.8 - assetPath: Assets/Feel/MMFeedbacks/Demos/SequencingDemo/Sounds/Kit/MMSequencingCymbal2.wav - uploadId: 799856 diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Sounds/Kit/MMSequencingCymbal3.wav b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Sounds/Kit/MMSequencingCymbal3.wav deleted file mode 100644 index c932a9af7..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Sounds/Kit/MMSequencingCymbal3.wav +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b3cbe7c232abb208a01893c4bd1293391bbd281fa323689fa90e57861d65b7b9 -size 92648 diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Sounds/Kit/MMSequencingCymbal3.wav.meta b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Sounds/Kit/MMSequencingCymbal3.wav.meta deleted file mode 100644 index e44ff4e1a..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Sounds/Kit/MMSequencingCymbal3.wav.meta +++ /dev/null @@ -1,29 +0,0 @@ -fileFormatVersion: 2 -guid: c2e2c977f649c3140947b36e07ee9347 -AudioImporter: - externalObjects: {} - serializedVersion: 6 - defaultSettings: - loadType: 0 - sampleRateSetting: 0 - sampleRateOverride: 44100 - compressionFormat: 1 - quality: 1 - conversionMode: 0 - platformSettingOverrides: {} - forceToMono: 0 - normalize: 1 - preloadAudioData: 1 - loadInBackground: 0 - ambisonic: 0 - 3D: 1 - userData: - assetBundleName: - assetBundleVariant: -AssetOrigin: - serializedVersion: 1 - productId: 183370 - packageName: Feel - packageVersion: 5.8 - assetPath: Assets/Feel/MMFeedbacks/Demos/SequencingDemo/Sounds/Kit/MMSequencingCymbal3.wav - uploadId: 799856 diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Sounds/Kit/MMSequencingHat1.wav b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Sounds/Kit/MMSequencingHat1.wav deleted file mode 100644 index d4f2a05a5..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Sounds/Kit/MMSequencingHat1.wav +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5b6978b2f4b5ae63f00b1f7cf6a5b2dbb43f34faa01ea4eb240f19248dd85e8f -size 40832 diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Sounds/Kit/MMSequencingHat1.wav.meta b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Sounds/Kit/MMSequencingHat1.wav.meta deleted file mode 100644 index a1266a2df..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Sounds/Kit/MMSequencingHat1.wav.meta +++ /dev/null @@ -1,29 +0,0 @@ -fileFormatVersion: 2 -guid: 4f695319e626b31488c89d7236767b38 -AudioImporter: - externalObjects: {} - serializedVersion: 6 - defaultSettings: - loadType: 0 - sampleRateSetting: 0 - sampleRateOverride: 44100 - compressionFormat: 1 - quality: 1 - conversionMode: 0 - platformSettingOverrides: {} - forceToMono: 0 - normalize: 1 - preloadAudioData: 1 - loadInBackground: 0 - ambisonic: 0 - 3D: 1 - userData: - assetBundleName: - assetBundleVariant: -AssetOrigin: - serializedVersion: 1 - productId: 183370 - packageName: Feel - packageVersion: 5.8 - assetPath: Assets/Feel/MMFeedbacks/Demos/SequencingDemo/Sounds/Kit/MMSequencingHat1.wav - uploadId: 799856 diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Sounds/Kit/MMSequencingHat2.wav b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Sounds/Kit/MMSequencingHat2.wav deleted file mode 100644 index c87c09f60..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Sounds/Kit/MMSequencingHat2.wav +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8cd7bc707116127fddb2047741aceea31a154927db1dca44698c9842c536776a -size 17060 diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Sounds/Kit/MMSequencingHat2.wav.meta b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Sounds/Kit/MMSequencingHat2.wav.meta deleted file mode 100644 index eb156cbb8..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Sounds/Kit/MMSequencingHat2.wav.meta +++ /dev/null @@ -1,29 +0,0 @@ -fileFormatVersion: 2 -guid: 1cfacca2bedb5f4418892d40cbe9018d -AudioImporter: - externalObjects: {} - serializedVersion: 6 - defaultSettings: - loadType: 0 - sampleRateSetting: 0 - sampleRateOverride: 44100 - compressionFormat: 1 - quality: 1 - conversionMode: 0 - platformSettingOverrides: {} - forceToMono: 0 - normalize: 1 - preloadAudioData: 1 - loadInBackground: 0 - ambisonic: 0 - 3D: 1 - userData: - assetBundleName: - assetBundleVariant: -AssetOrigin: - serializedVersion: 1 - productId: 183370 - packageName: Feel - packageVersion: 5.8 - assetPath: Assets/Feel/MMFeedbacks/Demos/SequencingDemo/Sounds/Kit/MMSequencingHat2.wav - uploadId: 799856 diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Sounds/Kit/MMSequencingNote1.wav b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Sounds/Kit/MMSequencingNote1.wav deleted file mode 100644 index 1904294f6..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Sounds/Kit/MMSequencingNote1.wav +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ceec62fbfc279ff65f66053481aad245b8dd1349e1a5b730c025a0d28146c3d8 -size 71980 diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Sounds/Kit/MMSequencingNote1.wav.meta b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Sounds/Kit/MMSequencingNote1.wav.meta deleted file mode 100644 index c15969bd4..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Sounds/Kit/MMSequencingNote1.wav.meta +++ /dev/null @@ -1,29 +0,0 @@ -fileFormatVersion: 2 -guid: d6252c9736dd3514dae1fc4563f27d43 -AudioImporter: - externalObjects: {} - serializedVersion: 6 - defaultSettings: - loadType: 0 - sampleRateSetting: 0 - sampleRateOverride: 44100 - compressionFormat: 1 - quality: 1 - conversionMode: 0 - platformSettingOverrides: {} - forceToMono: 0 - normalize: 1 - preloadAudioData: 1 - loadInBackground: 0 - ambisonic: 0 - 3D: 1 - userData: - assetBundleName: - assetBundleVariant: -AssetOrigin: - serializedVersion: 1 - productId: 183370 - packageName: Feel - packageVersion: 5.8 - assetPath: Assets/Feel/MMFeedbacks/Demos/SequencingDemo/Sounds/Kit/MMSequencingNote1.wav - uploadId: 799856 diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Sounds/Kit/MMSequencingNote2.wav b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Sounds/Kit/MMSequencingNote2.wav deleted file mode 100644 index 5336361ef..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Sounds/Kit/MMSequencingNote2.wav +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4d9480164f8bba6384dc603468849e2f83b1d2860348fbe4fcd60104d2ab15ae -size 32924 diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Sounds/Kit/MMSequencingNote2.wav.meta b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Sounds/Kit/MMSequencingNote2.wav.meta deleted file mode 100644 index 5ccc4f980..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Sounds/Kit/MMSequencingNote2.wav.meta +++ /dev/null @@ -1,29 +0,0 @@ -fileFormatVersion: 2 -guid: 8c507f67546a1f341b5028478e54fab1 -AudioImporter: - externalObjects: {} - serializedVersion: 6 - defaultSettings: - loadType: 0 - sampleRateSetting: 0 - sampleRateOverride: 44100 - compressionFormat: 1 - quality: 1 - conversionMode: 0 - platformSettingOverrides: {} - forceToMono: 0 - normalize: 1 - preloadAudioData: 1 - loadInBackground: 0 - ambisonic: 0 - 3D: 1 - userData: - assetBundleName: - assetBundleVariant: -AssetOrigin: - serializedVersion: 1 - productId: 183370 - packageName: Feel - packageVersion: 5.8 - assetPath: Assets/Feel/MMFeedbacks/Demos/SequencingDemo/Sounds/Kit/MMSequencingNote2.wav - uploadId: 799856 diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Sounds/Kit/MMSequencingNote3.wav b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Sounds/Kit/MMSequencingNote3.wav deleted file mode 100644 index a74721556..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Sounds/Kit/MMSequencingNote3.wav +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:39fc5e5fa6aa486bf9ab053fc743d2338b02a14b1a4a6dedccb8ff96c2b6cb0e -size 53932 diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Sounds/Kit/MMSequencingNote3.wav.meta b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Sounds/Kit/MMSequencingNote3.wav.meta deleted file mode 100644 index 5b2504540..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Sounds/Kit/MMSequencingNote3.wav.meta +++ /dev/null @@ -1,29 +0,0 @@ -fileFormatVersion: 2 -guid: 54440253e69f3dc40971707d9e51d7da -AudioImporter: - externalObjects: {} - serializedVersion: 6 - defaultSettings: - loadType: 0 - sampleRateSetting: 0 - sampleRateOverride: 44100 - compressionFormat: 1 - quality: 1 - conversionMode: 0 - platformSettingOverrides: {} - forceToMono: 0 - normalize: 1 - preloadAudioData: 1 - loadInBackground: 0 - ambisonic: 0 - 3D: 1 - userData: - assetBundleName: - assetBundleVariant: -AssetOrigin: - serializedVersion: 1 - productId: 183370 - packageName: Feel - packageVersion: 5.8 - assetPath: Assets/Feel/MMFeedbacks/Demos/SequencingDemo/Sounds/Kit/MMSequencingNote3.wav - uploadId: 799856 diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Sounds/Kit/MMSequencingTick.wav b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Sounds/Kit/MMSequencingTick.wav deleted file mode 100644 index 842db20ba..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Sounds/Kit/MMSequencingTick.wav +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ea59a8e7ec227790fb137368b7aded44ce015ae3298d502e3f4d8233e91a3da8 -size 7068 diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Sounds/Kit/MMSequencingTick.wav.meta b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Sounds/Kit/MMSequencingTick.wav.meta deleted file mode 100644 index 3bd1d0c7e..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Sounds/Kit/MMSequencingTick.wav.meta +++ /dev/null @@ -1,29 +0,0 @@ -fileFormatVersion: 2 -guid: 52f2dda63dc1e0244b39ae9075007d4e -AudioImporter: - externalObjects: {} - serializedVersion: 6 - defaultSettings: - loadType: 0 - sampleRateSetting: 0 - sampleRateOverride: 44100 - compressionFormat: 1 - quality: 1 - conversionMode: 0 - platformSettingOverrides: {} - forceToMono: 0 - normalize: 1 - preloadAudioData: 1 - loadInBackground: 0 - ambisonic: 0 - 3D: 1 - userData: - assetBundleName: - assetBundleVariant: -AssetOrigin: - serializedVersion: 1 - productId: 183370 - packageName: Feel - packageVersion: 5.8 - assetPath: Assets/Feel/MMFeedbacks/Demos/SequencingDemo/Sounds/Kit/MMSequencingTick.wav - uploadId: 799856 diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Sounds/Kit/MMSequencingTom1.wav b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Sounds/Kit/MMSequencingTom1.wav deleted file mode 100644 index 81ba47bf3..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Sounds/Kit/MMSequencingTom1.wav +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c9fe7b73a12571406e2366141cff9594bb09b526d0cc20d63a51d3c6bcdf0d8a -size 40736 diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Sounds/Kit/MMSequencingTom1.wav.meta b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Sounds/Kit/MMSequencingTom1.wav.meta deleted file mode 100644 index 1cb96861a..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Sounds/Kit/MMSequencingTom1.wav.meta +++ /dev/null @@ -1,29 +0,0 @@ -fileFormatVersion: 2 -guid: 4b685326475200245ba5a32fc9fb1c1b -AudioImporter: - externalObjects: {} - serializedVersion: 6 - defaultSettings: - loadType: 0 - sampleRateSetting: 0 - sampleRateOverride: 44100 - compressionFormat: 1 - quality: 1 - conversionMode: 0 - platformSettingOverrides: {} - forceToMono: 0 - normalize: 1 - preloadAudioData: 1 - loadInBackground: 0 - ambisonic: 0 - 3D: 1 - userData: - assetBundleName: - assetBundleVariant: -AssetOrigin: - serializedVersion: 1 - productId: 183370 - packageName: Feel - packageVersion: 5.8 - assetPath: Assets/Feel/MMFeedbacks/Demos/SequencingDemo/Sounds/Kit/MMSequencingTom1.wav - uploadId: 799856 diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Sounds/Kit/MMSequencingTom2.wav b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Sounds/Kit/MMSequencingTom2.wav deleted file mode 100644 index f8eb72e59..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Sounds/Kit/MMSequencingTom2.wav +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a96121f25c4fbe62e0b075a172a720beb29d48d33cbe7682ffa925503e9c1de9 -size 71012 diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Sounds/Kit/MMSequencingTom2.wav.meta b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Sounds/Kit/MMSequencingTom2.wav.meta deleted file mode 100644 index 384239ad9..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Sounds/Kit/MMSequencingTom2.wav.meta +++ /dev/null @@ -1,29 +0,0 @@ -fileFormatVersion: 2 -guid: f6ab044088180434289122e41199a631 -AudioImporter: - externalObjects: {} - serializedVersion: 6 - defaultSettings: - loadType: 0 - sampleRateSetting: 0 - sampleRateOverride: 44100 - compressionFormat: 1 - quality: 1 - conversionMode: 0 - platformSettingOverrides: {} - forceToMono: 0 - normalize: 1 - preloadAudioData: 1 - loadInBackground: 0 - ambisonic: 0 - 3D: 1 - userData: - assetBundleName: - assetBundleVariant: -AssetOrigin: - serializedVersion: 1 - productId: 183370 - packageName: Feel - packageVersion: 5.8 - assetPath: Assets/Feel/MMFeedbacks/Demos/SequencingDemo/Sounds/Kit/MMSequencingTom2.wav - uploadId: 799856 diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Sounds/Kit/MMSequencingTom3.wav b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Sounds/Kit/MMSequencingTom3.wav deleted file mode 100644 index 488685173..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Sounds/Kit/MMSequencingTom3.wav +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:15e6487d57f0ea7e84da1a526019ea0052902b5bd83f3c8ba83f0aa7959e941f -size 43840 diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Sounds/Kit/MMSequencingTom3.wav.meta b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Sounds/Kit/MMSequencingTom3.wav.meta deleted file mode 100644 index e7db1069f..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Sounds/Kit/MMSequencingTom3.wav.meta +++ /dev/null @@ -1,29 +0,0 @@ -fileFormatVersion: 2 -guid: 80140f70bc373074582ae93dffce593b -AudioImporter: - externalObjects: {} - serializedVersion: 6 - defaultSettings: - loadType: 0 - sampleRateSetting: 0 - sampleRateOverride: 44100 - compressionFormat: 1 - quality: 1 - conversionMode: 0 - platformSettingOverrides: {} - forceToMono: 0 - normalize: 1 - preloadAudioData: 1 - loadInBackground: 0 - ambisonic: 0 - 3D: 1 - userData: - assetBundleName: - assetBundleVariant: -AssetOrigin: - serializedVersion: 1 - productId: 183370 - packageName: Feel - packageVersion: 5.8 - assetPath: Assets/Feel/MMFeedbacks/Demos/SequencingDemo/Sounds/Kit/MMSequencingTom3.wav - uploadId: 799856 diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Sounds/Kit/MMSequencingTom4.wav b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Sounds/Kit/MMSequencingTom4.wav deleted file mode 100644 index 63bb8aee2..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Sounds/Kit/MMSequencingTom4.wav +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3dde7f6f9c27c283a18b2655849e4568689af59c314492face48c73b808ac70b -size 34428 diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Sounds/Kit/MMSequencingTom4.wav.meta b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Sounds/Kit/MMSequencingTom4.wav.meta deleted file mode 100644 index ed6d08cf7..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Sounds/Kit/MMSequencingTom4.wav.meta +++ /dev/null @@ -1,29 +0,0 @@ -fileFormatVersion: 2 -guid: f875bba495f73804582057f1fa52419e -AudioImporter: - externalObjects: {} - serializedVersion: 6 - defaultSettings: - loadType: 0 - sampleRateSetting: 0 - sampleRateOverride: 44100 - compressionFormat: 1 - quality: 1 - conversionMode: 0 - platformSettingOverrides: {} - forceToMono: 0 - normalize: 1 - preloadAudioData: 1 - loadInBackground: 0 - ambisonic: 0 - 3D: 1 - userData: - assetBundleName: - assetBundleVariant: -AssetOrigin: - serializedVersion: 1 - productId: 183370 - packageName: Feel - packageVersion: 5.8 - assetPath: Assets/Feel/MMFeedbacks/Demos/SequencingDemo/Sounds/Kit/MMSequencingTom4.wav - uploadId: 799856 diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Sounds/Kit/MMSequencingTom5.wav b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Sounds/Kit/MMSequencingTom5.wav deleted file mode 100644 index ee32610ac..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Sounds/Kit/MMSequencingTom5.wav +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ef5676e20e1c031082deceb690a29ab2b63ea573448bc087c01c8009c5450973 -size 71884 diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Sounds/Kit/MMSequencingTom5.wav.meta b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Sounds/Kit/MMSequencingTom5.wav.meta deleted file mode 100644 index 5e5d9f090..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Sounds/Kit/MMSequencingTom5.wav.meta +++ /dev/null @@ -1,29 +0,0 @@ -fileFormatVersion: 2 -guid: 0a251865d11f91842a19cdee7af66120 -AudioImporter: - externalObjects: {} - serializedVersion: 6 - defaultSettings: - loadType: 0 - sampleRateSetting: 0 - sampleRateOverride: 44100 - compressionFormat: 1 - quality: 1 - conversionMode: 0 - platformSettingOverrides: {} - forceToMono: 0 - normalize: 1 - preloadAudioData: 1 - loadInBackground: 0 - ambisonic: 0 - 3D: 1 - userData: - assetBundleName: - assetBundleVariant: -AssetOrigin: - serializedVersion: 1 - productId: 183370 - packageName: Feel - packageVersion: 5.8 - assetPath: Assets/Feel/MMFeedbacks/Demos/SequencingDemo/Sounds/Kit/MMSequencingTom5.wav - uploadId: 799856 diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Sounds/MMSequencingClick.wav b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Sounds/MMSequencingClick.wav deleted file mode 100644 index 24edd38ff..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Sounds/MMSequencingClick.wav +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d08b34bf81e0d6a92b9611b6e25e37d17b964394b198ae6689e4debc7f23e5fc -size 9456 diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Sounds/MMSequencingClick.wav.meta b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Sounds/MMSequencingClick.wav.meta deleted file mode 100644 index 48085dbe0..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Sounds/MMSequencingClick.wav.meta +++ /dev/null @@ -1,29 +0,0 @@ -fileFormatVersion: 2 -guid: 8378807d371fc264f9628946390df8d1 -AudioImporter: - externalObjects: {} - serializedVersion: 6 - defaultSettings: - loadType: 0 - sampleRateSetting: 0 - sampleRateOverride: 44100 - compressionFormat: 1 - quality: 1 - conversionMode: 0 - platformSettingOverrides: {} - forceToMono: 0 - normalize: 1 - preloadAudioData: 1 - loadInBackground: 0 - ambisonic: 0 - 3D: 1 - userData: - assetBundleName: - assetBundleVariant: -AssetOrigin: - serializedVersion: 1 - productId: 183370 - packageName: Feel - packageVersion: 5.8 - assetPath: Assets/Feel/MMFeedbacks/Demos/SequencingDemo/Sounds/MMSequencingClick.wav - uploadId: 799856 diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures.meta b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures.meta deleted file mode 100644 index f127fb843..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures.meta +++ /dev/null @@ -1,8 +0,0 @@ -fileFormatVersion: 2 -guid: d060c9193766f7c4493f730ad77fef27 -folderAsset: yes -DefaultImporter: - externalObjects: {} - userData: - assetBundleName: - assetBundleVariant: diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Carpet05_AO.png b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Carpet05_AO.png deleted file mode 100644 index 9b2cfc71d..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Carpet05_AO.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9f0302ad667e857a862191cdbd3d8c76ed1c49a97abbe1392490d6bc480bfd98 -size 220390 diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Carpet05_AO.png.meta b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Carpet05_AO.png.meta deleted file mode 100644 index 39fc053d3..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Carpet05_AO.png.meta +++ /dev/null @@ -1,98 +0,0 @@ -fileFormatVersion: 2 -guid: e9550ef65f0959f428a45ae2fac13a4f -TextureImporter: - internalIDToNameTable: [] - externalObjects: {} - serializedVersion: 10 - mipmaps: - mipMapMode: 0 - enableMipMap: 1 - sRGBTexture: 1 - linearTexture: 0 - fadeOut: 0 - borderMipMap: 0 - mipMapsPreserveCoverage: 0 - alphaTestReferenceValue: 0.5 - mipMapFadeDistanceStart: 1 - mipMapFadeDistanceEnd: 3 - bumpmap: - convertToNormalMap: 0 - externalNormalMap: 0 - heightScale: 0.25 - normalMapFilter: 0 - isReadable: 0 - streamingMipmaps: 0 - streamingMipmapsPriority: 0 - grayScaleToAlpha: 0 - generateCubemap: 6 - cubemapConvolution: 0 - seamlessCubemap: 0 - textureFormat: 1 - maxTextureSize: 2048 - textureSettings: - serializedVersion: 2 - filterMode: -1 - aniso: -1 - mipBias: -100 - wrapU: -1 - wrapV: -1 - wrapW: -1 - nPOTScale: 1 - lightmap: 0 - compressionQuality: 50 - spriteMode: 0 - spriteExtrude: 1 - spriteMeshType: 1 - alignment: 0 - spritePivot: {x: 0.5, y: 0.5} - spritePixelsToUnits: 100 - spriteBorder: {x: 0, y: 0, z: 0, w: 0} - spriteGenerateFallbackPhysicsShape: 1 - alphaUsage: 1 - alphaIsTransparency: 0 - spriteTessellationDetail: -1 - textureType: 0 - textureShape: 1 - singleChannelComponent: 0 - maxTextureSizeSet: 0 - compressionQualitySet: 0 - textureFormatSet: 0 - platformSettings: - - serializedVersion: 3 - buildTarget: DefaultTexturePlatform - maxTextureSize: 2048 - resizeAlgorithm: 0 - textureFormat: -1 - textureCompression: 1 - compressionQuality: 50 - crunchedCompression: 0 - allowsAlphaSplitting: 0 - overridden: 0 - androidETC2FallbackOverride: 0 - forceMaximumCompressionQuality_BC6H_BC7: 0 - spriteSheet: - serializedVersion: 2 - sprites: [] - outline: [] - physicsShape: [] - bones: [] - spriteID: - internalID: 0 - vertices: [] - indices: - edges: [] - weights: [] - secondaryTextures: [] - spritePackingTag: - pSDRemoveMatte: 0 - pSDShowRemoveMatteOption: 0 - userData: - assetBundleName: - assetBundleVariant: -AssetOrigin: - serializedVersion: 1 - productId: 183370 - packageName: Feel - packageVersion: 5.8 - assetPath: Assets/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Carpet05_AO.png - uploadId: 799856 diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Carpet05_col.png b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Carpet05_col.png deleted file mode 100644 index 5b0d037ca..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Carpet05_col.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c187f41011e74882a0a9cc0645b1b2e0a6b6ef078506bd9916b895e82643b287 -size 249417 diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Carpet05_col.png.meta b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Carpet05_col.png.meta deleted file mode 100644 index 2715bc94f..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Carpet05_col.png.meta +++ /dev/null @@ -1,98 +0,0 @@ -fileFormatVersion: 2 -guid: 2e3ff3919f6749446b2aed1782b493ce -TextureImporter: - internalIDToNameTable: [] - externalObjects: {} - serializedVersion: 10 - mipmaps: - mipMapMode: 0 - enableMipMap: 1 - sRGBTexture: 1 - linearTexture: 0 - fadeOut: 0 - borderMipMap: 0 - mipMapsPreserveCoverage: 0 - alphaTestReferenceValue: 0.5 - mipMapFadeDistanceStart: 1 - mipMapFadeDistanceEnd: 3 - bumpmap: - convertToNormalMap: 0 - externalNormalMap: 0 - heightScale: 0.25 - normalMapFilter: 0 - isReadable: 0 - streamingMipmaps: 0 - streamingMipmapsPriority: 0 - grayScaleToAlpha: 0 - generateCubemap: 6 - cubemapConvolution: 0 - seamlessCubemap: 0 - textureFormat: 1 - maxTextureSize: 2048 - textureSettings: - serializedVersion: 2 - filterMode: -1 - aniso: -1 - mipBias: -100 - wrapU: -1 - wrapV: -1 - wrapW: -1 - nPOTScale: 1 - lightmap: 0 - compressionQuality: 50 - spriteMode: 0 - spriteExtrude: 1 - spriteMeshType: 1 - alignment: 0 - spritePivot: {x: 0.5, y: 0.5} - spritePixelsToUnits: 100 - spriteBorder: {x: 0, y: 0, z: 0, w: 0} - spriteGenerateFallbackPhysicsShape: 1 - alphaUsage: 1 - alphaIsTransparency: 0 - spriteTessellationDetail: -1 - textureType: 0 - textureShape: 1 - singleChannelComponent: 0 - maxTextureSizeSet: 0 - compressionQualitySet: 0 - textureFormatSet: 0 - platformSettings: - - serializedVersion: 3 - buildTarget: DefaultTexturePlatform - maxTextureSize: 2048 - resizeAlgorithm: 0 - textureFormat: -1 - textureCompression: 1 - compressionQuality: 50 - crunchedCompression: 0 - allowsAlphaSplitting: 0 - overridden: 0 - androidETC2FallbackOverride: 0 - forceMaximumCompressionQuality_BC6H_BC7: 0 - spriteSheet: - serializedVersion: 2 - sprites: [] - outline: [] - physicsShape: [] - bones: [] - spriteID: - internalID: 0 - vertices: [] - indices: - edges: [] - weights: [] - secondaryTextures: [] - spritePackingTag: - pSDRemoveMatte: 0 - pSDShowRemoveMatteOption: 0 - userData: - assetBundleName: - assetBundleVariant: -AssetOrigin: - serializedVersion: 1 - productId: 183370 - packageName: Feel - packageVersion: 5.8 - assetPath: Assets/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Carpet05_col.png - uploadId: 799856 diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Carpet05_nrm.png b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Carpet05_nrm.png deleted file mode 100644 index e9f268c5a..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Carpet05_nrm.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bb115bd3263df846dcc7b0b6d0667ff2e91482295e36f3839c38c9247ebda0fb -size 245966 diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Carpet05_nrm.png.meta b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Carpet05_nrm.png.meta deleted file mode 100644 index 32fe32efb..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Carpet05_nrm.png.meta +++ /dev/null @@ -1,98 +0,0 @@ -fileFormatVersion: 2 -guid: 7a89cefc082216742966047ee0052a69 -TextureImporter: - internalIDToNameTable: [] - externalObjects: {} - serializedVersion: 10 - mipmaps: - mipMapMode: 0 - enableMipMap: 1 - sRGBTexture: 0 - linearTexture: 0 - fadeOut: 0 - borderMipMap: 0 - mipMapsPreserveCoverage: 0 - alphaTestReferenceValue: 0.5 - mipMapFadeDistanceStart: 1 - mipMapFadeDistanceEnd: 3 - bumpmap: - convertToNormalMap: 0 - externalNormalMap: 0 - heightScale: 0.25 - normalMapFilter: 0 - isReadable: 0 - streamingMipmaps: 0 - streamingMipmapsPriority: 0 - grayScaleToAlpha: 0 - generateCubemap: 6 - cubemapConvolution: 0 - seamlessCubemap: 0 - textureFormat: 1 - maxTextureSize: 2048 - textureSettings: - serializedVersion: 2 - filterMode: -1 - aniso: -1 - mipBias: -100 - wrapU: -1 - wrapV: -1 - wrapW: -1 - nPOTScale: 1 - lightmap: 0 - compressionQuality: 50 - spriteMode: 0 - spriteExtrude: 1 - spriteMeshType: 1 - alignment: 0 - spritePivot: {x: 0.5, y: 0.5} - spritePixelsToUnits: 100 - spriteBorder: {x: 0, y: 0, z: 0, w: 0} - spriteGenerateFallbackPhysicsShape: 1 - alphaUsage: 1 - alphaIsTransparency: 0 - spriteTessellationDetail: -1 - textureType: 1 - textureShape: 1 - singleChannelComponent: 0 - maxTextureSizeSet: 0 - compressionQualitySet: 0 - textureFormatSet: 0 - platformSettings: - - serializedVersion: 3 - buildTarget: DefaultTexturePlatform - maxTextureSize: 2048 - resizeAlgorithm: 0 - textureFormat: -1 - textureCompression: 1 - compressionQuality: 50 - crunchedCompression: 0 - allowsAlphaSplitting: 0 - overridden: 0 - androidETC2FallbackOverride: 0 - forceMaximumCompressionQuality_BC6H_BC7: 0 - spriteSheet: - serializedVersion: 2 - sprites: [] - outline: [] - physicsShape: [] - bones: [] - spriteID: - internalID: 0 - vertices: [] - indices: - edges: [] - weights: [] - secondaryTextures: [] - spritePackingTag: - pSDRemoveMatte: 0 - pSDShowRemoveMatteOption: 0 - userData: - assetBundleName: - assetBundleVariant: -AssetOrigin: - serializedVersion: 1 - productId: 183370 - packageName: Feel - packageVersion: 5.8 - assetPath: Assets/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Carpet05_nrm.png - uploadId: 799856 diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Carpet05_rgh.png b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Carpet05_rgh.png deleted file mode 100644 index fde5062cb..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Carpet05_rgh.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f6b6897b5c1169b4328b262fe719b8999ec996f7bbd1faece1f60d2e90d73e22 -size 123354 diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Carpet05_rgh.png.meta b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Carpet05_rgh.png.meta deleted file mode 100644 index b81e50635..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Carpet05_rgh.png.meta +++ /dev/null @@ -1,98 +0,0 @@ -fileFormatVersion: 2 -guid: 83247f4004c68e648b3143b05c601da4 -TextureImporter: - internalIDToNameTable: [] - externalObjects: {} - serializedVersion: 10 - mipmaps: - mipMapMode: 0 - enableMipMap: 1 - sRGBTexture: 1 - linearTexture: 0 - fadeOut: 0 - borderMipMap: 0 - mipMapsPreserveCoverage: 0 - alphaTestReferenceValue: 0.5 - mipMapFadeDistanceStart: 1 - mipMapFadeDistanceEnd: 3 - bumpmap: - convertToNormalMap: 0 - externalNormalMap: 0 - heightScale: 0.25 - normalMapFilter: 0 - isReadable: 0 - streamingMipmaps: 0 - streamingMipmapsPriority: 0 - grayScaleToAlpha: 0 - generateCubemap: 6 - cubemapConvolution: 0 - seamlessCubemap: 0 - textureFormat: 1 - maxTextureSize: 2048 - textureSettings: - serializedVersion: 2 - filterMode: -1 - aniso: -1 - mipBias: -100 - wrapU: -1 - wrapV: -1 - wrapW: -1 - nPOTScale: 1 - lightmap: 0 - compressionQuality: 50 - spriteMode: 0 - spriteExtrude: 1 - spriteMeshType: 1 - alignment: 0 - spritePivot: {x: 0.5, y: 0.5} - spritePixelsToUnits: 100 - spriteBorder: {x: 0, y: 0, z: 0, w: 0} - spriteGenerateFallbackPhysicsShape: 1 - alphaUsage: 1 - alphaIsTransparency: 0 - spriteTessellationDetail: -1 - textureType: 0 - textureShape: 1 - singleChannelComponent: 0 - maxTextureSizeSet: 0 - compressionQualitySet: 0 - textureFormatSet: 0 - platformSettings: - - serializedVersion: 3 - buildTarget: DefaultTexturePlatform - maxTextureSize: 2048 - resizeAlgorithm: 0 - textureFormat: -1 - textureCompression: 1 - compressionQuality: 50 - crunchedCompression: 0 - allowsAlphaSplitting: 0 - overridden: 0 - androidETC2FallbackOverride: 0 - forceMaximumCompressionQuality_BC6H_BC7: 0 - spriteSheet: - serializedVersion: 2 - sprites: [] - outline: [] - physicsShape: [] - bones: [] - spriteID: - internalID: 0 - vertices: [] - indices: - edges: [] - weights: [] - secondaryTextures: [] - spritePackingTag: - pSDRemoveMatte: 0 - pSDShowRemoveMatteOption: 0 - userData: - assetBundleName: - assetBundleVariant: -AssetOrigin: - serializedVersion: 1 - productId: 183370 - packageName: Feel - packageVersion: 5.8 - assetPath: Assets/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Carpet05_rgh.png - uploadId: 799856 diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Carpet06_AO.png b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Carpet06_AO.png deleted file mode 100644 index 16082715c..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Carpet06_AO.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cf150c9ce4a27a456119571ec94742b4475e0368abffe5adadb19d7e4e16f50d -size 229381 diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Carpet06_AO.png.meta b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Carpet06_AO.png.meta deleted file mode 100644 index 5599f696a..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Carpet06_AO.png.meta +++ /dev/null @@ -1,98 +0,0 @@ -fileFormatVersion: 2 -guid: 1ee7859e9ba2b4d4488e305a8553cdeb -TextureImporter: - internalIDToNameTable: [] - externalObjects: {} - serializedVersion: 10 - mipmaps: - mipMapMode: 0 - enableMipMap: 1 - sRGBTexture: 1 - linearTexture: 0 - fadeOut: 0 - borderMipMap: 0 - mipMapsPreserveCoverage: 0 - alphaTestReferenceValue: 0.5 - mipMapFadeDistanceStart: 1 - mipMapFadeDistanceEnd: 3 - bumpmap: - convertToNormalMap: 0 - externalNormalMap: 0 - heightScale: 0.25 - normalMapFilter: 0 - isReadable: 0 - streamingMipmaps: 0 - streamingMipmapsPriority: 0 - grayScaleToAlpha: 0 - generateCubemap: 6 - cubemapConvolution: 0 - seamlessCubemap: 0 - textureFormat: 1 - maxTextureSize: 2048 - textureSettings: - serializedVersion: 2 - filterMode: -1 - aniso: -1 - mipBias: -100 - wrapU: -1 - wrapV: -1 - wrapW: -1 - nPOTScale: 1 - lightmap: 0 - compressionQuality: 50 - spriteMode: 0 - spriteExtrude: 1 - spriteMeshType: 1 - alignment: 0 - spritePivot: {x: 0.5, y: 0.5} - spritePixelsToUnits: 100 - spriteBorder: {x: 0, y: 0, z: 0, w: 0} - spriteGenerateFallbackPhysicsShape: 1 - alphaUsage: 1 - alphaIsTransparency: 0 - spriteTessellationDetail: -1 - textureType: 0 - textureShape: 1 - singleChannelComponent: 0 - maxTextureSizeSet: 0 - compressionQualitySet: 0 - textureFormatSet: 0 - platformSettings: - - serializedVersion: 3 - buildTarget: DefaultTexturePlatform - maxTextureSize: 2048 - resizeAlgorithm: 0 - textureFormat: -1 - textureCompression: 1 - compressionQuality: 50 - crunchedCompression: 0 - allowsAlphaSplitting: 0 - overridden: 0 - androidETC2FallbackOverride: 0 - forceMaximumCompressionQuality_BC6H_BC7: 0 - spriteSheet: - serializedVersion: 2 - sprites: [] - outline: [] - physicsShape: [] - bones: [] - spriteID: - internalID: 0 - vertices: [] - indices: - edges: [] - weights: [] - secondaryTextures: [] - spritePackingTag: - pSDRemoveMatte: 0 - pSDShowRemoveMatteOption: 0 - userData: - assetBundleName: - assetBundleVariant: -AssetOrigin: - serializedVersion: 1 - productId: 183370 - packageName: Feel - packageVersion: 5.8 - assetPath: Assets/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Carpet06_AO.png - uploadId: 799856 diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Carpet06_col.png b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Carpet06_col.png deleted file mode 100644 index 706b32f83..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Carpet06_col.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fe364f073f765960924b71472375fc0110ad92b9415e004c82717c5f5614237a -size 248246 diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Carpet06_col.png.meta b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Carpet06_col.png.meta deleted file mode 100644 index 64055c511..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Carpet06_col.png.meta +++ /dev/null @@ -1,98 +0,0 @@ -fileFormatVersion: 2 -guid: 0a5a24e49e8b5814ebe400a0f609cf27 -TextureImporter: - internalIDToNameTable: [] - externalObjects: {} - serializedVersion: 10 - mipmaps: - mipMapMode: 0 - enableMipMap: 1 - sRGBTexture: 1 - linearTexture: 0 - fadeOut: 0 - borderMipMap: 0 - mipMapsPreserveCoverage: 0 - alphaTestReferenceValue: 0.5 - mipMapFadeDistanceStart: 1 - mipMapFadeDistanceEnd: 3 - bumpmap: - convertToNormalMap: 0 - externalNormalMap: 0 - heightScale: 0.25 - normalMapFilter: 0 - isReadable: 0 - streamingMipmaps: 0 - streamingMipmapsPriority: 0 - grayScaleToAlpha: 0 - generateCubemap: 6 - cubemapConvolution: 0 - seamlessCubemap: 0 - textureFormat: 1 - maxTextureSize: 2048 - textureSettings: - serializedVersion: 2 - filterMode: -1 - aniso: -1 - mipBias: -100 - wrapU: -1 - wrapV: -1 - wrapW: -1 - nPOTScale: 1 - lightmap: 0 - compressionQuality: 50 - spriteMode: 0 - spriteExtrude: 1 - spriteMeshType: 1 - alignment: 0 - spritePivot: {x: 0.5, y: 0.5} - spritePixelsToUnits: 100 - spriteBorder: {x: 0, y: 0, z: 0, w: 0} - spriteGenerateFallbackPhysicsShape: 1 - alphaUsage: 1 - alphaIsTransparency: 0 - spriteTessellationDetail: -1 - textureType: 0 - textureShape: 1 - singleChannelComponent: 0 - maxTextureSizeSet: 0 - compressionQualitySet: 0 - textureFormatSet: 0 - platformSettings: - - serializedVersion: 3 - buildTarget: DefaultTexturePlatform - maxTextureSize: 2048 - resizeAlgorithm: 0 - textureFormat: -1 - textureCompression: 1 - compressionQuality: 50 - crunchedCompression: 0 - allowsAlphaSplitting: 0 - overridden: 0 - androidETC2FallbackOverride: 0 - forceMaximumCompressionQuality_BC6H_BC7: 0 - spriteSheet: - serializedVersion: 2 - sprites: [] - outline: [] - physicsShape: [] - bones: [] - spriteID: - internalID: 0 - vertices: [] - indices: - edges: [] - weights: [] - secondaryTextures: [] - spritePackingTag: - pSDRemoveMatte: 0 - pSDShowRemoveMatteOption: 0 - userData: - assetBundleName: - assetBundleVariant: -AssetOrigin: - serializedVersion: 1 - productId: 183370 - packageName: Feel - packageVersion: 5.8 - assetPath: Assets/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Carpet06_col.png - uploadId: 799856 diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Carpet06_nrm.png b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Carpet06_nrm.png deleted file mode 100644 index 85cd13ab1..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Carpet06_nrm.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:63691a2f5bed24c309d17899f0676ae3c18f30b9595afdf72d98910223480e03 -size 251726 diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Carpet06_nrm.png.meta b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Carpet06_nrm.png.meta deleted file mode 100644 index 86846bca9..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Carpet06_nrm.png.meta +++ /dev/null @@ -1,98 +0,0 @@ -fileFormatVersion: 2 -guid: 0fb31f9631a9bf2449ce788f78d4542e -TextureImporter: - internalIDToNameTable: [] - externalObjects: {} - serializedVersion: 10 - mipmaps: - mipMapMode: 0 - enableMipMap: 1 - sRGBTexture: 0 - linearTexture: 0 - fadeOut: 0 - borderMipMap: 0 - mipMapsPreserveCoverage: 0 - alphaTestReferenceValue: 0.5 - mipMapFadeDistanceStart: 1 - mipMapFadeDistanceEnd: 3 - bumpmap: - convertToNormalMap: 0 - externalNormalMap: 0 - heightScale: 0.25 - normalMapFilter: 0 - isReadable: 0 - streamingMipmaps: 0 - streamingMipmapsPriority: 0 - grayScaleToAlpha: 0 - generateCubemap: 6 - cubemapConvolution: 0 - seamlessCubemap: 0 - textureFormat: 1 - maxTextureSize: 2048 - textureSettings: - serializedVersion: 2 - filterMode: -1 - aniso: -1 - mipBias: -100 - wrapU: -1 - wrapV: -1 - wrapW: -1 - nPOTScale: 1 - lightmap: 0 - compressionQuality: 50 - spriteMode: 0 - spriteExtrude: 1 - spriteMeshType: 1 - alignment: 0 - spritePivot: {x: 0.5, y: 0.5} - spritePixelsToUnits: 100 - spriteBorder: {x: 0, y: 0, z: 0, w: 0} - spriteGenerateFallbackPhysicsShape: 1 - alphaUsage: 1 - alphaIsTransparency: 0 - spriteTessellationDetail: -1 - textureType: 1 - textureShape: 1 - singleChannelComponent: 0 - maxTextureSizeSet: 0 - compressionQualitySet: 0 - textureFormatSet: 0 - platformSettings: - - serializedVersion: 3 - buildTarget: DefaultTexturePlatform - maxTextureSize: 2048 - resizeAlgorithm: 0 - textureFormat: -1 - textureCompression: 1 - compressionQuality: 50 - crunchedCompression: 0 - allowsAlphaSplitting: 0 - overridden: 0 - androidETC2FallbackOverride: 0 - forceMaximumCompressionQuality_BC6H_BC7: 0 - spriteSheet: - serializedVersion: 2 - sprites: [] - outline: [] - physicsShape: [] - bones: [] - spriteID: - internalID: 0 - vertices: [] - indices: - edges: [] - weights: [] - secondaryTextures: [] - spritePackingTag: - pSDRemoveMatte: 0 - pSDShowRemoveMatteOption: 0 - userData: - assetBundleName: - assetBundleVariant: -AssetOrigin: - serializedVersion: 1 - productId: 183370 - packageName: Feel - packageVersion: 5.8 - assetPath: Assets/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Carpet06_nrm.png - uploadId: 799856 diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Carpet06_rgh.png b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Carpet06_rgh.png deleted file mode 100644 index 3a87627d7..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Carpet06_rgh.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bce3fa02643f88ae2ce4d95b03d6b00585a1cb9a516addb815e5a2436151f095 -size 109727 diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Carpet06_rgh.png.meta b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Carpet06_rgh.png.meta deleted file mode 100644 index 87bc8beb1..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Carpet06_rgh.png.meta +++ /dev/null @@ -1,98 +0,0 @@ -fileFormatVersion: 2 -guid: f9313ad493a07844cb370af0ece869e9 -TextureImporter: - internalIDToNameTable: [] - externalObjects: {} - serializedVersion: 10 - mipmaps: - mipMapMode: 0 - enableMipMap: 1 - sRGBTexture: 1 - linearTexture: 0 - fadeOut: 0 - borderMipMap: 0 - mipMapsPreserveCoverage: 0 - alphaTestReferenceValue: 0.5 - mipMapFadeDistanceStart: 1 - mipMapFadeDistanceEnd: 3 - bumpmap: - convertToNormalMap: 0 - externalNormalMap: 0 - heightScale: 0.25 - normalMapFilter: 0 - isReadable: 0 - streamingMipmaps: 0 - streamingMipmapsPriority: 0 - grayScaleToAlpha: 0 - generateCubemap: 6 - cubemapConvolution: 0 - seamlessCubemap: 0 - textureFormat: 1 - maxTextureSize: 2048 - textureSettings: - serializedVersion: 2 - filterMode: -1 - aniso: -1 - mipBias: -100 - wrapU: -1 - wrapV: -1 - wrapW: -1 - nPOTScale: 1 - lightmap: 0 - compressionQuality: 50 - spriteMode: 0 - spriteExtrude: 1 - spriteMeshType: 1 - alignment: 0 - spritePivot: {x: 0.5, y: 0.5} - spritePixelsToUnits: 100 - spriteBorder: {x: 0, y: 0, z: 0, w: 0} - spriteGenerateFallbackPhysicsShape: 1 - alphaUsage: 1 - alphaIsTransparency: 0 - spriteTessellationDetail: -1 - textureType: 0 - textureShape: 1 - singleChannelComponent: 0 - maxTextureSizeSet: 0 - compressionQualitySet: 0 - textureFormatSet: 0 - platformSettings: - - serializedVersion: 3 - buildTarget: DefaultTexturePlatform - maxTextureSize: 2048 - resizeAlgorithm: 0 - textureFormat: -1 - textureCompression: 1 - compressionQuality: 50 - crunchedCompression: 0 - allowsAlphaSplitting: 0 - overridden: 0 - androidETC2FallbackOverride: 0 - forceMaximumCompressionQuality_BC6H_BC7: 0 - spriteSheet: - serializedVersion: 2 - sprites: [] - outline: [] - physicsShape: [] - bones: [] - spriteID: - internalID: 0 - vertices: [] - indices: - edges: [] - weights: [] - secondaryTextures: [] - spritePackingTag: - pSDRemoveMatte: 0 - pSDShowRemoveMatteOption: 0 - userData: - assetBundleName: - assetBundleVariant: -AssetOrigin: - serializedVersion: 1 - productId: 183370 - packageName: Feel - packageVersion: 5.8 - assetPath: Assets/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Carpet06_rgh.png - uploadId: 799856 diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Carpet10_AO.png b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Carpet10_AO.png deleted file mode 100644 index e19f638fc..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Carpet10_AO.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d4ed47640c3e8500bc530bee7bbbe9602a2e51cf10566b10d0a1f346aa19e9e6 -size 373521 diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Carpet10_AO.png.meta b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Carpet10_AO.png.meta deleted file mode 100644 index 5d71ee0c5..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Carpet10_AO.png.meta +++ /dev/null @@ -1,98 +0,0 @@ -fileFormatVersion: 2 -guid: 47ca88de8fe71724b854236576b6ddee -TextureImporter: - internalIDToNameTable: [] - externalObjects: {} - serializedVersion: 10 - mipmaps: - mipMapMode: 0 - enableMipMap: 1 - sRGBTexture: 1 - linearTexture: 0 - fadeOut: 0 - borderMipMap: 0 - mipMapsPreserveCoverage: 0 - alphaTestReferenceValue: 0.5 - mipMapFadeDistanceStart: 1 - mipMapFadeDistanceEnd: 3 - bumpmap: - convertToNormalMap: 0 - externalNormalMap: 0 - heightScale: 0.25 - normalMapFilter: 0 - isReadable: 0 - streamingMipmaps: 0 - streamingMipmapsPriority: 0 - grayScaleToAlpha: 0 - generateCubemap: 6 - cubemapConvolution: 0 - seamlessCubemap: 0 - textureFormat: 1 - maxTextureSize: 2048 - textureSettings: - serializedVersion: 2 - filterMode: -1 - aniso: -1 - mipBias: -100 - wrapU: -1 - wrapV: -1 - wrapW: -1 - nPOTScale: 1 - lightmap: 0 - compressionQuality: 50 - spriteMode: 0 - spriteExtrude: 1 - spriteMeshType: 1 - alignment: 0 - spritePivot: {x: 0.5, y: 0.5} - spritePixelsToUnits: 100 - spriteBorder: {x: 0, y: 0, z: 0, w: 0} - spriteGenerateFallbackPhysicsShape: 1 - alphaUsage: 1 - alphaIsTransparency: 0 - spriteTessellationDetail: -1 - textureType: 0 - textureShape: 1 - singleChannelComponent: 0 - maxTextureSizeSet: 0 - compressionQualitySet: 0 - textureFormatSet: 0 - platformSettings: - - serializedVersion: 3 - buildTarget: DefaultTexturePlatform - maxTextureSize: 2048 - resizeAlgorithm: 0 - textureFormat: -1 - textureCompression: 1 - compressionQuality: 50 - crunchedCompression: 0 - allowsAlphaSplitting: 0 - overridden: 0 - androidETC2FallbackOverride: 0 - forceMaximumCompressionQuality_BC6H_BC7: 0 - spriteSheet: - serializedVersion: 2 - sprites: [] - outline: [] - physicsShape: [] - bones: [] - spriteID: - internalID: 0 - vertices: [] - indices: - edges: [] - weights: [] - secondaryTextures: [] - spritePackingTag: - pSDRemoveMatte: 0 - pSDShowRemoveMatteOption: 0 - userData: - assetBundleName: - assetBundleVariant: -AssetOrigin: - serializedVersion: 1 - productId: 183370 - packageName: Feel - packageVersion: 5.8 - assetPath: Assets/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Carpet10_AO.png - uploadId: 799856 diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Carpet10_col.png b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Carpet10_col.png deleted file mode 100644 index cc8a92830..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Carpet10_col.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:64c1c2a1aeaaf14152863f7f986a58969963eb10a32fd5cf0ae75cfc92a39fd1 -size 748963 diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Carpet10_col.png.meta b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Carpet10_col.png.meta deleted file mode 100644 index 3c53e7b23..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Carpet10_col.png.meta +++ /dev/null @@ -1,98 +0,0 @@ -fileFormatVersion: 2 -guid: 266fdb673ee304446a348171d871e1c5 -TextureImporter: - internalIDToNameTable: [] - externalObjects: {} - serializedVersion: 10 - mipmaps: - mipMapMode: 0 - enableMipMap: 1 - sRGBTexture: 1 - linearTexture: 0 - fadeOut: 0 - borderMipMap: 0 - mipMapsPreserveCoverage: 0 - alphaTestReferenceValue: 0.5 - mipMapFadeDistanceStart: 1 - mipMapFadeDistanceEnd: 3 - bumpmap: - convertToNormalMap: 0 - externalNormalMap: 0 - heightScale: 0.25 - normalMapFilter: 0 - isReadable: 0 - streamingMipmaps: 0 - streamingMipmapsPriority: 0 - grayScaleToAlpha: 0 - generateCubemap: 6 - cubemapConvolution: 0 - seamlessCubemap: 0 - textureFormat: 1 - maxTextureSize: 2048 - textureSettings: - serializedVersion: 2 - filterMode: -1 - aniso: -1 - mipBias: -100 - wrapU: -1 - wrapV: -1 - wrapW: -1 - nPOTScale: 1 - lightmap: 0 - compressionQuality: 50 - spriteMode: 0 - spriteExtrude: 1 - spriteMeshType: 1 - alignment: 0 - spritePivot: {x: 0.5, y: 0.5} - spritePixelsToUnits: 100 - spriteBorder: {x: 0, y: 0, z: 0, w: 0} - spriteGenerateFallbackPhysicsShape: 1 - alphaUsage: 1 - alphaIsTransparency: 0 - spriteTessellationDetail: -1 - textureType: 0 - textureShape: 1 - singleChannelComponent: 0 - maxTextureSizeSet: 0 - compressionQualitySet: 0 - textureFormatSet: 0 - platformSettings: - - serializedVersion: 3 - buildTarget: DefaultTexturePlatform - maxTextureSize: 2048 - resizeAlgorithm: 0 - textureFormat: -1 - textureCompression: 1 - compressionQuality: 50 - crunchedCompression: 0 - allowsAlphaSplitting: 0 - overridden: 0 - androidETC2FallbackOverride: 0 - forceMaximumCompressionQuality_BC6H_BC7: 0 - spriteSheet: - serializedVersion: 2 - sprites: [] - outline: [] - physicsShape: [] - bones: [] - spriteID: - internalID: 0 - vertices: [] - indices: - edges: [] - weights: [] - secondaryTextures: [] - spritePackingTag: - pSDRemoveMatte: 0 - pSDShowRemoveMatteOption: 0 - userData: - assetBundleName: - assetBundleVariant: -AssetOrigin: - serializedVersion: 1 - productId: 183370 - packageName: Feel - packageVersion: 5.8 - assetPath: Assets/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Carpet10_col.png - uploadId: 799856 diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Carpet10_disp.png b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Carpet10_disp.png deleted file mode 100644 index 24ba9cea9..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Carpet10_disp.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4505bcdb84d5b4dfc7dbc1978d96c6fac5357365e71bcf0360b12407341c4e9f -size 343987 diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Carpet10_disp.png.meta b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Carpet10_disp.png.meta deleted file mode 100644 index a8af669fe..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Carpet10_disp.png.meta +++ /dev/null @@ -1,98 +0,0 @@ -fileFormatVersion: 2 -guid: ed5edcc2f2727d44aa28b64e2fc1e7a8 -TextureImporter: - internalIDToNameTable: [] - externalObjects: {} - serializedVersion: 10 - mipmaps: - mipMapMode: 0 - enableMipMap: 1 - sRGBTexture: 1 - linearTexture: 0 - fadeOut: 0 - borderMipMap: 0 - mipMapsPreserveCoverage: 0 - alphaTestReferenceValue: 0.5 - mipMapFadeDistanceStart: 1 - mipMapFadeDistanceEnd: 3 - bumpmap: - convertToNormalMap: 0 - externalNormalMap: 0 - heightScale: 0.25 - normalMapFilter: 0 - isReadable: 0 - streamingMipmaps: 0 - streamingMipmapsPriority: 0 - grayScaleToAlpha: 0 - generateCubemap: 6 - cubemapConvolution: 0 - seamlessCubemap: 0 - textureFormat: 1 - maxTextureSize: 2048 - textureSettings: - serializedVersion: 2 - filterMode: -1 - aniso: -1 - mipBias: -100 - wrapU: -1 - wrapV: -1 - wrapW: -1 - nPOTScale: 1 - lightmap: 0 - compressionQuality: 50 - spriteMode: 0 - spriteExtrude: 1 - spriteMeshType: 1 - alignment: 0 - spritePivot: {x: 0.5, y: 0.5} - spritePixelsToUnits: 100 - spriteBorder: {x: 0, y: 0, z: 0, w: 0} - spriteGenerateFallbackPhysicsShape: 1 - alphaUsage: 1 - alphaIsTransparency: 0 - spriteTessellationDetail: -1 - textureType: 0 - textureShape: 1 - singleChannelComponent: 0 - maxTextureSizeSet: 0 - compressionQualitySet: 0 - textureFormatSet: 0 - platformSettings: - - serializedVersion: 3 - buildTarget: DefaultTexturePlatform - maxTextureSize: 2048 - resizeAlgorithm: 0 - textureFormat: -1 - textureCompression: 1 - compressionQuality: 50 - crunchedCompression: 0 - allowsAlphaSplitting: 0 - overridden: 0 - androidETC2FallbackOverride: 0 - forceMaximumCompressionQuality_BC6H_BC7: 0 - spriteSheet: - serializedVersion: 2 - sprites: [] - outline: [] - physicsShape: [] - bones: [] - spriteID: - internalID: 0 - vertices: [] - indices: - edges: [] - weights: [] - secondaryTextures: [] - spritePackingTag: - pSDRemoveMatte: 0 - pSDShowRemoveMatteOption: 0 - userData: - assetBundleName: - assetBundleVariant: -AssetOrigin: - serializedVersion: 1 - productId: 183370 - packageName: Feel - packageVersion: 5.8 - assetPath: Assets/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Carpet10_disp.png - uploadId: 799856 diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Carpet10_nrm.png b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Carpet10_nrm.png deleted file mode 100644 index fceccde03..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Carpet10_nrm.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1621f8e8fc59e650966b56610ea86392254087e5b87df5c040590b42a03028e5 -size 787127 diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Carpet10_nrm.png.meta b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Carpet10_nrm.png.meta deleted file mode 100644 index f5a0bb6e0..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Carpet10_nrm.png.meta +++ /dev/null @@ -1,98 +0,0 @@ -fileFormatVersion: 2 -guid: 022000643ebc349459ef7b825a034aaa -TextureImporter: - internalIDToNameTable: [] - externalObjects: {} - serializedVersion: 10 - mipmaps: - mipMapMode: 0 - enableMipMap: 1 - sRGBTexture: 0 - linearTexture: 0 - fadeOut: 0 - borderMipMap: 0 - mipMapsPreserveCoverage: 0 - alphaTestReferenceValue: 0.5 - mipMapFadeDistanceStart: 1 - mipMapFadeDistanceEnd: 3 - bumpmap: - convertToNormalMap: 0 - externalNormalMap: 0 - heightScale: 0.25 - normalMapFilter: 0 - isReadable: 0 - streamingMipmaps: 0 - streamingMipmapsPriority: 0 - grayScaleToAlpha: 0 - generateCubemap: 6 - cubemapConvolution: 0 - seamlessCubemap: 0 - textureFormat: 1 - maxTextureSize: 2048 - textureSettings: - serializedVersion: 2 - filterMode: -1 - aniso: -1 - mipBias: -100 - wrapU: -1 - wrapV: -1 - wrapW: -1 - nPOTScale: 1 - lightmap: 0 - compressionQuality: 50 - spriteMode: 0 - spriteExtrude: 1 - spriteMeshType: 1 - alignment: 0 - spritePivot: {x: 0.5, y: 0.5} - spritePixelsToUnits: 100 - spriteBorder: {x: 0, y: 0, z: 0, w: 0} - spriteGenerateFallbackPhysicsShape: 1 - alphaUsage: 1 - alphaIsTransparency: 0 - spriteTessellationDetail: -1 - textureType: 1 - textureShape: 1 - singleChannelComponent: 0 - maxTextureSizeSet: 0 - compressionQualitySet: 0 - textureFormatSet: 0 - platformSettings: - - serializedVersion: 3 - buildTarget: DefaultTexturePlatform - maxTextureSize: 2048 - resizeAlgorithm: 0 - textureFormat: -1 - textureCompression: 1 - compressionQuality: 50 - crunchedCompression: 0 - allowsAlphaSplitting: 0 - overridden: 0 - androidETC2FallbackOverride: 0 - forceMaximumCompressionQuality_BC6H_BC7: 0 - spriteSheet: - serializedVersion: 2 - sprites: [] - outline: [] - physicsShape: [] - bones: [] - spriteID: - internalID: 0 - vertices: [] - indices: - edges: [] - weights: [] - secondaryTextures: [] - spritePackingTag: - pSDRemoveMatte: 0 - pSDShowRemoveMatteOption: 0 - userData: - assetBundleName: - assetBundleVariant: -AssetOrigin: - serializedVersion: 1 - productId: 183370 - packageName: Feel - packageVersion: 5.8 - assetPath: Assets/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Carpet10_nrm.png - uploadId: 799856 diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Carpet10_rgh.png b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Carpet10_rgh.png deleted file mode 100644 index a8f56de75..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Carpet10_rgh.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f015b7d9caa2cabff42aa99c6bb8b116fd841a876b92bb5d790b626bcc6f0bc6 -size 260636 diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Carpet10_rgh.png.meta b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Carpet10_rgh.png.meta deleted file mode 100644 index e779374b8..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Carpet10_rgh.png.meta +++ /dev/null @@ -1,98 +0,0 @@ -fileFormatVersion: 2 -guid: 1d7e87b93dabcd74fae662c411444686 -TextureImporter: - internalIDToNameTable: [] - externalObjects: {} - serializedVersion: 10 - mipmaps: - mipMapMode: 0 - enableMipMap: 1 - sRGBTexture: 1 - linearTexture: 0 - fadeOut: 0 - borderMipMap: 0 - mipMapsPreserveCoverage: 0 - alphaTestReferenceValue: 0.5 - mipMapFadeDistanceStart: 1 - mipMapFadeDistanceEnd: 3 - bumpmap: - convertToNormalMap: 0 - externalNormalMap: 0 - heightScale: 0.25 - normalMapFilter: 0 - isReadable: 0 - streamingMipmaps: 0 - streamingMipmapsPriority: 0 - grayScaleToAlpha: 0 - generateCubemap: 6 - cubemapConvolution: 0 - seamlessCubemap: 0 - textureFormat: 1 - maxTextureSize: 2048 - textureSettings: - serializedVersion: 2 - filterMode: -1 - aniso: -1 - mipBias: -100 - wrapU: -1 - wrapV: -1 - wrapW: -1 - nPOTScale: 1 - lightmap: 0 - compressionQuality: 50 - spriteMode: 0 - spriteExtrude: 1 - spriteMeshType: 1 - alignment: 0 - spritePivot: {x: 0.5, y: 0.5} - spritePixelsToUnits: 100 - spriteBorder: {x: 0, y: 0, z: 0, w: 0} - spriteGenerateFallbackPhysicsShape: 1 - alphaUsage: 1 - alphaIsTransparency: 0 - spriteTessellationDetail: -1 - textureType: 0 - textureShape: 1 - singleChannelComponent: 0 - maxTextureSizeSet: 0 - compressionQualitySet: 0 - textureFormatSet: 0 - platformSettings: - - serializedVersion: 3 - buildTarget: DefaultTexturePlatform - maxTextureSize: 2048 - resizeAlgorithm: 0 - textureFormat: -1 - textureCompression: 1 - compressionQuality: 50 - crunchedCompression: 0 - allowsAlphaSplitting: 0 - overridden: 0 - androidETC2FallbackOverride: 0 - forceMaximumCompressionQuality_BC6H_BC7: 0 - spriteSheet: - serializedVersion: 2 - sprites: [] - outline: [] - physicsShape: [] - bones: [] - spriteID: - internalID: 0 - vertices: [] - indices: - edges: [] - weights: [] - secondaryTextures: [] - spritePackingTag: - pSDRemoveMatte: 0 - pSDShowRemoveMatteOption: 0 - userData: - assetBundleName: - assetBundleVariant: -AssetOrigin: - serializedVersion: 1 - productId: 183370 - packageName: Feel - packageVersion: 5.8 - assetPath: Assets/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Carpet10_rgh.png - uploadId: 799856 diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Chip03_col.png b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Chip03_col.png deleted file mode 100644 index bb2422cab..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Chip03_col.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:aaa6742d661fd3caf4b4aa61d8835873816c9205d317230d51ec29b2da82fadf -size 182418 diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Chip03_col.png.meta b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Chip03_col.png.meta deleted file mode 100644 index a8551b2a3..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Chip03_col.png.meta +++ /dev/null @@ -1,98 +0,0 @@ -fileFormatVersion: 2 -guid: b1c4826a9c46eef40a5ecdf4fda06c0f -TextureImporter: - internalIDToNameTable: [] - externalObjects: {} - serializedVersion: 10 - mipmaps: - mipMapMode: 0 - enableMipMap: 1 - sRGBTexture: 1 - linearTexture: 0 - fadeOut: 0 - borderMipMap: 0 - mipMapsPreserveCoverage: 0 - alphaTestReferenceValue: 0.5 - mipMapFadeDistanceStart: 1 - mipMapFadeDistanceEnd: 3 - bumpmap: - convertToNormalMap: 0 - externalNormalMap: 0 - heightScale: 0.25 - normalMapFilter: 0 - isReadable: 0 - streamingMipmaps: 0 - streamingMipmapsPriority: 0 - grayScaleToAlpha: 0 - generateCubemap: 6 - cubemapConvolution: 0 - seamlessCubemap: 0 - textureFormat: 1 - maxTextureSize: 2048 - textureSettings: - serializedVersion: 2 - filterMode: -1 - aniso: -1 - mipBias: -100 - wrapU: -1 - wrapV: -1 - wrapW: -1 - nPOTScale: 1 - lightmap: 0 - compressionQuality: 50 - spriteMode: 0 - spriteExtrude: 1 - spriteMeshType: 1 - alignment: 0 - spritePivot: {x: 0.5, y: 0.5} - spritePixelsToUnits: 100 - spriteBorder: {x: 0, y: 0, z: 0, w: 0} - spriteGenerateFallbackPhysicsShape: 1 - alphaUsage: 1 - alphaIsTransparency: 0 - spriteTessellationDetail: -1 - textureType: 0 - textureShape: 1 - singleChannelComponent: 0 - maxTextureSizeSet: 0 - compressionQualitySet: 0 - textureFormatSet: 0 - platformSettings: - - serializedVersion: 3 - buildTarget: DefaultTexturePlatform - maxTextureSize: 2048 - resizeAlgorithm: 0 - textureFormat: -1 - textureCompression: 1 - compressionQuality: 50 - crunchedCompression: 0 - allowsAlphaSplitting: 0 - overridden: 0 - androidETC2FallbackOverride: 0 - forceMaximumCompressionQuality_BC6H_BC7: 0 - spriteSheet: - serializedVersion: 2 - sprites: [] - outline: [] - physicsShape: [] - bones: [] - spriteID: - internalID: 0 - vertices: [] - indices: - edges: [] - weights: [] - secondaryTextures: [] - spritePackingTag: - pSDRemoveMatte: 0 - pSDShowRemoveMatteOption: 0 - userData: - assetBundleName: - assetBundleVariant: -AssetOrigin: - serializedVersion: 1 - productId: 183370 - packageName: Feel - packageVersion: 5.8 - assetPath: Assets/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Chip03_col.png - uploadId: 799856 diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Chip03_met.png b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Chip03_met.png deleted file mode 100644 index a4077e0d4..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Chip03_met.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c28732f192f242fe0fa2bce52f90a0f6edc501ff6970522f231987fa05e5b3e1 -size 69216 diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Chip03_met.png.meta b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Chip03_met.png.meta deleted file mode 100644 index f0186e821..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Chip03_met.png.meta +++ /dev/null @@ -1,98 +0,0 @@ -fileFormatVersion: 2 -guid: a6279a0665b96ba44957b1db2909ad8c -TextureImporter: - internalIDToNameTable: [] - externalObjects: {} - serializedVersion: 10 - mipmaps: - mipMapMode: 0 - enableMipMap: 1 - sRGBTexture: 1 - linearTexture: 0 - fadeOut: 0 - borderMipMap: 0 - mipMapsPreserveCoverage: 0 - alphaTestReferenceValue: 0.5 - mipMapFadeDistanceStart: 1 - mipMapFadeDistanceEnd: 3 - bumpmap: - convertToNormalMap: 0 - externalNormalMap: 0 - heightScale: 0.25 - normalMapFilter: 0 - isReadable: 0 - streamingMipmaps: 0 - streamingMipmapsPriority: 0 - grayScaleToAlpha: 0 - generateCubemap: 6 - cubemapConvolution: 0 - seamlessCubemap: 0 - textureFormat: 1 - maxTextureSize: 2048 - textureSettings: - serializedVersion: 2 - filterMode: -1 - aniso: -1 - mipBias: -100 - wrapU: -1 - wrapV: -1 - wrapW: -1 - nPOTScale: 1 - lightmap: 0 - compressionQuality: 50 - spriteMode: 0 - spriteExtrude: 1 - spriteMeshType: 1 - alignment: 0 - spritePivot: {x: 0.5, y: 0.5} - spritePixelsToUnits: 100 - spriteBorder: {x: 0, y: 0, z: 0, w: 0} - spriteGenerateFallbackPhysicsShape: 1 - alphaUsage: 1 - alphaIsTransparency: 0 - spriteTessellationDetail: -1 - textureType: 0 - textureShape: 1 - singleChannelComponent: 0 - maxTextureSizeSet: 0 - compressionQualitySet: 0 - textureFormatSet: 0 - platformSettings: - - serializedVersion: 3 - buildTarget: DefaultTexturePlatform - maxTextureSize: 2048 - resizeAlgorithm: 0 - textureFormat: -1 - textureCompression: 1 - compressionQuality: 50 - crunchedCompression: 0 - allowsAlphaSplitting: 0 - overridden: 0 - androidETC2FallbackOverride: 0 - forceMaximumCompressionQuality_BC6H_BC7: 0 - spriteSheet: - serializedVersion: 2 - sprites: [] - outline: [] - physicsShape: [] - bones: [] - spriteID: - internalID: 0 - vertices: [] - indices: - edges: [] - weights: [] - secondaryTextures: [] - spritePackingTag: - pSDRemoveMatte: 0 - pSDShowRemoveMatteOption: 0 - userData: - assetBundleName: - assetBundleVariant: -AssetOrigin: - serializedVersion: 1 - productId: 183370 - packageName: Feel - packageVersion: 5.8 - assetPath: Assets/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Chip03_met.png - uploadId: 799856 diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Chip03_nrm.png b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Chip03_nrm.png deleted file mode 100644 index 744366900..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Chip03_nrm.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3672df6018340227efc35072af77ba0464daf400b9fbe73fe075573d86831780 -size 158346 diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Chip03_nrm.png.meta b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Chip03_nrm.png.meta deleted file mode 100644 index e8a38cf00..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Chip03_nrm.png.meta +++ /dev/null @@ -1,98 +0,0 @@ -fileFormatVersion: 2 -guid: bf448ff228ce0954da475e30e2a79e6e -TextureImporter: - internalIDToNameTable: [] - externalObjects: {} - serializedVersion: 10 - mipmaps: - mipMapMode: 0 - enableMipMap: 1 - sRGBTexture: 0 - linearTexture: 0 - fadeOut: 0 - borderMipMap: 0 - mipMapsPreserveCoverage: 0 - alphaTestReferenceValue: 0.5 - mipMapFadeDistanceStart: 1 - mipMapFadeDistanceEnd: 3 - bumpmap: - convertToNormalMap: 0 - externalNormalMap: 0 - heightScale: 0.25 - normalMapFilter: 0 - isReadable: 0 - streamingMipmaps: 0 - streamingMipmapsPriority: 0 - grayScaleToAlpha: 0 - generateCubemap: 6 - cubemapConvolution: 0 - seamlessCubemap: 0 - textureFormat: 1 - maxTextureSize: 2048 - textureSettings: - serializedVersion: 2 - filterMode: -1 - aniso: -1 - mipBias: -100 - wrapU: -1 - wrapV: -1 - wrapW: -1 - nPOTScale: 1 - lightmap: 0 - compressionQuality: 50 - spriteMode: 0 - spriteExtrude: 1 - spriteMeshType: 1 - alignment: 0 - spritePivot: {x: 0.5, y: 0.5} - spritePixelsToUnits: 100 - spriteBorder: {x: 0, y: 0, z: 0, w: 0} - spriteGenerateFallbackPhysicsShape: 1 - alphaUsage: 1 - alphaIsTransparency: 0 - spriteTessellationDetail: -1 - textureType: 1 - textureShape: 1 - singleChannelComponent: 0 - maxTextureSizeSet: 0 - compressionQualitySet: 0 - textureFormatSet: 0 - platformSettings: - - serializedVersion: 3 - buildTarget: DefaultTexturePlatform - maxTextureSize: 2048 - resizeAlgorithm: 0 - textureFormat: -1 - textureCompression: 1 - compressionQuality: 50 - crunchedCompression: 0 - allowsAlphaSplitting: 0 - overridden: 0 - androidETC2FallbackOverride: 0 - forceMaximumCompressionQuality_BC6H_BC7: 0 - spriteSheet: - serializedVersion: 2 - sprites: [] - outline: [] - physicsShape: [] - bones: [] - spriteID: - internalID: 0 - vertices: [] - indices: - edges: [] - weights: [] - secondaryTextures: [] - spritePackingTag: - pSDRemoveMatte: 0 - pSDShowRemoveMatteOption: 0 - userData: - assetBundleName: - assetBundleVariant: -AssetOrigin: - serializedVersion: 1 - productId: 183370 - packageName: Feel - packageVersion: 5.8 - assetPath: Assets/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Chip03_nrm.png - uploadId: 799856 diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Chip03_rgh.png b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Chip03_rgh.png deleted file mode 100644 index 6ecc77534..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Chip03_rgh.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:356456d59fad403c70c75732728746cb5b2e47fbc2662f828ce94eeae54c6cea -size 201379 diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Chip03_rgh.png.meta b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Chip03_rgh.png.meta deleted file mode 100644 index dff56cb9e..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Chip03_rgh.png.meta +++ /dev/null @@ -1,98 +0,0 @@ -fileFormatVersion: 2 -guid: 443dae64c4778df43a16718c7c7a88ca -TextureImporter: - internalIDToNameTable: [] - externalObjects: {} - serializedVersion: 10 - mipmaps: - mipMapMode: 0 - enableMipMap: 1 - sRGBTexture: 1 - linearTexture: 0 - fadeOut: 0 - borderMipMap: 0 - mipMapsPreserveCoverage: 0 - alphaTestReferenceValue: 0.5 - mipMapFadeDistanceStart: 1 - mipMapFadeDistanceEnd: 3 - bumpmap: - convertToNormalMap: 0 - externalNormalMap: 0 - heightScale: 0.25 - normalMapFilter: 0 - isReadable: 0 - streamingMipmaps: 0 - streamingMipmapsPriority: 0 - grayScaleToAlpha: 0 - generateCubemap: 6 - cubemapConvolution: 0 - seamlessCubemap: 0 - textureFormat: 1 - maxTextureSize: 2048 - textureSettings: - serializedVersion: 2 - filterMode: -1 - aniso: -1 - mipBias: -100 - wrapU: -1 - wrapV: -1 - wrapW: -1 - nPOTScale: 1 - lightmap: 0 - compressionQuality: 50 - spriteMode: 0 - spriteExtrude: 1 - spriteMeshType: 1 - alignment: 0 - spritePivot: {x: 0.5, y: 0.5} - spritePixelsToUnits: 100 - spriteBorder: {x: 0, y: 0, z: 0, w: 0} - spriteGenerateFallbackPhysicsShape: 1 - alphaUsage: 1 - alphaIsTransparency: 0 - spriteTessellationDetail: -1 - textureType: 0 - textureShape: 1 - singleChannelComponent: 0 - maxTextureSizeSet: 0 - compressionQualitySet: 0 - textureFormatSet: 0 - platformSettings: - - serializedVersion: 3 - buildTarget: DefaultTexturePlatform - maxTextureSize: 2048 - resizeAlgorithm: 0 - textureFormat: -1 - textureCompression: 1 - compressionQuality: 50 - crunchedCompression: 0 - allowsAlphaSplitting: 0 - overridden: 0 - androidETC2FallbackOverride: 0 - forceMaximumCompressionQuality_BC6H_BC7: 0 - spriteSheet: - serializedVersion: 2 - sprites: [] - outline: [] - physicsShape: [] - bones: [] - spriteID: - internalID: 0 - vertices: [] - indices: - edges: [] - weights: [] - secondaryTextures: [] - spritePackingTag: - pSDRemoveMatte: 0 - pSDShowRemoveMatteOption: 0 - userData: - assetBundleName: - assetBundleVariant: -AssetOrigin: - serializedVersion: 1 - productId: 183370 - packageName: Feel - packageVersion: 5.8 - assetPath: Assets/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Chip03_rgh.png - uploadId: 799856 diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/ChristmasTreeOrnament01_col.png b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/ChristmasTreeOrnament01_col.png deleted file mode 100644 index 664812d0b..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/ChristmasTreeOrnament01_col.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b35a672cde9bc92da2b10afb0064b0ff59276b2373c76cfb6da50dca9f947b5d -size 182805 diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/ChristmasTreeOrnament01_col.png.meta b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/ChristmasTreeOrnament01_col.png.meta deleted file mode 100644 index 71b845891..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/ChristmasTreeOrnament01_col.png.meta +++ /dev/null @@ -1,98 +0,0 @@ -fileFormatVersion: 2 -guid: 5c8f179e332547d4f8b75a7f84edb510 -TextureImporter: - internalIDToNameTable: [] - externalObjects: {} - serializedVersion: 10 - mipmaps: - mipMapMode: 0 - enableMipMap: 1 - sRGBTexture: 1 - linearTexture: 0 - fadeOut: 0 - borderMipMap: 0 - mipMapsPreserveCoverage: 0 - alphaTestReferenceValue: 0.5 - mipMapFadeDistanceStart: 1 - mipMapFadeDistanceEnd: 3 - bumpmap: - convertToNormalMap: 0 - externalNormalMap: 0 - heightScale: 0.25 - normalMapFilter: 0 - isReadable: 0 - streamingMipmaps: 0 - streamingMipmapsPriority: 0 - grayScaleToAlpha: 0 - generateCubemap: 6 - cubemapConvolution: 0 - seamlessCubemap: 0 - textureFormat: 1 - maxTextureSize: 2048 - textureSettings: - serializedVersion: 2 - filterMode: -1 - aniso: -1 - mipBias: -100 - wrapU: -1 - wrapV: -1 - wrapW: -1 - nPOTScale: 1 - lightmap: 0 - compressionQuality: 50 - spriteMode: 0 - spriteExtrude: 1 - spriteMeshType: 1 - alignment: 0 - spritePivot: {x: 0.5, y: 0.5} - spritePixelsToUnits: 100 - spriteBorder: {x: 0, y: 0, z: 0, w: 0} - spriteGenerateFallbackPhysicsShape: 1 - alphaUsage: 1 - alphaIsTransparency: 0 - spriteTessellationDetail: -1 - textureType: 0 - textureShape: 1 - singleChannelComponent: 0 - maxTextureSizeSet: 0 - compressionQualitySet: 0 - textureFormatSet: 0 - platformSettings: - - serializedVersion: 3 - buildTarget: DefaultTexturePlatform - maxTextureSize: 2048 - resizeAlgorithm: 0 - textureFormat: -1 - textureCompression: 1 - compressionQuality: 50 - crunchedCompression: 0 - allowsAlphaSplitting: 0 - overridden: 0 - androidETC2FallbackOverride: 0 - forceMaximumCompressionQuality_BC6H_BC7: 0 - spriteSheet: - serializedVersion: 2 - sprites: [] - outline: [] - physicsShape: [] - bones: [] - spriteID: - internalID: 0 - vertices: [] - indices: - edges: [] - weights: [] - secondaryTextures: [] - spritePackingTag: - pSDRemoveMatte: 0 - pSDShowRemoveMatteOption: 0 - userData: - assetBundleName: - assetBundleVariant: -AssetOrigin: - serializedVersion: 1 - productId: 183370 - packageName: Feel - packageVersion: 5.8 - assetPath: Assets/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/ChristmasTreeOrnament01_col.png - uploadId: 799856 diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/ChristmasTreeOrnament01_disp.png b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/ChristmasTreeOrnament01_disp.png deleted file mode 100644 index 274e6116e..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/ChristmasTreeOrnament01_disp.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:85c86bf74dc8e3986be65f3d8c072c4064821a5ac3a03376b1b0811624da83a3 -size 203086 diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/ChristmasTreeOrnament01_disp.png.meta b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/ChristmasTreeOrnament01_disp.png.meta deleted file mode 100644 index 660fe0c8c..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/ChristmasTreeOrnament01_disp.png.meta +++ /dev/null @@ -1,98 +0,0 @@ -fileFormatVersion: 2 -guid: 620bf2a65dffab54a8440d84a68860c8 -TextureImporter: - internalIDToNameTable: [] - externalObjects: {} - serializedVersion: 10 - mipmaps: - mipMapMode: 0 - enableMipMap: 1 - sRGBTexture: 1 - linearTexture: 0 - fadeOut: 0 - borderMipMap: 0 - mipMapsPreserveCoverage: 0 - alphaTestReferenceValue: 0.5 - mipMapFadeDistanceStart: 1 - mipMapFadeDistanceEnd: 3 - bumpmap: - convertToNormalMap: 0 - externalNormalMap: 0 - heightScale: 0.25 - normalMapFilter: 0 - isReadable: 0 - streamingMipmaps: 0 - streamingMipmapsPriority: 0 - grayScaleToAlpha: 0 - generateCubemap: 6 - cubemapConvolution: 0 - seamlessCubemap: 0 - textureFormat: 1 - maxTextureSize: 2048 - textureSettings: - serializedVersion: 2 - filterMode: -1 - aniso: -1 - mipBias: -100 - wrapU: -1 - wrapV: -1 - wrapW: -1 - nPOTScale: 1 - lightmap: 0 - compressionQuality: 50 - spriteMode: 0 - spriteExtrude: 1 - spriteMeshType: 1 - alignment: 0 - spritePivot: {x: 0.5, y: 0.5} - spritePixelsToUnits: 100 - spriteBorder: {x: 0, y: 0, z: 0, w: 0} - spriteGenerateFallbackPhysicsShape: 1 - alphaUsage: 1 - alphaIsTransparency: 0 - spriteTessellationDetail: -1 - textureType: 0 - textureShape: 1 - singleChannelComponent: 0 - maxTextureSizeSet: 0 - compressionQualitySet: 0 - textureFormatSet: 0 - platformSettings: - - serializedVersion: 3 - buildTarget: DefaultTexturePlatform - maxTextureSize: 2048 - resizeAlgorithm: 0 - textureFormat: -1 - textureCompression: 1 - compressionQuality: 50 - crunchedCompression: 0 - allowsAlphaSplitting: 0 - overridden: 0 - androidETC2FallbackOverride: 0 - forceMaximumCompressionQuality_BC6H_BC7: 0 - spriteSheet: - serializedVersion: 2 - sprites: [] - outline: [] - physicsShape: [] - bones: [] - spriteID: - internalID: 0 - vertices: [] - indices: - edges: [] - weights: [] - secondaryTextures: [] - spritePackingTag: - pSDRemoveMatte: 0 - pSDShowRemoveMatteOption: 0 - userData: - assetBundleName: - assetBundleVariant: -AssetOrigin: - serializedVersion: 1 - productId: 183370 - packageName: Feel - packageVersion: 5.8 - assetPath: Assets/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/ChristmasTreeOrnament01_disp.png - uploadId: 799856 diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/ChristmasTreeOrnament01_met.png b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/ChristmasTreeOrnament01_met.png deleted file mode 100644 index b9e146557..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/ChristmasTreeOrnament01_met.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b418695b8ec379319d0804549494030ad07669ddfde3feb450080fc3f4e178cd -size 31573 diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/ChristmasTreeOrnament01_met.png.meta b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/ChristmasTreeOrnament01_met.png.meta deleted file mode 100644 index 6fce93736..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/ChristmasTreeOrnament01_met.png.meta +++ /dev/null @@ -1,98 +0,0 @@ -fileFormatVersion: 2 -guid: df3bc9f5c2528c64b8492d7e3dce227e -TextureImporter: - internalIDToNameTable: [] - externalObjects: {} - serializedVersion: 10 - mipmaps: - mipMapMode: 0 - enableMipMap: 1 - sRGBTexture: 1 - linearTexture: 0 - fadeOut: 0 - borderMipMap: 0 - mipMapsPreserveCoverage: 0 - alphaTestReferenceValue: 0.5 - mipMapFadeDistanceStart: 1 - mipMapFadeDistanceEnd: 3 - bumpmap: - convertToNormalMap: 0 - externalNormalMap: 0 - heightScale: 0.25 - normalMapFilter: 0 - isReadable: 0 - streamingMipmaps: 0 - streamingMipmapsPriority: 0 - grayScaleToAlpha: 0 - generateCubemap: 6 - cubemapConvolution: 0 - seamlessCubemap: 0 - textureFormat: 1 - maxTextureSize: 2048 - textureSettings: - serializedVersion: 2 - filterMode: -1 - aniso: -1 - mipBias: -100 - wrapU: -1 - wrapV: -1 - wrapW: -1 - nPOTScale: 1 - lightmap: 0 - compressionQuality: 50 - spriteMode: 0 - spriteExtrude: 1 - spriteMeshType: 1 - alignment: 0 - spritePivot: {x: 0.5, y: 0.5} - spritePixelsToUnits: 100 - spriteBorder: {x: 0, y: 0, z: 0, w: 0} - spriteGenerateFallbackPhysicsShape: 1 - alphaUsage: 1 - alphaIsTransparency: 0 - spriteTessellationDetail: -1 - textureType: 0 - textureShape: 1 - singleChannelComponent: 0 - maxTextureSizeSet: 0 - compressionQualitySet: 0 - textureFormatSet: 0 - platformSettings: - - serializedVersion: 3 - buildTarget: DefaultTexturePlatform - maxTextureSize: 2048 - resizeAlgorithm: 0 - textureFormat: -1 - textureCompression: 1 - compressionQuality: 50 - crunchedCompression: 0 - allowsAlphaSplitting: 0 - overridden: 0 - androidETC2FallbackOverride: 0 - forceMaximumCompressionQuality_BC6H_BC7: 0 - spriteSheet: - serializedVersion: 2 - sprites: [] - outline: [] - physicsShape: [] - bones: [] - spriteID: - internalID: 0 - vertices: [] - indices: - edges: [] - weights: [] - secondaryTextures: [] - spritePackingTag: - pSDRemoveMatte: 0 - pSDShowRemoveMatteOption: 0 - userData: - assetBundleName: - assetBundleVariant: -AssetOrigin: - serializedVersion: 1 - productId: 183370 - packageName: Feel - packageVersion: 5.8 - assetPath: Assets/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/ChristmasTreeOrnament01_met.png - uploadId: 799856 diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/ChristmasTreeOrnament01_nrm.png b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/ChristmasTreeOrnament01_nrm.png deleted file mode 100644 index d5e4731bb..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/ChristmasTreeOrnament01_nrm.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:afc171f913446cf87e98f544c2b07abd1f6ae9d851eabc2de5aaea864b92b7f2 -size 166463 diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/ChristmasTreeOrnament01_nrm.png.meta b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/ChristmasTreeOrnament01_nrm.png.meta deleted file mode 100644 index 557e4abf7..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/ChristmasTreeOrnament01_nrm.png.meta +++ /dev/null @@ -1,98 +0,0 @@ -fileFormatVersion: 2 -guid: 7a41eb3cf9c96bb4fa0ca4a5834ca754 -TextureImporter: - internalIDToNameTable: [] - externalObjects: {} - serializedVersion: 10 - mipmaps: - mipMapMode: 0 - enableMipMap: 1 - sRGBTexture: 0 - linearTexture: 0 - fadeOut: 0 - borderMipMap: 0 - mipMapsPreserveCoverage: 0 - alphaTestReferenceValue: 0.5 - mipMapFadeDistanceStart: 1 - mipMapFadeDistanceEnd: 3 - bumpmap: - convertToNormalMap: 0 - externalNormalMap: 0 - heightScale: 0.25 - normalMapFilter: 0 - isReadable: 0 - streamingMipmaps: 0 - streamingMipmapsPriority: 0 - grayScaleToAlpha: 0 - generateCubemap: 6 - cubemapConvolution: 0 - seamlessCubemap: 0 - textureFormat: 1 - maxTextureSize: 2048 - textureSettings: - serializedVersion: 2 - filterMode: -1 - aniso: -1 - mipBias: -100 - wrapU: -1 - wrapV: -1 - wrapW: -1 - nPOTScale: 1 - lightmap: 0 - compressionQuality: 50 - spriteMode: 0 - spriteExtrude: 1 - spriteMeshType: 1 - alignment: 0 - spritePivot: {x: 0.5, y: 0.5} - spritePixelsToUnits: 100 - spriteBorder: {x: 0, y: 0, z: 0, w: 0} - spriteGenerateFallbackPhysicsShape: 1 - alphaUsage: 1 - alphaIsTransparency: 0 - spriteTessellationDetail: -1 - textureType: 1 - textureShape: 1 - singleChannelComponent: 0 - maxTextureSizeSet: 0 - compressionQualitySet: 0 - textureFormatSet: 0 - platformSettings: - - serializedVersion: 3 - buildTarget: DefaultTexturePlatform - maxTextureSize: 2048 - resizeAlgorithm: 0 - textureFormat: -1 - textureCompression: 1 - compressionQuality: 50 - crunchedCompression: 0 - allowsAlphaSplitting: 0 - overridden: 0 - androidETC2FallbackOverride: 0 - forceMaximumCompressionQuality_BC6H_BC7: 0 - spriteSheet: - serializedVersion: 2 - sprites: [] - outline: [] - physicsShape: [] - bones: [] - spriteID: - internalID: 0 - vertices: [] - indices: - edges: [] - weights: [] - secondaryTextures: [] - spritePackingTag: - pSDRemoveMatte: 0 - pSDShowRemoveMatteOption: 0 - userData: - assetBundleName: - assetBundleVariant: -AssetOrigin: - serializedVersion: 1 - productId: 183370 - packageName: Feel - packageVersion: 5.8 - assetPath: Assets/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/ChristmasTreeOrnament01_nrm.png - uploadId: 799856 diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/ChristmasTreeOrnament01_rgh.png b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/ChristmasTreeOrnament01_rgh.png deleted file mode 100644 index 774805e05..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/ChristmasTreeOrnament01_rgh.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ce02dfe6fe94a76f50a96ff7901e793f3992c1b1862faa07201e2559cd5ac0fa -size 125271 diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/ChristmasTreeOrnament01_rgh.png.meta b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/ChristmasTreeOrnament01_rgh.png.meta deleted file mode 100644 index 77979016e..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/ChristmasTreeOrnament01_rgh.png.meta +++ /dev/null @@ -1,98 +0,0 @@ -fileFormatVersion: 2 -guid: 85c1b8e457f4f5f4aa5ca06347392250 -TextureImporter: - internalIDToNameTable: [] - externalObjects: {} - serializedVersion: 10 - mipmaps: - mipMapMode: 0 - enableMipMap: 1 - sRGBTexture: 1 - linearTexture: 0 - fadeOut: 0 - borderMipMap: 0 - mipMapsPreserveCoverage: 0 - alphaTestReferenceValue: 0.5 - mipMapFadeDistanceStart: 1 - mipMapFadeDistanceEnd: 3 - bumpmap: - convertToNormalMap: 0 - externalNormalMap: 0 - heightScale: 0.25 - normalMapFilter: 0 - isReadable: 0 - streamingMipmaps: 0 - streamingMipmapsPriority: 0 - grayScaleToAlpha: 0 - generateCubemap: 6 - cubemapConvolution: 0 - seamlessCubemap: 0 - textureFormat: 1 - maxTextureSize: 2048 - textureSettings: - serializedVersion: 2 - filterMode: -1 - aniso: -1 - mipBias: -100 - wrapU: -1 - wrapV: -1 - wrapW: -1 - nPOTScale: 1 - lightmap: 0 - compressionQuality: 50 - spriteMode: 0 - spriteExtrude: 1 - spriteMeshType: 1 - alignment: 0 - spritePivot: {x: 0.5, y: 0.5} - spritePixelsToUnits: 100 - spriteBorder: {x: 0, y: 0, z: 0, w: 0} - spriteGenerateFallbackPhysicsShape: 1 - alphaUsage: 1 - alphaIsTransparency: 0 - spriteTessellationDetail: -1 - textureType: 0 - textureShape: 1 - singleChannelComponent: 0 - maxTextureSizeSet: 0 - compressionQualitySet: 0 - textureFormatSet: 0 - platformSettings: - - serializedVersion: 3 - buildTarget: DefaultTexturePlatform - maxTextureSize: 2048 - resizeAlgorithm: 0 - textureFormat: -1 - textureCompression: 1 - compressionQuality: 50 - crunchedCompression: 0 - allowsAlphaSplitting: 0 - overridden: 0 - androidETC2FallbackOverride: 0 - forceMaximumCompressionQuality_BC6H_BC7: 0 - spriteSheet: - serializedVersion: 2 - sprites: [] - outline: [] - physicsShape: [] - bones: [] - spriteID: - internalID: 0 - vertices: [] - indices: - edges: [] - weights: [] - secondaryTextures: [] - spritePackingTag: - pSDRemoveMatte: 0 - pSDShowRemoveMatteOption: 0 - userData: - assetBundleName: - assetBundleVariant: -AssetOrigin: - serializedVersion: 1 - productId: 183370 - packageName: Feel - packageVersion: 5.8 - assetPath: Assets/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/ChristmasTreeOrnament01_rgh.png - uploadId: 799856 diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Fabric06_col.png b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Fabric06_col.png deleted file mode 100644 index 32a5dc7fb..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Fabric06_col.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ef8696c9d9ccd2d2c6726721fec864355f2ce9228dedd8ecdafad6e4924fb460 -size 546590 diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Fabric06_col.png.meta b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Fabric06_col.png.meta deleted file mode 100644 index b608b3fff..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Fabric06_col.png.meta +++ /dev/null @@ -1,98 +0,0 @@ -fileFormatVersion: 2 -guid: e560f3ce64204ea42b2e54147a44a115 -TextureImporter: - internalIDToNameTable: [] - externalObjects: {} - serializedVersion: 10 - mipmaps: - mipMapMode: 0 - enableMipMap: 1 - sRGBTexture: 1 - linearTexture: 0 - fadeOut: 0 - borderMipMap: 0 - mipMapsPreserveCoverage: 0 - alphaTestReferenceValue: 0.5 - mipMapFadeDistanceStart: 1 - mipMapFadeDistanceEnd: 3 - bumpmap: - convertToNormalMap: 0 - externalNormalMap: 0 - heightScale: 0.25 - normalMapFilter: 0 - isReadable: 0 - streamingMipmaps: 0 - streamingMipmapsPriority: 0 - grayScaleToAlpha: 0 - generateCubemap: 6 - cubemapConvolution: 0 - seamlessCubemap: 0 - textureFormat: 1 - maxTextureSize: 2048 - textureSettings: - serializedVersion: 2 - filterMode: -1 - aniso: -1 - mipBias: -100 - wrapU: -1 - wrapV: -1 - wrapW: -1 - nPOTScale: 1 - lightmap: 0 - compressionQuality: 50 - spriteMode: 0 - spriteExtrude: 1 - spriteMeshType: 1 - alignment: 0 - spritePivot: {x: 0.5, y: 0.5} - spritePixelsToUnits: 100 - spriteBorder: {x: 0, y: 0, z: 0, w: 0} - spriteGenerateFallbackPhysicsShape: 1 - alphaUsage: 1 - alphaIsTransparency: 0 - spriteTessellationDetail: -1 - textureType: 0 - textureShape: 1 - singleChannelComponent: 0 - maxTextureSizeSet: 0 - compressionQualitySet: 0 - textureFormatSet: 0 - platformSettings: - - serializedVersion: 3 - buildTarget: DefaultTexturePlatform - maxTextureSize: 2048 - resizeAlgorithm: 0 - textureFormat: -1 - textureCompression: 1 - compressionQuality: 50 - crunchedCompression: 0 - allowsAlphaSplitting: 0 - overridden: 0 - androidETC2FallbackOverride: 0 - forceMaximumCompressionQuality_BC6H_BC7: 0 - spriteSheet: - serializedVersion: 2 - sprites: [] - outline: [] - physicsShape: [] - bones: [] - spriteID: - internalID: 0 - vertices: [] - indices: - edges: [] - weights: [] - secondaryTextures: [] - spritePackingTag: - pSDRemoveMatte: 0 - pSDShowRemoveMatteOption: 0 - userData: - assetBundleName: - assetBundleVariant: -AssetOrigin: - serializedVersion: 1 - productId: 183370 - packageName: Feel - packageVersion: 5.8 - assetPath: Assets/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Fabric06_col.png - uploadId: 799856 diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Fabric06_disp.png b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Fabric06_disp.png deleted file mode 100644 index 3c3b29156..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Fabric06_disp.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:82ab5d0c27abaab6a436ab656391aee8b06fe4cb1076eed07a850c1d5ecd1c10 -size 346741 diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Fabric06_disp.png.meta b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Fabric06_disp.png.meta deleted file mode 100644 index d4df4284a..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Fabric06_disp.png.meta +++ /dev/null @@ -1,98 +0,0 @@ -fileFormatVersion: 2 -guid: 90898843034277b428d4e5fe0fe6749a -TextureImporter: - internalIDToNameTable: [] - externalObjects: {} - serializedVersion: 10 - mipmaps: - mipMapMode: 0 - enableMipMap: 1 - sRGBTexture: 1 - linearTexture: 0 - fadeOut: 0 - borderMipMap: 0 - mipMapsPreserveCoverage: 0 - alphaTestReferenceValue: 0.5 - mipMapFadeDistanceStart: 1 - mipMapFadeDistanceEnd: 3 - bumpmap: - convertToNormalMap: 0 - externalNormalMap: 0 - heightScale: 0.25 - normalMapFilter: 0 - isReadable: 0 - streamingMipmaps: 0 - streamingMipmapsPriority: 0 - grayScaleToAlpha: 0 - generateCubemap: 6 - cubemapConvolution: 0 - seamlessCubemap: 0 - textureFormat: 1 - maxTextureSize: 2048 - textureSettings: - serializedVersion: 2 - filterMode: -1 - aniso: -1 - mipBias: -100 - wrapU: -1 - wrapV: -1 - wrapW: -1 - nPOTScale: 1 - lightmap: 0 - compressionQuality: 50 - spriteMode: 0 - spriteExtrude: 1 - spriteMeshType: 1 - alignment: 0 - spritePivot: {x: 0.5, y: 0.5} - spritePixelsToUnits: 100 - spriteBorder: {x: 0, y: 0, z: 0, w: 0} - spriteGenerateFallbackPhysicsShape: 1 - alphaUsage: 1 - alphaIsTransparency: 0 - spriteTessellationDetail: -1 - textureType: 0 - textureShape: 1 - singleChannelComponent: 0 - maxTextureSizeSet: 0 - compressionQualitySet: 0 - textureFormatSet: 0 - platformSettings: - - serializedVersion: 3 - buildTarget: DefaultTexturePlatform - maxTextureSize: 2048 - resizeAlgorithm: 0 - textureFormat: -1 - textureCompression: 1 - compressionQuality: 50 - crunchedCompression: 0 - allowsAlphaSplitting: 0 - overridden: 0 - androidETC2FallbackOverride: 0 - forceMaximumCompressionQuality_BC6H_BC7: 0 - spriteSheet: - serializedVersion: 2 - sprites: [] - outline: [] - physicsShape: [] - bones: [] - spriteID: - internalID: 0 - vertices: [] - indices: - edges: [] - weights: [] - secondaryTextures: [] - spritePackingTag: - pSDRemoveMatte: 0 - pSDShowRemoveMatteOption: 0 - userData: - assetBundleName: - assetBundleVariant: -AssetOrigin: - serializedVersion: 1 - productId: 183370 - packageName: Feel - packageVersion: 5.8 - assetPath: Assets/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Fabric06_disp.png - uploadId: 799856 diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Fabric06_mask.png b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Fabric06_mask.png deleted file mode 100644 index 73f80de12..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Fabric06_mask.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d0a1f061254b9fdaeadc501f291f80a74268006e6610a7e3c2713d7e10f24b0a -size 381848 diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Fabric06_mask.png.meta b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Fabric06_mask.png.meta deleted file mode 100644 index 427089443..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Fabric06_mask.png.meta +++ /dev/null @@ -1,98 +0,0 @@ -fileFormatVersion: 2 -guid: 8f409f40d21e18e4e8e184336d19cbeb -TextureImporter: - internalIDToNameTable: [] - externalObjects: {} - serializedVersion: 10 - mipmaps: - mipMapMode: 0 - enableMipMap: 1 - sRGBTexture: 1 - linearTexture: 0 - fadeOut: 0 - borderMipMap: 0 - mipMapsPreserveCoverage: 0 - alphaTestReferenceValue: 0.5 - mipMapFadeDistanceStart: 1 - mipMapFadeDistanceEnd: 3 - bumpmap: - convertToNormalMap: 0 - externalNormalMap: 0 - heightScale: 0.25 - normalMapFilter: 0 - isReadable: 0 - streamingMipmaps: 0 - streamingMipmapsPriority: 0 - grayScaleToAlpha: 0 - generateCubemap: 6 - cubemapConvolution: 0 - seamlessCubemap: 0 - textureFormat: 1 - maxTextureSize: 2048 - textureSettings: - serializedVersion: 2 - filterMode: -1 - aniso: -1 - mipBias: -100 - wrapU: -1 - wrapV: -1 - wrapW: -1 - nPOTScale: 1 - lightmap: 0 - compressionQuality: 50 - spriteMode: 0 - spriteExtrude: 1 - spriteMeshType: 1 - alignment: 0 - spritePivot: {x: 0.5, y: 0.5} - spritePixelsToUnits: 100 - spriteBorder: {x: 0, y: 0, z: 0, w: 0} - spriteGenerateFallbackPhysicsShape: 1 - alphaUsage: 1 - alphaIsTransparency: 0 - spriteTessellationDetail: -1 - textureType: 0 - textureShape: 1 - singleChannelComponent: 0 - maxTextureSizeSet: 0 - compressionQualitySet: 0 - textureFormatSet: 0 - platformSettings: - - serializedVersion: 3 - buildTarget: DefaultTexturePlatform - maxTextureSize: 2048 - resizeAlgorithm: 0 - textureFormat: -1 - textureCompression: 1 - compressionQuality: 50 - crunchedCompression: 0 - allowsAlphaSplitting: 0 - overridden: 0 - androidETC2FallbackOverride: 0 - forceMaximumCompressionQuality_BC6H_BC7: 0 - spriteSheet: - serializedVersion: 2 - sprites: [] - outline: [] - physicsShape: [] - bones: [] - spriteID: - internalID: 0 - vertices: [] - indices: - edges: [] - weights: [] - secondaryTextures: [] - spritePackingTag: - pSDRemoveMatte: 0 - pSDShowRemoveMatteOption: 0 - userData: - assetBundleName: - assetBundleVariant: -AssetOrigin: - serializedVersion: 1 - productId: 183370 - packageName: Feel - packageVersion: 5.8 - assetPath: Assets/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Fabric06_mask.png - uploadId: 799856 diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Fabric06_nrm.png b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Fabric06_nrm.png deleted file mode 100644 index 48e6df755..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Fabric06_nrm.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cad21b7615edd3f655b932ff34f5796feaab1917b0c808f9187f2ac259a4bdd9 -size 768782 diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Fabric06_nrm.png.meta b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Fabric06_nrm.png.meta deleted file mode 100644 index 3db5d27e0..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Fabric06_nrm.png.meta +++ /dev/null @@ -1,98 +0,0 @@ -fileFormatVersion: 2 -guid: 5563bc4dd4fc42c498a2d87fe7f74008 -TextureImporter: - internalIDToNameTable: [] - externalObjects: {} - serializedVersion: 10 - mipmaps: - mipMapMode: 0 - enableMipMap: 1 - sRGBTexture: 0 - linearTexture: 0 - fadeOut: 0 - borderMipMap: 0 - mipMapsPreserveCoverage: 0 - alphaTestReferenceValue: 0.5 - mipMapFadeDistanceStart: 1 - mipMapFadeDistanceEnd: 3 - bumpmap: - convertToNormalMap: 0 - externalNormalMap: 0 - heightScale: 0.25 - normalMapFilter: 0 - isReadable: 0 - streamingMipmaps: 0 - streamingMipmapsPriority: 0 - grayScaleToAlpha: 0 - generateCubemap: 6 - cubemapConvolution: 0 - seamlessCubemap: 0 - textureFormat: 1 - maxTextureSize: 2048 - textureSettings: - serializedVersion: 2 - filterMode: -1 - aniso: -1 - mipBias: -100 - wrapU: -1 - wrapV: -1 - wrapW: -1 - nPOTScale: 1 - lightmap: 0 - compressionQuality: 50 - spriteMode: 0 - spriteExtrude: 1 - spriteMeshType: 1 - alignment: 0 - spritePivot: {x: 0.5, y: 0.5} - spritePixelsToUnits: 100 - spriteBorder: {x: 0, y: 0, z: 0, w: 0} - spriteGenerateFallbackPhysicsShape: 1 - alphaUsage: 1 - alphaIsTransparency: 0 - spriteTessellationDetail: -1 - textureType: 1 - textureShape: 1 - singleChannelComponent: 0 - maxTextureSizeSet: 0 - compressionQualitySet: 0 - textureFormatSet: 0 - platformSettings: - - serializedVersion: 3 - buildTarget: DefaultTexturePlatform - maxTextureSize: 2048 - resizeAlgorithm: 0 - textureFormat: -1 - textureCompression: 1 - compressionQuality: 50 - crunchedCompression: 0 - allowsAlphaSplitting: 0 - overridden: 0 - androidETC2FallbackOverride: 0 - forceMaximumCompressionQuality_BC6H_BC7: 0 - spriteSheet: - serializedVersion: 2 - sprites: [] - outline: [] - physicsShape: [] - bones: [] - spriteID: - internalID: 0 - vertices: [] - indices: - edges: [] - weights: [] - secondaryTextures: [] - spritePackingTag: - pSDRemoveMatte: 0 - pSDShowRemoveMatteOption: 0 - userData: - assetBundleName: - assetBundleVariant: -AssetOrigin: - serializedVersion: 1 - productId: 183370 - packageName: Feel - packageVersion: 5.8 - assetPath: Assets/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Fabric06_nrm.png - uploadId: 799856 diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Fabric06_rgh.png b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Fabric06_rgh.png deleted file mode 100644 index 7f693efd2..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Fabric06_rgh.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4b73e4199cb4cac2225a7284a5d85c0a1d53ad9428a272ee96ad35a745c936a1 -size 308842 diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Fabric06_rgh.png.meta b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Fabric06_rgh.png.meta deleted file mode 100644 index 6acd4e5c7..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Fabric06_rgh.png.meta +++ /dev/null @@ -1,98 +0,0 @@ -fileFormatVersion: 2 -guid: 8e268d5085d69094b9f39e928a6bf0af -TextureImporter: - internalIDToNameTable: [] - externalObjects: {} - serializedVersion: 10 - mipmaps: - mipMapMode: 0 - enableMipMap: 1 - sRGBTexture: 1 - linearTexture: 0 - fadeOut: 0 - borderMipMap: 0 - mipMapsPreserveCoverage: 0 - alphaTestReferenceValue: 0.5 - mipMapFadeDistanceStart: 1 - mipMapFadeDistanceEnd: 3 - bumpmap: - convertToNormalMap: 0 - externalNormalMap: 0 - heightScale: 0.25 - normalMapFilter: 0 - isReadable: 0 - streamingMipmaps: 0 - streamingMipmapsPriority: 0 - grayScaleToAlpha: 0 - generateCubemap: 6 - cubemapConvolution: 0 - seamlessCubemap: 0 - textureFormat: 1 - maxTextureSize: 2048 - textureSettings: - serializedVersion: 2 - filterMode: -1 - aniso: -1 - mipBias: -100 - wrapU: -1 - wrapV: -1 - wrapW: -1 - nPOTScale: 1 - lightmap: 0 - compressionQuality: 50 - spriteMode: 0 - spriteExtrude: 1 - spriteMeshType: 1 - alignment: 0 - spritePivot: {x: 0.5, y: 0.5} - spritePixelsToUnits: 100 - spriteBorder: {x: 0, y: 0, z: 0, w: 0} - spriteGenerateFallbackPhysicsShape: 1 - alphaUsage: 1 - alphaIsTransparency: 0 - spriteTessellationDetail: -1 - textureType: 0 - textureShape: 1 - singleChannelComponent: 0 - maxTextureSizeSet: 0 - compressionQualitySet: 0 - textureFormatSet: 0 - platformSettings: - - serializedVersion: 3 - buildTarget: DefaultTexturePlatform - maxTextureSize: 2048 - resizeAlgorithm: 0 - textureFormat: -1 - textureCompression: 1 - compressionQuality: 50 - crunchedCompression: 0 - allowsAlphaSplitting: 0 - overridden: 0 - androidETC2FallbackOverride: 0 - forceMaximumCompressionQuality_BC6H_BC7: 0 - spriteSheet: - serializedVersion: 2 - sprites: [] - outline: [] - physicsShape: [] - bones: [] - spriteID: - internalID: 0 - vertices: [] - indices: - edges: [] - weights: [] - secondaryTextures: [] - spritePackingTag: - pSDRemoveMatte: 0 - pSDShowRemoveMatteOption: 0 - userData: - assetBundleName: - assetBundleVariant: -AssetOrigin: - serializedVersion: 1 - productId: 183370 - packageName: Feel - packageVersion: 5.8 - assetPath: Assets/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Fabric06_rgh.png - uploadId: 799856 diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Fabric09_AO.png b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Fabric09_AO.png deleted file mode 100644 index d44e9aaee..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Fabric09_AO.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:77b166939cab3a22c32194232ae107132a0b86cdca9616bc4e16ffeb1c532427 -size 68761 diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Fabric09_AO.png.meta b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Fabric09_AO.png.meta deleted file mode 100644 index 61ca011c8..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Fabric09_AO.png.meta +++ /dev/null @@ -1,98 +0,0 @@ -fileFormatVersion: 2 -guid: d09b7123f481ae449b957b670044b425 -TextureImporter: - internalIDToNameTable: [] - externalObjects: {} - serializedVersion: 10 - mipmaps: - mipMapMode: 0 - enableMipMap: 1 - sRGBTexture: 1 - linearTexture: 0 - fadeOut: 0 - borderMipMap: 0 - mipMapsPreserveCoverage: 0 - alphaTestReferenceValue: 0.5 - mipMapFadeDistanceStart: 1 - mipMapFadeDistanceEnd: 3 - bumpmap: - convertToNormalMap: 0 - externalNormalMap: 0 - heightScale: 0.25 - normalMapFilter: 0 - isReadable: 0 - streamingMipmaps: 0 - streamingMipmapsPriority: 0 - grayScaleToAlpha: 0 - generateCubemap: 6 - cubemapConvolution: 0 - seamlessCubemap: 0 - textureFormat: 1 - maxTextureSize: 2048 - textureSettings: - serializedVersion: 2 - filterMode: -1 - aniso: -1 - mipBias: -100 - wrapU: -1 - wrapV: -1 - wrapW: -1 - nPOTScale: 1 - lightmap: 0 - compressionQuality: 50 - spriteMode: 0 - spriteExtrude: 1 - spriteMeshType: 1 - alignment: 0 - spritePivot: {x: 0.5, y: 0.5} - spritePixelsToUnits: 100 - spriteBorder: {x: 0, y: 0, z: 0, w: 0} - spriteGenerateFallbackPhysicsShape: 1 - alphaUsage: 1 - alphaIsTransparency: 0 - spriteTessellationDetail: -1 - textureType: 0 - textureShape: 1 - singleChannelComponent: 0 - maxTextureSizeSet: 0 - compressionQualitySet: 0 - textureFormatSet: 0 - platformSettings: - - serializedVersion: 3 - buildTarget: DefaultTexturePlatform - maxTextureSize: 2048 - resizeAlgorithm: 0 - textureFormat: -1 - textureCompression: 1 - compressionQuality: 50 - crunchedCompression: 0 - allowsAlphaSplitting: 0 - overridden: 0 - androidETC2FallbackOverride: 0 - forceMaximumCompressionQuality_BC6H_BC7: 0 - spriteSheet: - serializedVersion: 2 - sprites: [] - outline: [] - physicsShape: [] - bones: [] - spriteID: - internalID: 0 - vertices: [] - indices: - edges: [] - weights: [] - secondaryTextures: [] - spritePackingTag: - pSDRemoveMatte: 0 - pSDShowRemoveMatteOption: 0 - userData: - assetBundleName: - assetBundleVariant: -AssetOrigin: - serializedVersion: 1 - productId: 183370 - packageName: Feel - packageVersion: 5.8 - assetPath: Assets/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Fabric09_AO.png - uploadId: 799856 diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Fabric09_col.png b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Fabric09_col.png deleted file mode 100644 index 12da97f4a..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Fabric09_col.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b7e38bbf5d2245400faa71734139f9e2040500e6a88acadcabeeac453d44acff -size 401541 diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Fabric09_col.png.meta b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Fabric09_col.png.meta deleted file mode 100644 index da4d9f813..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Fabric09_col.png.meta +++ /dev/null @@ -1,98 +0,0 @@ -fileFormatVersion: 2 -guid: e1f4bc00167c7604eb9c09d119ade645 -TextureImporter: - internalIDToNameTable: [] - externalObjects: {} - serializedVersion: 10 - mipmaps: - mipMapMode: 0 - enableMipMap: 1 - sRGBTexture: 1 - linearTexture: 0 - fadeOut: 0 - borderMipMap: 0 - mipMapsPreserveCoverage: 0 - alphaTestReferenceValue: 0.5 - mipMapFadeDistanceStart: 1 - mipMapFadeDistanceEnd: 3 - bumpmap: - convertToNormalMap: 0 - externalNormalMap: 0 - heightScale: 0.25 - normalMapFilter: 0 - isReadable: 0 - streamingMipmaps: 0 - streamingMipmapsPriority: 0 - grayScaleToAlpha: 0 - generateCubemap: 6 - cubemapConvolution: 0 - seamlessCubemap: 0 - textureFormat: 1 - maxTextureSize: 2048 - textureSettings: - serializedVersion: 2 - filterMode: -1 - aniso: -1 - mipBias: -100 - wrapU: -1 - wrapV: -1 - wrapW: -1 - nPOTScale: 1 - lightmap: 0 - compressionQuality: 50 - spriteMode: 0 - spriteExtrude: 1 - spriteMeshType: 1 - alignment: 0 - spritePivot: {x: 0.5, y: 0.5} - spritePixelsToUnits: 100 - spriteBorder: {x: 0, y: 0, z: 0, w: 0} - spriteGenerateFallbackPhysicsShape: 1 - alphaUsage: 1 - alphaIsTransparency: 0 - spriteTessellationDetail: -1 - textureType: 0 - textureShape: 1 - singleChannelComponent: 0 - maxTextureSizeSet: 0 - compressionQualitySet: 0 - textureFormatSet: 0 - platformSettings: - - serializedVersion: 3 - buildTarget: DefaultTexturePlatform - maxTextureSize: 2048 - resizeAlgorithm: 0 - textureFormat: -1 - textureCompression: 1 - compressionQuality: 50 - crunchedCompression: 0 - allowsAlphaSplitting: 0 - overridden: 0 - androidETC2FallbackOverride: 0 - forceMaximumCompressionQuality_BC6H_BC7: 0 - spriteSheet: - serializedVersion: 2 - sprites: [] - outline: [] - physicsShape: [] - bones: [] - spriteID: - internalID: 0 - vertices: [] - indices: - edges: [] - weights: [] - secondaryTextures: [] - spritePackingTag: - pSDRemoveMatte: 0 - pSDShowRemoveMatteOption: 0 - userData: - assetBundleName: - assetBundleVariant: -AssetOrigin: - serializedVersion: 1 - productId: 183370 - packageName: Feel - packageVersion: 5.8 - assetPath: Assets/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Fabric09_col.png - uploadId: 799856 diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Fabric09_disp.png b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Fabric09_disp.png deleted file mode 100644 index 1599fa692..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Fabric09_disp.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ef805648de97a438fdfe9630c4f2ac673437c826b929a7e98c50131f5f4e0f8f -size 255815 diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Fabric09_disp.png.meta b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Fabric09_disp.png.meta deleted file mode 100644 index 95f308e8a..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Fabric09_disp.png.meta +++ /dev/null @@ -1,98 +0,0 @@ -fileFormatVersion: 2 -guid: b018cf3db99072647897c9d65ecbff8b -TextureImporter: - internalIDToNameTable: [] - externalObjects: {} - serializedVersion: 10 - mipmaps: - mipMapMode: 0 - enableMipMap: 1 - sRGBTexture: 1 - linearTexture: 0 - fadeOut: 0 - borderMipMap: 0 - mipMapsPreserveCoverage: 0 - alphaTestReferenceValue: 0.5 - mipMapFadeDistanceStart: 1 - mipMapFadeDistanceEnd: 3 - bumpmap: - convertToNormalMap: 0 - externalNormalMap: 0 - heightScale: 0.25 - normalMapFilter: 0 - isReadable: 0 - streamingMipmaps: 0 - streamingMipmapsPriority: 0 - grayScaleToAlpha: 0 - generateCubemap: 6 - cubemapConvolution: 0 - seamlessCubemap: 0 - textureFormat: 1 - maxTextureSize: 2048 - textureSettings: - serializedVersion: 2 - filterMode: -1 - aniso: -1 - mipBias: -100 - wrapU: -1 - wrapV: -1 - wrapW: -1 - nPOTScale: 1 - lightmap: 0 - compressionQuality: 50 - spriteMode: 0 - spriteExtrude: 1 - spriteMeshType: 1 - alignment: 0 - spritePivot: {x: 0.5, y: 0.5} - spritePixelsToUnits: 100 - spriteBorder: {x: 0, y: 0, z: 0, w: 0} - spriteGenerateFallbackPhysicsShape: 1 - alphaUsage: 1 - alphaIsTransparency: 0 - spriteTessellationDetail: -1 - textureType: 0 - textureShape: 1 - singleChannelComponent: 0 - maxTextureSizeSet: 0 - compressionQualitySet: 0 - textureFormatSet: 0 - platformSettings: - - serializedVersion: 3 - buildTarget: DefaultTexturePlatform - maxTextureSize: 2048 - resizeAlgorithm: 0 - textureFormat: -1 - textureCompression: 1 - compressionQuality: 50 - crunchedCompression: 0 - allowsAlphaSplitting: 0 - overridden: 0 - androidETC2FallbackOverride: 0 - forceMaximumCompressionQuality_BC6H_BC7: 0 - spriteSheet: - serializedVersion: 2 - sprites: [] - outline: [] - physicsShape: [] - bones: [] - spriteID: - internalID: 0 - vertices: [] - indices: - edges: [] - weights: [] - secondaryTextures: [] - spritePackingTag: - pSDRemoveMatte: 0 - pSDShowRemoveMatteOption: 0 - userData: - assetBundleName: - assetBundleVariant: -AssetOrigin: - serializedVersion: 1 - productId: 183370 - packageName: Feel - packageVersion: 5.8 - assetPath: Assets/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Fabric09_disp.png - uploadId: 799856 diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Fabric09_mask1.png b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Fabric09_mask1.png deleted file mode 100644 index ac0ee0f71..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Fabric09_mask1.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:26c5109966d07618c68ea3dceacdae282e43f0880fd892ad55aaebf799fb3fe2 -size 98262 diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Fabric09_mask1.png.meta b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Fabric09_mask1.png.meta deleted file mode 100644 index 96cb5d6e9..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Fabric09_mask1.png.meta +++ /dev/null @@ -1,98 +0,0 @@ -fileFormatVersion: 2 -guid: 1901da16b3cb84c4ca3e82cf4b9debad -TextureImporter: - internalIDToNameTable: [] - externalObjects: {} - serializedVersion: 10 - mipmaps: - mipMapMode: 0 - enableMipMap: 1 - sRGBTexture: 1 - linearTexture: 0 - fadeOut: 0 - borderMipMap: 0 - mipMapsPreserveCoverage: 0 - alphaTestReferenceValue: 0.5 - mipMapFadeDistanceStart: 1 - mipMapFadeDistanceEnd: 3 - bumpmap: - convertToNormalMap: 0 - externalNormalMap: 0 - heightScale: 0.25 - normalMapFilter: 0 - isReadable: 0 - streamingMipmaps: 0 - streamingMipmapsPriority: 0 - grayScaleToAlpha: 0 - generateCubemap: 6 - cubemapConvolution: 0 - seamlessCubemap: 0 - textureFormat: 1 - maxTextureSize: 2048 - textureSettings: - serializedVersion: 2 - filterMode: -1 - aniso: -1 - mipBias: -100 - wrapU: -1 - wrapV: -1 - wrapW: -1 - nPOTScale: 1 - lightmap: 0 - compressionQuality: 50 - spriteMode: 0 - spriteExtrude: 1 - spriteMeshType: 1 - alignment: 0 - spritePivot: {x: 0.5, y: 0.5} - spritePixelsToUnits: 100 - spriteBorder: {x: 0, y: 0, z: 0, w: 0} - spriteGenerateFallbackPhysicsShape: 1 - alphaUsage: 1 - alphaIsTransparency: 0 - spriteTessellationDetail: -1 - textureType: 0 - textureShape: 1 - singleChannelComponent: 0 - maxTextureSizeSet: 0 - compressionQualitySet: 0 - textureFormatSet: 0 - platformSettings: - - serializedVersion: 3 - buildTarget: DefaultTexturePlatform - maxTextureSize: 2048 - resizeAlgorithm: 0 - textureFormat: -1 - textureCompression: 1 - compressionQuality: 50 - crunchedCompression: 0 - allowsAlphaSplitting: 0 - overridden: 0 - androidETC2FallbackOverride: 0 - forceMaximumCompressionQuality_BC6H_BC7: 0 - spriteSheet: - serializedVersion: 2 - sprites: [] - outline: [] - physicsShape: [] - bones: [] - spriteID: - internalID: 0 - vertices: [] - indices: - edges: [] - weights: [] - secondaryTextures: [] - spritePackingTag: - pSDRemoveMatte: 0 - pSDShowRemoveMatteOption: 0 - userData: - assetBundleName: - assetBundleVariant: -AssetOrigin: - serializedVersion: 1 - productId: 183370 - packageName: Feel - packageVersion: 5.8 - assetPath: Assets/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Fabric09_mask1.png - uploadId: 799856 diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Fabric09_mask2.png b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Fabric09_mask2.png deleted file mode 100644 index 3dfa399f5..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Fabric09_mask2.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2e630f46932ddb64b7953d2a78979d24d9a05cdd32e3a5b6c33600df8d491aae -size 47545 diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Fabric09_mask2.png.meta b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Fabric09_mask2.png.meta deleted file mode 100644 index 8124f4627..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Fabric09_mask2.png.meta +++ /dev/null @@ -1,98 +0,0 @@ -fileFormatVersion: 2 -guid: 654d169c76f317c459a7fc6530e3ada0 -TextureImporter: - internalIDToNameTable: [] - externalObjects: {} - serializedVersion: 10 - mipmaps: - mipMapMode: 0 - enableMipMap: 1 - sRGBTexture: 1 - linearTexture: 0 - fadeOut: 0 - borderMipMap: 0 - mipMapsPreserveCoverage: 0 - alphaTestReferenceValue: 0.5 - mipMapFadeDistanceStart: 1 - mipMapFadeDistanceEnd: 3 - bumpmap: - convertToNormalMap: 0 - externalNormalMap: 0 - heightScale: 0.25 - normalMapFilter: 0 - isReadable: 0 - streamingMipmaps: 0 - streamingMipmapsPriority: 0 - grayScaleToAlpha: 0 - generateCubemap: 6 - cubemapConvolution: 0 - seamlessCubemap: 0 - textureFormat: 1 - maxTextureSize: 2048 - textureSettings: - serializedVersion: 2 - filterMode: -1 - aniso: -1 - mipBias: -100 - wrapU: -1 - wrapV: -1 - wrapW: -1 - nPOTScale: 1 - lightmap: 0 - compressionQuality: 50 - spriteMode: 0 - spriteExtrude: 1 - spriteMeshType: 1 - alignment: 0 - spritePivot: {x: 0.5, y: 0.5} - spritePixelsToUnits: 100 - spriteBorder: {x: 0, y: 0, z: 0, w: 0} - spriteGenerateFallbackPhysicsShape: 1 - alphaUsage: 1 - alphaIsTransparency: 0 - spriteTessellationDetail: -1 - textureType: 0 - textureShape: 1 - singleChannelComponent: 0 - maxTextureSizeSet: 0 - compressionQualitySet: 0 - textureFormatSet: 0 - platformSettings: - - serializedVersion: 3 - buildTarget: DefaultTexturePlatform - maxTextureSize: 2048 - resizeAlgorithm: 0 - textureFormat: -1 - textureCompression: 1 - compressionQuality: 50 - crunchedCompression: 0 - allowsAlphaSplitting: 0 - overridden: 0 - androidETC2FallbackOverride: 0 - forceMaximumCompressionQuality_BC6H_BC7: 0 - spriteSheet: - serializedVersion: 2 - sprites: [] - outline: [] - physicsShape: [] - bones: [] - spriteID: - internalID: 0 - vertices: [] - indices: - edges: [] - weights: [] - secondaryTextures: [] - spritePackingTag: - pSDRemoveMatte: 0 - pSDShowRemoveMatteOption: 0 - userData: - assetBundleName: - assetBundleVariant: -AssetOrigin: - serializedVersion: 1 - productId: 183370 - packageName: Feel - packageVersion: 5.8 - assetPath: Assets/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Fabric09_mask2.png - uploadId: 799856 diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Fabric09_nrm.png b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Fabric09_nrm.png deleted file mode 100644 index f7c79c1dd..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Fabric09_nrm.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:58add52fa6632c5b8da46ae42c93ee7117b83dba88b40c67219f3b022d23bb87 -size 526922 diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Fabric09_nrm.png.meta b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Fabric09_nrm.png.meta deleted file mode 100644 index c507e868a..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Fabric09_nrm.png.meta +++ /dev/null @@ -1,98 +0,0 @@ -fileFormatVersion: 2 -guid: 9396d0fe95f11db4c99c3403ea2912be -TextureImporter: - internalIDToNameTable: [] - externalObjects: {} - serializedVersion: 10 - mipmaps: - mipMapMode: 0 - enableMipMap: 1 - sRGBTexture: 0 - linearTexture: 0 - fadeOut: 0 - borderMipMap: 0 - mipMapsPreserveCoverage: 0 - alphaTestReferenceValue: 0.5 - mipMapFadeDistanceStart: 1 - mipMapFadeDistanceEnd: 3 - bumpmap: - convertToNormalMap: 0 - externalNormalMap: 0 - heightScale: 0.25 - normalMapFilter: 0 - isReadable: 0 - streamingMipmaps: 0 - streamingMipmapsPriority: 0 - grayScaleToAlpha: 0 - generateCubemap: 6 - cubemapConvolution: 0 - seamlessCubemap: 0 - textureFormat: 1 - maxTextureSize: 2048 - textureSettings: - serializedVersion: 2 - filterMode: -1 - aniso: -1 - mipBias: -100 - wrapU: -1 - wrapV: -1 - wrapW: -1 - nPOTScale: 1 - lightmap: 0 - compressionQuality: 50 - spriteMode: 0 - spriteExtrude: 1 - spriteMeshType: 1 - alignment: 0 - spritePivot: {x: 0.5, y: 0.5} - spritePixelsToUnits: 100 - spriteBorder: {x: 0, y: 0, z: 0, w: 0} - spriteGenerateFallbackPhysicsShape: 1 - alphaUsage: 1 - alphaIsTransparency: 0 - spriteTessellationDetail: -1 - textureType: 1 - textureShape: 1 - singleChannelComponent: 0 - maxTextureSizeSet: 0 - compressionQualitySet: 0 - textureFormatSet: 0 - platformSettings: - - serializedVersion: 3 - buildTarget: DefaultTexturePlatform - maxTextureSize: 2048 - resizeAlgorithm: 0 - textureFormat: -1 - textureCompression: 1 - compressionQuality: 50 - crunchedCompression: 0 - allowsAlphaSplitting: 0 - overridden: 0 - androidETC2FallbackOverride: 0 - forceMaximumCompressionQuality_BC6H_BC7: 0 - spriteSheet: - serializedVersion: 2 - sprites: [] - outline: [] - physicsShape: [] - bones: [] - spriteID: - internalID: 0 - vertices: [] - indices: - edges: [] - weights: [] - secondaryTextures: [] - spritePackingTag: - pSDRemoveMatte: 0 - pSDShowRemoveMatteOption: 0 - userData: - assetBundleName: - assetBundleVariant: -AssetOrigin: - serializedVersion: 1 - productId: 183370 - packageName: Feel - packageVersion: 5.8 - assetPath: Assets/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Fabric09_nrm.png - uploadId: 799856 diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Fabric09_rgh.png b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Fabric09_rgh.png deleted file mode 100644 index a682671e2..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Fabric09_rgh.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9c189fb96b8b9a8e34c1b7fad873c798ac23c3dc704a1234fe64fd93796183d8 -size 265214 diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Fabric09_rgh.png.meta b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Fabric09_rgh.png.meta deleted file mode 100644 index 473272dd2..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Fabric09_rgh.png.meta +++ /dev/null @@ -1,98 +0,0 @@ -fileFormatVersion: 2 -guid: fbb908c6b3b2e42468f2e036760651cf -TextureImporter: - internalIDToNameTable: [] - externalObjects: {} - serializedVersion: 10 - mipmaps: - mipMapMode: 0 - enableMipMap: 1 - sRGBTexture: 1 - linearTexture: 0 - fadeOut: 0 - borderMipMap: 0 - mipMapsPreserveCoverage: 0 - alphaTestReferenceValue: 0.5 - mipMapFadeDistanceStart: 1 - mipMapFadeDistanceEnd: 3 - bumpmap: - convertToNormalMap: 0 - externalNormalMap: 0 - heightScale: 0.25 - normalMapFilter: 0 - isReadable: 0 - streamingMipmaps: 0 - streamingMipmapsPriority: 0 - grayScaleToAlpha: 0 - generateCubemap: 6 - cubemapConvolution: 0 - seamlessCubemap: 0 - textureFormat: 1 - maxTextureSize: 2048 - textureSettings: - serializedVersion: 2 - filterMode: -1 - aniso: -1 - mipBias: -100 - wrapU: -1 - wrapV: -1 - wrapW: -1 - nPOTScale: 1 - lightmap: 0 - compressionQuality: 50 - spriteMode: 0 - spriteExtrude: 1 - spriteMeshType: 1 - alignment: 0 - spritePivot: {x: 0.5, y: 0.5} - spritePixelsToUnits: 100 - spriteBorder: {x: 0, y: 0, z: 0, w: 0} - spriteGenerateFallbackPhysicsShape: 1 - alphaUsage: 1 - alphaIsTransparency: 0 - spriteTessellationDetail: -1 - textureType: 0 - textureShape: 1 - singleChannelComponent: 0 - maxTextureSizeSet: 0 - compressionQualitySet: 0 - textureFormatSet: 0 - platformSettings: - - serializedVersion: 3 - buildTarget: DefaultTexturePlatform - maxTextureSize: 2048 - resizeAlgorithm: 0 - textureFormat: -1 - textureCompression: 1 - compressionQuality: 50 - crunchedCompression: 0 - allowsAlphaSplitting: 0 - overridden: 0 - androidETC2FallbackOverride: 0 - forceMaximumCompressionQuality_BC6H_BC7: 0 - spriteSheet: - serializedVersion: 2 - sprites: [] - outline: [] - physicsShape: [] - bones: [] - spriteID: - internalID: 0 - vertices: [] - indices: - edges: [] - weights: [] - secondaryTextures: [] - spritePackingTag: - pSDRemoveMatte: 0 - pSDShowRemoveMatteOption: 0 - userData: - assetBundleName: - assetBundleVariant: -AssetOrigin: - serializedVersion: 1 - productId: 183370 - packageName: Feel - packageVersion: 5.8 - assetPath: Assets/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Fabric09_rgh.png - uploadId: 799856 diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Facade02_col.png b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Facade02_col.png deleted file mode 100644 index c765a987d..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Facade02_col.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:46bccdd174c66599795c9138645e729d5ec5ad75c3c8be7361c1ddf8d51a1e13 -size 132680 diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Facade02_col.png.meta b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Facade02_col.png.meta deleted file mode 100644 index 367e24b65..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Facade02_col.png.meta +++ /dev/null @@ -1,98 +0,0 @@ -fileFormatVersion: 2 -guid: 8082b586364e1004bb6374a5c9110eb3 -TextureImporter: - internalIDToNameTable: [] - externalObjects: {} - serializedVersion: 10 - mipmaps: - mipMapMode: 0 - enableMipMap: 1 - sRGBTexture: 1 - linearTexture: 0 - fadeOut: 0 - borderMipMap: 0 - mipMapsPreserveCoverage: 0 - alphaTestReferenceValue: 0.5 - mipMapFadeDistanceStart: 1 - mipMapFadeDistanceEnd: 3 - bumpmap: - convertToNormalMap: 0 - externalNormalMap: 0 - heightScale: 0.25 - normalMapFilter: 0 - isReadable: 0 - streamingMipmaps: 0 - streamingMipmapsPriority: 0 - grayScaleToAlpha: 0 - generateCubemap: 6 - cubemapConvolution: 0 - seamlessCubemap: 0 - textureFormat: 1 - maxTextureSize: 2048 - textureSettings: - serializedVersion: 2 - filterMode: -1 - aniso: -1 - mipBias: -100 - wrapU: -1 - wrapV: -1 - wrapW: -1 - nPOTScale: 1 - lightmap: 0 - compressionQuality: 50 - spriteMode: 0 - spriteExtrude: 1 - spriteMeshType: 1 - alignment: 0 - spritePivot: {x: 0.5, y: 0.5} - spritePixelsToUnits: 100 - spriteBorder: {x: 0, y: 0, z: 0, w: 0} - spriteGenerateFallbackPhysicsShape: 1 - alphaUsage: 1 - alphaIsTransparency: 0 - spriteTessellationDetail: -1 - textureType: 0 - textureShape: 1 - singleChannelComponent: 0 - maxTextureSizeSet: 0 - compressionQualitySet: 0 - textureFormatSet: 0 - platformSettings: - - serializedVersion: 3 - buildTarget: DefaultTexturePlatform - maxTextureSize: 2048 - resizeAlgorithm: 0 - textureFormat: -1 - textureCompression: 1 - compressionQuality: 50 - crunchedCompression: 0 - allowsAlphaSplitting: 0 - overridden: 0 - androidETC2FallbackOverride: 0 - forceMaximumCompressionQuality_BC6H_BC7: 0 - spriteSheet: - serializedVersion: 2 - sprites: [] - outline: [] - physicsShape: [] - bones: [] - spriteID: - internalID: 0 - vertices: [] - indices: - edges: [] - weights: [] - secondaryTextures: [] - spritePackingTag: - pSDRemoveMatte: 0 - pSDShowRemoveMatteOption: 0 - userData: - assetBundleName: - assetBundleVariant: -AssetOrigin: - serializedVersion: 1 - productId: 183370 - packageName: Feel - packageVersion: 5.8 - assetPath: Assets/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Facade02_col.png - uploadId: 799856 diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Facade02_emi.png b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Facade02_emi.png deleted file mode 100644 index 078f454c3..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Facade02_emi.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e31982f3222e8840bc492faba5a22d68d173fe69f002f8ba137e5b69b559f02e -size 29938 diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Facade02_emi.png.meta b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Facade02_emi.png.meta deleted file mode 100644 index 8aacb80f6..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Facade02_emi.png.meta +++ /dev/null @@ -1,98 +0,0 @@ -fileFormatVersion: 2 -guid: e94aeab608be8764faed1b8a9595228f -TextureImporter: - internalIDToNameTable: [] - externalObjects: {} - serializedVersion: 10 - mipmaps: - mipMapMode: 0 - enableMipMap: 1 - sRGBTexture: 1 - linearTexture: 0 - fadeOut: 0 - borderMipMap: 0 - mipMapsPreserveCoverage: 0 - alphaTestReferenceValue: 0.5 - mipMapFadeDistanceStart: 1 - mipMapFadeDistanceEnd: 3 - bumpmap: - convertToNormalMap: 0 - externalNormalMap: 0 - heightScale: 0.25 - normalMapFilter: 0 - isReadable: 0 - streamingMipmaps: 0 - streamingMipmapsPriority: 0 - grayScaleToAlpha: 0 - generateCubemap: 6 - cubemapConvolution: 0 - seamlessCubemap: 0 - textureFormat: 1 - maxTextureSize: 2048 - textureSettings: - serializedVersion: 2 - filterMode: -1 - aniso: -1 - mipBias: -100 - wrapU: -1 - wrapV: -1 - wrapW: -1 - nPOTScale: 1 - lightmap: 0 - compressionQuality: 50 - spriteMode: 0 - spriteExtrude: 1 - spriteMeshType: 1 - alignment: 0 - spritePivot: {x: 0.5, y: 0.5} - spritePixelsToUnits: 100 - spriteBorder: {x: 0, y: 0, z: 0, w: 0} - spriteGenerateFallbackPhysicsShape: 1 - alphaUsage: 1 - alphaIsTransparency: 0 - spriteTessellationDetail: -1 - textureType: 0 - textureShape: 1 - singleChannelComponent: 0 - maxTextureSizeSet: 0 - compressionQualitySet: 0 - textureFormatSet: 0 - platformSettings: - - serializedVersion: 3 - buildTarget: DefaultTexturePlatform - maxTextureSize: 2048 - resizeAlgorithm: 0 - textureFormat: -1 - textureCompression: 1 - compressionQuality: 50 - crunchedCompression: 0 - allowsAlphaSplitting: 0 - overridden: 0 - androidETC2FallbackOverride: 0 - forceMaximumCompressionQuality_BC6H_BC7: 0 - spriteSheet: - serializedVersion: 2 - sprites: [] - outline: [] - physicsShape: [] - bones: [] - spriteID: - internalID: 0 - vertices: [] - indices: - edges: [] - weights: [] - secondaryTextures: [] - spritePackingTag: - pSDRemoveMatte: 0 - pSDShowRemoveMatteOption: 0 - userData: - assetBundleName: - assetBundleVariant: -AssetOrigin: - serializedVersion: 1 - productId: 183370 - packageName: Feel - packageVersion: 5.8 - assetPath: Assets/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Facade02_emi.png - uploadId: 799856 diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Facade02_mask.png b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Facade02_mask.png deleted file mode 100644 index fe1362a9e..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Facade02_mask.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:969d13aea87b1812f8af6eeecdd8b840bebfcb9df9b7b4e82d4b9f4ceb856f1a -size 4387 diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Facade02_mask.png.meta b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Facade02_mask.png.meta deleted file mode 100644 index 040549d32..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Facade02_mask.png.meta +++ /dev/null @@ -1,98 +0,0 @@ -fileFormatVersion: 2 -guid: 925913603f5ff4247b0eb934ea908dc0 -TextureImporter: - internalIDToNameTable: [] - externalObjects: {} - serializedVersion: 10 - mipmaps: - mipMapMode: 0 - enableMipMap: 1 - sRGBTexture: 1 - linearTexture: 0 - fadeOut: 0 - borderMipMap: 0 - mipMapsPreserveCoverage: 0 - alphaTestReferenceValue: 0.5 - mipMapFadeDistanceStart: 1 - mipMapFadeDistanceEnd: 3 - bumpmap: - convertToNormalMap: 0 - externalNormalMap: 0 - heightScale: 0.25 - normalMapFilter: 0 - isReadable: 0 - streamingMipmaps: 0 - streamingMipmapsPriority: 0 - grayScaleToAlpha: 0 - generateCubemap: 6 - cubemapConvolution: 0 - seamlessCubemap: 0 - textureFormat: 1 - maxTextureSize: 2048 - textureSettings: - serializedVersion: 2 - filterMode: -1 - aniso: -1 - mipBias: -100 - wrapU: -1 - wrapV: -1 - wrapW: -1 - nPOTScale: 1 - lightmap: 0 - compressionQuality: 50 - spriteMode: 0 - spriteExtrude: 1 - spriteMeshType: 1 - alignment: 0 - spritePivot: {x: 0.5, y: 0.5} - spritePixelsToUnits: 100 - spriteBorder: {x: 0, y: 0, z: 0, w: 0} - spriteGenerateFallbackPhysicsShape: 1 - alphaUsage: 1 - alphaIsTransparency: 0 - spriteTessellationDetail: -1 - textureType: 0 - textureShape: 1 - singleChannelComponent: 0 - maxTextureSizeSet: 0 - compressionQualitySet: 0 - textureFormatSet: 0 - platformSettings: - - serializedVersion: 3 - buildTarget: DefaultTexturePlatform - maxTextureSize: 2048 - resizeAlgorithm: 0 - textureFormat: -1 - textureCompression: 1 - compressionQuality: 50 - crunchedCompression: 0 - allowsAlphaSplitting: 0 - overridden: 0 - androidETC2FallbackOverride: 0 - forceMaximumCompressionQuality_BC6H_BC7: 0 - spriteSheet: - serializedVersion: 2 - sprites: [] - outline: [] - physicsShape: [] - bones: [] - spriteID: - internalID: 0 - vertices: [] - indices: - edges: [] - weights: [] - secondaryTextures: [] - spritePackingTag: - pSDRemoveMatte: 0 - pSDShowRemoveMatteOption: 0 - userData: - assetBundleName: - assetBundleVariant: -AssetOrigin: - serializedVersion: 1 - productId: 183370 - packageName: Feel - packageVersion: 5.8 - assetPath: Assets/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Facade02_mask.png - uploadId: 799856 diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Facade02_met.png b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Facade02_met.png deleted file mode 100644 index bc0b30d4f..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Facade02_met.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:94b07d13f44de432a4d670cd074126698c575c1c0049757cc58d956b86f57f09 -size 2834 diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Facade02_met.png.meta b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Facade02_met.png.meta deleted file mode 100644 index ab381c3d3..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Facade02_met.png.meta +++ /dev/null @@ -1,98 +0,0 @@ -fileFormatVersion: 2 -guid: 78f0362f9fdbe4b4f9323fcf5f956bfa -TextureImporter: - internalIDToNameTable: [] - externalObjects: {} - serializedVersion: 10 - mipmaps: - mipMapMode: 0 - enableMipMap: 1 - sRGBTexture: 1 - linearTexture: 0 - fadeOut: 0 - borderMipMap: 0 - mipMapsPreserveCoverage: 0 - alphaTestReferenceValue: 0.5 - mipMapFadeDistanceStart: 1 - mipMapFadeDistanceEnd: 3 - bumpmap: - convertToNormalMap: 0 - externalNormalMap: 0 - heightScale: 0.25 - normalMapFilter: 0 - isReadable: 0 - streamingMipmaps: 0 - streamingMipmapsPriority: 0 - grayScaleToAlpha: 0 - generateCubemap: 6 - cubemapConvolution: 0 - seamlessCubemap: 0 - textureFormat: 1 - maxTextureSize: 2048 - textureSettings: - serializedVersion: 2 - filterMode: -1 - aniso: -1 - mipBias: -100 - wrapU: -1 - wrapV: -1 - wrapW: -1 - nPOTScale: 1 - lightmap: 0 - compressionQuality: 50 - spriteMode: 0 - spriteExtrude: 1 - spriteMeshType: 1 - alignment: 0 - spritePivot: {x: 0.5, y: 0.5} - spritePixelsToUnits: 100 - spriteBorder: {x: 0, y: 0, z: 0, w: 0} - spriteGenerateFallbackPhysicsShape: 1 - alphaUsage: 1 - alphaIsTransparency: 0 - spriteTessellationDetail: -1 - textureType: 0 - textureShape: 1 - singleChannelComponent: 0 - maxTextureSizeSet: 0 - compressionQualitySet: 0 - textureFormatSet: 0 - platformSettings: - - serializedVersion: 3 - buildTarget: DefaultTexturePlatform - maxTextureSize: 2048 - resizeAlgorithm: 0 - textureFormat: -1 - textureCompression: 1 - compressionQuality: 50 - crunchedCompression: 0 - allowsAlphaSplitting: 0 - overridden: 0 - androidETC2FallbackOverride: 0 - forceMaximumCompressionQuality_BC6H_BC7: 0 - spriteSheet: - serializedVersion: 2 - sprites: [] - outline: [] - physicsShape: [] - bones: [] - spriteID: - internalID: 0 - vertices: [] - indices: - edges: [] - weights: [] - secondaryTextures: [] - spritePackingTag: - pSDRemoveMatte: 0 - pSDShowRemoveMatteOption: 0 - userData: - assetBundleName: - assetBundleVariant: -AssetOrigin: - serializedVersion: 1 - productId: 183370 - packageName: Feel - packageVersion: 5.8 - assetPath: Assets/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Facade02_met.png - uploadId: 799856 diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Facade02_nrm.png b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Facade02_nrm.png deleted file mode 100644 index 7eb5b327a..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Facade02_nrm.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4628aa233a291a5101ef3fae95097090d02007f0231662bd5aeab0549f2919c5 -size 10233 diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Facade02_nrm.png.meta b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Facade02_nrm.png.meta deleted file mode 100644 index 307c86a7c..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Facade02_nrm.png.meta +++ /dev/null @@ -1,98 +0,0 @@ -fileFormatVersion: 2 -guid: 7265ff7f2929b8f4b95685c795b5dfd0 -TextureImporter: - internalIDToNameTable: [] - externalObjects: {} - serializedVersion: 10 - mipmaps: - mipMapMode: 0 - enableMipMap: 1 - sRGBTexture: 0 - linearTexture: 0 - fadeOut: 0 - borderMipMap: 0 - mipMapsPreserveCoverage: 0 - alphaTestReferenceValue: 0.5 - mipMapFadeDistanceStart: 1 - mipMapFadeDistanceEnd: 3 - bumpmap: - convertToNormalMap: 0 - externalNormalMap: 0 - heightScale: 0.25 - normalMapFilter: 0 - isReadable: 0 - streamingMipmaps: 0 - streamingMipmapsPriority: 0 - grayScaleToAlpha: 0 - generateCubemap: 6 - cubemapConvolution: 0 - seamlessCubemap: 0 - textureFormat: 1 - maxTextureSize: 2048 - textureSettings: - serializedVersion: 2 - filterMode: -1 - aniso: -1 - mipBias: -100 - wrapU: -1 - wrapV: -1 - wrapW: -1 - nPOTScale: 1 - lightmap: 0 - compressionQuality: 50 - spriteMode: 0 - spriteExtrude: 1 - spriteMeshType: 1 - alignment: 0 - spritePivot: {x: 0.5, y: 0.5} - spritePixelsToUnits: 100 - spriteBorder: {x: 0, y: 0, z: 0, w: 0} - spriteGenerateFallbackPhysicsShape: 1 - alphaUsage: 1 - alphaIsTransparency: 0 - spriteTessellationDetail: -1 - textureType: 1 - textureShape: 1 - singleChannelComponent: 0 - maxTextureSizeSet: 0 - compressionQualitySet: 0 - textureFormatSet: 0 - platformSettings: - - serializedVersion: 3 - buildTarget: DefaultTexturePlatform - maxTextureSize: 2048 - resizeAlgorithm: 0 - textureFormat: -1 - textureCompression: 1 - compressionQuality: 50 - crunchedCompression: 0 - allowsAlphaSplitting: 0 - overridden: 0 - androidETC2FallbackOverride: 0 - forceMaximumCompressionQuality_BC6H_BC7: 0 - spriteSheet: - serializedVersion: 2 - sprites: [] - outline: [] - physicsShape: [] - bones: [] - spriteID: - internalID: 0 - vertices: [] - indices: - edges: [] - weights: [] - secondaryTextures: [] - spritePackingTag: - pSDRemoveMatte: 0 - pSDShowRemoveMatteOption: 0 - userData: - assetBundleName: - assetBundleVariant: -AssetOrigin: - serializedVersion: 1 - productId: 183370 - packageName: Feel - packageVersion: 5.8 - assetPath: Assets/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Facade02_nrm.png - uploadId: 799856 diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Metal03_col.png b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Metal03_col.png deleted file mode 100644 index c7b6668ab..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Metal03_col.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bfafef1a5ea0f481ebfb29d9efdf7175c0c325da2fa1a077bd385a2f6a09229a -size 186910 diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Metal03_col.png.meta b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Metal03_col.png.meta deleted file mode 100644 index a1faaa8a8..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Metal03_col.png.meta +++ /dev/null @@ -1,98 +0,0 @@ -fileFormatVersion: 2 -guid: 27ac4d418f8c1f741b076e8d203aa642 -TextureImporter: - internalIDToNameTable: [] - externalObjects: {} - serializedVersion: 10 - mipmaps: - mipMapMode: 0 - enableMipMap: 1 - sRGBTexture: 1 - linearTexture: 0 - fadeOut: 0 - borderMipMap: 0 - mipMapsPreserveCoverage: 0 - alphaTestReferenceValue: 0.5 - mipMapFadeDistanceStart: 1 - mipMapFadeDistanceEnd: 3 - bumpmap: - convertToNormalMap: 0 - externalNormalMap: 0 - heightScale: 0.25 - normalMapFilter: 0 - isReadable: 0 - streamingMipmaps: 0 - streamingMipmapsPriority: 0 - grayScaleToAlpha: 0 - generateCubemap: 6 - cubemapConvolution: 0 - seamlessCubemap: 0 - textureFormat: 1 - maxTextureSize: 2048 - textureSettings: - serializedVersion: 2 - filterMode: -1 - aniso: -1 - mipBias: -100 - wrapU: -1 - wrapV: -1 - wrapW: -1 - nPOTScale: 1 - lightmap: 0 - compressionQuality: 50 - spriteMode: 0 - spriteExtrude: 1 - spriteMeshType: 1 - alignment: 0 - spritePivot: {x: 0.5, y: 0.5} - spritePixelsToUnits: 100 - spriteBorder: {x: 0, y: 0, z: 0, w: 0} - spriteGenerateFallbackPhysicsShape: 1 - alphaUsage: 1 - alphaIsTransparency: 0 - spriteTessellationDetail: -1 - textureType: 0 - textureShape: 1 - singleChannelComponent: 0 - maxTextureSizeSet: 0 - compressionQualitySet: 0 - textureFormatSet: 0 - platformSettings: - - serializedVersion: 3 - buildTarget: DefaultTexturePlatform - maxTextureSize: 2048 - resizeAlgorithm: 0 - textureFormat: -1 - textureCompression: 1 - compressionQuality: 50 - crunchedCompression: 0 - allowsAlphaSplitting: 0 - overridden: 0 - androidETC2FallbackOverride: 0 - forceMaximumCompressionQuality_BC6H_BC7: 0 - spriteSheet: - serializedVersion: 2 - sprites: [] - outline: [] - physicsShape: [] - bones: [] - spriteID: - internalID: 0 - vertices: [] - indices: - edges: [] - weights: [] - secondaryTextures: [] - spritePackingTag: - pSDRemoveMatte: 0 - pSDShowRemoveMatteOption: 0 - userData: - assetBundleName: - assetBundleVariant: -AssetOrigin: - serializedVersion: 1 - productId: 183370 - packageName: Feel - packageVersion: 5.8 - assetPath: Assets/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Metal03_col.png - uploadId: 799856 diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Metal03_met.png b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Metal03_met.png deleted file mode 100644 index 503b03eb9..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Metal03_met.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2bab461ab2f83a9025c2b1e6771108e9dfce071c609c2b92ca3992c3d30b3a70 -size 33225 diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Metal03_met.png.meta b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Metal03_met.png.meta deleted file mode 100644 index c5a5d7cbe..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Metal03_met.png.meta +++ /dev/null @@ -1,98 +0,0 @@ -fileFormatVersion: 2 -guid: 95cef9375c8075846ae9e896137453e6 -TextureImporter: - internalIDToNameTable: [] - externalObjects: {} - serializedVersion: 10 - mipmaps: - mipMapMode: 0 - enableMipMap: 1 - sRGBTexture: 1 - linearTexture: 0 - fadeOut: 0 - borderMipMap: 0 - mipMapsPreserveCoverage: 0 - alphaTestReferenceValue: 0.5 - mipMapFadeDistanceStart: 1 - mipMapFadeDistanceEnd: 3 - bumpmap: - convertToNormalMap: 0 - externalNormalMap: 0 - heightScale: 0.25 - normalMapFilter: 0 - isReadable: 0 - streamingMipmaps: 0 - streamingMipmapsPriority: 0 - grayScaleToAlpha: 0 - generateCubemap: 6 - cubemapConvolution: 0 - seamlessCubemap: 0 - textureFormat: 1 - maxTextureSize: 2048 - textureSettings: - serializedVersion: 2 - filterMode: -1 - aniso: -1 - mipBias: -100 - wrapU: -1 - wrapV: -1 - wrapW: -1 - nPOTScale: 1 - lightmap: 0 - compressionQuality: 50 - spriteMode: 0 - spriteExtrude: 1 - spriteMeshType: 1 - alignment: 0 - spritePivot: {x: 0.5, y: 0.5} - spritePixelsToUnits: 100 - spriteBorder: {x: 0, y: 0, z: 0, w: 0} - spriteGenerateFallbackPhysicsShape: 1 - alphaUsage: 1 - alphaIsTransparency: 0 - spriteTessellationDetail: -1 - textureType: 0 - textureShape: 1 - singleChannelComponent: 0 - maxTextureSizeSet: 0 - compressionQualitySet: 0 - textureFormatSet: 0 - platformSettings: - - serializedVersion: 3 - buildTarget: DefaultTexturePlatform - maxTextureSize: 2048 - resizeAlgorithm: 0 - textureFormat: -1 - textureCompression: 1 - compressionQuality: 50 - crunchedCompression: 0 - allowsAlphaSplitting: 0 - overridden: 0 - androidETC2FallbackOverride: 0 - forceMaximumCompressionQuality_BC6H_BC7: 0 - spriteSheet: - serializedVersion: 2 - sprites: [] - outline: [] - physicsShape: [] - bones: [] - spriteID: - internalID: 0 - vertices: [] - indices: - edges: [] - weights: [] - secondaryTextures: [] - spritePackingTag: - pSDRemoveMatte: 0 - pSDShowRemoveMatteOption: 0 - userData: - assetBundleName: - assetBundleVariant: -AssetOrigin: - serializedVersion: 1 - productId: 183370 - packageName: Feel - packageVersion: 5.8 - assetPath: Assets/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Metal03_met.png - uploadId: 799856 diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Metal03_nrm.png b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Metal03_nrm.png deleted file mode 100644 index b79b223f2..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Metal03_nrm.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9d1f11f0ee4ba8f7913e1d80231bec3ee355f2f991b689720058e607614f714f -size 8711 diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Metal03_nrm.png.meta b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Metal03_nrm.png.meta deleted file mode 100644 index b5e55e43f..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Metal03_nrm.png.meta +++ /dev/null @@ -1,98 +0,0 @@ -fileFormatVersion: 2 -guid: 8ca0015824b8de04ca5bb02b8bb335ab -TextureImporter: - internalIDToNameTable: [] - externalObjects: {} - serializedVersion: 10 - mipmaps: - mipMapMode: 0 - enableMipMap: 1 - sRGBTexture: 0 - linearTexture: 0 - fadeOut: 0 - borderMipMap: 0 - mipMapsPreserveCoverage: 0 - alphaTestReferenceValue: 0.5 - mipMapFadeDistanceStart: 1 - mipMapFadeDistanceEnd: 3 - bumpmap: - convertToNormalMap: 0 - externalNormalMap: 0 - heightScale: 0.25 - normalMapFilter: 0 - isReadable: 0 - streamingMipmaps: 0 - streamingMipmapsPriority: 0 - grayScaleToAlpha: 0 - generateCubemap: 6 - cubemapConvolution: 0 - seamlessCubemap: 0 - textureFormat: 1 - maxTextureSize: 2048 - textureSettings: - serializedVersion: 2 - filterMode: -1 - aniso: -1 - mipBias: -100 - wrapU: -1 - wrapV: -1 - wrapW: -1 - nPOTScale: 1 - lightmap: 0 - compressionQuality: 50 - spriteMode: 0 - spriteExtrude: 1 - spriteMeshType: 1 - alignment: 0 - spritePivot: {x: 0.5, y: 0.5} - spritePixelsToUnits: 100 - spriteBorder: {x: 0, y: 0, z: 0, w: 0} - spriteGenerateFallbackPhysicsShape: 1 - alphaUsage: 1 - alphaIsTransparency: 0 - spriteTessellationDetail: -1 - textureType: 1 - textureShape: 1 - singleChannelComponent: 0 - maxTextureSizeSet: 0 - compressionQualitySet: 0 - textureFormatSet: 0 - platformSettings: - - serializedVersion: 3 - buildTarget: DefaultTexturePlatform - maxTextureSize: 2048 - resizeAlgorithm: 0 - textureFormat: -1 - textureCompression: 1 - compressionQuality: 50 - crunchedCompression: 0 - allowsAlphaSplitting: 0 - overridden: 0 - androidETC2FallbackOverride: 0 - forceMaximumCompressionQuality_BC6H_BC7: 0 - spriteSheet: - serializedVersion: 2 - sprites: [] - outline: [] - physicsShape: [] - bones: [] - spriteID: - internalID: 0 - vertices: [] - indices: - edges: [] - weights: [] - secondaryTextures: [] - spritePackingTag: - pSDRemoveMatte: 0 - pSDShowRemoveMatteOption: 0 - userData: - assetBundleName: - assetBundleVariant: -AssetOrigin: - serializedVersion: 1 - productId: 183370 - packageName: Feel - packageVersion: 5.8 - assetPath: Assets/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Metal03_nrm.png - uploadId: 799856 diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/PaintedMetal02_col.png b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/PaintedMetal02_col.png deleted file mode 100644 index 93874c7bf..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/PaintedMetal02_col.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bd664ad9c418eefe9ff45c63a87359881e339254118c74aef12b0ff5154c4720 -size 573935 diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/PaintedMetal02_col.png.meta b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/PaintedMetal02_col.png.meta deleted file mode 100644 index b1941441c..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/PaintedMetal02_col.png.meta +++ /dev/null @@ -1,98 +0,0 @@ -fileFormatVersion: 2 -guid: 4229181c105e0794a90ed8031ed963a3 -TextureImporter: - internalIDToNameTable: [] - externalObjects: {} - serializedVersion: 10 - mipmaps: - mipMapMode: 0 - enableMipMap: 1 - sRGBTexture: 1 - linearTexture: 0 - fadeOut: 0 - borderMipMap: 0 - mipMapsPreserveCoverage: 0 - alphaTestReferenceValue: 0.5 - mipMapFadeDistanceStart: 1 - mipMapFadeDistanceEnd: 3 - bumpmap: - convertToNormalMap: 0 - externalNormalMap: 0 - heightScale: 0.25 - normalMapFilter: 0 - isReadable: 0 - streamingMipmaps: 0 - streamingMipmapsPriority: 0 - grayScaleToAlpha: 0 - generateCubemap: 6 - cubemapConvolution: 0 - seamlessCubemap: 0 - textureFormat: 1 - maxTextureSize: 2048 - textureSettings: - serializedVersion: 2 - filterMode: -1 - aniso: -1 - mipBias: -100 - wrapU: -1 - wrapV: -1 - wrapW: -1 - nPOTScale: 1 - lightmap: 0 - compressionQuality: 50 - spriteMode: 0 - spriteExtrude: 1 - spriteMeshType: 1 - alignment: 0 - spritePivot: {x: 0.5, y: 0.5} - spritePixelsToUnits: 100 - spriteBorder: {x: 0, y: 0, z: 0, w: 0} - spriteGenerateFallbackPhysicsShape: 1 - alphaUsage: 1 - alphaIsTransparency: 0 - spriteTessellationDetail: -1 - textureType: 0 - textureShape: 1 - singleChannelComponent: 0 - maxTextureSizeSet: 0 - compressionQualitySet: 0 - textureFormatSet: 0 - platformSettings: - - serializedVersion: 3 - buildTarget: DefaultTexturePlatform - maxTextureSize: 2048 - resizeAlgorithm: 0 - textureFormat: -1 - textureCompression: 1 - compressionQuality: 50 - crunchedCompression: 0 - allowsAlphaSplitting: 0 - overridden: 0 - androidETC2FallbackOverride: 0 - forceMaximumCompressionQuality_BC6H_BC7: 0 - spriteSheet: - serializedVersion: 2 - sprites: [] - outline: [] - physicsShape: [] - bones: [] - spriteID: - internalID: 0 - vertices: [] - indices: - edges: [] - weights: [] - secondaryTextures: [] - spritePackingTag: - pSDRemoveMatte: 0 - pSDShowRemoveMatteOption: 0 - userData: - assetBundleName: - assetBundleVariant: -AssetOrigin: - serializedVersion: 1 - productId: 183370 - packageName: Feel - packageVersion: 5.8 - assetPath: Assets/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/PaintedMetal02_col.png - uploadId: 799856 diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/PaintedMetal02_mask.png b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/PaintedMetal02_mask.png deleted file mode 100644 index c10b21192..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/PaintedMetal02_mask.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4e66b2e2615c8d580885ae3d45619a096b84d7958e84aa0829b7356699f556e7 -size 293099 diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/PaintedMetal02_mask.png.meta b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/PaintedMetal02_mask.png.meta deleted file mode 100644 index 0275d4d91..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/PaintedMetal02_mask.png.meta +++ /dev/null @@ -1,98 +0,0 @@ -fileFormatVersion: 2 -guid: 16da1d1a37b324c488b16e2b6de1f689 -TextureImporter: - internalIDToNameTable: [] - externalObjects: {} - serializedVersion: 10 - mipmaps: - mipMapMode: 0 - enableMipMap: 1 - sRGBTexture: 1 - linearTexture: 0 - fadeOut: 0 - borderMipMap: 0 - mipMapsPreserveCoverage: 0 - alphaTestReferenceValue: 0.5 - mipMapFadeDistanceStart: 1 - mipMapFadeDistanceEnd: 3 - bumpmap: - convertToNormalMap: 0 - externalNormalMap: 0 - heightScale: 0.25 - normalMapFilter: 0 - isReadable: 0 - streamingMipmaps: 0 - streamingMipmapsPriority: 0 - grayScaleToAlpha: 0 - generateCubemap: 6 - cubemapConvolution: 0 - seamlessCubemap: 0 - textureFormat: 1 - maxTextureSize: 2048 - textureSettings: - serializedVersion: 2 - filterMode: -1 - aniso: -1 - mipBias: -100 - wrapU: -1 - wrapV: -1 - wrapW: -1 - nPOTScale: 1 - lightmap: 0 - compressionQuality: 50 - spriteMode: 0 - spriteExtrude: 1 - spriteMeshType: 1 - alignment: 0 - spritePivot: {x: 0.5, y: 0.5} - spritePixelsToUnits: 100 - spriteBorder: {x: 0, y: 0, z: 0, w: 0} - spriteGenerateFallbackPhysicsShape: 1 - alphaUsage: 1 - alphaIsTransparency: 0 - spriteTessellationDetail: -1 - textureType: 0 - textureShape: 1 - singleChannelComponent: 0 - maxTextureSizeSet: 0 - compressionQualitySet: 0 - textureFormatSet: 0 - platformSettings: - - serializedVersion: 3 - buildTarget: DefaultTexturePlatform - maxTextureSize: 2048 - resizeAlgorithm: 0 - textureFormat: -1 - textureCompression: 1 - compressionQuality: 50 - crunchedCompression: 0 - allowsAlphaSplitting: 0 - overridden: 0 - androidETC2FallbackOverride: 0 - forceMaximumCompressionQuality_BC6H_BC7: 0 - spriteSheet: - serializedVersion: 2 - sprites: [] - outline: [] - physicsShape: [] - bones: [] - spriteID: - internalID: 0 - vertices: [] - indices: - edges: [] - weights: [] - secondaryTextures: [] - spritePackingTag: - pSDRemoveMatte: 0 - pSDShowRemoveMatteOption: 0 - userData: - assetBundleName: - assetBundleVariant: -AssetOrigin: - serializedVersion: 1 - productId: 183370 - packageName: Feel - packageVersion: 5.8 - assetPath: Assets/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/PaintedMetal02_mask.png - uploadId: 799856 diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/PaintedMetal02_met.png b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/PaintedMetal02_met.png deleted file mode 100644 index edfee3ff8..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/PaintedMetal02_met.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:832785db33aad77238ade9029f17b232bdee95ecc3401209e34c3b9cfea97034 -size 180318 diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/PaintedMetal02_met.png.meta b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/PaintedMetal02_met.png.meta deleted file mode 100644 index 8b06b3b49..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/PaintedMetal02_met.png.meta +++ /dev/null @@ -1,98 +0,0 @@ -fileFormatVersion: 2 -guid: 10e7c81bccf528b468314ffae2d979ee -TextureImporter: - internalIDToNameTable: [] - externalObjects: {} - serializedVersion: 10 - mipmaps: - mipMapMode: 0 - enableMipMap: 1 - sRGBTexture: 1 - linearTexture: 0 - fadeOut: 0 - borderMipMap: 0 - mipMapsPreserveCoverage: 0 - alphaTestReferenceValue: 0.5 - mipMapFadeDistanceStart: 1 - mipMapFadeDistanceEnd: 3 - bumpmap: - convertToNormalMap: 0 - externalNormalMap: 0 - heightScale: 0.25 - normalMapFilter: 0 - isReadable: 0 - streamingMipmaps: 0 - streamingMipmapsPriority: 0 - grayScaleToAlpha: 0 - generateCubemap: 6 - cubemapConvolution: 0 - seamlessCubemap: 0 - textureFormat: 1 - maxTextureSize: 2048 - textureSettings: - serializedVersion: 2 - filterMode: -1 - aniso: -1 - mipBias: -100 - wrapU: -1 - wrapV: -1 - wrapW: -1 - nPOTScale: 1 - lightmap: 0 - compressionQuality: 50 - spriteMode: 0 - spriteExtrude: 1 - spriteMeshType: 1 - alignment: 0 - spritePivot: {x: 0.5, y: 0.5} - spritePixelsToUnits: 100 - spriteBorder: {x: 0, y: 0, z: 0, w: 0} - spriteGenerateFallbackPhysicsShape: 1 - alphaUsage: 1 - alphaIsTransparency: 0 - spriteTessellationDetail: -1 - textureType: 0 - textureShape: 1 - singleChannelComponent: 0 - maxTextureSizeSet: 0 - compressionQualitySet: 0 - textureFormatSet: 0 - platformSettings: - - serializedVersion: 3 - buildTarget: DefaultTexturePlatform - maxTextureSize: 2048 - resizeAlgorithm: 0 - textureFormat: -1 - textureCompression: 1 - compressionQuality: 50 - crunchedCompression: 0 - allowsAlphaSplitting: 0 - overridden: 0 - androidETC2FallbackOverride: 0 - forceMaximumCompressionQuality_BC6H_BC7: 0 - spriteSheet: - serializedVersion: 2 - sprites: [] - outline: [] - physicsShape: [] - bones: [] - spriteID: - internalID: 0 - vertices: [] - indices: - edges: [] - weights: [] - secondaryTextures: [] - spritePackingTag: - pSDRemoveMatte: 0 - pSDShowRemoveMatteOption: 0 - userData: - assetBundleName: - assetBundleVariant: -AssetOrigin: - serializedVersion: 1 - productId: 183370 - packageName: Feel - packageVersion: 5.8 - assetPath: Assets/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/PaintedMetal02_met.png - uploadId: 799856 diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/PaintedMetal02_nrm.png b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/PaintedMetal02_nrm.png deleted file mode 100644 index b743329c2..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/PaintedMetal02_nrm.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:30abbf5629d394b44a2477238a504943f6eedb7311f9c49a97c869b3efb8588e -size 482355 diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/PaintedMetal02_nrm.png.meta b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/PaintedMetal02_nrm.png.meta deleted file mode 100644 index cded5526e..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/PaintedMetal02_nrm.png.meta +++ /dev/null @@ -1,146 +0,0 @@ -fileFormatVersion: 2 -guid: 8e983a233b16b3a42ae42643b835e7e0 -TextureImporter: - internalIDToNameTable: [] - externalObjects: {} - serializedVersion: 10 - mipmaps: - mipMapMode: 0 - enableMipMap: 1 - sRGBTexture: 0 - linearTexture: 0 - fadeOut: 0 - borderMipMap: 0 - mipMapsPreserveCoverage: 0 - alphaTestReferenceValue: 0.5 - mipMapFadeDistanceStart: 1 - mipMapFadeDistanceEnd: 3 - bumpmap: - convertToNormalMap: 0 - externalNormalMap: 0 - heightScale: 0.25 - normalMapFilter: 0 - isReadable: 0 - streamingMipmaps: 0 - streamingMipmapsPriority: 0 - grayScaleToAlpha: 0 - generateCubemap: 6 - cubemapConvolution: 0 - seamlessCubemap: 0 - textureFormat: 1 - maxTextureSize: 2048 - textureSettings: - serializedVersion: 2 - filterMode: -1 - aniso: -1 - mipBias: -100 - wrapU: -1 - wrapV: -1 - wrapW: -1 - nPOTScale: 1 - lightmap: 0 - compressionQuality: 50 - spriteMode: 0 - spriteExtrude: 1 - spriteMeshType: 1 - alignment: 0 - spritePivot: {x: 0.5, y: 0.5} - spritePixelsToUnits: 100 - spriteBorder: {x: 0, y: 0, z: 0, w: 0} - spriteGenerateFallbackPhysicsShape: 1 - alphaUsage: 1 - alphaIsTransparency: 0 - spriteTessellationDetail: -1 - textureType: 1 - textureShape: 1 - singleChannelComponent: 0 - maxTextureSizeSet: 0 - compressionQualitySet: 0 - textureFormatSet: 0 - platformSettings: - - serializedVersion: 3 - buildTarget: DefaultTexturePlatform - maxTextureSize: 2048 - resizeAlgorithm: 0 - textureFormat: -1 - textureCompression: 1 - compressionQuality: 50 - crunchedCompression: 0 - allowsAlphaSplitting: 0 - overridden: 0 - androidETC2FallbackOverride: 0 - forceMaximumCompressionQuality_BC6H_BC7: 0 - - serializedVersion: 3 - buildTarget: Standalone - maxTextureSize: 2048 - resizeAlgorithm: 0 - textureFormat: -1 - textureCompression: 1 - compressionQuality: 50 - crunchedCompression: 0 - allowsAlphaSplitting: 0 - overridden: 0 - androidETC2FallbackOverride: 0 - forceMaximumCompressionQuality_BC6H_BC7: 0 - - serializedVersion: 3 - buildTarget: iPhone - maxTextureSize: 2048 - resizeAlgorithm: 0 - textureFormat: -1 - textureCompression: 1 - compressionQuality: 50 - crunchedCompression: 0 - allowsAlphaSplitting: 0 - overridden: 0 - androidETC2FallbackOverride: 0 - forceMaximumCompressionQuality_BC6H_BC7: 0 - - serializedVersion: 3 - buildTarget: Android - maxTextureSize: 2048 - resizeAlgorithm: 0 - textureFormat: -1 - textureCompression: 1 - compressionQuality: 50 - crunchedCompression: 0 - allowsAlphaSplitting: 0 - overridden: 0 - androidETC2FallbackOverride: 0 - forceMaximumCompressionQuality_BC6H_BC7: 0 - - serializedVersion: 3 - buildTarget: WebGL - maxTextureSize: 2048 - resizeAlgorithm: 0 - textureFormat: -1 - textureCompression: 1 - compressionQuality: 50 - crunchedCompression: 0 - allowsAlphaSplitting: 0 - overridden: 0 - androidETC2FallbackOverride: 0 - forceMaximumCompressionQuality_BC6H_BC7: 0 - spriteSheet: - serializedVersion: 2 - sprites: [] - outline: [] - physicsShape: [] - bones: [] - spriteID: - internalID: 0 - vertices: [] - indices: - edges: [] - weights: [] - secondaryTextures: [] - spritePackingTag: - pSDRemoveMatte: 0 - pSDShowRemoveMatteOption: 0 - userData: - assetBundleName: - assetBundleVariant: -AssetOrigin: - serializedVersion: 1 - productId: 183370 - packageName: Feel - packageVersion: 5.8 - assetPath: Assets/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/PaintedMetal02_nrm.png - uploadId: 799856 diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/PaintedMetal02_rgh.png b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/PaintedMetal02_rgh.png deleted file mode 100644 index 7addba3f9..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/PaintedMetal02_rgh.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:535f557ccaa1b10c7ca4a2cca57053eb5bd155ad208d78f2d10105dd53b4b8c5 -size 223145 diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/PaintedMetal02_rgh.png.meta b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/PaintedMetal02_rgh.png.meta deleted file mode 100644 index 51e6916bd..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/PaintedMetal02_rgh.png.meta +++ /dev/null @@ -1,98 +0,0 @@ -fileFormatVersion: 2 -guid: 6bc2e1672a8cb54438176cf823602d2c -TextureImporter: - internalIDToNameTable: [] - externalObjects: {} - serializedVersion: 10 - mipmaps: - mipMapMode: 0 - enableMipMap: 1 - sRGBTexture: 1 - linearTexture: 0 - fadeOut: 0 - borderMipMap: 0 - mipMapsPreserveCoverage: 0 - alphaTestReferenceValue: 0.5 - mipMapFadeDistanceStart: 1 - mipMapFadeDistanceEnd: 3 - bumpmap: - convertToNormalMap: 0 - externalNormalMap: 0 - heightScale: 0.25 - normalMapFilter: 0 - isReadable: 0 - streamingMipmaps: 0 - streamingMipmapsPriority: 0 - grayScaleToAlpha: 0 - generateCubemap: 6 - cubemapConvolution: 0 - seamlessCubemap: 0 - textureFormat: 1 - maxTextureSize: 2048 - textureSettings: - serializedVersion: 2 - filterMode: -1 - aniso: -1 - mipBias: -100 - wrapU: -1 - wrapV: -1 - wrapW: -1 - nPOTScale: 1 - lightmap: 0 - compressionQuality: 50 - spriteMode: 0 - spriteExtrude: 1 - spriteMeshType: 1 - alignment: 0 - spritePivot: {x: 0.5, y: 0.5} - spritePixelsToUnits: 100 - spriteBorder: {x: 0, y: 0, z: 0, w: 0} - spriteGenerateFallbackPhysicsShape: 1 - alphaUsage: 1 - alphaIsTransparency: 0 - spriteTessellationDetail: -1 - textureType: 0 - textureShape: 1 - singleChannelComponent: 0 - maxTextureSizeSet: 0 - compressionQualitySet: 0 - textureFormatSet: 0 - platformSettings: - - serializedVersion: 3 - buildTarget: DefaultTexturePlatform - maxTextureSize: 2048 - resizeAlgorithm: 0 - textureFormat: -1 - textureCompression: 1 - compressionQuality: 50 - crunchedCompression: 0 - allowsAlphaSplitting: 0 - overridden: 0 - androidETC2FallbackOverride: 0 - forceMaximumCompressionQuality_BC6H_BC7: 0 - spriteSheet: - serializedVersion: 2 - sprites: [] - outline: [] - physicsShape: [] - bones: [] - spriteID: - internalID: 0 - vertices: [] - indices: - edges: [] - weights: [] - secondaryTextures: [] - spritePackingTag: - pSDRemoveMatte: 0 - pSDShowRemoveMatteOption: 0 - userData: - assetBundleName: - assetBundleVariant: -AssetOrigin: - serializedVersion: 1 - productId: 183370 - packageName: Feel - packageVersion: 5.8 - assetPath: Assets/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/PaintedMetal02_rgh.png - uploadId: 799856 diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Tiles12_col.png b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Tiles12_col.png deleted file mode 100644 index 333a50110..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Tiles12_col.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:54bd3f11748e9c00a27a753bb2812f0ce62910f22c7c2392bab9fad7ad036094 -size 366605 diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Tiles12_col.png.meta b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Tiles12_col.png.meta deleted file mode 100644 index 92b155b1a..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Tiles12_col.png.meta +++ /dev/null @@ -1,98 +0,0 @@ -fileFormatVersion: 2 -guid: 939781b433a8cfb43a425a4ccd962df7 -TextureImporter: - internalIDToNameTable: [] - externalObjects: {} - serializedVersion: 10 - mipmaps: - mipMapMode: 0 - enableMipMap: 1 - sRGBTexture: 1 - linearTexture: 0 - fadeOut: 0 - borderMipMap: 0 - mipMapsPreserveCoverage: 0 - alphaTestReferenceValue: 0.5 - mipMapFadeDistanceStart: 1 - mipMapFadeDistanceEnd: 3 - bumpmap: - convertToNormalMap: 0 - externalNormalMap: 0 - heightScale: 0.25 - normalMapFilter: 0 - isReadable: 0 - streamingMipmaps: 0 - streamingMipmapsPriority: 0 - grayScaleToAlpha: 0 - generateCubemap: 6 - cubemapConvolution: 0 - seamlessCubemap: 0 - textureFormat: 1 - maxTextureSize: 2048 - textureSettings: - serializedVersion: 2 - filterMode: -1 - aniso: -1 - mipBias: -100 - wrapU: -1 - wrapV: -1 - wrapW: -1 - nPOTScale: 1 - lightmap: 0 - compressionQuality: 50 - spriteMode: 0 - spriteExtrude: 1 - spriteMeshType: 1 - alignment: 0 - spritePivot: {x: 0.5, y: 0.5} - spritePixelsToUnits: 100 - spriteBorder: {x: 0, y: 0, z: 0, w: 0} - spriteGenerateFallbackPhysicsShape: 1 - alphaUsage: 1 - alphaIsTransparency: 0 - spriteTessellationDetail: -1 - textureType: 0 - textureShape: 1 - singleChannelComponent: 0 - maxTextureSizeSet: 0 - compressionQualitySet: 0 - textureFormatSet: 0 - platformSettings: - - serializedVersion: 3 - buildTarget: DefaultTexturePlatform - maxTextureSize: 2048 - resizeAlgorithm: 0 - textureFormat: -1 - textureCompression: 1 - compressionQuality: 50 - crunchedCompression: 0 - allowsAlphaSplitting: 0 - overridden: 0 - androidETC2FallbackOverride: 0 - forceMaximumCompressionQuality_BC6H_BC7: 0 - spriteSheet: - serializedVersion: 2 - sprites: [] - outline: [] - physicsShape: [] - bones: [] - spriteID: - internalID: 0 - vertices: [] - indices: - edges: [] - weights: [] - secondaryTextures: [] - spritePackingTag: - pSDRemoveMatte: 0 - pSDShowRemoveMatteOption: 0 - userData: - assetBundleName: - assetBundleVariant: -AssetOrigin: - serializedVersion: 1 - productId: 183370 - packageName: Feel - packageVersion: 5.8 - assetPath: Assets/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Tiles12_col.png - uploadId: 799856 diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Tiles12_nrm.png b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Tiles12_nrm.png deleted file mode 100644 index 5daa16f43..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Tiles12_nrm.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f9cea21b6ed778507aa35ef68db781fd71264b017b070c9f41bddf95943ce683 -size 278369 diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Tiles12_nrm.png.meta b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Tiles12_nrm.png.meta deleted file mode 100644 index 7e84ab3b4..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Tiles12_nrm.png.meta +++ /dev/null @@ -1,146 +0,0 @@ -fileFormatVersion: 2 -guid: fe457f6a83be24b4e864d3cf8bcef5da -TextureImporter: - internalIDToNameTable: [] - externalObjects: {} - serializedVersion: 10 - mipmaps: - mipMapMode: 0 - enableMipMap: 1 - sRGBTexture: 0 - linearTexture: 0 - fadeOut: 0 - borderMipMap: 0 - mipMapsPreserveCoverage: 0 - alphaTestReferenceValue: 0.5 - mipMapFadeDistanceStart: 1 - mipMapFadeDistanceEnd: 3 - bumpmap: - convertToNormalMap: 0 - externalNormalMap: 0 - heightScale: 0.25 - normalMapFilter: 0 - isReadable: 0 - streamingMipmaps: 0 - streamingMipmapsPriority: 0 - grayScaleToAlpha: 0 - generateCubemap: 6 - cubemapConvolution: 0 - seamlessCubemap: 0 - textureFormat: 1 - maxTextureSize: 2048 - textureSettings: - serializedVersion: 2 - filterMode: -1 - aniso: -1 - mipBias: -100 - wrapU: -1 - wrapV: -1 - wrapW: -1 - nPOTScale: 1 - lightmap: 0 - compressionQuality: 50 - spriteMode: 0 - spriteExtrude: 1 - spriteMeshType: 1 - alignment: 0 - spritePivot: {x: 0.5, y: 0.5} - spritePixelsToUnits: 100 - spriteBorder: {x: 0, y: 0, z: 0, w: 0} - spriteGenerateFallbackPhysicsShape: 1 - alphaUsage: 1 - alphaIsTransparency: 0 - spriteTessellationDetail: -1 - textureType: 1 - textureShape: 1 - singleChannelComponent: 0 - maxTextureSizeSet: 0 - compressionQualitySet: 0 - textureFormatSet: 0 - platformSettings: - - serializedVersion: 3 - buildTarget: DefaultTexturePlatform - maxTextureSize: 2048 - resizeAlgorithm: 0 - textureFormat: -1 - textureCompression: 1 - compressionQuality: 50 - crunchedCompression: 0 - allowsAlphaSplitting: 0 - overridden: 0 - androidETC2FallbackOverride: 0 - forceMaximumCompressionQuality_BC6H_BC7: 0 - - serializedVersion: 3 - buildTarget: Standalone - maxTextureSize: 2048 - resizeAlgorithm: 0 - textureFormat: -1 - textureCompression: 1 - compressionQuality: 50 - crunchedCompression: 0 - allowsAlphaSplitting: 0 - overridden: 0 - androidETC2FallbackOverride: 0 - forceMaximumCompressionQuality_BC6H_BC7: 0 - - serializedVersion: 3 - buildTarget: iPhone - maxTextureSize: 2048 - resizeAlgorithm: 0 - textureFormat: -1 - textureCompression: 1 - compressionQuality: 50 - crunchedCompression: 0 - allowsAlphaSplitting: 0 - overridden: 0 - androidETC2FallbackOverride: 0 - forceMaximumCompressionQuality_BC6H_BC7: 0 - - serializedVersion: 3 - buildTarget: Android - maxTextureSize: 2048 - resizeAlgorithm: 0 - textureFormat: -1 - textureCompression: 1 - compressionQuality: 50 - crunchedCompression: 0 - allowsAlphaSplitting: 0 - overridden: 0 - androidETC2FallbackOverride: 0 - forceMaximumCompressionQuality_BC6H_BC7: 0 - - serializedVersion: 3 - buildTarget: WebGL - maxTextureSize: 2048 - resizeAlgorithm: 0 - textureFormat: -1 - textureCompression: 1 - compressionQuality: 50 - crunchedCompression: 0 - allowsAlphaSplitting: 0 - overridden: 0 - androidETC2FallbackOverride: 0 - forceMaximumCompressionQuality_BC6H_BC7: 0 - spriteSheet: - serializedVersion: 2 - sprites: [] - outline: [] - physicsShape: [] - bones: [] - spriteID: - internalID: 0 - vertices: [] - indices: - edges: [] - weights: [] - secondaryTextures: [] - spritePackingTag: - pSDRemoveMatte: 0 - pSDShowRemoveMatteOption: 0 - userData: - assetBundleName: - assetBundleVariant: -AssetOrigin: - serializedVersion: 1 - productId: 183370 - packageName: Feel - packageVersion: 5.8 - assetPath: Assets/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Tiles12_nrm.png - uploadId: 799856 diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Tiles12_rgh.png b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Tiles12_rgh.png deleted file mode 100644 index e712adeaf..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Tiles12_rgh.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:380b1e42a9178d8d0ff3956a15916cb0100321c43c43fc8b122876674675aeaf -size 301518 diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Tiles12_rgh.png.meta b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Tiles12_rgh.png.meta deleted file mode 100644 index 661bf214a..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Tiles12_rgh.png.meta +++ /dev/null @@ -1,98 +0,0 @@ -fileFormatVersion: 2 -guid: bab3fe9fa1463de45989e98dbd99b341 -TextureImporter: - internalIDToNameTable: [] - externalObjects: {} - serializedVersion: 10 - mipmaps: - mipMapMode: 0 - enableMipMap: 1 - sRGBTexture: 1 - linearTexture: 0 - fadeOut: 0 - borderMipMap: 0 - mipMapsPreserveCoverage: 0 - alphaTestReferenceValue: 0.5 - mipMapFadeDistanceStart: 1 - mipMapFadeDistanceEnd: 3 - bumpmap: - convertToNormalMap: 0 - externalNormalMap: 0 - heightScale: 0.25 - normalMapFilter: 0 - isReadable: 0 - streamingMipmaps: 0 - streamingMipmapsPriority: 0 - grayScaleToAlpha: 0 - generateCubemap: 6 - cubemapConvolution: 0 - seamlessCubemap: 0 - textureFormat: 1 - maxTextureSize: 2048 - textureSettings: - serializedVersion: 2 - filterMode: -1 - aniso: -1 - mipBias: -100 - wrapU: -1 - wrapV: -1 - wrapW: -1 - nPOTScale: 1 - lightmap: 0 - compressionQuality: 50 - spriteMode: 0 - spriteExtrude: 1 - spriteMeshType: 1 - alignment: 0 - spritePivot: {x: 0.5, y: 0.5} - spritePixelsToUnits: 100 - spriteBorder: {x: 0, y: 0, z: 0, w: 0} - spriteGenerateFallbackPhysicsShape: 1 - alphaUsage: 1 - alphaIsTransparency: 0 - spriteTessellationDetail: -1 - textureType: 0 - textureShape: 1 - singleChannelComponent: 0 - maxTextureSizeSet: 0 - compressionQualitySet: 0 - textureFormatSet: 0 - platformSettings: - - serializedVersion: 3 - buildTarget: DefaultTexturePlatform - maxTextureSize: 2048 - resizeAlgorithm: 0 - textureFormat: -1 - textureCompression: 1 - compressionQuality: 50 - crunchedCompression: 0 - allowsAlphaSplitting: 0 - overridden: 0 - androidETC2FallbackOverride: 0 - forceMaximumCompressionQuality_BC6H_BC7: 0 - spriteSheet: - serializedVersion: 2 - sprites: [] - outline: [] - physicsShape: [] - bones: [] - spriteID: - internalID: 0 - vertices: [] - indices: - edges: [] - weights: [] - secondaryTextures: [] - spritePackingTag: - pSDRemoveMatte: 0 - pSDShowRemoveMatteOption: 0 - userData: - assetBundleName: - assetBundleVariant: -AssetOrigin: - serializedVersion: 1 - productId: 183370 - packageName: Feel - packageVersion: 5.8 - assetPath: Assets/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Tiles12_rgh.png - uploadId: 799856 diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Tiles31_col.png b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Tiles31_col.png deleted file mode 100644 index 2a7bebc04..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Tiles31_col.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a55471b0447b90cf2f17a00d6155d5e7f0fa887dd6bbc543ae3f603670d649ec -size 181274 diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Tiles31_col.png.meta b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Tiles31_col.png.meta deleted file mode 100644 index 6811901e3..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Tiles31_col.png.meta +++ /dev/null @@ -1,98 +0,0 @@ -fileFormatVersion: 2 -guid: 734013d605d55424599c8451053b00cc -TextureImporter: - internalIDToNameTable: [] - externalObjects: {} - serializedVersion: 10 - mipmaps: - mipMapMode: 0 - enableMipMap: 1 - sRGBTexture: 1 - linearTexture: 0 - fadeOut: 0 - borderMipMap: 0 - mipMapsPreserveCoverage: 0 - alphaTestReferenceValue: 0.5 - mipMapFadeDistanceStart: 1 - mipMapFadeDistanceEnd: 3 - bumpmap: - convertToNormalMap: 0 - externalNormalMap: 0 - heightScale: 0.25 - normalMapFilter: 0 - isReadable: 0 - streamingMipmaps: 0 - streamingMipmapsPriority: 0 - grayScaleToAlpha: 0 - generateCubemap: 6 - cubemapConvolution: 0 - seamlessCubemap: 0 - textureFormat: 1 - maxTextureSize: 2048 - textureSettings: - serializedVersion: 2 - filterMode: -1 - aniso: -1 - mipBias: -100 - wrapU: -1 - wrapV: -1 - wrapW: -1 - nPOTScale: 1 - lightmap: 0 - compressionQuality: 50 - spriteMode: 0 - spriteExtrude: 1 - spriteMeshType: 1 - alignment: 0 - spritePivot: {x: 0.5, y: 0.5} - spritePixelsToUnits: 100 - spriteBorder: {x: 0, y: 0, z: 0, w: 0} - spriteGenerateFallbackPhysicsShape: 1 - alphaUsage: 1 - alphaIsTransparency: 0 - spriteTessellationDetail: -1 - textureType: 0 - textureShape: 1 - singleChannelComponent: 0 - maxTextureSizeSet: 0 - compressionQualitySet: 0 - textureFormatSet: 0 - platformSettings: - - serializedVersion: 3 - buildTarget: DefaultTexturePlatform - maxTextureSize: 2048 - resizeAlgorithm: 0 - textureFormat: -1 - textureCompression: 1 - compressionQuality: 50 - crunchedCompression: 0 - allowsAlphaSplitting: 0 - overridden: 0 - androidETC2FallbackOverride: 0 - forceMaximumCompressionQuality_BC6H_BC7: 0 - spriteSheet: - serializedVersion: 2 - sprites: [] - outline: [] - physicsShape: [] - bones: [] - spriteID: - internalID: 0 - vertices: [] - indices: - edges: [] - weights: [] - secondaryTextures: [] - spritePackingTag: - pSDRemoveMatte: 0 - pSDShowRemoveMatteOption: 0 - userData: - assetBundleName: - assetBundleVariant: -AssetOrigin: - serializedVersion: 1 - productId: 183370 - packageName: Feel - packageVersion: 5.8 - assetPath: Assets/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Tiles31_col.png - uploadId: 799856 diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Tiles31_nrm.png b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Tiles31_nrm.png deleted file mode 100644 index c796d3b08..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Tiles31_nrm.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bee1f4225dd9f7afb029dd9afc902df4ee0de01b9398be1e358832aa122cb46a -size 181645 diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Tiles31_nrm.png.meta b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Tiles31_nrm.png.meta deleted file mode 100644 index a2140ba92..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Tiles31_nrm.png.meta +++ /dev/null @@ -1,146 +0,0 @@ -fileFormatVersion: 2 -guid: 7ea3158ed21ffd042aaf638fc95dd240 -TextureImporter: - internalIDToNameTable: [] - externalObjects: {} - serializedVersion: 10 - mipmaps: - mipMapMode: 0 - enableMipMap: 1 - sRGBTexture: 0 - linearTexture: 0 - fadeOut: 0 - borderMipMap: 0 - mipMapsPreserveCoverage: 0 - alphaTestReferenceValue: 0.5 - mipMapFadeDistanceStart: 1 - mipMapFadeDistanceEnd: 3 - bumpmap: - convertToNormalMap: 0 - externalNormalMap: 0 - heightScale: 0.25 - normalMapFilter: 0 - isReadable: 0 - streamingMipmaps: 0 - streamingMipmapsPriority: 0 - grayScaleToAlpha: 0 - generateCubemap: 6 - cubemapConvolution: 0 - seamlessCubemap: 0 - textureFormat: 1 - maxTextureSize: 2048 - textureSettings: - serializedVersion: 2 - filterMode: -1 - aniso: -1 - mipBias: -100 - wrapU: -1 - wrapV: -1 - wrapW: -1 - nPOTScale: 1 - lightmap: 0 - compressionQuality: 50 - spriteMode: 0 - spriteExtrude: 1 - spriteMeshType: 1 - alignment: 0 - spritePivot: {x: 0.5, y: 0.5} - spritePixelsToUnits: 100 - spriteBorder: {x: 0, y: 0, z: 0, w: 0} - spriteGenerateFallbackPhysicsShape: 1 - alphaUsage: 1 - alphaIsTransparency: 0 - spriteTessellationDetail: -1 - textureType: 1 - textureShape: 1 - singleChannelComponent: 0 - maxTextureSizeSet: 0 - compressionQualitySet: 0 - textureFormatSet: 0 - platformSettings: - - serializedVersion: 3 - buildTarget: DefaultTexturePlatform - maxTextureSize: 2048 - resizeAlgorithm: 0 - textureFormat: -1 - textureCompression: 1 - compressionQuality: 50 - crunchedCompression: 0 - allowsAlphaSplitting: 0 - overridden: 0 - androidETC2FallbackOverride: 0 - forceMaximumCompressionQuality_BC6H_BC7: 0 - - serializedVersion: 3 - buildTarget: Standalone - maxTextureSize: 2048 - resizeAlgorithm: 0 - textureFormat: -1 - textureCompression: 1 - compressionQuality: 50 - crunchedCompression: 0 - allowsAlphaSplitting: 0 - overridden: 0 - androidETC2FallbackOverride: 0 - forceMaximumCompressionQuality_BC6H_BC7: 0 - - serializedVersion: 3 - buildTarget: iPhone - maxTextureSize: 2048 - resizeAlgorithm: 0 - textureFormat: -1 - textureCompression: 1 - compressionQuality: 50 - crunchedCompression: 0 - allowsAlphaSplitting: 0 - overridden: 0 - androidETC2FallbackOverride: 0 - forceMaximumCompressionQuality_BC6H_BC7: 0 - - serializedVersion: 3 - buildTarget: Android - maxTextureSize: 2048 - resizeAlgorithm: 0 - textureFormat: -1 - textureCompression: 1 - compressionQuality: 50 - crunchedCompression: 0 - allowsAlphaSplitting: 0 - overridden: 0 - androidETC2FallbackOverride: 0 - forceMaximumCompressionQuality_BC6H_BC7: 0 - - serializedVersion: 3 - buildTarget: WebGL - maxTextureSize: 2048 - resizeAlgorithm: 0 - textureFormat: -1 - textureCompression: 1 - compressionQuality: 50 - crunchedCompression: 0 - allowsAlphaSplitting: 0 - overridden: 0 - androidETC2FallbackOverride: 0 - forceMaximumCompressionQuality_BC6H_BC7: 0 - spriteSheet: - serializedVersion: 2 - sprites: [] - outline: [] - physicsShape: [] - bones: [] - spriteID: - internalID: 0 - vertices: [] - indices: - edges: [] - weights: [] - secondaryTextures: [] - spritePackingTag: - pSDRemoveMatte: 0 - pSDShowRemoveMatteOption: 0 - userData: - assetBundleName: - assetBundleVariant: -AssetOrigin: - serializedVersion: 1 - productId: 183370 - packageName: Feel - packageVersion: 5.8 - assetPath: Assets/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Tiles31_nrm.png - uploadId: 799856 diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Tiles31_rgh.png b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Tiles31_rgh.png deleted file mode 100644 index 2b6cdaabf..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Tiles31_rgh.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c01b9b51f7e3acfdf5afe84215aaeb5809023a36a3fde4a2fccc14958e4e79e8 -size 201221 diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Tiles31_rgh.png.meta b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Tiles31_rgh.png.meta deleted file mode 100644 index 6f72f3268..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Tiles31_rgh.png.meta +++ /dev/null @@ -1,98 +0,0 @@ -fileFormatVersion: 2 -guid: 130738348661b614a91b65ab8a83e0d4 -TextureImporter: - internalIDToNameTable: [] - externalObjects: {} - serializedVersion: 10 - mipmaps: - mipMapMode: 0 - enableMipMap: 1 - sRGBTexture: 1 - linearTexture: 0 - fadeOut: 0 - borderMipMap: 0 - mipMapsPreserveCoverage: 0 - alphaTestReferenceValue: 0.5 - mipMapFadeDistanceStart: 1 - mipMapFadeDistanceEnd: 3 - bumpmap: - convertToNormalMap: 0 - externalNormalMap: 0 - heightScale: 0.25 - normalMapFilter: 0 - isReadable: 0 - streamingMipmaps: 0 - streamingMipmapsPriority: 0 - grayScaleToAlpha: 0 - generateCubemap: 6 - cubemapConvolution: 0 - seamlessCubemap: 0 - textureFormat: 1 - maxTextureSize: 2048 - textureSettings: - serializedVersion: 2 - filterMode: -1 - aniso: -1 - mipBias: -100 - wrapU: -1 - wrapV: -1 - wrapW: -1 - nPOTScale: 1 - lightmap: 0 - compressionQuality: 50 - spriteMode: 0 - spriteExtrude: 1 - spriteMeshType: 1 - alignment: 0 - spritePivot: {x: 0.5, y: 0.5} - spritePixelsToUnits: 100 - spriteBorder: {x: 0, y: 0, z: 0, w: 0} - spriteGenerateFallbackPhysicsShape: 1 - alphaUsage: 1 - alphaIsTransparency: 0 - spriteTessellationDetail: -1 - textureType: 0 - textureShape: 1 - singleChannelComponent: 0 - maxTextureSizeSet: 0 - compressionQualitySet: 0 - textureFormatSet: 0 - platformSettings: - - serializedVersion: 3 - buildTarget: DefaultTexturePlatform - maxTextureSize: 2048 - resizeAlgorithm: 0 - textureFormat: -1 - textureCompression: 1 - compressionQuality: 50 - crunchedCompression: 0 - allowsAlphaSplitting: 0 - overridden: 0 - androidETC2FallbackOverride: 0 - forceMaximumCompressionQuality_BC6H_BC7: 0 - spriteSheet: - serializedVersion: 2 - sprites: [] - outline: [] - physicsShape: [] - bones: [] - spriteID: - internalID: 0 - vertices: [] - indices: - edges: [] - weights: [] - secondaryTextures: [] - spritePackingTag: - pSDRemoveMatte: 0 - pSDShowRemoveMatteOption: 0 - userData: - assetBundleName: - assetBundleVariant: -AssetOrigin: - serializedVersion: 1 - productId: 183370 - packageName: Feel - packageVersion: 5.8 - assetPath: Assets/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Tiles31_rgh.png - uploadId: 799856 diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Tiles33_col.png b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Tiles33_col.png deleted file mode 100644 index 1a56f2764..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Tiles33_col.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0eb182f9b6ad02d890954dded85db59734d44dacafc91cc297e391cc035f6a10 -size 162362 diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Tiles33_col.png.meta b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Tiles33_col.png.meta deleted file mode 100644 index c72d0c6a6..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Tiles33_col.png.meta +++ /dev/null @@ -1,98 +0,0 @@ -fileFormatVersion: 2 -guid: 3dc850ab82cbc9547b13c66d1f0fcc50 -TextureImporter: - internalIDToNameTable: [] - externalObjects: {} - serializedVersion: 10 - mipmaps: - mipMapMode: 0 - enableMipMap: 1 - sRGBTexture: 1 - linearTexture: 0 - fadeOut: 0 - borderMipMap: 0 - mipMapsPreserveCoverage: 0 - alphaTestReferenceValue: 0.5 - mipMapFadeDistanceStart: 1 - mipMapFadeDistanceEnd: 3 - bumpmap: - convertToNormalMap: 0 - externalNormalMap: 0 - heightScale: 0.25 - normalMapFilter: 0 - isReadable: 0 - streamingMipmaps: 0 - streamingMipmapsPriority: 0 - grayScaleToAlpha: 0 - generateCubemap: 6 - cubemapConvolution: 0 - seamlessCubemap: 0 - textureFormat: 1 - maxTextureSize: 2048 - textureSettings: - serializedVersion: 2 - filterMode: -1 - aniso: -1 - mipBias: -100 - wrapU: -1 - wrapV: -1 - wrapW: -1 - nPOTScale: 1 - lightmap: 0 - compressionQuality: 50 - spriteMode: 0 - spriteExtrude: 1 - spriteMeshType: 1 - alignment: 0 - spritePivot: {x: 0.5, y: 0.5} - spritePixelsToUnits: 100 - spriteBorder: {x: 0, y: 0, z: 0, w: 0} - spriteGenerateFallbackPhysicsShape: 1 - alphaUsage: 1 - alphaIsTransparency: 0 - spriteTessellationDetail: -1 - textureType: 0 - textureShape: 1 - singleChannelComponent: 0 - maxTextureSizeSet: 0 - compressionQualitySet: 0 - textureFormatSet: 0 - platformSettings: - - serializedVersion: 3 - buildTarget: DefaultTexturePlatform - maxTextureSize: 2048 - resizeAlgorithm: 0 - textureFormat: -1 - textureCompression: 1 - compressionQuality: 50 - crunchedCompression: 0 - allowsAlphaSplitting: 0 - overridden: 0 - androidETC2FallbackOverride: 0 - forceMaximumCompressionQuality_BC6H_BC7: 0 - spriteSheet: - serializedVersion: 2 - sprites: [] - outline: [] - physicsShape: [] - bones: [] - spriteID: - internalID: 0 - vertices: [] - indices: - edges: [] - weights: [] - secondaryTextures: [] - spritePackingTag: - pSDRemoveMatte: 0 - pSDShowRemoveMatteOption: 0 - userData: - assetBundleName: - assetBundleVariant: -AssetOrigin: - serializedVersion: 1 - productId: 183370 - packageName: Feel - packageVersion: 5.8 - assetPath: Assets/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Tiles33_col.png - uploadId: 799856 diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Tiles33_nrm.png b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Tiles33_nrm.png deleted file mode 100644 index 0d879d065..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Tiles33_nrm.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0f0e1f19f358b92532c0bf02f8c1316bc4f40b2e9458e65b25d43387373b2f8b -size 236598 diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Tiles33_nrm.png.meta b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Tiles33_nrm.png.meta deleted file mode 100644 index 6b34f3bdc..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Tiles33_nrm.png.meta +++ /dev/null @@ -1,146 +0,0 @@ -fileFormatVersion: 2 -guid: 6e91e6783d739a94abca9fdfa7eaf699 -TextureImporter: - internalIDToNameTable: [] - externalObjects: {} - serializedVersion: 10 - mipmaps: - mipMapMode: 0 - enableMipMap: 1 - sRGBTexture: 0 - linearTexture: 0 - fadeOut: 0 - borderMipMap: 0 - mipMapsPreserveCoverage: 0 - alphaTestReferenceValue: 0.5 - mipMapFadeDistanceStart: 1 - mipMapFadeDistanceEnd: 3 - bumpmap: - convertToNormalMap: 0 - externalNormalMap: 0 - heightScale: 0.25 - normalMapFilter: 0 - isReadable: 0 - streamingMipmaps: 0 - streamingMipmapsPriority: 0 - grayScaleToAlpha: 0 - generateCubemap: 6 - cubemapConvolution: 0 - seamlessCubemap: 0 - textureFormat: 1 - maxTextureSize: 2048 - textureSettings: - serializedVersion: 2 - filterMode: -1 - aniso: -1 - mipBias: -100 - wrapU: -1 - wrapV: -1 - wrapW: -1 - nPOTScale: 1 - lightmap: 0 - compressionQuality: 50 - spriteMode: 0 - spriteExtrude: 1 - spriteMeshType: 1 - alignment: 0 - spritePivot: {x: 0.5, y: 0.5} - spritePixelsToUnits: 100 - spriteBorder: {x: 0, y: 0, z: 0, w: 0} - spriteGenerateFallbackPhysicsShape: 1 - alphaUsage: 1 - alphaIsTransparency: 0 - spriteTessellationDetail: -1 - textureType: 1 - textureShape: 1 - singleChannelComponent: 0 - maxTextureSizeSet: 0 - compressionQualitySet: 0 - textureFormatSet: 0 - platformSettings: - - serializedVersion: 3 - buildTarget: DefaultTexturePlatform - maxTextureSize: 2048 - resizeAlgorithm: 0 - textureFormat: -1 - textureCompression: 1 - compressionQuality: 50 - crunchedCompression: 0 - allowsAlphaSplitting: 0 - overridden: 0 - androidETC2FallbackOverride: 0 - forceMaximumCompressionQuality_BC6H_BC7: 0 - - serializedVersion: 3 - buildTarget: Standalone - maxTextureSize: 2048 - resizeAlgorithm: 0 - textureFormat: -1 - textureCompression: 1 - compressionQuality: 50 - crunchedCompression: 0 - allowsAlphaSplitting: 0 - overridden: 0 - androidETC2FallbackOverride: 0 - forceMaximumCompressionQuality_BC6H_BC7: 0 - - serializedVersion: 3 - buildTarget: iPhone - maxTextureSize: 2048 - resizeAlgorithm: 0 - textureFormat: -1 - textureCompression: 1 - compressionQuality: 50 - crunchedCompression: 0 - allowsAlphaSplitting: 0 - overridden: 0 - androidETC2FallbackOverride: 0 - forceMaximumCompressionQuality_BC6H_BC7: 0 - - serializedVersion: 3 - buildTarget: Android - maxTextureSize: 2048 - resizeAlgorithm: 0 - textureFormat: -1 - textureCompression: 1 - compressionQuality: 50 - crunchedCompression: 0 - allowsAlphaSplitting: 0 - overridden: 0 - androidETC2FallbackOverride: 0 - forceMaximumCompressionQuality_BC6H_BC7: 0 - - serializedVersion: 3 - buildTarget: WebGL - maxTextureSize: 2048 - resizeAlgorithm: 0 - textureFormat: -1 - textureCompression: 1 - compressionQuality: 50 - crunchedCompression: 0 - allowsAlphaSplitting: 0 - overridden: 0 - androidETC2FallbackOverride: 0 - forceMaximumCompressionQuality_BC6H_BC7: 0 - spriteSheet: - serializedVersion: 2 - sprites: [] - outline: [] - physicsShape: [] - bones: [] - spriteID: - internalID: 0 - vertices: [] - indices: - edges: [] - weights: [] - secondaryTextures: [] - spritePackingTag: - pSDRemoveMatte: 0 - pSDShowRemoveMatteOption: 0 - userData: - assetBundleName: - assetBundleVariant: -AssetOrigin: - serializedVersion: 1 - productId: 183370 - packageName: Feel - packageVersion: 5.8 - assetPath: Assets/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Tiles33_nrm.png - uploadId: 799856 diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Tiles33_rgh.png b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Tiles33_rgh.png deleted file mode 100644 index b14dc647b..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Tiles33_rgh.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2e2f49d193bed3010f5d4ea3592b53f92286450819a52d10d7266808f2a2b195 -size 141766 diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Tiles33_rgh.png.meta b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Tiles33_rgh.png.meta deleted file mode 100644 index 132258c11..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Tiles33_rgh.png.meta +++ /dev/null @@ -1,98 +0,0 @@ -fileFormatVersion: 2 -guid: b8e96cfd936058e4aa0968a82df57eb2 -TextureImporter: - internalIDToNameTable: [] - externalObjects: {} - serializedVersion: 10 - mipmaps: - mipMapMode: 0 - enableMipMap: 1 - sRGBTexture: 1 - linearTexture: 0 - fadeOut: 0 - borderMipMap: 0 - mipMapsPreserveCoverage: 0 - alphaTestReferenceValue: 0.5 - mipMapFadeDistanceStart: 1 - mipMapFadeDistanceEnd: 3 - bumpmap: - convertToNormalMap: 0 - externalNormalMap: 0 - heightScale: 0.25 - normalMapFilter: 0 - isReadable: 0 - streamingMipmaps: 0 - streamingMipmapsPriority: 0 - grayScaleToAlpha: 0 - generateCubemap: 6 - cubemapConvolution: 0 - seamlessCubemap: 0 - textureFormat: 1 - maxTextureSize: 2048 - textureSettings: - serializedVersion: 2 - filterMode: -1 - aniso: -1 - mipBias: -100 - wrapU: -1 - wrapV: -1 - wrapW: -1 - nPOTScale: 1 - lightmap: 0 - compressionQuality: 50 - spriteMode: 0 - spriteExtrude: 1 - spriteMeshType: 1 - alignment: 0 - spritePivot: {x: 0.5, y: 0.5} - spritePixelsToUnits: 100 - spriteBorder: {x: 0, y: 0, z: 0, w: 0} - spriteGenerateFallbackPhysicsShape: 1 - alphaUsage: 1 - alphaIsTransparency: 0 - spriteTessellationDetail: -1 - textureType: 0 - textureShape: 1 - singleChannelComponent: 0 - maxTextureSizeSet: 0 - compressionQualitySet: 0 - textureFormatSet: 0 - platformSettings: - - serializedVersion: 3 - buildTarget: DefaultTexturePlatform - maxTextureSize: 2048 - resizeAlgorithm: 0 - textureFormat: -1 - textureCompression: 1 - compressionQuality: 50 - crunchedCompression: 0 - allowsAlphaSplitting: 0 - overridden: 0 - androidETC2FallbackOverride: 0 - forceMaximumCompressionQuality_BC6H_BC7: 0 - spriteSheet: - serializedVersion: 2 - sprites: [] - outline: [] - physicsShape: [] - bones: [] - spriteID: - internalID: 0 - vertices: [] - indices: - edges: [] - weights: [] - secondaryTextures: [] - spritePackingTag: - pSDRemoveMatte: 0 - pSDShowRemoveMatteOption: 0 - userData: - assetBundleName: - assetBundleVariant: -AssetOrigin: - serializedVersion: 1 - productId: 183370 - packageName: Feel - packageVersion: 5.8 - assetPath: Assets/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Tiles33_rgh.png - uploadId: 799856 diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Tiles44_col.png b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Tiles44_col.png deleted file mode 100644 index 8539a5743..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Tiles44_col.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bff7bb4747baf5bc6d33086429a0655e599657a1c17bc9225a39b4c62ee16413 -size 610057 diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Tiles44_col.png.meta b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Tiles44_col.png.meta deleted file mode 100644 index 12cf6a008..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Tiles44_col.png.meta +++ /dev/null @@ -1,98 +0,0 @@ -fileFormatVersion: 2 -guid: eba09c7fb206e1b47b85a4ffce19e895 -TextureImporter: - internalIDToNameTable: [] - externalObjects: {} - serializedVersion: 10 - mipmaps: - mipMapMode: 0 - enableMipMap: 1 - sRGBTexture: 1 - linearTexture: 0 - fadeOut: 0 - borderMipMap: 0 - mipMapsPreserveCoverage: 0 - alphaTestReferenceValue: 0.5 - mipMapFadeDistanceStart: 1 - mipMapFadeDistanceEnd: 3 - bumpmap: - convertToNormalMap: 0 - externalNormalMap: 0 - heightScale: 0.25 - normalMapFilter: 0 - isReadable: 0 - streamingMipmaps: 0 - streamingMipmapsPriority: 0 - grayScaleToAlpha: 0 - generateCubemap: 6 - cubemapConvolution: 0 - seamlessCubemap: 0 - textureFormat: 1 - maxTextureSize: 2048 - textureSettings: - serializedVersion: 2 - filterMode: -1 - aniso: -1 - mipBias: -100 - wrapU: -1 - wrapV: -1 - wrapW: -1 - nPOTScale: 1 - lightmap: 0 - compressionQuality: 50 - spriteMode: 0 - spriteExtrude: 1 - spriteMeshType: 1 - alignment: 0 - spritePivot: {x: 0.5, y: 0.5} - spritePixelsToUnits: 100 - spriteBorder: {x: 0, y: 0, z: 0, w: 0} - spriteGenerateFallbackPhysicsShape: 1 - alphaUsage: 1 - alphaIsTransparency: 0 - spriteTessellationDetail: -1 - textureType: 0 - textureShape: 1 - singleChannelComponent: 0 - maxTextureSizeSet: 0 - compressionQualitySet: 0 - textureFormatSet: 0 - platformSettings: - - serializedVersion: 3 - buildTarget: DefaultTexturePlatform - maxTextureSize: 2048 - resizeAlgorithm: 0 - textureFormat: -1 - textureCompression: 1 - compressionQuality: 50 - crunchedCompression: 0 - allowsAlphaSplitting: 0 - overridden: 0 - androidETC2FallbackOverride: 0 - forceMaximumCompressionQuality_BC6H_BC7: 0 - spriteSheet: - serializedVersion: 2 - sprites: [] - outline: [] - physicsShape: [] - bones: [] - spriteID: - internalID: 0 - vertices: [] - indices: - edges: [] - weights: [] - secondaryTextures: [] - spritePackingTag: - pSDRemoveMatte: 0 - pSDShowRemoveMatteOption: 0 - userData: - assetBundleName: - assetBundleVariant: -AssetOrigin: - serializedVersion: 1 - productId: 183370 - packageName: Feel - packageVersion: 5.8 - assetPath: Assets/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Tiles44_col.png - uploadId: 799856 diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Tiles44_nrm.png b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Tiles44_nrm.png deleted file mode 100644 index 032093fe9..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Tiles44_nrm.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:33ae51e499e680884dc408afc393812dd2a51f9c33ec4576aab6bdf806c9548d -size 453526 diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Tiles44_nrm.png.meta b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Tiles44_nrm.png.meta deleted file mode 100644 index f74eaea2e..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Tiles44_nrm.png.meta +++ /dev/null @@ -1,146 +0,0 @@ -fileFormatVersion: 2 -guid: a7dc2191a69cc8540ab9dbbf535759bb -TextureImporter: - internalIDToNameTable: [] - externalObjects: {} - serializedVersion: 10 - mipmaps: - mipMapMode: 0 - enableMipMap: 1 - sRGBTexture: 0 - linearTexture: 0 - fadeOut: 0 - borderMipMap: 0 - mipMapsPreserveCoverage: 0 - alphaTestReferenceValue: 0.5 - mipMapFadeDistanceStart: 1 - mipMapFadeDistanceEnd: 3 - bumpmap: - convertToNormalMap: 0 - externalNormalMap: 0 - heightScale: 0.25 - normalMapFilter: 0 - isReadable: 0 - streamingMipmaps: 0 - streamingMipmapsPriority: 0 - grayScaleToAlpha: 0 - generateCubemap: 6 - cubemapConvolution: 0 - seamlessCubemap: 0 - textureFormat: 1 - maxTextureSize: 2048 - textureSettings: - serializedVersion: 2 - filterMode: -1 - aniso: -1 - mipBias: -100 - wrapU: -1 - wrapV: -1 - wrapW: -1 - nPOTScale: 1 - lightmap: 0 - compressionQuality: 50 - spriteMode: 0 - spriteExtrude: 1 - spriteMeshType: 1 - alignment: 0 - spritePivot: {x: 0.5, y: 0.5} - spritePixelsToUnits: 100 - spriteBorder: {x: 0, y: 0, z: 0, w: 0} - spriteGenerateFallbackPhysicsShape: 1 - alphaUsage: 1 - alphaIsTransparency: 0 - spriteTessellationDetail: -1 - textureType: 1 - textureShape: 1 - singleChannelComponent: 0 - maxTextureSizeSet: 0 - compressionQualitySet: 0 - textureFormatSet: 0 - platformSettings: - - serializedVersion: 3 - buildTarget: DefaultTexturePlatform - maxTextureSize: 2048 - resizeAlgorithm: 0 - textureFormat: -1 - textureCompression: 1 - compressionQuality: 50 - crunchedCompression: 0 - allowsAlphaSplitting: 0 - overridden: 0 - androidETC2FallbackOverride: 0 - forceMaximumCompressionQuality_BC6H_BC7: 0 - - serializedVersion: 3 - buildTarget: Standalone - maxTextureSize: 2048 - resizeAlgorithm: 0 - textureFormat: -1 - textureCompression: 1 - compressionQuality: 50 - crunchedCompression: 0 - allowsAlphaSplitting: 0 - overridden: 0 - androidETC2FallbackOverride: 0 - forceMaximumCompressionQuality_BC6H_BC7: 0 - - serializedVersion: 3 - buildTarget: iPhone - maxTextureSize: 2048 - resizeAlgorithm: 0 - textureFormat: -1 - textureCompression: 1 - compressionQuality: 50 - crunchedCompression: 0 - allowsAlphaSplitting: 0 - overridden: 0 - androidETC2FallbackOverride: 0 - forceMaximumCompressionQuality_BC6H_BC7: 0 - - serializedVersion: 3 - buildTarget: Android - maxTextureSize: 2048 - resizeAlgorithm: 0 - textureFormat: -1 - textureCompression: 1 - compressionQuality: 50 - crunchedCompression: 0 - allowsAlphaSplitting: 0 - overridden: 0 - androidETC2FallbackOverride: 0 - forceMaximumCompressionQuality_BC6H_BC7: 0 - - serializedVersion: 3 - buildTarget: WebGL - maxTextureSize: 2048 - resizeAlgorithm: 0 - textureFormat: -1 - textureCompression: 1 - compressionQuality: 50 - crunchedCompression: 0 - allowsAlphaSplitting: 0 - overridden: 0 - androidETC2FallbackOverride: 0 - forceMaximumCompressionQuality_BC6H_BC7: 0 - spriteSheet: - serializedVersion: 2 - sprites: [] - outline: [] - physicsShape: [] - bones: [] - spriteID: - internalID: 0 - vertices: [] - indices: - edges: [] - weights: [] - secondaryTextures: [] - spritePackingTag: - pSDRemoveMatte: 0 - pSDShowRemoveMatteOption: 0 - userData: - assetBundleName: - assetBundleVariant: -AssetOrigin: - serializedVersion: 1 - productId: 183370 - packageName: Feel - packageVersion: 5.8 - assetPath: Assets/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Tiles44_nrm.png - uploadId: 799856 diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Tiles44_rgh.png b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Tiles44_rgh.png deleted file mode 100644 index f0f61aacf..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Tiles44_rgh.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4f874c8f46664a8c6b3f797a1bc5cd96ca83d0df50815b81c5883980a79570e9 -size 254921 diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Tiles44_rgh.png.meta b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Tiles44_rgh.png.meta deleted file mode 100644 index e009ef44d..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Tiles44_rgh.png.meta +++ /dev/null @@ -1,98 +0,0 @@ -fileFormatVersion: 2 -guid: 26b6cbb95d0d71c4cb728778641aec2b -TextureImporter: - internalIDToNameTable: [] - externalObjects: {} - serializedVersion: 10 - mipmaps: - mipMapMode: 0 - enableMipMap: 1 - sRGBTexture: 1 - linearTexture: 0 - fadeOut: 0 - borderMipMap: 0 - mipMapsPreserveCoverage: 0 - alphaTestReferenceValue: 0.5 - mipMapFadeDistanceStart: 1 - mipMapFadeDistanceEnd: 3 - bumpmap: - convertToNormalMap: 0 - externalNormalMap: 0 - heightScale: 0.25 - normalMapFilter: 0 - isReadable: 0 - streamingMipmaps: 0 - streamingMipmapsPriority: 0 - grayScaleToAlpha: 0 - generateCubemap: 6 - cubemapConvolution: 0 - seamlessCubemap: 0 - textureFormat: 1 - maxTextureSize: 2048 - textureSettings: - serializedVersion: 2 - filterMode: -1 - aniso: -1 - mipBias: -100 - wrapU: -1 - wrapV: -1 - wrapW: -1 - nPOTScale: 1 - lightmap: 0 - compressionQuality: 50 - spriteMode: 0 - spriteExtrude: 1 - spriteMeshType: 1 - alignment: 0 - spritePivot: {x: 0.5, y: 0.5} - spritePixelsToUnits: 100 - spriteBorder: {x: 0, y: 0, z: 0, w: 0} - spriteGenerateFallbackPhysicsShape: 1 - alphaUsage: 1 - alphaIsTransparency: 0 - spriteTessellationDetail: -1 - textureType: 0 - textureShape: 1 - singleChannelComponent: 0 - maxTextureSizeSet: 0 - compressionQualitySet: 0 - textureFormatSet: 0 - platformSettings: - - serializedVersion: 3 - buildTarget: DefaultTexturePlatform - maxTextureSize: 2048 - resizeAlgorithm: 0 - textureFormat: -1 - textureCompression: 1 - compressionQuality: 50 - crunchedCompression: 0 - allowsAlphaSplitting: 0 - overridden: 0 - androidETC2FallbackOverride: 0 - forceMaximumCompressionQuality_BC6H_BC7: 0 - spriteSheet: - serializedVersion: 2 - sprites: [] - outline: [] - physicsShape: [] - bones: [] - spriteID: - internalID: 0 - vertices: [] - indices: - edges: [] - weights: [] - secondaryTextures: [] - spritePackingTag: - pSDRemoveMatte: 0 - pSDShowRemoveMatteOption: 0 - userData: - assetBundleName: - assetBundleVariant: -AssetOrigin: - serializedVersion: 1 - productId: 183370 - packageName: Feel - packageVersion: 5.8 - assetPath: Assets/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Tiles44_rgh.png - uploadId: 799856 diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Tiles60_col.png b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Tiles60_col.png deleted file mode 100644 index 375044f72..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Tiles60_col.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a62a60aa2f767e3a05bfd5f1ac94b9f03e37eafdd0e50eda48c74b8b8e40f742 -size 345704 diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Tiles60_col.png.meta b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Tiles60_col.png.meta deleted file mode 100644 index a1833a26b..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Tiles60_col.png.meta +++ /dev/null @@ -1,98 +0,0 @@ -fileFormatVersion: 2 -guid: 5c72a4623f4c14a408e5a1fbac028750 -TextureImporter: - internalIDToNameTable: [] - externalObjects: {} - serializedVersion: 10 - mipmaps: - mipMapMode: 0 - enableMipMap: 1 - sRGBTexture: 1 - linearTexture: 0 - fadeOut: 0 - borderMipMap: 0 - mipMapsPreserveCoverage: 0 - alphaTestReferenceValue: 0.5 - mipMapFadeDistanceStart: 1 - mipMapFadeDistanceEnd: 3 - bumpmap: - convertToNormalMap: 0 - externalNormalMap: 0 - heightScale: 0.25 - normalMapFilter: 0 - isReadable: 0 - streamingMipmaps: 0 - streamingMipmapsPriority: 0 - grayScaleToAlpha: 0 - generateCubemap: 6 - cubemapConvolution: 0 - seamlessCubemap: 0 - textureFormat: 1 - maxTextureSize: 2048 - textureSettings: - serializedVersion: 2 - filterMode: -1 - aniso: -1 - mipBias: -100 - wrapU: -1 - wrapV: -1 - wrapW: -1 - nPOTScale: 1 - lightmap: 0 - compressionQuality: 50 - spriteMode: 0 - spriteExtrude: 1 - spriteMeshType: 1 - alignment: 0 - spritePivot: {x: 0.5, y: 0.5} - spritePixelsToUnits: 100 - spriteBorder: {x: 0, y: 0, z: 0, w: 0} - spriteGenerateFallbackPhysicsShape: 1 - alphaUsage: 1 - alphaIsTransparency: 0 - spriteTessellationDetail: -1 - textureType: 0 - textureShape: 1 - singleChannelComponent: 0 - maxTextureSizeSet: 0 - compressionQualitySet: 0 - textureFormatSet: 0 - platformSettings: - - serializedVersion: 3 - buildTarget: DefaultTexturePlatform - maxTextureSize: 2048 - resizeAlgorithm: 0 - textureFormat: -1 - textureCompression: 1 - compressionQuality: 50 - crunchedCompression: 0 - allowsAlphaSplitting: 0 - overridden: 0 - androidETC2FallbackOverride: 0 - forceMaximumCompressionQuality_BC6H_BC7: 0 - spriteSheet: - serializedVersion: 2 - sprites: [] - outline: [] - physicsShape: [] - bones: [] - spriteID: - internalID: 0 - vertices: [] - indices: - edges: [] - weights: [] - secondaryTextures: [] - spritePackingTag: - pSDRemoveMatte: 0 - pSDShowRemoveMatteOption: 0 - userData: - assetBundleName: - assetBundleVariant: -AssetOrigin: - serializedVersion: 1 - productId: 183370 - packageName: Feel - packageVersion: 5.8 - assetPath: Assets/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Tiles60_col.png - uploadId: 799856 diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Tiles60_met.png b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Tiles60_met.png deleted file mode 100644 index b974ec262..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Tiles60_met.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c6f7f761177a26c2e5cb9c5a199fe2371f5f4215f215e73e4126b91a47bd9c68 -size 5623 diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Tiles60_met.png.meta b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Tiles60_met.png.meta deleted file mode 100644 index d6401612a..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Tiles60_met.png.meta +++ /dev/null @@ -1,98 +0,0 @@ -fileFormatVersion: 2 -guid: 698239a48cf01994a923714e732512f7 -TextureImporter: - internalIDToNameTable: [] - externalObjects: {} - serializedVersion: 10 - mipmaps: - mipMapMode: 0 - enableMipMap: 1 - sRGBTexture: 1 - linearTexture: 0 - fadeOut: 0 - borderMipMap: 0 - mipMapsPreserveCoverage: 0 - alphaTestReferenceValue: 0.5 - mipMapFadeDistanceStart: 1 - mipMapFadeDistanceEnd: 3 - bumpmap: - convertToNormalMap: 0 - externalNormalMap: 0 - heightScale: 0.25 - normalMapFilter: 0 - isReadable: 0 - streamingMipmaps: 0 - streamingMipmapsPriority: 0 - grayScaleToAlpha: 0 - generateCubemap: 6 - cubemapConvolution: 0 - seamlessCubemap: 0 - textureFormat: 1 - maxTextureSize: 2048 - textureSettings: - serializedVersion: 2 - filterMode: -1 - aniso: -1 - mipBias: -100 - wrapU: -1 - wrapV: -1 - wrapW: -1 - nPOTScale: 1 - lightmap: 0 - compressionQuality: 50 - spriteMode: 0 - spriteExtrude: 1 - spriteMeshType: 1 - alignment: 0 - spritePivot: {x: 0.5, y: 0.5} - spritePixelsToUnits: 100 - spriteBorder: {x: 0, y: 0, z: 0, w: 0} - spriteGenerateFallbackPhysicsShape: 1 - alphaUsage: 1 - alphaIsTransparency: 0 - spriteTessellationDetail: -1 - textureType: 0 - textureShape: 1 - singleChannelComponent: 0 - maxTextureSizeSet: 0 - compressionQualitySet: 0 - textureFormatSet: 0 - platformSettings: - - serializedVersion: 3 - buildTarget: DefaultTexturePlatform - maxTextureSize: 2048 - resizeAlgorithm: 0 - textureFormat: -1 - textureCompression: 1 - compressionQuality: 50 - crunchedCompression: 0 - allowsAlphaSplitting: 0 - overridden: 0 - androidETC2FallbackOverride: 0 - forceMaximumCompressionQuality_BC6H_BC7: 0 - spriteSheet: - serializedVersion: 2 - sprites: [] - outline: [] - physicsShape: [] - bones: [] - spriteID: - internalID: 0 - vertices: [] - indices: - edges: [] - weights: [] - secondaryTextures: [] - spritePackingTag: - pSDRemoveMatte: 0 - pSDShowRemoveMatteOption: 0 - userData: - assetBundleName: - assetBundleVariant: -AssetOrigin: - serializedVersion: 1 - productId: 183370 - packageName: Feel - packageVersion: 5.8 - assetPath: Assets/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Tiles60_met.png - uploadId: 799856 diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Tiles60_nrm.png b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Tiles60_nrm.png deleted file mode 100644 index 1bb3d9d09..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Tiles60_nrm.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:198ffbe29b3814b88425375b29943b92fe8cbca6ef2db5da717fd49a5e752cdb -size 418705 diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Tiles60_nrm.png.meta b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Tiles60_nrm.png.meta deleted file mode 100644 index d0fee07b3..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Tiles60_nrm.png.meta +++ /dev/null @@ -1,146 +0,0 @@ -fileFormatVersion: 2 -guid: 9c2c3a0d3e1585f4eb9aa69d59cf56cf -TextureImporter: - internalIDToNameTable: [] - externalObjects: {} - serializedVersion: 10 - mipmaps: - mipMapMode: 0 - enableMipMap: 1 - sRGBTexture: 0 - linearTexture: 0 - fadeOut: 0 - borderMipMap: 0 - mipMapsPreserveCoverage: 0 - alphaTestReferenceValue: 0.5 - mipMapFadeDistanceStart: 1 - mipMapFadeDistanceEnd: 3 - bumpmap: - convertToNormalMap: 0 - externalNormalMap: 0 - heightScale: 0.25 - normalMapFilter: 0 - isReadable: 0 - streamingMipmaps: 0 - streamingMipmapsPriority: 0 - grayScaleToAlpha: 0 - generateCubemap: 6 - cubemapConvolution: 0 - seamlessCubemap: 0 - textureFormat: 1 - maxTextureSize: 2048 - textureSettings: - serializedVersion: 2 - filterMode: -1 - aniso: -1 - mipBias: -100 - wrapU: -1 - wrapV: -1 - wrapW: -1 - nPOTScale: 1 - lightmap: 0 - compressionQuality: 50 - spriteMode: 0 - spriteExtrude: 1 - spriteMeshType: 1 - alignment: 0 - spritePivot: {x: 0.5, y: 0.5} - spritePixelsToUnits: 100 - spriteBorder: {x: 0, y: 0, z: 0, w: 0} - spriteGenerateFallbackPhysicsShape: 1 - alphaUsage: 1 - alphaIsTransparency: 0 - spriteTessellationDetail: -1 - textureType: 1 - textureShape: 1 - singleChannelComponent: 0 - maxTextureSizeSet: 0 - compressionQualitySet: 0 - textureFormatSet: 0 - platformSettings: - - serializedVersion: 3 - buildTarget: DefaultTexturePlatform - maxTextureSize: 2048 - resizeAlgorithm: 0 - textureFormat: -1 - textureCompression: 1 - compressionQuality: 50 - crunchedCompression: 0 - allowsAlphaSplitting: 0 - overridden: 0 - androidETC2FallbackOverride: 0 - forceMaximumCompressionQuality_BC6H_BC7: 0 - - serializedVersion: 3 - buildTarget: Standalone - maxTextureSize: 2048 - resizeAlgorithm: 0 - textureFormat: -1 - textureCompression: 1 - compressionQuality: 50 - crunchedCompression: 0 - allowsAlphaSplitting: 0 - overridden: 0 - androidETC2FallbackOverride: 0 - forceMaximumCompressionQuality_BC6H_BC7: 0 - - serializedVersion: 3 - buildTarget: iPhone - maxTextureSize: 2048 - resizeAlgorithm: 0 - textureFormat: -1 - textureCompression: 1 - compressionQuality: 50 - crunchedCompression: 0 - allowsAlphaSplitting: 0 - overridden: 0 - androidETC2FallbackOverride: 0 - forceMaximumCompressionQuality_BC6H_BC7: 0 - - serializedVersion: 3 - buildTarget: Android - maxTextureSize: 2048 - resizeAlgorithm: 0 - textureFormat: -1 - textureCompression: 1 - compressionQuality: 50 - crunchedCompression: 0 - allowsAlphaSplitting: 0 - overridden: 0 - androidETC2FallbackOverride: 0 - forceMaximumCompressionQuality_BC6H_BC7: 0 - - serializedVersion: 3 - buildTarget: WebGL - maxTextureSize: 2048 - resizeAlgorithm: 0 - textureFormat: -1 - textureCompression: 1 - compressionQuality: 50 - crunchedCompression: 0 - allowsAlphaSplitting: 0 - overridden: 0 - androidETC2FallbackOverride: 0 - forceMaximumCompressionQuality_BC6H_BC7: 0 - spriteSheet: - serializedVersion: 2 - sprites: [] - outline: [] - physicsShape: [] - bones: [] - spriteID: - internalID: 0 - vertices: [] - indices: - edges: [] - weights: [] - secondaryTextures: [] - spritePackingTag: - pSDRemoveMatte: 0 - pSDShowRemoveMatteOption: 0 - userData: - assetBundleName: - assetBundleVariant: -AssetOrigin: - serializedVersion: 1 - productId: 183370 - packageName: Feel - packageVersion: 5.8 - assetPath: Assets/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Tiles60_nrm.png - uploadId: 799856 diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Tiles60_rgh.png b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Tiles60_rgh.png deleted file mode 100644 index 7717f497f..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Tiles60_rgh.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:373366db8c68255788f75902ea6f71015a83192bdeca158a6b9903e22d91d17e -size 281198 diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Tiles60_rgh.png.meta b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Tiles60_rgh.png.meta deleted file mode 100644 index 6802840d3..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Tiles60_rgh.png.meta +++ /dev/null @@ -1,98 +0,0 @@ -fileFormatVersion: 2 -guid: 2ea714ee9c72c4e41ab36c393218ae6d -TextureImporter: - internalIDToNameTable: [] - externalObjects: {} - serializedVersion: 10 - mipmaps: - mipMapMode: 0 - enableMipMap: 1 - sRGBTexture: 1 - linearTexture: 0 - fadeOut: 0 - borderMipMap: 0 - mipMapsPreserveCoverage: 0 - alphaTestReferenceValue: 0.5 - mipMapFadeDistanceStart: 1 - mipMapFadeDistanceEnd: 3 - bumpmap: - convertToNormalMap: 0 - externalNormalMap: 0 - heightScale: 0.25 - normalMapFilter: 0 - isReadable: 0 - streamingMipmaps: 0 - streamingMipmapsPriority: 0 - grayScaleToAlpha: 0 - generateCubemap: 6 - cubemapConvolution: 0 - seamlessCubemap: 0 - textureFormat: 1 - maxTextureSize: 2048 - textureSettings: - serializedVersion: 2 - filterMode: -1 - aniso: -1 - mipBias: -100 - wrapU: -1 - wrapV: -1 - wrapW: -1 - nPOTScale: 1 - lightmap: 0 - compressionQuality: 50 - spriteMode: 0 - spriteExtrude: 1 - spriteMeshType: 1 - alignment: 0 - spritePivot: {x: 0.5, y: 0.5} - spritePixelsToUnits: 100 - spriteBorder: {x: 0, y: 0, z: 0, w: 0} - spriteGenerateFallbackPhysicsShape: 1 - alphaUsage: 1 - alphaIsTransparency: 0 - spriteTessellationDetail: -1 - textureType: 0 - textureShape: 1 - singleChannelComponent: 0 - maxTextureSizeSet: 0 - compressionQualitySet: 0 - textureFormatSet: 0 - platformSettings: - - serializedVersion: 3 - buildTarget: DefaultTexturePlatform - maxTextureSize: 2048 - resizeAlgorithm: 0 - textureFormat: -1 - textureCompression: 1 - compressionQuality: 50 - crunchedCompression: 0 - allowsAlphaSplitting: 0 - overridden: 0 - androidETC2FallbackOverride: 0 - forceMaximumCompressionQuality_BC6H_BC7: 0 - spriteSheet: - serializedVersion: 2 - sprites: [] - outline: [] - physicsShape: [] - bones: [] - spriteID: - internalID: 0 - vertices: [] - indices: - edges: [] - weights: [] - secondaryTextures: [] - spritePackingTag: - pSDRemoveMatte: 0 - pSDShowRemoveMatteOption: 0 - userData: - assetBundleName: - assetBundleVariant: -AssetOrigin: - serializedVersion: 1 - productId: 183370 - packageName: Feel - packageVersion: 5.8 - assetPath: Assets/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Tiles60_rgh.png - uploadId: 799856 diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Tiles65_AO.png b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Tiles65_AO.png deleted file mode 100644 index 94e8c2494..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Tiles65_AO.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4dbafa10075befa461af8508c8e3005ab13efc1db5b8cf8e52bebb6595187221 -size 113788 diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Tiles65_AO.png.meta b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Tiles65_AO.png.meta deleted file mode 100644 index 3c994688b..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Tiles65_AO.png.meta +++ /dev/null @@ -1,98 +0,0 @@ -fileFormatVersion: 2 -guid: 23e7ff831b2236a49850ade7b52c289e -TextureImporter: - internalIDToNameTable: [] - externalObjects: {} - serializedVersion: 10 - mipmaps: - mipMapMode: 0 - enableMipMap: 1 - sRGBTexture: 1 - linearTexture: 0 - fadeOut: 0 - borderMipMap: 0 - mipMapsPreserveCoverage: 0 - alphaTestReferenceValue: 0.5 - mipMapFadeDistanceStart: 1 - mipMapFadeDistanceEnd: 3 - bumpmap: - convertToNormalMap: 0 - externalNormalMap: 0 - heightScale: 0.25 - normalMapFilter: 0 - isReadable: 0 - streamingMipmaps: 0 - streamingMipmapsPriority: 0 - grayScaleToAlpha: 0 - generateCubemap: 6 - cubemapConvolution: 0 - seamlessCubemap: 0 - textureFormat: 1 - maxTextureSize: 2048 - textureSettings: - serializedVersion: 2 - filterMode: -1 - aniso: -1 - mipBias: -100 - wrapU: -1 - wrapV: -1 - wrapW: -1 - nPOTScale: 1 - lightmap: 0 - compressionQuality: 50 - spriteMode: 0 - spriteExtrude: 1 - spriteMeshType: 1 - alignment: 0 - spritePivot: {x: 0.5, y: 0.5} - spritePixelsToUnits: 100 - spriteBorder: {x: 0, y: 0, z: 0, w: 0} - spriteGenerateFallbackPhysicsShape: 1 - alphaUsage: 1 - alphaIsTransparency: 0 - spriteTessellationDetail: -1 - textureType: 0 - textureShape: 1 - singleChannelComponent: 0 - maxTextureSizeSet: 0 - compressionQualitySet: 0 - textureFormatSet: 0 - platformSettings: - - serializedVersion: 3 - buildTarget: DefaultTexturePlatform - maxTextureSize: 2048 - resizeAlgorithm: 0 - textureFormat: -1 - textureCompression: 1 - compressionQuality: 50 - crunchedCompression: 0 - allowsAlphaSplitting: 0 - overridden: 0 - androidETC2FallbackOverride: 0 - forceMaximumCompressionQuality_BC6H_BC7: 0 - spriteSheet: - serializedVersion: 2 - sprites: [] - outline: [] - physicsShape: [] - bones: [] - spriteID: - internalID: 0 - vertices: [] - indices: - edges: [] - weights: [] - secondaryTextures: [] - spritePackingTag: - pSDRemoveMatte: 0 - pSDShowRemoveMatteOption: 0 - userData: - assetBundleName: - assetBundleVariant: -AssetOrigin: - serializedVersion: 1 - productId: 183370 - packageName: Feel - packageVersion: 5.8 - assetPath: Assets/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Tiles65_AO.png - uploadId: 799856 diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Tiles65_col.png b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Tiles65_col.png deleted file mode 100644 index 523804567..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Tiles65_col.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f2716f79d8f186da9cbe0bec352999bdebe4353bd1d137194723ca712c1445af -size 563213 diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Tiles65_col.png.meta b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Tiles65_col.png.meta deleted file mode 100644 index 29ce0c3be..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Tiles65_col.png.meta +++ /dev/null @@ -1,98 +0,0 @@ -fileFormatVersion: 2 -guid: 7118ba5396a068440bdd06e9b3cc0cd6 -TextureImporter: - internalIDToNameTable: [] - externalObjects: {} - serializedVersion: 10 - mipmaps: - mipMapMode: 0 - enableMipMap: 1 - sRGBTexture: 1 - linearTexture: 0 - fadeOut: 0 - borderMipMap: 0 - mipMapsPreserveCoverage: 0 - alphaTestReferenceValue: 0.5 - mipMapFadeDistanceStart: 1 - mipMapFadeDistanceEnd: 3 - bumpmap: - convertToNormalMap: 0 - externalNormalMap: 0 - heightScale: 0.25 - normalMapFilter: 0 - isReadable: 0 - streamingMipmaps: 0 - streamingMipmapsPriority: 0 - grayScaleToAlpha: 0 - generateCubemap: 6 - cubemapConvolution: 0 - seamlessCubemap: 0 - textureFormat: 1 - maxTextureSize: 2048 - textureSettings: - serializedVersion: 2 - filterMode: -1 - aniso: -1 - mipBias: -100 - wrapU: -1 - wrapV: -1 - wrapW: -1 - nPOTScale: 1 - lightmap: 0 - compressionQuality: 50 - spriteMode: 0 - spriteExtrude: 1 - spriteMeshType: 1 - alignment: 0 - spritePivot: {x: 0.5, y: 0.5} - spritePixelsToUnits: 100 - spriteBorder: {x: 0, y: 0, z: 0, w: 0} - spriteGenerateFallbackPhysicsShape: 1 - alphaUsage: 1 - alphaIsTransparency: 0 - spriteTessellationDetail: -1 - textureType: 0 - textureShape: 1 - singleChannelComponent: 0 - maxTextureSizeSet: 0 - compressionQualitySet: 0 - textureFormatSet: 0 - platformSettings: - - serializedVersion: 3 - buildTarget: DefaultTexturePlatform - maxTextureSize: 2048 - resizeAlgorithm: 0 - textureFormat: -1 - textureCompression: 1 - compressionQuality: 50 - crunchedCompression: 0 - allowsAlphaSplitting: 0 - overridden: 0 - androidETC2FallbackOverride: 0 - forceMaximumCompressionQuality_BC6H_BC7: 0 - spriteSheet: - serializedVersion: 2 - sprites: [] - outline: [] - physicsShape: [] - bones: [] - spriteID: - internalID: 0 - vertices: [] - indices: - edges: [] - weights: [] - secondaryTextures: [] - spritePackingTag: - pSDRemoveMatte: 0 - pSDShowRemoveMatteOption: 0 - userData: - assetBundleName: - assetBundleVariant: -AssetOrigin: - serializedVersion: 1 - productId: 183370 - packageName: Feel - packageVersion: 5.8 - assetPath: Assets/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Tiles65_col.png - uploadId: 799856 diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Tiles65_nrm.png b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Tiles65_nrm.png deleted file mode 100644 index 85f38d741..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Tiles65_nrm.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:39886faefa0c03bdb3ca113a3ac8d672df04aedbeb68f1b61342b66e3b535da5 -size 656739 diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Tiles65_nrm.png.meta b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Tiles65_nrm.png.meta deleted file mode 100644 index 77c359a8c..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Tiles65_nrm.png.meta +++ /dev/null @@ -1,146 +0,0 @@ -fileFormatVersion: 2 -guid: b5cb769873586c046b1a5cf63ef40b60 -TextureImporter: - internalIDToNameTable: [] - externalObjects: {} - serializedVersion: 10 - mipmaps: - mipMapMode: 0 - enableMipMap: 1 - sRGBTexture: 0 - linearTexture: 0 - fadeOut: 0 - borderMipMap: 0 - mipMapsPreserveCoverage: 0 - alphaTestReferenceValue: 0.5 - mipMapFadeDistanceStart: 1 - mipMapFadeDistanceEnd: 3 - bumpmap: - convertToNormalMap: 0 - externalNormalMap: 0 - heightScale: 0.25 - normalMapFilter: 0 - isReadable: 0 - streamingMipmaps: 0 - streamingMipmapsPriority: 0 - grayScaleToAlpha: 0 - generateCubemap: 6 - cubemapConvolution: 0 - seamlessCubemap: 0 - textureFormat: 1 - maxTextureSize: 2048 - textureSettings: - serializedVersion: 2 - filterMode: -1 - aniso: -1 - mipBias: -100 - wrapU: -1 - wrapV: -1 - wrapW: -1 - nPOTScale: 1 - lightmap: 0 - compressionQuality: 50 - spriteMode: 0 - spriteExtrude: 1 - spriteMeshType: 1 - alignment: 0 - spritePivot: {x: 0.5, y: 0.5} - spritePixelsToUnits: 100 - spriteBorder: {x: 0, y: 0, z: 0, w: 0} - spriteGenerateFallbackPhysicsShape: 1 - alphaUsage: 1 - alphaIsTransparency: 0 - spriteTessellationDetail: -1 - textureType: 1 - textureShape: 1 - singleChannelComponent: 0 - maxTextureSizeSet: 0 - compressionQualitySet: 0 - textureFormatSet: 0 - platformSettings: - - serializedVersion: 3 - buildTarget: DefaultTexturePlatform - maxTextureSize: 2048 - resizeAlgorithm: 0 - textureFormat: -1 - textureCompression: 1 - compressionQuality: 50 - crunchedCompression: 0 - allowsAlphaSplitting: 0 - overridden: 0 - androidETC2FallbackOverride: 0 - forceMaximumCompressionQuality_BC6H_BC7: 0 - - serializedVersion: 3 - buildTarget: Standalone - maxTextureSize: 2048 - resizeAlgorithm: 0 - textureFormat: -1 - textureCompression: 1 - compressionQuality: 50 - crunchedCompression: 0 - allowsAlphaSplitting: 0 - overridden: 0 - androidETC2FallbackOverride: 0 - forceMaximumCompressionQuality_BC6H_BC7: 0 - - serializedVersion: 3 - buildTarget: iPhone - maxTextureSize: 2048 - resizeAlgorithm: 0 - textureFormat: -1 - textureCompression: 1 - compressionQuality: 50 - crunchedCompression: 0 - allowsAlphaSplitting: 0 - overridden: 0 - androidETC2FallbackOverride: 0 - forceMaximumCompressionQuality_BC6H_BC7: 0 - - serializedVersion: 3 - buildTarget: Android - maxTextureSize: 2048 - resizeAlgorithm: 0 - textureFormat: -1 - textureCompression: 1 - compressionQuality: 50 - crunchedCompression: 0 - allowsAlphaSplitting: 0 - overridden: 0 - androidETC2FallbackOverride: 0 - forceMaximumCompressionQuality_BC6H_BC7: 0 - - serializedVersion: 3 - buildTarget: WebGL - maxTextureSize: 2048 - resizeAlgorithm: 0 - textureFormat: -1 - textureCompression: 1 - compressionQuality: 50 - crunchedCompression: 0 - allowsAlphaSplitting: 0 - overridden: 0 - androidETC2FallbackOverride: 0 - forceMaximumCompressionQuality_BC6H_BC7: 0 - spriteSheet: - serializedVersion: 2 - sprites: [] - outline: [] - physicsShape: [] - bones: [] - spriteID: - internalID: 0 - vertices: [] - indices: - edges: [] - weights: [] - secondaryTextures: [] - spritePackingTag: - pSDRemoveMatte: 0 - pSDShowRemoveMatteOption: 0 - userData: - assetBundleName: - assetBundleVariant: -AssetOrigin: - serializedVersion: 1 - productId: 183370 - packageName: Feel - packageVersion: 5.8 - assetPath: Assets/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Tiles65_nrm.png - uploadId: 799856 diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Tiles65_rgh.png b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Tiles65_rgh.png deleted file mode 100644 index 9f49a6cb6..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Tiles65_rgh.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b59ff77a11bfa3797a480e2c62cd49f519de43ad9771289411d0ba6ed338eedc -size 316135 diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Tiles65_rgh.png.meta b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Tiles65_rgh.png.meta deleted file mode 100644 index f9a34a2c2..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Tiles65_rgh.png.meta +++ /dev/null @@ -1,98 +0,0 @@ -fileFormatVersion: 2 -guid: 9809de1c8429da944ad5ec32a1422fba -TextureImporter: - internalIDToNameTable: [] - externalObjects: {} - serializedVersion: 10 - mipmaps: - mipMapMode: 0 - enableMipMap: 1 - sRGBTexture: 1 - linearTexture: 0 - fadeOut: 0 - borderMipMap: 0 - mipMapsPreserveCoverage: 0 - alphaTestReferenceValue: 0.5 - mipMapFadeDistanceStart: 1 - mipMapFadeDistanceEnd: 3 - bumpmap: - convertToNormalMap: 0 - externalNormalMap: 0 - heightScale: 0.25 - normalMapFilter: 0 - isReadable: 0 - streamingMipmaps: 0 - streamingMipmapsPriority: 0 - grayScaleToAlpha: 0 - generateCubemap: 6 - cubemapConvolution: 0 - seamlessCubemap: 0 - textureFormat: 1 - maxTextureSize: 2048 - textureSettings: - serializedVersion: 2 - filterMode: -1 - aniso: -1 - mipBias: -100 - wrapU: -1 - wrapV: -1 - wrapW: -1 - nPOTScale: 1 - lightmap: 0 - compressionQuality: 50 - spriteMode: 0 - spriteExtrude: 1 - spriteMeshType: 1 - alignment: 0 - spritePivot: {x: 0.5, y: 0.5} - spritePixelsToUnits: 100 - spriteBorder: {x: 0, y: 0, z: 0, w: 0} - spriteGenerateFallbackPhysicsShape: 1 - alphaUsage: 1 - alphaIsTransparency: 0 - spriteTessellationDetail: -1 - textureType: 0 - textureShape: 1 - singleChannelComponent: 0 - maxTextureSizeSet: 0 - compressionQualitySet: 0 - textureFormatSet: 0 - platformSettings: - - serializedVersion: 3 - buildTarget: DefaultTexturePlatform - maxTextureSize: 2048 - resizeAlgorithm: 0 - textureFormat: -1 - textureCompression: 1 - compressionQuality: 50 - crunchedCompression: 0 - allowsAlphaSplitting: 0 - overridden: 0 - androidETC2FallbackOverride: 0 - forceMaximumCompressionQuality_BC6H_BC7: 0 - spriteSheet: - serializedVersion: 2 - sprites: [] - outline: [] - physicsShape: [] - bones: [] - spriteID: - internalID: 0 - vertices: [] - indices: - edges: [] - weights: [] - secondaryTextures: [] - spritePackingTag: - pSDRemoveMatte: 0 - pSDShowRemoveMatteOption: 0 - userData: - assetBundleName: - assetBundleVariant: -AssetOrigin: - serializedVersion: 1 - productId: 183370 - packageName: Feel - packageVersion: 5.8 - assetPath: Assets/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Tiles65_rgh.png - uploadId: 799856 diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Tiles67_AO.png b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Tiles67_AO.png deleted file mode 100644 index 8801235fe..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Tiles67_AO.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3bc5c94b613e9907898b8ca34dcdfc781b8bddd54f76508cf7e4a39eda8b2152 -size 133226 diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Tiles67_AO.png.meta b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Tiles67_AO.png.meta deleted file mode 100644 index 560a54ae2..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Tiles67_AO.png.meta +++ /dev/null @@ -1,98 +0,0 @@ -fileFormatVersion: 2 -guid: bb5ae95fa892a584b9362792bc634f5b -TextureImporter: - internalIDToNameTable: [] - externalObjects: {} - serializedVersion: 10 - mipmaps: - mipMapMode: 0 - enableMipMap: 1 - sRGBTexture: 1 - linearTexture: 0 - fadeOut: 0 - borderMipMap: 0 - mipMapsPreserveCoverage: 0 - alphaTestReferenceValue: 0.5 - mipMapFadeDistanceStart: 1 - mipMapFadeDistanceEnd: 3 - bumpmap: - convertToNormalMap: 0 - externalNormalMap: 0 - heightScale: 0.25 - normalMapFilter: 0 - isReadable: 0 - streamingMipmaps: 0 - streamingMipmapsPriority: 0 - grayScaleToAlpha: 0 - generateCubemap: 6 - cubemapConvolution: 0 - seamlessCubemap: 0 - textureFormat: 1 - maxTextureSize: 2048 - textureSettings: - serializedVersion: 2 - filterMode: -1 - aniso: -1 - mipBias: -100 - wrapU: -1 - wrapV: -1 - wrapW: -1 - nPOTScale: 1 - lightmap: 0 - compressionQuality: 50 - spriteMode: 0 - spriteExtrude: 1 - spriteMeshType: 1 - alignment: 0 - spritePivot: {x: 0.5, y: 0.5} - spritePixelsToUnits: 100 - spriteBorder: {x: 0, y: 0, z: 0, w: 0} - spriteGenerateFallbackPhysicsShape: 1 - alphaUsage: 1 - alphaIsTransparency: 0 - spriteTessellationDetail: -1 - textureType: 0 - textureShape: 1 - singleChannelComponent: 0 - maxTextureSizeSet: 0 - compressionQualitySet: 0 - textureFormatSet: 0 - platformSettings: - - serializedVersion: 3 - buildTarget: DefaultTexturePlatform - maxTextureSize: 2048 - resizeAlgorithm: 0 - textureFormat: -1 - textureCompression: 1 - compressionQuality: 50 - crunchedCompression: 0 - allowsAlphaSplitting: 0 - overridden: 0 - androidETC2FallbackOverride: 0 - forceMaximumCompressionQuality_BC6H_BC7: 0 - spriteSheet: - serializedVersion: 2 - sprites: [] - outline: [] - physicsShape: [] - bones: [] - spriteID: - internalID: 0 - vertices: [] - indices: - edges: [] - weights: [] - secondaryTextures: [] - spritePackingTag: - pSDRemoveMatte: 0 - pSDShowRemoveMatteOption: 0 - userData: - assetBundleName: - assetBundleVariant: -AssetOrigin: - serializedVersion: 1 - productId: 183370 - packageName: Feel - packageVersion: 5.8 - assetPath: Assets/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Tiles67_AO.png - uploadId: 799856 diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Tiles67_col.png b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Tiles67_col.png deleted file mode 100644 index b9d4f7718..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Tiles67_col.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a4fb045deaa498401f3c8cfa2e4bb11a5b62dfa8fd0a07dd0f728e29ae7334fa -size 454363 diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Tiles67_col.png.meta b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Tiles67_col.png.meta deleted file mode 100644 index f86a3412c..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Tiles67_col.png.meta +++ /dev/null @@ -1,98 +0,0 @@ -fileFormatVersion: 2 -guid: 609fbda0985973b48aa7d0448b24e8ac -TextureImporter: - internalIDToNameTable: [] - externalObjects: {} - serializedVersion: 10 - mipmaps: - mipMapMode: 0 - enableMipMap: 1 - sRGBTexture: 1 - linearTexture: 0 - fadeOut: 0 - borderMipMap: 0 - mipMapsPreserveCoverage: 0 - alphaTestReferenceValue: 0.5 - mipMapFadeDistanceStart: 1 - mipMapFadeDistanceEnd: 3 - bumpmap: - convertToNormalMap: 0 - externalNormalMap: 0 - heightScale: 0.25 - normalMapFilter: 0 - isReadable: 0 - streamingMipmaps: 0 - streamingMipmapsPriority: 0 - grayScaleToAlpha: 0 - generateCubemap: 6 - cubemapConvolution: 0 - seamlessCubemap: 0 - textureFormat: 1 - maxTextureSize: 2048 - textureSettings: - serializedVersion: 2 - filterMode: -1 - aniso: -1 - mipBias: -100 - wrapU: -1 - wrapV: -1 - wrapW: -1 - nPOTScale: 1 - lightmap: 0 - compressionQuality: 50 - spriteMode: 0 - spriteExtrude: 1 - spriteMeshType: 1 - alignment: 0 - spritePivot: {x: 0.5, y: 0.5} - spritePixelsToUnits: 100 - spriteBorder: {x: 0, y: 0, z: 0, w: 0} - spriteGenerateFallbackPhysicsShape: 1 - alphaUsage: 1 - alphaIsTransparency: 0 - spriteTessellationDetail: -1 - textureType: 0 - textureShape: 1 - singleChannelComponent: 0 - maxTextureSizeSet: 0 - compressionQualitySet: 0 - textureFormatSet: 0 - platformSettings: - - serializedVersion: 3 - buildTarget: DefaultTexturePlatform - maxTextureSize: 2048 - resizeAlgorithm: 0 - textureFormat: -1 - textureCompression: 1 - compressionQuality: 50 - crunchedCompression: 0 - allowsAlphaSplitting: 0 - overridden: 0 - androidETC2FallbackOverride: 0 - forceMaximumCompressionQuality_BC6H_BC7: 0 - spriteSheet: - serializedVersion: 2 - sprites: [] - outline: [] - physicsShape: [] - bones: [] - spriteID: - internalID: 0 - vertices: [] - indices: - edges: [] - weights: [] - secondaryTextures: [] - spritePackingTag: - pSDRemoveMatte: 0 - pSDShowRemoveMatteOption: 0 - userData: - assetBundleName: - assetBundleVariant: -AssetOrigin: - serializedVersion: 1 - productId: 183370 - packageName: Feel - packageVersion: 5.8 - assetPath: Assets/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Tiles67_col.png - uploadId: 799856 diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Tiles67_nrm.png b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Tiles67_nrm.png deleted file mode 100644 index 85ccc9a3c..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Tiles67_nrm.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:20c51e36ea277b23da63b53a4561204658cc69a9162a10800ef6699fa4a6a8f4 -size 595020 diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Tiles67_nrm.png.meta b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Tiles67_nrm.png.meta deleted file mode 100644 index c1578edae..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Tiles67_nrm.png.meta +++ /dev/null @@ -1,146 +0,0 @@ -fileFormatVersion: 2 -guid: b1d5d990d8e6a10479fa4b29ada5f39f -TextureImporter: - internalIDToNameTable: [] - externalObjects: {} - serializedVersion: 10 - mipmaps: - mipMapMode: 0 - enableMipMap: 1 - sRGBTexture: 0 - linearTexture: 0 - fadeOut: 0 - borderMipMap: 0 - mipMapsPreserveCoverage: 0 - alphaTestReferenceValue: 0.5 - mipMapFadeDistanceStart: 1 - mipMapFadeDistanceEnd: 3 - bumpmap: - convertToNormalMap: 0 - externalNormalMap: 0 - heightScale: 0.25 - normalMapFilter: 0 - isReadable: 0 - streamingMipmaps: 0 - streamingMipmapsPriority: 0 - grayScaleToAlpha: 0 - generateCubemap: 6 - cubemapConvolution: 0 - seamlessCubemap: 0 - textureFormat: 1 - maxTextureSize: 2048 - textureSettings: - serializedVersion: 2 - filterMode: -1 - aniso: -1 - mipBias: -100 - wrapU: -1 - wrapV: -1 - wrapW: -1 - nPOTScale: 1 - lightmap: 0 - compressionQuality: 50 - spriteMode: 0 - spriteExtrude: 1 - spriteMeshType: 1 - alignment: 0 - spritePivot: {x: 0.5, y: 0.5} - spritePixelsToUnits: 100 - spriteBorder: {x: 0, y: 0, z: 0, w: 0} - spriteGenerateFallbackPhysicsShape: 1 - alphaUsage: 1 - alphaIsTransparency: 0 - spriteTessellationDetail: -1 - textureType: 1 - textureShape: 1 - singleChannelComponent: 0 - maxTextureSizeSet: 0 - compressionQualitySet: 0 - textureFormatSet: 0 - platformSettings: - - serializedVersion: 3 - buildTarget: DefaultTexturePlatform - maxTextureSize: 2048 - resizeAlgorithm: 0 - textureFormat: -1 - textureCompression: 1 - compressionQuality: 50 - crunchedCompression: 0 - allowsAlphaSplitting: 0 - overridden: 0 - androidETC2FallbackOverride: 0 - forceMaximumCompressionQuality_BC6H_BC7: 0 - - serializedVersion: 3 - buildTarget: Standalone - maxTextureSize: 2048 - resizeAlgorithm: 0 - textureFormat: -1 - textureCompression: 1 - compressionQuality: 50 - crunchedCompression: 0 - allowsAlphaSplitting: 0 - overridden: 0 - androidETC2FallbackOverride: 0 - forceMaximumCompressionQuality_BC6H_BC7: 0 - - serializedVersion: 3 - buildTarget: iPhone - maxTextureSize: 2048 - resizeAlgorithm: 0 - textureFormat: -1 - textureCompression: 1 - compressionQuality: 50 - crunchedCompression: 0 - allowsAlphaSplitting: 0 - overridden: 0 - androidETC2FallbackOverride: 0 - forceMaximumCompressionQuality_BC6H_BC7: 0 - - serializedVersion: 3 - buildTarget: Android - maxTextureSize: 2048 - resizeAlgorithm: 0 - textureFormat: -1 - textureCompression: 1 - compressionQuality: 50 - crunchedCompression: 0 - allowsAlphaSplitting: 0 - overridden: 0 - androidETC2FallbackOverride: 0 - forceMaximumCompressionQuality_BC6H_BC7: 0 - - serializedVersion: 3 - buildTarget: WebGL - maxTextureSize: 2048 - resizeAlgorithm: 0 - textureFormat: -1 - textureCompression: 1 - compressionQuality: 50 - crunchedCompression: 0 - allowsAlphaSplitting: 0 - overridden: 0 - androidETC2FallbackOverride: 0 - forceMaximumCompressionQuality_BC6H_BC7: 0 - spriteSheet: - serializedVersion: 2 - sprites: [] - outline: [] - physicsShape: [] - bones: [] - spriteID: - internalID: 0 - vertices: [] - indices: - edges: [] - weights: [] - secondaryTextures: [] - spritePackingTag: - pSDRemoveMatte: 0 - pSDShowRemoveMatteOption: 0 - userData: - assetBundleName: - assetBundleVariant: -AssetOrigin: - serializedVersion: 1 - productId: 183370 - packageName: Feel - packageVersion: 5.8 - assetPath: Assets/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Tiles67_nrm.png - uploadId: 799856 diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Tiles67_rgh.png b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Tiles67_rgh.png deleted file mode 100644 index 388bdb473..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Tiles67_rgh.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1c69daadc493e197c6144796cbae04b87d391890b1b03f03a5c8adfc70c3261d -size 294913 diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Tiles67_rgh.png.meta b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Tiles67_rgh.png.meta deleted file mode 100644 index 24fba2eb1..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Tiles67_rgh.png.meta +++ /dev/null @@ -1,98 +0,0 @@ -fileFormatVersion: 2 -guid: 81aaf5eefb032aa4e8dc07ad882e42f3 -TextureImporter: - internalIDToNameTable: [] - externalObjects: {} - serializedVersion: 10 - mipmaps: - mipMapMode: 0 - enableMipMap: 1 - sRGBTexture: 1 - linearTexture: 0 - fadeOut: 0 - borderMipMap: 0 - mipMapsPreserveCoverage: 0 - alphaTestReferenceValue: 0.5 - mipMapFadeDistanceStart: 1 - mipMapFadeDistanceEnd: 3 - bumpmap: - convertToNormalMap: 0 - externalNormalMap: 0 - heightScale: 0.25 - normalMapFilter: 0 - isReadable: 0 - streamingMipmaps: 0 - streamingMipmapsPriority: 0 - grayScaleToAlpha: 0 - generateCubemap: 6 - cubemapConvolution: 0 - seamlessCubemap: 0 - textureFormat: 1 - maxTextureSize: 2048 - textureSettings: - serializedVersion: 2 - filterMode: -1 - aniso: -1 - mipBias: -100 - wrapU: -1 - wrapV: -1 - wrapW: -1 - nPOTScale: 1 - lightmap: 0 - compressionQuality: 50 - spriteMode: 0 - spriteExtrude: 1 - spriteMeshType: 1 - alignment: 0 - spritePivot: {x: 0.5, y: 0.5} - spritePixelsToUnits: 100 - spriteBorder: {x: 0, y: 0, z: 0, w: 0} - spriteGenerateFallbackPhysicsShape: 1 - alphaUsage: 1 - alphaIsTransparency: 0 - spriteTessellationDetail: -1 - textureType: 0 - textureShape: 1 - singleChannelComponent: 0 - maxTextureSizeSet: 0 - compressionQualitySet: 0 - textureFormatSet: 0 - platformSettings: - - serializedVersion: 3 - buildTarget: DefaultTexturePlatform - maxTextureSize: 2048 - resizeAlgorithm: 0 - textureFormat: -1 - textureCompression: 1 - compressionQuality: 50 - crunchedCompression: 0 - allowsAlphaSplitting: 0 - overridden: 0 - androidETC2FallbackOverride: 0 - forceMaximumCompressionQuality_BC6H_BC7: 0 - spriteSheet: - serializedVersion: 2 - sprites: [] - outline: [] - physicsShape: [] - bones: [] - spriteID: - internalID: 0 - vertices: [] - indices: - edges: [] - weights: [] - secondaryTextures: [] - spritePackingTag: - pSDRemoveMatte: 0 - pSDShowRemoveMatteOption: 0 - userData: - assetBundleName: - assetBundleVariant: -AssetOrigin: - serializedVersion: 1 - productId: 183370 - packageName: Feel - packageVersion: 5.8 - assetPath: Assets/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Tiles67_rgh.png - uploadId: 799856 diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Tiles69_AO.png b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Tiles69_AO.png deleted file mode 100644 index 47c13951e..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Tiles69_AO.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:52de150f26073891e719722bddc54fe7cbea27997ef6de56eca797b6032d72dc -size 28462 diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Tiles69_AO.png.meta b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Tiles69_AO.png.meta deleted file mode 100644 index 9a918437f..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Tiles69_AO.png.meta +++ /dev/null @@ -1,98 +0,0 @@ -fileFormatVersion: 2 -guid: a0f66098c829e3744add65091aeac085 -TextureImporter: - internalIDToNameTable: [] - externalObjects: {} - serializedVersion: 10 - mipmaps: - mipMapMode: 0 - enableMipMap: 1 - sRGBTexture: 1 - linearTexture: 0 - fadeOut: 0 - borderMipMap: 0 - mipMapsPreserveCoverage: 0 - alphaTestReferenceValue: 0.5 - mipMapFadeDistanceStart: 1 - mipMapFadeDistanceEnd: 3 - bumpmap: - convertToNormalMap: 0 - externalNormalMap: 0 - heightScale: 0.25 - normalMapFilter: 0 - isReadable: 0 - streamingMipmaps: 0 - streamingMipmapsPriority: 0 - grayScaleToAlpha: 0 - generateCubemap: 6 - cubemapConvolution: 0 - seamlessCubemap: 0 - textureFormat: 1 - maxTextureSize: 2048 - textureSettings: - serializedVersion: 2 - filterMode: -1 - aniso: -1 - mipBias: -100 - wrapU: -1 - wrapV: -1 - wrapW: -1 - nPOTScale: 1 - lightmap: 0 - compressionQuality: 50 - spriteMode: 0 - spriteExtrude: 1 - spriteMeshType: 1 - alignment: 0 - spritePivot: {x: 0.5, y: 0.5} - spritePixelsToUnits: 100 - spriteBorder: {x: 0, y: 0, z: 0, w: 0} - spriteGenerateFallbackPhysicsShape: 1 - alphaUsage: 1 - alphaIsTransparency: 0 - spriteTessellationDetail: -1 - textureType: 0 - textureShape: 1 - singleChannelComponent: 0 - maxTextureSizeSet: 0 - compressionQualitySet: 0 - textureFormatSet: 0 - platformSettings: - - serializedVersion: 3 - buildTarget: DefaultTexturePlatform - maxTextureSize: 2048 - resizeAlgorithm: 0 - textureFormat: -1 - textureCompression: 1 - compressionQuality: 50 - crunchedCompression: 0 - allowsAlphaSplitting: 0 - overridden: 0 - androidETC2FallbackOverride: 0 - forceMaximumCompressionQuality_BC6H_BC7: 0 - spriteSheet: - serializedVersion: 2 - sprites: [] - outline: [] - physicsShape: [] - bones: [] - spriteID: - internalID: 0 - vertices: [] - indices: - edges: [] - weights: [] - secondaryTextures: [] - spritePackingTag: - pSDRemoveMatte: 0 - pSDShowRemoveMatteOption: 0 - userData: - assetBundleName: - assetBundleVariant: -AssetOrigin: - serializedVersion: 1 - productId: 183370 - packageName: Feel - packageVersion: 5.8 - assetPath: Assets/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Tiles69_AO.png - uploadId: 799856 diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Tiles69_col.png b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Tiles69_col.png deleted file mode 100644 index 379fd383c..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Tiles69_col.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9f14d52224991dffa670f4256fb43ae493d0367f4cb8c5f4a8fd930a109b6b32 -size 496924 diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Tiles69_col.png.meta b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Tiles69_col.png.meta deleted file mode 100644 index cece93a49..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Tiles69_col.png.meta +++ /dev/null @@ -1,98 +0,0 @@ -fileFormatVersion: 2 -guid: ee0ae448e8c5d5d448cec42ba716ed21 -TextureImporter: - internalIDToNameTable: [] - externalObjects: {} - serializedVersion: 10 - mipmaps: - mipMapMode: 0 - enableMipMap: 1 - sRGBTexture: 1 - linearTexture: 0 - fadeOut: 0 - borderMipMap: 0 - mipMapsPreserveCoverage: 0 - alphaTestReferenceValue: 0.5 - mipMapFadeDistanceStart: 1 - mipMapFadeDistanceEnd: 3 - bumpmap: - convertToNormalMap: 0 - externalNormalMap: 0 - heightScale: 0.25 - normalMapFilter: 0 - isReadable: 0 - streamingMipmaps: 0 - streamingMipmapsPriority: 0 - grayScaleToAlpha: 0 - generateCubemap: 6 - cubemapConvolution: 0 - seamlessCubemap: 0 - textureFormat: 1 - maxTextureSize: 2048 - textureSettings: - serializedVersion: 2 - filterMode: -1 - aniso: -1 - mipBias: -100 - wrapU: -1 - wrapV: -1 - wrapW: -1 - nPOTScale: 1 - lightmap: 0 - compressionQuality: 50 - spriteMode: 0 - spriteExtrude: 1 - spriteMeshType: 1 - alignment: 0 - spritePivot: {x: 0.5, y: 0.5} - spritePixelsToUnits: 100 - spriteBorder: {x: 0, y: 0, z: 0, w: 0} - spriteGenerateFallbackPhysicsShape: 1 - alphaUsage: 1 - alphaIsTransparency: 0 - spriteTessellationDetail: -1 - textureType: 0 - textureShape: 1 - singleChannelComponent: 0 - maxTextureSizeSet: 0 - compressionQualitySet: 0 - textureFormatSet: 0 - platformSettings: - - serializedVersion: 3 - buildTarget: DefaultTexturePlatform - maxTextureSize: 2048 - resizeAlgorithm: 0 - textureFormat: -1 - textureCompression: 1 - compressionQuality: 50 - crunchedCompression: 0 - allowsAlphaSplitting: 0 - overridden: 0 - androidETC2FallbackOverride: 0 - forceMaximumCompressionQuality_BC6H_BC7: 0 - spriteSheet: - serializedVersion: 2 - sprites: [] - outline: [] - physicsShape: [] - bones: [] - spriteID: - internalID: 0 - vertices: [] - indices: - edges: [] - weights: [] - secondaryTextures: [] - spritePackingTag: - pSDRemoveMatte: 0 - pSDShowRemoveMatteOption: 0 - userData: - assetBundleName: - assetBundleVariant: -AssetOrigin: - serializedVersion: 1 - productId: 183370 - packageName: Feel - packageVersion: 5.8 - assetPath: Assets/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Tiles69_col.png - uploadId: 799856 diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Tiles69_nrm.png b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Tiles69_nrm.png deleted file mode 100644 index 984acc1be..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Tiles69_nrm.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:84f93e8c7055c18256c6b07997141762b2b121442882ffb0f0a73919ac111bd1 -size 636436 diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Tiles69_nrm.png.meta b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Tiles69_nrm.png.meta deleted file mode 100644 index 4df016208..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Tiles69_nrm.png.meta +++ /dev/null @@ -1,146 +0,0 @@ -fileFormatVersion: 2 -guid: 378a722c891e7a742a03ee57b9fa1be6 -TextureImporter: - internalIDToNameTable: [] - externalObjects: {} - serializedVersion: 10 - mipmaps: - mipMapMode: 0 - enableMipMap: 1 - sRGBTexture: 0 - linearTexture: 0 - fadeOut: 0 - borderMipMap: 0 - mipMapsPreserveCoverage: 0 - alphaTestReferenceValue: 0.5 - mipMapFadeDistanceStart: 1 - mipMapFadeDistanceEnd: 3 - bumpmap: - convertToNormalMap: 0 - externalNormalMap: 0 - heightScale: 0.25 - normalMapFilter: 0 - isReadable: 0 - streamingMipmaps: 0 - streamingMipmapsPriority: 0 - grayScaleToAlpha: 0 - generateCubemap: 6 - cubemapConvolution: 0 - seamlessCubemap: 0 - textureFormat: 1 - maxTextureSize: 2048 - textureSettings: - serializedVersion: 2 - filterMode: -1 - aniso: -1 - mipBias: -100 - wrapU: -1 - wrapV: -1 - wrapW: -1 - nPOTScale: 1 - lightmap: 0 - compressionQuality: 50 - spriteMode: 0 - spriteExtrude: 1 - spriteMeshType: 1 - alignment: 0 - spritePivot: {x: 0.5, y: 0.5} - spritePixelsToUnits: 100 - spriteBorder: {x: 0, y: 0, z: 0, w: 0} - spriteGenerateFallbackPhysicsShape: 1 - alphaUsage: 1 - alphaIsTransparency: 0 - spriteTessellationDetail: -1 - textureType: 1 - textureShape: 1 - singleChannelComponent: 0 - maxTextureSizeSet: 0 - compressionQualitySet: 0 - textureFormatSet: 0 - platformSettings: - - serializedVersion: 3 - buildTarget: DefaultTexturePlatform - maxTextureSize: 2048 - resizeAlgorithm: 0 - textureFormat: -1 - textureCompression: 1 - compressionQuality: 50 - crunchedCompression: 0 - allowsAlphaSplitting: 0 - overridden: 0 - androidETC2FallbackOverride: 0 - forceMaximumCompressionQuality_BC6H_BC7: 0 - - serializedVersion: 3 - buildTarget: Standalone - maxTextureSize: 2048 - resizeAlgorithm: 0 - textureFormat: -1 - textureCompression: 1 - compressionQuality: 50 - crunchedCompression: 0 - allowsAlphaSplitting: 0 - overridden: 0 - androidETC2FallbackOverride: 0 - forceMaximumCompressionQuality_BC6H_BC7: 0 - - serializedVersion: 3 - buildTarget: iPhone - maxTextureSize: 2048 - resizeAlgorithm: 0 - textureFormat: -1 - textureCompression: 1 - compressionQuality: 50 - crunchedCompression: 0 - allowsAlphaSplitting: 0 - overridden: 0 - androidETC2FallbackOverride: 0 - forceMaximumCompressionQuality_BC6H_BC7: 0 - - serializedVersion: 3 - buildTarget: Android - maxTextureSize: 2048 - resizeAlgorithm: 0 - textureFormat: -1 - textureCompression: 1 - compressionQuality: 50 - crunchedCompression: 0 - allowsAlphaSplitting: 0 - overridden: 0 - androidETC2FallbackOverride: 0 - forceMaximumCompressionQuality_BC6H_BC7: 0 - - serializedVersion: 3 - buildTarget: WebGL - maxTextureSize: 2048 - resizeAlgorithm: 0 - textureFormat: -1 - textureCompression: 1 - compressionQuality: 50 - crunchedCompression: 0 - allowsAlphaSplitting: 0 - overridden: 0 - androidETC2FallbackOverride: 0 - forceMaximumCompressionQuality_BC6H_BC7: 0 - spriteSheet: - serializedVersion: 2 - sprites: [] - outline: [] - physicsShape: [] - bones: [] - spriteID: - internalID: 0 - vertices: [] - indices: - edges: [] - weights: [] - secondaryTextures: [] - spritePackingTag: - pSDRemoveMatte: 0 - pSDShowRemoveMatteOption: 0 - userData: - assetBundleName: - assetBundleVariant: -AssetOrigin: - serializedVersion: 1 - productId: 183370 - packageName: Feel - packageVersion: 5.8 - assetPath: Assets/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Tiles69_nrm.png - uploadId: 799856 diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Tiles69_rgh.png b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Tiles69_rgh.png deleted file mode 100644 index ddf965960..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Tiles69_rgh.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:96606ac1a1b01495ed9b0d250f4f76714d23a611b96951584446926658ea8be6 -size 315366 diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Tiles69_rgh.png.meta b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Tiles69_rgh.png.meta deleted file mode 100644 index 48088c568..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Tiles69_rgh.png.meta +++ /dev/null @@ -1,98 +0,0 @@ -fileFormatVersion: 2 -guid: da1195d243f74554195ee7568ec1373f -TextureImporter: - internalIDToNameTable: [] - externalObjects: {} - serializedVersion: 10 - mipmaps: - mipMapMode: 0 - enableMipMap: 1 - sRGBTexture: 1 - linearTexture: 0 - fadeOut: 0 - borderMipMap: 0 - mipMapsPreserveCoverage: 0 - alphaTestReferenceValue: 0.5 - mipMapFadeDistanceStart: 1 - mipMapFadeDistanceEnd: 3 - bumpmap: - convertToNormalMap: 0 - externalNormalMap: 0 - heightScale: 0.25 - normalMapFilter: 0 - isReadable: 0 - streamingMipmaps: 0 - streamingMipmapsPriority: 0 - grayScaleToAlpha: 0 - generateCubemap: 6 - cubemapConvolution: 0 - seamlessCubemap: 0 - textureFormat: 1 - maxTextureSize: 2048 - textureSettings: - serializedVersion: 2 - filterMode: -1 - aniso: -1 - mipBias: -100 - wrapU: -1 - wrapV: -1 - wrapW: -1 - nPOTScale: 1 - lightmap: 0 - compressionQuality: 50 - spriteMode: 0 - spriteExtrude: 1 - spriteMeshType: 1 - alignment: 0 - spritePivot: {x: 0.5, y: 0.5} - spritePixelsToUnits: 100 - spriteBorder: {x: 0, y: 0, z: 0, w: 0} - spriteGenerateFallbackPhysicsShape: 1 - alphaUsage: 1 - alphaIsTransparency: 0 - spriteTessellationDetail: -1 - textureType: 0 - textureShape: 1 - singleChannelComponent: 0 - maxTextureSizeSet: 0 - compressionQualitySet: 0 - textureFormatSet: 0 - platformSettings: - - serializedVersion: 3 - buildTarget: DefaultTexturePlatform - maxTextureSize: 2048 - resizeAlgorithm: 0 - textureFormat: -1 - textureCompression: 1 - compressionQuality: 50 - crunchedCompression: 0 - allowsAlphaSplitting: 0 - overridden: 0 - androidETC2FallbackOverride: 0 - forceMaximumCompressionQuality_BC6H_BC7: 0 - spriteSheet: - serializedVersion: 2 - sprites: [] - outline: [] - physicsShape: [] - bones: [] - spriteID: - internalID: 0 - vertices: [] - indices: - edges: [] - weights: [] - secondaryTextures: [] - spritePackingTag: - pSDRemoveMatte: 0 - pSDShowRemoveMatteOption: 0 - userData: - assetBundleName: - assetBundleVariant: -AssetOrigin: - serializedVersion: 1 - productId: 183370 - packageName: Feel - packageVersion: 5.8 - assetPath: Assets/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/Tiles69_rgh.png - uploadId: 799856 diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/WoodFloor20_AO.png b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/WoodFloor20_AO.png deleted file mode 100644 index 776883fc8..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/WoodFloor20_AO.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:25684b5fb5e5b8586b9d641feeedda9d5def78110385e0e08f106022f946cbb1 -size 83427 diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/WoodFloor20_AO.png.meta b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/WoodFloor20_AO.png.meta deleted file mode 100644 index a20f307bd..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/WoodFloor20_AO.png.meta +++ /dev/null @@ -1,98 +0,0 @@ -fileFormatVersion: 2 -guid: ac27ec79828ddda4c84c0082f1942674 -TextureImporter: - internalIDToNameTable: [] - externalObjects: {} - serializedVersion: 10 - mipmaps: - mipMapMode: 0 - enableMipMap: 1 - sRGBTexture: 1 - linearTexture: 0 - fadeOut: 0 - borderMipMap: 0 - mipMapsPreserveCoverage: 0 - alphaTestReferenceValue: 0.5 - mipMapFadeDistanceStart: 1 - mipMapFadeDistanceEnd: 3 - bumpmap: - convertToNormalMap: 0 - externalNormalMap: 0 - heightScale: 0.25 - normalMapFilter: 0 - isReadable: 0 - streamingMipmaps: 0 - streamingMipmapsPriority: 0 - grayScaleToAlpha: 0 - generateCubemap: 6 - cubemapConvolution: 0 - seamlessCubemap: 0 - textureFormat: 1 - maxTextureSize: 2048 - textureSettings: - serializedVersion: 2 - filterMode: -1 - aniso: -1 - mipBias: -100 - wrapU: -1 - wrapV: -1 - wrapW: -1 - nPOTScale: 1 - lightmap: 0 - compressionQuality: 50 - spriteMode: 0 - spriteExtrude: 1 - spriteMeshType: 1 - alignment: 0 - spritePivot: {x: 0.5, y: 0.5} - spritePixelsToUnits: 100 - spriteBorder: {x: 0, y: 0, z: 0, w: 0} - spriteGenerateFallbackPhysicsShape: 1 - alphaUsage: 1 - alphaIsTransparency: 0 - spriteTessellationDetail: -1 - textureType: 0 - textureShape: 1 - singleChannelComponent: 0 - maxTextureSizeSet: 0 - compressionQualitySet: 0 - textureFormatSet: 0 - platformSettings: - - serializedVersion: 3 - buildTarget: DefaultTexturePlatform - maxTextureSize: 2048 - resizeAlgorithm: 0 - textureFormat: -1 - textureCompression: 1 - compressionQuality: 50 - crunchedCompression: 0 - allowsAlphaSplitting: 0 - overridden: 0 - androidETC2FallbackOverride: 0 - forceMaximumCompressionQuality_BC6H_BC7: 0 - spriteSheet: - serializedVersion: 2 - sprites: [] - outline: [] - physicsShape: [] - bones: [] - spriteID: - internalID: 0 - vertices: [] - indices: - edges: [] - weights: [] - secondaryTextures: [] - spritePackingTag: - pSDRemoveMatte: 0 - pSDShowRemoveMatteOption: 0 - userData: - assetBundleName: - assetBundleVariant: -AssetOrigin: - serializedVersion: 1 - productId: 183370 - packageName: Feel - packageVersion: 5.8 - assetPath: Assets/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/WoodFloor20_AO.png - uploadId: 799856 diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/WoodFloor20_col.png b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/WoodFloor20_col.png deleted file mode 100644 index 230120cbc..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/WoodFloor20_col.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0862ca0b4a220efb96eb3c956c83ba376fbffa0b964f72c191b2c2af0797f766 -size 431298 diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/WoodFloor20_col.png.meta b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/WoodFloor20_col.png.meta deleted file mode 100644 index dc3b634dd..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/WoodFloor20_col.png.meta +++ /dev/null @@ -1,98 +0,0 @@ -fileFormatVersion: 2 -guid: 5e2d4bd257111184fac38551fe737f22 -TextureImporter: - internalIDToNameTable: [] - externalObjects: {} - serializedVersion: 10 - mipmaps: - mipMapMode: 0 - enableMipMap: 1 - sRGBTexture: 1 - linearTexture: 0 - fadeOut: 0 - borderMipMap: 0 - mipMapsPreserveCoverage: 0 - alphaTestReferenceValue: 0.5 - mipMapFadeDistanceStart: 1 - mipMapFadeDistanceEnd: 3 - bumpmap: - convertToNormalMap: 0 - externalNormalMap: 0 - heightScale: 0.25 - normalMapFilter: 0 - isReadable: 0 - streamingMipmaps: 0 - streamingMipmapsPriority: 0 - grayScaleToAlpha: 0 - generateCubemap: 6 - cubemapConvolution: 0 - seamlessCubemap: 0 - textureFormat: 1 - maxTextureSize: 2048 - textureSettings: - serializedVersion: 2 - filterMode: -1 - aniso: -1 - mipBias: -100 - wrapU: -1 - wrapV: -1 - wrapW: -1 - nPOTScale: 1 - lightmap: 0 - compressionQuality: 50 - spriteMode: 0 - spriteExtrude: 1 - spriteMeshType: 1 - alignment: 0 - spritePivot: {x: 0.5, y: 0.5} - spritePixelsToUnits: 100 - spriteBorder: {x: 0, y: 0, z: 0, w: 0} - spriteGenerateFallbackPhysicsShape: 1 - alphaUsage: 1 - alphaIsTransparency: 0 - spriteTessellationDetail: -1 - textureType: 0 - textureShape: 1 - singleChannelComponent: 0 - maxTextureSizeSet: 0 - compressionQualitySet: 0 - textureFormatSet: 0 - platformSettings: - - serializedVersion: 3 - buildTarget: DefaultTexturePlatform - maxTextureSize: 2048 - resizeAlgorithm: 0 - textureFormat: -1 - textureCompression: 1 - compressionQuality: 50 - crunchedCompression: 0 - allowsAlphaSplitting: 0 - overridden: 0 - androidETC2FallbackOverride: 0 - forceMaximumCompressionQuality_BC6H_BC7: 0 - spriteSheet: - serializedVersion: 2 - sprites: [] - outline: [] - physicsShape: [] - bones: [] - spriteID: - internalID: 0 - vertices: [] - indices: - edges: [] - weights: [] - secondaryTextures: [] - spritePackingTag: - pSDRemoveMatte: 0 - pSDShowRemoveMatteOption: 0 - userData: - assetBundleName: - assetBundleVariant: -AssetOrigin: - serializedVersion: 1 - productId: 183370 - packageName: Feel - packageVersion: 5.8 - assetPath: Assets/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/WoodFloor20_col.png - uploadId: 799856 diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/WoodFloor20_nrm.png b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/WoodFloor20_nrm.png deleted file mode 100644 index 830b78408..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/WoodFloor20_nrm.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:12ec47bbbb238dc59fb07488c0d8581f829626280ecd0c526ef1138b1bef328b -size 340062 diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/WoodFloor20_nrm.png.meta b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/WoodFloor20_nrm.png.meta deleted file mode 100644 index 323a379ed..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/WoodFloor20_nrm.png.meta +++ /dev/null @@ -1,146 +0,0 @@ -fileFormatVersion: 2 -guid: b5df4436be87f0c45b5a748557d9353a -TextureImporter: - internalIDToNameTable: [] - externalObjects: {} - serializedVersion: 10 - mipmaps: - mipMapMode: 0 - enableMipMap: 1 - sRGBTexture: 0 - linearTexture: 0 - fadeOut: 0 - borderMipMap: 0 - mipMapsPreserveCoverage: 0 - alphaTestReferenceValue: 0.5 - mipMapFadeDistanceStart: 1 - mipMapFadeDistanceEnd: 3 - bumpmap: - convertToNormalMap: 0 - externalNormalMap: 0 - heightScale: 0.25 - normalMapFilter: 0 - isReadable: 0 - streamingMipmaps: 0 - streamingMipmapsPriority: 0 - grayScaleToAlpha: 0 - generateCubemap: 6 - cubemapConvolution: 0 - seamlessCubemap: 0 - textureFormat: 1 - maxTextureSize: 2048 - textureSettings: - serializedVersion: 2 - filterMode: -1 - aniso: -1 - mipBias: -100 - wrapU: -1 - wrapV: -1 - wrapW: -1 - nPOTScale: 1 - lightmap: 0 - compressionQuality: 50 - spriteMode: 0 - spriteExtrude: 1 - spriteMeshType: 1 - alignment: 0 - spritePivot: {x: 0.5, y: 0.5} - spritePixelsToUnits: 100 - spriteBorder: {x: 0, y: 0, z: 0, w: 0} - spriteGenerateFallbackPhysicsShape: 1 - alphaUsage: 1 - alphaIsTransparency: 0 - spriteTessellationDetail: -1 - textureType: 1 - textureShape: 1 - singleChannelComponent: 0 - maxTextureSizeSet: 0 - compressionQualitySet: 0 - textureFormatSet: 0 - platformSettings: - - serializedVersion: 3 - buildTarget: DefaultTexturePlatform - maxTextureSize: 2048 - resizeAlgorithm: 0 - textureFormat: -1 - textureCompression: 1 - compressionQuality: 50 - crunchedCompression: 0 - allowsAlphaSplitting: 0 - overridden: 0 - androidETC2FallbackOverride: 0 - forceMaximumCompressionQuality_BC6H_BC7: 0 - - serializedVersion: 3 - buildTarget: Standalone - maxTextureSize: 2048 - resizeAlgorithm: 0 - textureFormat: -1 - textureCompression: 1 - compressionQuality: 50 - crunchedCompression: 0 - allowsAlphaSplitting: 0 - overridden: 0 - androidETC2FallbackOverride: 0 - forceMaximumCompressionQuality_BC6H_BC7: 0 - - serializedVersion: 3 - buildTarget: iPhone - maxTextureSize: 2048 - resizeAlgorithm: 0 - textureFormat: -1 - textureCompression: 1 - compressionQuality: 50 - crunchedCompression: 0 - allowsAlphaSplitting: 0 - overridden: 0 - androidETC2FallbackOverride: 0 - forceMaximumCompressionQuality_BC6H_BC7: 0 - - serializedVersion: 3 - buildTarget: Android - maxTextureSize: 2048 - resizeAlgorithm: 0 - textureFormat: -1 - textureCompression: 1 - compressionQuality: 50 - crunchedCompression: 0 - allowsAlphaSplitting: 0 - overridden: 0 - androidETC2FallbackOverride: 0 - forceMaximumCompressionQuality_BC6H_BC7: 0 - - serializedVersion: 3 - buildTarget: WebGL - maxTextureSize: 2048 - resizeAlgorithm: 0 - textureFormat: -1 - textureCompression: 1 - compressionQuality: 50 - crunchedCompression: 0 - allowsAlphaSplitting: 0 - overridden: 0 - androidETC2FallbackOverride: 0 - forceMaximumCompressionQuality_BC6H_BC7: 0 - spriteSheet: - serializedVersion: 2 - sprites: [] - outline: [] - physicsShape: [] - bones: [] - spriteID: - internalID: 0 - vertices: [] - indices: - edges: [] - weights: [] - secondaryTextures: [] - spritePackingTag: - pSDRemoveMatte: 0 - pSDShowRemoveMatteOption: 0 - userData: - assetBundleName: - assetBundleVariant: -AssetOrigin: - serializedVersion: 1 - productId: 183370 - packageName: Feel - packageVersion: 5.8 - assetPath: Assets/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/WoodFloor20_nrm.png - uploadId: 799856 diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/WoodFloor20_rgh.png b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/WoodFloor20_rgh.png deleted file mode 100644 index dc36a7b7f..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/WoodFloor20_rgh.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3527522aaee17c3d615e8229460e4018345c579cfa079026194e2ff3fd752b7b -size 253361 diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/WoodFloor20_rgh.png.meta b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/WoodFloor20_rgh.png.meta deleted file mode 100644 index e43ee434e..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/WoodFloor20_rgh.png.meta +++ /dev/null @@ -1,98 +0,0 @@ -fileFormatVersion: 2 -guid: 42b2a15773865f847ad2ae0a8b3297f6 -TextureImporter: - internalIDToNameTable: [] - externalObjects: {} - serializedVersion: 10 - mipmaps: - mipMapMode: 0 - enableMipMap: 1 - sRGBTexture: 1 - linearTexture: 0 - fadeOut: 0 - borderMipMap: 0 - mipMapsPreserveCoverage: 0 - alphaTestReferenceValue: 0.5 - mipMapFadeDistanceStart: 1 - mipMapFadeDistanceEnd: 3 - bumpmap: - convertToNormalMap: 0 - externalNormalMap: 0 - heightScale: 0.25 - normalMapFilter: 0 - isReadable: 0 - streamingMipmaps: 0 - streamingMipmapsPriority: 0 - grayScaleToAlpha: 0 - generateCubemap: 6 - cubemapConvolution: 0 - seamlessCubemap: 0 - textureFormat: 1 - maxTextureSize: 2048 - textureSettings: - serializedVersion: 2 - filterMode: -1 - aniso: -1 - mipBias: -100 - wrapU: -1 - wrapV: -1 - wrapW: -1 - nPOTScale: 1 - lightmap: 0 - compressionQuality: 50 - spriteMode: 0 - spriteExtrude: 1 - spriteMeshType: 1 - alignment: 0 - spritePivot: {x: 0.5, y: 0.5} - spritePixelsToUnits: 100 - spriteBorder: {x: 0, y: 0, z: 0, w: 0} - spriteGenerateFallbackPhysicsShape: 1 - alphaUsage: 1 - alphaIsTransparency: 0 - spriteTessellationDetail: -1 - textureType: 0 - textureShape: 1 - singleChannelComponent: 0 - maxTextureSizeSet: 0 - compressionQualitySet: 0 - textureFormatSet: 0 - platformSettings: - - serializedVersion: 3 - buildTarget: DefaultTexturePlatform - maxTextureSize: 2048 - resizeAlgorithm: 0 - textureFormat: -1 - textureCompression: 1 - compressionQuality: 50 - crunchedCompression: 0 - allowsAlphaSplitting: 0 - overridden: 0 - androidETC2FallbackOverride: 0 - forceMaximumCompressionQuality_BC6H_BC7: 0 - spriteSheet: - serializedVersion: 2 - sprites: [] - outline: [] - physicsShape: [] - bones: [] - spriteID: - internalID: 0 - vertices: [] - indices: - edges: [] - weights: [] - secondaryTextures: [] - spritePackingTag: - pSDRemoveMatte: 0 - pSDShowRemoveMatteOption: 0 - userData: - assetBundleName: - assetBundleVariant: -AssetOrigin: - serializedVersion: 1 - productId: 183370 - packageName: Feel - packageVersion: 5.8 - assetPath: Assets/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/WoodFloor20_rgh.png - uploadId: 799856 diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/wip.meta b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/wip.meta deleted file mode 100644 index 310325c4c..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/wip.meta +++ /dev/null @@ -1,8 +0,0 @@ -fileFormatVersion: 2 -guid: 1470d780d62c8dd41aaf2f8eb7cf3837 -folderAsset: yes -DefaultImporter: - externalObjects: {} - userData: - assetBundleName: - assetBundleVariant: diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/wip/Rocks21_AO.png b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/wip/Rocks21_AO.png deleted file mode 100644 index 053d5485c..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/wip/Rocks21_AO.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6f6e40bf89657c76b86e5354701680184ccce11e87feb06d2f50fe6ea042fb1e -size 189524 diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/wip/Rocks21_AO.png.meta b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/wip/Rocks21_AO.png.meta deleted file mode 100644 index 8c9b59fc0..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/wip/Rocks21_AO.png.meta +++ /dev/null @@ -1,98 +0,0 @@ -fileFormatVersion: 2 -guid: 8c0cb98ea0c53c846bf6fc8fe819b4f2 -TextureImporter: - internalIDToNameTable: [] - externalObjects: {} - serializedVersion: 10 - mipmaps: - mipMapMode: 0 - enableMipMap: 1 - sRGBTexture: 1 - linearTexture: 0 - fadeOut: 0 - borderMipMap: 0 - mipMapsPreserveCoverage: 0 - alphaTestReferenceValue: 0.5 - mipMapFadeDistanceStart: 1 - mipMapFadeDistanceEnd: 3 - bumpmap: - convertToNormalMap: 0 - externalNormalMap: 0 - heightScale: 0.25 - normalMapFilter: 0 - isReadable: 0 - streamingMipmaps: 0 - streamingMipmapsPriority: 0 - grayScaleToAlpha: 0 - generateCubemap: 6 - cubemapConvolution: 0 - seamlessCubemap: 0 - textureFormat: 1 - maxTextureSize: 2048 - textureSettings: - serializedVersion: 2 - filterMode: -1 - aniso: -1 - mipBias: -100 - wrapU: -1 - wrapV: -1 - wrapW: -1 - nPOTScale: 1 - lightmap: 0 - compressionQuality: 50 - spriteMode: 0 - spriteExtrude: 1 - spriteMeshType: 1 - alignment: 0 - spritePivot: {x: 0.5, y: 0.5} - spritePixelsToUnits: 100 - spriteBorder: {x: 0, y: 0, z: 0, w: 0} - spriteGenerateFallbackPhysicsShape: 1 - alphaUsage: 1 - alphaIsTransparency: 0 - spriteTessellationDetail: -1 - textureType: 0 - textureShape: 1 - singleChannelComponent: 0 - maxTextureSizeSet: 0 - compressionQualitySet: 0 - textureFormatSet: 0 - platformSettings: - - serializedVersion: 3 - buildTarget: DefaultTexturePlatform - maxTextureSize: 2048 - resizeAlgorithm: 0 - textureFormat: -1 - textureCompression: 1 - compressionQuality: 50 - crunchedCompression: 0 - allowsAlphaSplitting: 0 - overridden: 0 - androidETC2FallbackOverride: 0 - forceMaximumCompressionQuality_BC6H_BC7: 0 - spriteSheet: - serializedVersion: 2 - sprites: [] - outline: [] - physicsShape: [] - bones: [] - spriteID: - internalID: 0 - vertices: [] - indices: - edges: [] - weights: [] - secondaryTextures: [] - spritePackingTag: - pSDRemoveMatte: 0 - pSDShowRemoveMatteOption: 0 - userData: - assetBundleName: - assetBundleVariant: -AssetOrigin: - serializedVersion: 1 - productId: 183370 - packageName: Feel - packageVersion: 5.8 - assetPath: Assets/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/wip/Rocks21_AO.png - uploadId: 799856 diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/wip/Rocks21_col.png b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/wip/Rocks21_col.png deleted file mode 100644 index 1c9fbc13d..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/wip/Rocks21_col.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9d8aa767fdaab89f9129d332b7b4093c3554d97cdee5e71e3cf7fc77bab211c4 -size 235473 diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/wip/Rocks21_col.png.meta b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/wip/Rocks21_col.png.meta deleted file mode 100644 index f878b1c21..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/wip/Rocks21_col.png.meta +++ /dev/null @@ -1,98 +0,0 @@ -fileFormatVersion: 2 -guid: f92424af8a6fa354d83079c4bf43b782 -TextureImporter: - internalIDToNameTable: [] - externalObjects: {} - serializedVersion: 10 - mipmaps: - mipMapMode: 0 - enableMipMap: 1 - sRGBTexture: 1 - linearTexture: 0 - fadeOut: 0 - borderMipMap: 0 - mipMapsPreserveCoverage: 0 - alphaTestReferenceValue: 0.5 - mipMapFadeDistanceStart: 1 - mipMapFadeDistanceEnd: 3 - bumpmap: - convertToNormalMap: 0 - externalNormalMap: 0 - heightScale: 0.25 - normalMapFilter: 0 - isReadable: 0 - streamingMipmaps: 0 - streamingMipmapsPriority: 0 - grayScaleToAlpha: 0 - generateCubemap: 6 - cubemapConvolution: 0 - seamlessCubemap: 0 - textureFormat: 1 - maxTextureSize: 2048 - textureSettings: - serializedVersion: 2 - filterMode: -1 - aniso: -1 - mipBias: -100 - wrapU: -1 - wrapV: -1 - wrapW: -1 - nPOTScale: 1 - lightmap: 0 - compressionQuality: 50 - spriteMode: 0 - spriteExtrude: 1 - spriteMeshType: 1 - alignment: 0 - spritePivot: {x: 0.5, y: 0.5} - spritePixelsToUnits: 100 - spriteBorder: {x: 0, y: 0, z: 0, w: 0} - spriteGenerateFallbackPhysicsShape: 1 - alphaUsage: 1 - alphaIsTransparency: 0 - spriteTessellationDetail: -1 - textureType: 0 - textureShape: 1 - singleChannelComponent: 0 - maxTextureSizeSet: 0 - compressionQualitySet: 0 - textureFormatSet: 0 - platformSettings: - - serializedVersion: 3 - buildTarget: DefaultTexturePlatform - maxTextureSize: 2048 - resizeAlgorithm: 0 - textureFormat: -1 - textureCompression: 1 - compressionQuality: 50 - crunchedCompression: 0 - allowsAlphaSplitting: 0 - overridden: 0 - androidETC2FallbackOverride: 0 - forceMaximumCompressionQuality_BC6H_BC7: 0 - spriteSheet: - serializedVersion: 2 - sprites: [] - outline: [] - physicsShape: [] - bones: [] - spriteID: - internalID: 0 - vertices: [] - indices: - edges: [] - weights: [] - secondaryTextures: [] - spritePackingTag: - pSDRemoveMatte: 0 - pSDShowRemoveMatteOption: 0 - userData: - assetBundleName: - assetBundleVariant: -AssetOrigin: - serializedVersion: 1 - productId: 183370 - packageName: Feel - packageVersion: 5.8 - assetPath: Assets/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/wip/Rocks21_col.png - uploadId: 799856 diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/wip/Rocks21_nrm.png b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/wip/Rocks21_nrm.png deleted file mode 100644 index 5ce79731c..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/wip/Rocks21_nrm.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e8eacff3d45ff756db20e2ceb8c6dcc466b07a162162dac2048c949fa496b465 -size 229940 diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/wip/Rocks21_nrm.png.meta b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/wip/Rocks21_nrm.png.meta deleted file mode 100644 index 7bcb59d84..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/wip/Rocks21_nrm.png.meta +++ /dev/null @@ -1,98 +0,0 @@ -fileFormatVersion: 2 -guid: 9078c24ee211e324f943a3982a508d4b -TextureImporter: - internalIDToNameTable: [] - externalObjects: {} - serializedVersion: 10 - mipmaps: - mipMapMode: 0 - enableMipMap: 1 - sRGBTexture: 0 - linearTexture: 0 - fadeOut: 0 - borderMipMap: 0 - mipMapsPreserveCoverage: 0 - alphaTestReferenceValue: 0.5 - mipMapFadeDistanceStart: 1 - mipMapFadeDistanceEnd: 3 - bumpmap: - convertToNormalMap: 0 - externalNormalMap: 0 - heightScale: 0.25 - normalMapFilter: 0 - isReadable: 0 - streamingMipmaps: 0 - streamingMipmapsPriority: 0 - grayScaleToAlpha: 0 - generateCubemap: 6 - cubemapConvolution: 0 - seamlessCubemap: 0 - textureFormat: 1 - maxTextureSize: 2048 - textureSettings: - serializedVersion: 2 - filterMode: -1 - aniso: -1 - mipBias: -100 - wrapU: -1 - wrapV: -1 - wrapW: -1 - nPOTScale: 1 - lightmap: 0 - compressionQuality: 50 - spriteMode: 0 - spriteExtrude: 1 - spriteMeshType: 1 - alignment: 0 - spritePivot: {x: 0.5, y: 0.5} - spritePixelsToUnits: 100 - spriteBorder: {x: 0, y: 0, z: 0, w: 0} - spriteGenerateFallbackPhysicsShape: 1 - alphaUsage: 1 - alphaIsTransparency: 0 - spriteTessellationDetail: -1 - textureType: 1 - textureShape: 1 - singleChannelComponent: 0 - maxTextureSizeSet: 0 - compressionQualitySet: 0 - textureFormatSet: 0 - platformSettings: - - serializedVersion: 3 - buildTarget: DefaultTexturePlatform - maxTextureSize: 2048 - resizeAlgorithm: 0 - textureFormat: -1 - textureCompression: 1 - compressionQuality: 50 - crunchedCompression: 0 - allowsAlphaSplitting: 0 - overridden: 0 - androidETC2FallbackOverride: 0 - forceMaximumCompressionQuality_BC6H_BC7: 0 - spriteSheet: - serializedVersion: 2 - sprites: [] - outline: [] - physicsShape: [] - bones: [] - spriteID: - internalID: 0 - vertices: [] - indices: - edges: [] - weights: [] - secondaryTextures: [] - spritePackingTag: - pSDRemoveMatte: 0 - pSDShowRemoveMatteOption: 0 - userData: - assetBundleName: - assetBundleVariant: -AssetOrigin: - serializedVersion: 1 - productId: 183370 - packageName: Feel - packageVersion: 5.8 - assetPath: Assets/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/wip/Rocks21_nrm.png - uploadId: 799856 diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/wip/Rocks21_rgh.png b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/wip/Rocks21_rgh.png deleted file mode 100644 index fcc7263c9..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/wip/Rocks21_rgh.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:84a3c41d753c4c713cfe3d3042cd3eaca52ce599ff60520e4dbf17f360bbf9bf -size 217419 diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/wip/Rocks21_rgh.png.meta b/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/wip/Rocks21_rgh.png.meta deleted file mode 100644 index 8d1524524..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/wip/Rocks21_rgh.png.meta +++ /dev/null @@ -1,98 +0,0 @@ -fileFormatVersion: 2 -guid: ca701d9c8a13e8e4d8eb322f490603d6 -TextureImporter: - internalIDToNameTable: [] - externalObjects: {} - serializedVersion: 10 - mipmaps: - mipMapMode: 0 - enableMipMap: 1 - sRGBTexture: 1 - linearTexture: 0 - fadeOut: 0 - borderMipMap: 0 - mipMapsPreserveCoverage: 0 - alphaTestReferenceValue: 0.5 - mipMapFadeDistanceStart: 1 - mipMapFadeDistanceEnd: 3 - bumpmap: - convertToNormalMap: 0 - externalNormalMap: 0 - heightScale: 0.25 - normalMapFilter: 0 - isReadable: 0 - streamingMipmaps: 0 - streamingMipmapsPriority: 0 - grayScaleToAlpha: 0 - generateCubemap: 6 - cubemapConvolution: 0 - seamlessCubemap: 0 - textureFormat: 1 - maxTextureSize: 2048 - textureSettings: - serializedVersion: 2 - filterMode: -1 - aniso: -1 - mipBias: -100 - wrapU: -1 - wrapV: -1 - wrapW: -1 - nPOTScale: 1 - lightmap: 0 - compressionQuality: 50 - spriteMode: 0 - spriteExtrude: 1 - spriteMeshType: 1 - alignment: 0 - spritePivot: {x: 0.5, y: 0.5} - spritePixelsToUnits: 100 - spriteBorder: {x: 0, y: 0, z: 0, w: 0} - spriteGenerateFallbackPhysicsShape: 1 - alphaUsage: 1 - alphaIsTransparency: 0 - spriteTessellationDetail: -1 - textureType: 0 - textureShape: 1 - singleChannelComponent: 0 - maxTextureSizeSet: 0 - compressionQualitySet: 0 - textureFormatSet: 0 - platformSettings: - - serializedVersion: 3 - buildTarget: DefaultTexturePlatform - maxTextureSize: 2048 - resizeAlgorithm: 0 - textureFormat: -1 - textureCompression: 1 - compressionQuality: 50 - crunchedCompression: 0 - allowsAlphaSplitting: 0 - overridden: 0 - androidETC2FallbackOverride: 0 - forceMaximumCompressionQuality_BC6H_BC7: 0 - spriteSheet: - serializedVersion: 2 - sprites: [] - outline: [] - physicsShape: [] - bones: [] - spriteID: - internalID: 0 - vertices: [] - indices: - edges: [] - weights: [] - secondaryTextures: [] - spritePackingTag: - pSDRemoveMatte: 0 - pSDShowRemoveMatteOption: 0 - userData: - assetBundleName: - assetBundleVariant: -AssetOrigin: - serializedVersion: 1 - productId: 183370 - packageName: Feel - packageVersion: 5.8 - assetPath: Assets/Feel/MMFeedbacks/Demos/SequencingDemo/Textures/wip/Rocks21_rgh.png - uploadId: 799856 diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Editor.meta b/Assets/OtherPlugins/Feel/MMFeedbacks/Editor.meta deleted file mode 100644 index 5dc2748ab..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Editor.meta +++ /dev/null @@ -1,8 +0,0 @@ -fileFormatVersion: 2 -guid: b38c3aee5b446914b9307897b3f70ece -folderAsset: yes -DefaultImporter: - externalObjects: {} - userData: - assetBundleName: - assetBundleVariant: diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Editor/Core.meta b/Assets/OtherPlugins/Feel/MMFeedbacks/Editor/Core.meta deleted file mode 100644 index b1d368004..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Editor/Core.meta +++ /dev/null @@ -1,8 +0,0 @@ -fileFormatVersion: 2 -guid: c15bb0862679ae743bdf21a29103355a -folderAsset: yes -DefaultImporter: - externalObjects: {} - userData: - assetBundleName: - assetBundleVariant: diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Editor/Core/AttributeDrawers.cs b/Assets/OtherPlugins/Feel/MMFeedbacks/Editor/Core/AttributeDrawers.cs deleted file mode 100644 index 3acc20f58..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Editor/Core/AttributeDrawers.cs +++ /dev/null @@ -1,250 +0,0 @@ -using MoreMountains.Tools; -using UnityEngine; -#if UNITY_EDITOR -using UnityEditor; -#endif - -namespace MoreMountains.Feedbacks -{ - [CustomPropertyDrawer(typeof(MMFEnumConditionAttribute))] - public class MMFEnumConditionAttributeDrawer : PropertyDrawer - { - public override void OnGUI(Rect position, SerializedProperty property, GUIContent label) - { - MMFEnumConditionAttribute enumConditionAttribute = (MMFEnumConditionAttribute)attribute; - bool enabled = GetConditionAttributeResult(enumConditionAttribute, property); - bool previouslyEnabled = GUI.enabled; - GUI.enabled = enabled; - if (!enumConditionAttribute.Hidden || enabled) - { - EditorGUI.PropertyField(position, property, label, true); - } - GUI.enabled = previouslyEnabled; - } - - private bool GetConditionAttributeResult(MMFEnumConditionAttribute enumConditionAttribute, SerializedProperty property) - { - bool enabled = true; - string propertyPath = property.propertyPath; - string conditionPath = propertyPath.Replace(property.name, enumConditionAttribute.ConditionEnum); - SerializedProperty sourcePropertyValue = property.serializedObject.FindProperty(conditionPath); - - if ((sourcePropertyValue != null) && (sourcePropertyValue.propertyType == SerializedPropertyType.Enum)) - { - int currentEnum = sourcePropertyValue.enumValueIndex; - enabled = enumConditionAttribute.ContainsBitFlag(currentEnum); - } - else - { - Debug.LogWarning("No matching boolean found for ConditionAttribute in object: " + enumConditionAttribute.ConditionEnum); - } - - return enabled; - } - - public override float GetPropertyHeight(SerializedProperty property, GUIContent label) - { - MMFEnumConditionAttribute enumConditionAttribute = (MMFEnumConditionAttribute)attribute; - bool enabled = GetConditionAttributeResult(enumConditionAttribute, property); - - if (!enumConditionAttribute.Hidden || enabled) - { - return EditorGUI.GetPropertyHeight(property, label); - } - else - { - return -EditorGUIUtility.standardVerticalSpacing; - } - } - } - - // original implementation by http://www.brechtos.com/hiding-or-disabling-inspector-properties-using-propertydrawers-within-unity-5/ - [CustomPropertyDrawer(typeof(MMFConditionAttribute))] - public class MMFConditionAttributeDrawer : PropertyDrawer - { - public override void OnGUI(Rect position, SerializedProperty property, GUIContent label) - { - MMFConditionAttribute conditionAttribute = (MMFConditionAttribute)attribute; - bool enabled = GetConditionAttributeResult(conditionAttribute, property); - bool previouslyEnabled = GUI.enabled; - GUI.enabled = conditionAttribute.Negative ? !enabled : enabled; - if (ShouldDisplay(conditionAttribute, enabled)) - { - EditorGUI.PropertyField(position, property, label, true); - } - GUI.enabled = previouslyEnabled; - } - - private bool GetConditionAttributeResult(MMFConditionAttribute conditionAttribute, SerializedProperty property) - { - bool enabled = true; - string propertyPath = property.propertyPath; - string conditionPath = propertyPath.Replace(property.name, conditionAttribute.ConditionBoolean); - SerializedProperty sourcePropertyValue = property.serializedObject.FindProperty(conditionPath); - - if (sourcePropertyValue != null) - { - enabled = sourcePropertyValue.boolValue; - } - else - { - Debug.LogWarning("No matching boolean found for ConditionAttribute in object: " + conditionAttribute.ConditionBoolean); - } - - return enabled; - } - - private bool ShouldDisplay(MMFConditionAttribute conditionAttribute, bool result) - { - bool shouldDisplay = !conditionAttribute.Hidden || result; - if (conditionAttribute.Negative) - { - shouldDisplay = !shouldDisplay; - } - return shouldDisplay; - } - - public override float GetPropertyHeight(SerializedProperty property, GUIContent label) - { - MMFConditionAttribute conditionAttribute = (MMFConditionAttribute)attribute; - bool enabled = GetConditionAttributeResult(conditionAttribute, property); - - if (ShouldDisplay(conditionAttribute, enabled)) - { - return EditorGUI.GetPropertyHeight(property, label); - } - else - { - /*int multiplier = 1; // this multiplier fixes issues in differing property spacing between MMFeedbacks and MMF_Player - if (property.depth > 0) - { - //multiplier = property.depth; - }*/ - return -EditorGUIUtility.standardVerticalSpacing /** multiplier*/; - } - } - } - - [CustomPropertyDrawer(typeof(MMFHiddenAttribute))] - public class MMFHiddenAttributeDrawer : PropertyDrawer - { - public override float GetPropertyHeight(SerializedProperty property, GUIContent label) - { - return 0f; - } - - public override void OnGUI(Rect position, SerializedProperty property, GUIContent label) - { - - } - } - - [CustomPropertyDrawer(typeof(MMFInformationAttribute))] - /// - /// This class allows the display of a message box (warning, info, error...) next to a property (before or after) - /// - public class MMFInformationAttributeDrawer : PropertyDrawer - { - // determines the space after the help box, the space before the text box, and the width of the help box icon - const int spaceBeforeTheTextBox = 5; - const int spaceAfterTheTextBox = 10; - const int iconWidth = 55; - - MMFInformationAttribute informationAttribute { get { return ((MMFInformationAttribute)attribute); } } - - /// - /// OnGUI, displays the property and the textbox in the specified order - /// - /// Rect. - /// Property. - /// Label. - public override void OnGUI(Rect rect, SerializedProperty prop, GUIContent label) - { - if (MMMenuHelp.HelpEnabled) - { - EditorStyles.helpBox.richText = true; - Rect helpPosition = rect; - Rect textFieldPosition = rect; - - if (!informationAttribute.MessageAfterProperty) - { - // we position the message before the property - helpPosition.height = DetermineTextboxHeight(informationAttribute.Message); - - textFieldPosition.y += helpPosition.height + spaceBeforeTheTextBox; - textFieldPosition.height = GetPropertyHeight(prop, label); - } - else - { - // we position the property first, then the message - textFieldPosition.height = GetPropertyHeight(prop, label); - - helpPosition.height = DetermineTextboxHeight(informationAttribute.Message); - // we add the complete property height (property + helpbox, as overridden in this very script), and substract both to get just the property - helpPosition.y += GetPropertyHeight(prop, label) - DetermineTextboxHeight(informationAttribute.Message) - spaceAfterTheTextBox; - } - - EditorGUI.HelpBox(helpPosition, informationAttribute.Message, informationAttribute.Type); - EditorGUI.PropertyField(textFieldPosition, prop, label, true); - } - else - { - Rect textFieldPosition = rect; - textFieldPosition.height = GetPropertyHeight(prop, label); - EditorGUI.PropertyField(textFieldPosition, prop, label, true); - } - } - - /// - /// Returns the complete height of the whole block (property + help text) - /// - /// The block height. - /// Property. - /// Label. - public override float GetPropertyHeight(SerializedProperty property, GUIContent label) - { - if (MMMenuHelp.HelpEnabled) - { - return EditorGUI.GetPropertyHeight(property) + DetermineTextboxHeight(informationAttribute.Message) + spaceAfterTheTextBox + spaceBeforeTheTextBox; - } - else - { - return EditorGUI.GetPropertyHeight(property); - } - } - - /// - /// Determines the height of the textbox. - /// - /// The textbox height. - /// Message. - protected virtual float DetermineTextboxHeight(string message) - { - GUIStyle style = new GUIStyle(EditorStyles.helpBox); - style.richText = true; - - float newHeight = style.CalcHeight(new GUIContent(message), EditorGUIUtility.currentViewWidth - iconWidth); - return newHeight; - } - } - - [CustomPropertyDrawer(typeof(MMFReadOnlyAttribute))] - public class MMFReadOnlyAttributeDrawer : PropertyDrawer - { - // Necessary since some properties tend to collapse smaller than their content - public override float GetPropertyHeight(SerializedProperty property, GUIContent label) - { - return EditorGUI.GetPropertyHeight(property, label, true); - } - - // Draw a disabled property field - public override void OnGUI(Rect position, SerializedProperty property, GUIContent label) - { - GUI.enabled = false; // Disable fields - EditorGUI.PropertyField(position, property, label, true); - GUI.enabled = true; // Enable fields - } - } - - -} \ No newline at end of file diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Editor/Core/AttributeDrawers.cs.meta b/Assets/OtherPlugins/Feel/MMFeedbacks/Editor/Core/AttributeDrawers.cs.meta deleted file mode 100644 index b8cf19373..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Editor/Core/AttributeDrawers.cs.meta +++ /dev/null @@ -1,18 +0,0 @@ -fileFormatVersion: 2 -guid: bb4df52d2a954374b913a14cc5d474d4 -MonoImporter: - externalObjects: {} - serializedVersion: 2 - defaultReferences: [] - executionOrder: 0 - icon: {instanceID: 0} - userData: - assetBundleName: - assetBundleVariant: -AssetOrigin: - serializedVersion: 1 - productId: 183370 - packageName: Feel - packageVersion: 5.8 - assetPath: Assets/Feel/MMFeedbacks/Editor/Core/AttributeDrawers.cs - uploadId: 799856 diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Editor/Core/MMF_PlayerConfiguration.cs b/Assets/OtherPlugins/Feel/MMFeedbacks/Editor/Core/MMF_PlayerConfiguration.cs deleted file mode 100644 index 46a9ddb93..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Editor/Core/MMF_PlayerConfiguration.cs +++ /dev/null @@ -1,53 +0,0 @@ -using System.Collections; -using System.Collections.Generic; -using System.Linq; -using UnityEngine; - -namespace MoreMountains.Feedbacks -{ - /// - /// An asset to store copy information, as well as global feedback settings. - /// It requires that one (and only one) MMFeedbacksConfiguration asset be created and stored in a Resources folder. - /// That's already done when installing MMFeedbacks. - /// - [CreateAssetMenu(menuName = "MoreMountains/MMFeedbacks/Configuration", fileName = "MMFeedbacksConfiguration")] - public class MMF_PlayerConfiguration : ScriptableObject - { - private static MMF_PlayerConfiguration _instance; - private static bool _instantiated; - - /// - /// Singleton pattern - /// - public static MMF_PlayerConfiguration Instance - { - get - { - if (_instantiated) - { - return _instance; - } - - string assetName = typeof(MMF_PlayerConfiguration).Name; - - MMF_PlayerConfiguration loadedAsset = Resources.Load("MMF_PlayerConfiguration"); - _instance = loadedAsset; - _instantiated = true; - - return _instance; - } - } - - [Header("Help settings")] - /// if this is true, inspector tips will be shown for MMFeedbacks - public bool ShowInspectorTips = true; - /// if this is true, when exiting play mode when KeepPlaymodeChanges is active, it'll turn off automatically, otherwise it'll remain on - public bool AutoDisableKeepPlaymodeChanges = true; - /// if this is true, when exiting play mode when KeepPlaymodeChanges is active, it'll turn off automatically, otherwise it'll remain on - public bool InspectorGroupsExpandedByDefault = true; - - - - private void OnDestroy(){ _instantiated = false; } - } -} \ No newline at end of file diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Editor/Core/MMF_PlayerConfiguration.cs.meta b/Assets/OtherPlugins/Feel/MMFeedbacks/Editor/Core/MMF_PlayerConfiguration.cs.meta deleted file mode 100644 index eb877a7a8..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Editor/Core/MMF_PlayerConfiguration.cs.meta +++ /dev/null @@ -1,18 +0,0 @@ -fileFormatVersion: 2 -guid: 8bcf466015f0b254893ff0208fccf90f -MonoImporter: - externalObjects: {} - serializedVersion: 2 - defaultReferences: [] - executionOrder: 0 - icon: {instanceID: 0} - userData: - assetBundleName: - assetBundleVariant: -AssetOrigin: - serializedVersion: 1 - productId: 183370 - packageName: Feel - packageVersion: 5.8 - assetPath: Assets/Feel/MMFeedbacks/Editor/Core/MMF_PlayerConfiguration.cs - uploadId: 799856 diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Editor/Core/MMF_PlayerCopy.cs b/Assets/OtherPlugins/Feel/MMFeedbacks/Editor/Core/MMF_PlayerCopy.cs deleted file mode 100644 index 1a2f45bd9..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Editor/Core/MMF_PlayerCopy.cs +++ /dev/null @@ -1,145 +0,0 @@ -using System; -using System.Collections.Generic; -using UnityEditor; -using System.Linq; -using UnityEngine; -using Object = UnityEngine.Object; - -namespace MoreMountains.Feedbacks -{ - /// - /// A helper class to copy and paste feedback properties - /// - static class MMF_PlayerCopy - { - static public System.Type Type { get; private set; } - public static readonly List CopiedFeedbacks = new List(); - public static readonly Dictionary> RuntimeChanges = new Dictionary>(); - - static string[] IgnoreList = new string[] - { - "m_ObjectHideFlags", - "m_CorrespondingSourceObject", - "m_PrefabInstance", - "m_PrefabAsset", - "m_GameObject", - "m_Enabled", - "m_EditorHideFlags", - "m_Script", - "m_Name", - "m_EditorClassIdentifier" - }; - - static MMF_PlayerCopy() - { - EditorApplication.playModeStateChanged += ModeChanged; - } - - private static void ModeChanged(PlayModeStateChange playModeState) - { - switch (playModeState) - { - case PlayModeStateChange.ExitingPlayMode: - StoreRuntimeChanges(); - break; - - case PlayModeStateChange.EnteredEditMode: - ApplyRuntimeChanges(); - break; - } - } - - private static void StoreRuntimeChanges() - { - foreach (MMF_Player player in Object.FindObjectsByType(FindObjectsInactive.Include, FindObjectsSortMode.None).Where(p => p.KeepPlayModeChanges)) - { - MMF_PlayerCopy.StoreRuntimeChanges(player); - } - } - - private static void ApplyRuntimeChanges() - { - foreach (MMF_Player player in Object.FindObjectsByType(FindObjectsInactive.Include, FindObjectsSortMode.None).Where(MMF_PlayerCopy.RuntimeChanges.ContainsKey)) - { - MMF_PlayerCopy.ApplyRuntimeChanges(player); - } - } - - static public bool HasCopy() - { - return CopiedFeedbacks != null && CopiedFeedbacks.Count == 1; - } - - static public bool HasMultipleCopies() - { - return CopiedFeedbacks != null && CopiedFeedbacks.Count > 1; - } - - static public void Copy(MMF_Feedback feedback) - { - Type feedbackType = feedback.GetType(); - MMF_Feedback newFeedback = (MMF_Feedback)Activator.CreateInstance(feedbackType); - EditorUtility.CopySerializedManagedFieldsOnly(feedback, newFeedback); - CopiedFeedbacks.Clear(); - CopiedFeedbacks.Add(newFeedback); - } - - static public void CopyAll(MMF_Player sourceFeedbacks) - { - CopiedFeedbacks.Clear(); - foreach (MMF_Feedback feedback in sourceFeedbacks.FeedbacksList) - { - Type feedbackType = feedback.GetType(); - MMF_Feedback newFeedback = (MMF_Feedback)Activator.CreateInstance(feedbackType); - EditorUtility.CopySerializedManagedFieldsOnly(feedback, newFeedback); - CopiedFeedbacks.Add(newFeedback); - } - } - - // Multiple Copy ---------------------------------------------------------- - - static public void PasteAll(MMF_PlayerEditorUITK targetEditor) - { - foreach (MMF_Feedback feedback in MMF_PlayerCopy.CopiedFeedbacks) - { - targetEditor.TargetMmfPlayer.AddFeedback(feedback); - } - CopiedFeedbacks.Clear(); - } - - // Runtime Changes - - static public void StoreRuntimeChanges(MMF_Player player) - { - RuntimeChanges[player] = new List(); - foreach (MMF_Feedback feedback in player.FeedbacksList) - { - Type feedbackType = feedback.GetType(); - MMF_Feedback newFeedback = (MMF_Feedback)Activator.CreateInstance(feedbackType); - EditorUtility.CopySerializedManagedFieldsOnly(feedback, newFeedback); - RuntimeChanges[player].Add(newFeedback); - } - } - - static public void ApplyRuntimeChanges(MMF_Player player) - { - SerializedObject playerSerialized = new SerializedObject(player); - playerSerialized.Update(); - Undo.RecordObject(player, "Replace all feedbacks"); - player.FeedbacksList.Clear(); - foreach (MMF_Feedback feedback in MMF_PlayerCopy.RuntimeChanges[player]) - { - player.AddFeedback(feedback, true); - } - playerSerialized.ApplyModifiedProperties(); - PrefabUtility.RecordPrefabInstancePropertyModifications(player); - if (MMF_PlayerConfiguration.Instance.AutoDisableKeepPlaymodeChanges) - { - playerSerialized.Update(); - player.KeepPlayModeChanges = false; - playerSerialized.ApplyModifiedProperties(); - } - player.RefreshCache(); - } - } -} \ No newline at end of file diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Editor/Core/MMF_PlayerCopy.cs.meta b/Assets/OtherPlugins/Feel/MMFeedbacks/Editor/Core/MMF_PlayerCopy.cs.meta deleted file mode 100644 index e8d2a9e41..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Editor/Core/MMF_PlayerCopy.cs.meta +++ /dev/null @@ -1,18 +0,0 @@ -fileFormatVersion: 2 -guid: 5f7bf459716aa484c8db5d1ef3ef8049 -MonoImporter: - externalObjects: {} - serializedVersion: 2 - defaultReferences: [] - executionOrder: 0 - icon: {instanceID: 0} - userData: - assetBundleName: - assetBundleVariant: -AssetOrigin: - serializedVersion: 1 - productId: 183370 - packageName: Feel - packageVersion: 5.8 - assetPath: Assets/Feel/MMFeedbacks/Editor/Core/MMF_PlayerCopy.cs - uploadId: 799856 diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Editor/Core/MMFeedbackStyling.cs b/Assets/OtherPlugins/Feel/MMFeedbacks/Editor/Core/MMFeedbackStyling.cs deleted file mode 100644 index f3f802085..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Editor/Core/MMFeedbackStyling.cs +++ /dev/null @@ -1,351 +0,0 @@ -using UnityEngine; -using UnityEditor; - -namespace MoreMountains.Feedbacks -{ - /// - /// A class used to regroup most of the styling options for the MMFeedback editors - /// - public static class MMFeedbackStyling - { - public static readonly GUIStyle SmallTickbox = new GUIStyle("ShurikenToggle"); - - static readonly Color _splitterdark = new Color(0.12f, 0.12f, 0.12f, 1.333f); - static readonly Color _splitterlight = new Color(0.6f, 0.6f, 0.6f, 1.333f); - public static Color Splitter { get { return EditorGUIUtility.isProSkin ? _splitterdark : _splitterlight; } } - - static readonly Color _headerbackgrounddark = new Color(0.1f, 0.1f, 0.1f, 0.2f); - static readonly Color _headerbackgroundlight = new Color(1f, 1f, 1f, 0.4f); - public static Color HeaderBackground { get { return EditorGUIUtility.isProSkin ? _headerbackgrounddark : _headerbackgroundlight; } } - - static readonly Color _reorderdark = new Color(1f, 1f, 1f, 0.2f); - static readonly Color _reorderlight = new Color(0.1f, 0.1f, 0.1f, 0.2f); - public static Color Reorder { get { return EditorGUIUtility.isProSkin ? _reorderdark : _reorderlight; } } - - static readonly Color _timingDark = new Color(1f, 1f, 1f, 0.5f); - static readonly Color _timingLight = new Color(0f, 0f, 0f, 0.5f); - - static readonly Texture2D _paneoptionsicondark; - static readonly Texture2D _paneoptionsiconlight; - public static Texture2D PaneOptionsIcon { get { return EditorGUIUtility.isProSkin ? _paneoptionsicondark : _paneoptionsiconlight; } } - - static MMFeedbackStyling() - { - _paneoptionsicondark = (Texture2D)EditorGUIUtility.Load("Builtin Skins/DarkSkin/Images/pane options.png"); - _paneoptionsiconlight = (Texture2D)EditorGUIUtility.Load("Builtin Skins/LightSkin/Images/pane options.png"); - } - - private static GUIStyle _timingStyle = new GUIStyle(); - - /// - /// Simply drow a splitter line and a title bellow - /// - static public void DrawSection(string title) - { - EditorGUILayout.Space(); - - DrawSplitter(); - - EditorGUILayout.Space(); - EditorGUILayout.Space(); - - EditorGUILayout.LabelField(title, EditorStyles.boldLabel); - } - - /// - /// Draw a separator line - /// - static public void DrawSplitter() - { - // Helper to draw a separator line - - var rect = GUILayoutUtility.GetRect(1f, 1f); - - rect.xMin = 0f; - rect.width += 4f; - - if (Event.current.type != EventType.Repaint) - return; - - EditorGUI.DrawRect(rect, Splitter); - } - - /// - /// Draw a header similar to the one used for the post-process stack - /// - static public Rect DrawSimpleHeader(ref bool expanded, ref bool activeField, string title) - { - var e = Event.current; - - // Initialize Rects - - var backgroundRect = GUILayoutUtility.GetRect(1f, 17f); - - var reorderRect = backgroundRect; - reorderRect.xMin -= 8f; - reorderRect.y += 5f; - reorderRect.width = 9f; - reorderRect.height = 9f; - - var labelRect = backgroundRect; - labelRect.xMin += 32f; - labelRect.xMax -= 20f; - - var foldoutRect = backgroundRect; - foldoutRect.y += 1f; - foldoutRect.width = 13f; - foldoutRect.height = 13f; - - var toggleRect = backgroundRect; - toggleRect.x += 16f; - toggleRect.y += 2f; - toggleRect.width = 13f; - toggleRect.height = 13f; - - var menuIcon = PaneOptionsIcon; - var menuRect = new Rect(labelRect.xMax + 4f, labelRect.y + 4f, menuIcon.width, menuIcon.height); - - // Background rect should be full-width - backgroundRect.xMin = 0f; - backgroundRect.width += 4f; - - // Background - EditorGUI.DrawRect(backgroundRect, HeaderBackground); - - // Foldout - expanded = GUI.Toggle(foldoutRect, expanded, GUIContent.none, EditorStyles.foldout); - - // Title - EditorGUI.LabelField(labelRect, title, EditorStyles.boldLabel); - - // Active checkbox - activeField = GUI.Toggle(toggleRect, activeField, GUIContent.none, SmallTickbox); - - // Handle events - - if (e.type == EventType.MouseDown && labelRect.Contains(e.mousePosition) && e.button == 0) - { - expanded = !expanded; - e.Use(); - } - - return backgroundRect; - } - - /// - /// Draw a header similar to the one used for the post-process stack - /// - static public Rect DrawHeader(ref bool expanded, ref bool activeField, string title, Color feedbackColor, System.Action fillGenericMenu, - float startedAt, float duration, float totalDuration, MMFeedbackTiming timing, bool pause, MMFeedbacks host) - { - float thisTime = timing.TimescaleMode == TimescaleModes.Scaled ? Time.time : Time.unscaledTime; - float thisDeltaTime = timing.TimescaleMode == TimescaleModes.Scaled ? Time.deltaTime : Time.unscaledDeltaTime; - - var e = Event.current; - - // Initialize Rects - var backgroundRect = GUILayoutUtility.GetRect(1f, 17f); - - var progressRect = GUILayoutUtility.GetRect(1f, 2f); - - var offset = 4f; - - var reorderRect = backgroundRect; - reorderRect.xMin -= 8f; - reorderRect.y += 5f; - reorderRect.width = 9f; - reorderRect.height = 9f; - - var labelRect = backgroundRect; - labelRect.xMin += 32f + offset; - labelRect.xMax -= 20f; - - var foldoutRect = backgroundRect; - foldoutRect.y += 1f; - foldoutRect.xMin += offset; - foldoutRect.width = 13f; - foldoutRect.height = 13f; - - var toggleRect = backgroundRect; - toggleRect.x += 16f; - toggleRect.xMin += offset; - toggleRect.y += 2f; - toggleRect.width = 13f; - toggleRect.height = 13f; - - var menuIcon = PaneOptionsIcon; - var menuRect = new Rect(labelRect.xMax + 4f, labelRect.y + 4f, menuIcon.width, menuIcon.height); - - _timingStyle.normal.textColor = EditorGUIUtility.isProSkin ? _timingDark : _timingLight; - _timingStyle.alignment = TextAnchor.MiddleRight; - - var colorRect = new Rect(labelRect.xMin, labelRect.yMin, 5f, 17f); - colorRect.xMin = 0f; - colorRect.xMax = 5f; - EditorGUI.DrawRect(colorRect, feedbackColor); - - // Background rect should be full-width - backgroundRect.xMin = 0f; - backgroundRect.width += 4f; - - progressRect.xMin = 0f; - progressRect.width += 4f; - - Color headerBackgroundColor = Color.white; - // Background - if color is white we draw the default color - if (!pause) - { - headerBackgroundColor = HeaderBackground; - } - else - { - headerBackgroundColor = feedbackColor; - } - EditorGUI.DrawRect(backgroundRect, headerBackgroundColor); - - // Foldout - expanded = GUI.Toggle(foldoutRect, expanded, GUIContent.none, EditorStyles.foldout); - - // Title ---------------------------------------------------------------------------------------------------- - - using (new EditorGUI.DisabledScope(!activeField)) - { - EditorGUI.LabelField(labelRect, title, EditorStyles.boldLabel); - } - - // Direction ---------------------------------------------------------------------------------------------- - - float directionRectWidth = 70f; - var directionRect = new Rect(labelRect.xMax - directionRectWidth, labelRect.yMin, directionRectWidth, 17f); - directionRect.xMin = labelRect.xMax - directionRectWidth; - directionRect.xMax = labelRect.xMax; - - if (timing.MMFeedbacksDirectionCondition == MMFeedbackTiming.MMFeedbacksDirectionConditions.OnlyWhenBackwards) - { - Texture arrowUpIcon = Resources.Load("FeelArrowUp") as Texture; - GUIContent directionIcon = new GUIContent(arrowUpIcon); - EditorGUI.LabelField(directionRect, directionIcon); - } - - if (timing.MMFeedbacksDirectionCondition == MMFeedbackTiming.MMFeedbacksDirectionConditions.OnlyWhenForwards) - { - Texture arrowDownIcon = Resources.Load("FeelArrowDown") as Texture; - GUIContent directionIcon = new GUIContent(arrowDownIcon); - EditorGUI.LabelField(directionRect, directionIcon); - } - - // Time ----------------------------------------------------------------------------------------------------- - - string timingInfo = ""; - bool displayTotal = false; - if (host.DisplayFullDurationDetails) - { - if (timing.InitialDelay != 0) - { - timingInfo += host.ApplyTimeMultiplier(timing.InitialDelay).ToString() + "s + "; - displayTotal = true; - } - - timingInfo += duration.ToString("F2") + "s"; - - if (timing.NumberOfRepeats != 0) - { - float delayBetweenRepeats = host.ApplyTimeMultiplier(timing.DelayBetweenRepeats); - - timingInfo += " + "+ timing.NumberOfRepeats.ToString() + " x "; - if (timing.DelayBetweenRepeats > 0) - { - timingInfo += "("; - } - timingInfo += duration + "s"; - if (timing.DelayBetweenRepeats > 0) - { - timingInfo += " + " + host.ApplyTimeMultiplier(timing.DelayBetweenRepeats) + "s )"; - } - displayTotal = true; - } - - if (displayTotal) - { - timingInfo += " = " + totalDuration.ToString("F2") + "s"; - } - } - else - { - timingInfo = totalDuration.ToString("F2") + "s"; - } - - //"[ 2s + 3 x (4s + 1s) ]" - - float timingRectWidth = 150f; - var timingRect = new Rect(labelRect.xMax - timingRectWidth, labelRect.yMin, timingRectWidth, 17f); - timingRect.xMin = labelRect.xMax - timingRectWidth; - timingRect.xMax = labelRect.xMax; - EditorGUI.LabelField(timingRect, timingInfo, _timingStyle); - - // Progress bar - if (totalDuration == 0f) - { - totalDuration = 0.1f; - } - - if (startedAt == 0f) - { - startedAt = 0.001f; - } - if ((startedAt > 0f) && (thisTime - startedAt < totalDuration + 0.05f)) - { - float fullWidth = progressRect.width; - if (totalDuration == 0f) { totalDuration = 0.1f; } - float percent = ((thisTime - startedAt) / totalDuration) * 100f; - progressRect.width = percent * fullWidth / 100f; - Color barColor = Color.white; - if (thisTime - startedAt > totalDuration) - { - barColor = Color.yellow; - } - EditorGUI.DrawRect(progressRect, barColor); - } - else - { - EditorGUI.DrawRect(progressRect, headerBackgroundColor); - } - - // Active checkbox - activeField = GUI.Toggle(toggleRect, activeField, GUIContent.none, SmallTickbox); - - // Dropdown menu icon - GUI.DrawTexture(menuRect, menuIcon); - - for(int i = 0; i < 3; i++) - { - Rect r = reorderRect; - r.height = 1; - r.y = reorderRect.y + reorderRect.height * (i / 3.0f); - EditorGUI.DrawRect(r, Reorder); - } - - - // Handle events - - if (e.type == EventType.MouseDown) - { - if (menuRect.Contains(e.mousePosition)) - { - var menu = new GenericMenu(); - fillGenericMenu(menu); - menu.DropDown(new Rect(new Vector2(menuRect.x, menuRect.yMax), Vector2.zero)); - e.Use(); - } - } - - if (e.type == EventType.MouseDown && labelRect.Contains(e.mousePosition) && e.button == 0) - { - expanded = !expanded; - e.Use(); - } - - return backgroundRect; - } - } -} \ No newline at end of file diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Editor/Core/MMFeedbackStyling.cs.meta b/Assets/OtherPlugins/Feel/MMFeedbacks/Editor/Core/MMFeedbackStyling.cs.meta deleted file mode 100644 index 845ab79ee..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Editor/Core/MMFeedbackStyling.cs.meta +++ /dev/null @@ -1,18 +0,0 @@ -fileFormatVersion: 2 -guid: 74bba79889819c645bedf0dcd6d6cfa3 -MonoImporter: - externalObjects: {} - serializedVersion: 2 - defaultReferences: [] - executionOrder: 0 - icon: {instanceID: 0} - userData: - assetBundleName: - assetBundleVariant: -AssetOrigin: - serializedVersion: 1 - productId: 183370 - packageName: Feel - packageVersion: 5.8 - assetPath: Assets/Feel/MMFeedbacks/Editor/Core/MMFeedbackStyling.cs - uploadId: 799856 diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Editor/Core/MMFeedbacksColors.cs b/Assets/OtherPlugins/Feel/MMFeedbacks/Editor/Core/MMFeedbacksColors.cs deleted file mode 100644 index 855fd192c..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Editor/Core/MMFeedbacksColors.cs +++ /dev/null @@ -1,396 +0,0 @@ -using UnityEngine; -using System.Collections; -using System.Collections.Generic; - -namespace MoreMountains.Feedbacks -{ - /// - /// Color helpers - /// - public static class MMFeedbacksColors - { - // via https://gist.github.com/LotteMakesStuff/f7ce43f11e545a151b95b5e87f76304c - // NOTE: The follwing color names come from the CSS3 specification, Section 4.3 Extended Color Keywords - // http://www.w3.org/TR/css3-color/#svg-color - - public static readonly Color AliceBlue = new Color32(240, 248, 255, 255); - public static readonly Color AntiqueWhite = new Color32(250, 235, 215, 255); - public static readonly Color Aqua = new Color32(0, 255, 255, 255); - public static readonly Color Aquamarine = new Color32(127, 255, 212, 255); - public static readonly Color Azure = new Color32(240, 255, 255, 255); - public static readonly Color Beige = new Color32(245, 245, 220, 255); - public static readonly Color Bisque = new Color32(255, 228, 196, 255); - public static readonly Color Black = new Color32(0, 0, 0, 255); - public static readonly Color BlanchedAlmond = new Color32(255, 235, 205, 255); - public static readonly Color Blue = new Color32(0, 0, 255, 255); - public static readonly Color BlueViolet = new Color32(138, 43, 226, 255); - public static readonly Color Brown = new Color32(165, 42, 42, 255); - public static readonly Color Burlywood = new Color32(222, 184, 135, 255); - public static readonly Color CadetBlue = new Color32(95, 158, 160, 255); - public static readonly Color Chartreuse = new Color32(127, 255, 0, 255); - public static readonly Color Chocolate = new Color32(210, 105, 30, 255); - public static readonly Color Coral = new Color32(255, 127, 80, 255); - public static readonly Color CornflowerBlue = new Color32(100, 149, 237, 255); - public static readonly Color Cornsilk = new Color32(255, 248, 220, 255); - public static readonly Color Crimson = new Color32(220, 20, 60, 255); - public static readonly Color Cyan = new Color32(0, 255, 255, 255); - public static readonly Color DarkBlue = new Color32(0, 0, 139, 255); - public static readonly Color DarkCyan = new Color32(0, 139, 139, 255); - public static readonly Color DarkGoldenrod = new Color32(184, 134, 11, 255); - public static readonly Color DarkGray = new Color32(169, 169, 169, 255); - public static readonly Color DarkGreen = new Color32(0, 100, 0, 255); - public static readonly Color DarkKhaki = new Color32(189, 183, 107, 255); - public static readonly Color DarkMagenta = new Color32(139, 0, 139, 255); - public static readonly Color DarkOliveGreen = new Color32(85, 107, 47, 255); - public static readonly Color DarkOrange = new Color32(255, 140, 0, 255); - public static readonly Color DarkOrchid = new Color32(153, 50, 204, 255); - public static readonly Color DarkRed = new Color32(139, 0, 0, 255); - public static readonly Color DarkSalmon = new Color32(233, 150, 122, 255); - public static readonly Color DarkSeaGreen = new Color32(143, 188, 143, 255); - public static readonly Color DarkSlateBlue = new Color32(72, 61, 139, 255); - public static readonly Color DarkSlateGray = new Color32(47, 79, 79, 255); - public static readonly Color DarkTurquoise = new Color32(0, 206, 209, 255); - public static readonly Color DarkViolet = new Color32(148, 0, 211, 255); - public static readonly Color DeepPink = new Color32(255, 20, 147, 255); - public static readonly Color DeepSkyBlue = new Color32(0, 191, 255, 255); - public static readonly Color DimGray = new Color32(105, 105, 105, 255); - public static readonly Color DodgerBlue = new Color32(30, 144, 255, 255); - public static readonly Color FireBrick = new Color32(178, 34, 34, 255); - public static readonly Color FloralWhite = new Color32(255, 250, 240, 255); - public static readonly Color ForestGreen = new Color32(34, 139, 34, 255); - public static readonly Color Fuchsia = new Color32(255, 0, 255, 255); - public static readonly Color Gainsboro = new Color32(220, 220, 220, 255); - public static readonly Color GhostWhite = new Color32(248, 248, 255, 255); - public static readonly Color Gold = new Color32(255, 215, 0, 255); - public static readonly Color Goldenrod = new Color32(218, 165, 32, 255); - public static readonly Color Gray = new Color32(128, 128, 128, 255); - public static readonly Color Green = new Color32(0, 128, 0, 255); - public static readonly Color GreenYellow = new Color32(173, 255, 47, 255); - public static readonly Color Honeydew = new Color32(240, 255, 240, 255); - public static readonly Color HotPink = new Color32(255, 105, 180, 255); - public static readonly Color IndianRed = new Color32(205, 92, 92, 255); - public static readonly Color Indigo = new Color32(75, 0, 130, 255); - public static readonly Color Ivory = new Color32(255, 255, 240, 255); - public static readonly Color Khaki = new Color32(240, 230, 140, 255); - public static readonly Color Lavender = new Color32(230, 230, 250, 255); - public static readonly Color Lavenderblush = new Color32(255, 240, 245, 255); - public static readonly Color LawnGreen = new Color32(124, 252, 0, 255); - public static readonly Color LemonChiffon = new Color32(255, 250, 205, 255); - public static readonly Color LightBlue = new Color32(173, 216, 230, 255); - public static readonly Color LightCoral = new Color32(240, 128, 128, 255); - public static readonly Color LightCyan = new Color32(224, 255, 255, 255); - public static readonly Color LightGoldenodYellow = new Color32(250, 250, 210, 255); - public static readonly Color LightGray = new Color32(211, 211, 211, 255); - public static readonly Color LightGreen = new Color32(144, 238, 144, 255); - public static readonly Color LightPink = new Color32(255, 182, 193, 255); - public static readonly Color LightSalmon = new Color32(255, 160, 122, 255); - public static readonly Color LightSeaGreen = new Color32(32, 178, 170, 255); - public static readonly Color LightSkyBlue = new Color32(135, 206, 250, 255); - public static readonly Color LightSlateGray = new Color32(119, 136, 153, 255); - public static readonly Color LightSteelBlue = new Color32(176, 196, 222, 255); - public static readonly Color LightYellow = new Color32(255, 255, 224, 255); - public static readonly Color Lime = new Color32(0, 255, 0, 255); - public static readonly Color LimeGreen = new Color32(50, 205, 50, 255); - public static readonly Color Linen = new Color32(250, 240, 230, 255); - public static readonly Color Magenta = new Color32(255, 0, 255, 255); - public static readonly Color Maroon = new Color32(128, 0, 0, 255); - public static readonly Color MediumAquamarine = new Color32(102, 205, 170, 255); - public static readonly Color MediumBlue = new Color32(0, 0, 205, 255); - public static readonly Color MediumOrchid = new Color32(186, 85, 211, 255); - public static readonly Color MediumPurple = new Color32(147, 112, 219, 255); - public static readonly Color MediumSeaGreen = new Color32(60, 179, 113, 255); - public static readonly Color MediumSlateBlue = new Color32(123, 104, 238, 255); - public static readonly Color MediumSpringGreen = new Color32(0, 250, 154, 255); - public static readonly Color MediumTurquoise = new Color32(72, 209, 204, 255); - public static readonly Color MediumVioletRed = new Color32(199, 21, 133, 255); - public static readonly Color MidnightBlue = new Color32(25, 25, 112, 255); - public static readonly Color Mintcream = new Color32(245, 255, 250, 255); - public static readonly Color MistyRose = new Color32(255, 228, 225, 255); - public static readonly Color Moccasin = new Color32(255, 228, 181, 255); - public static readonly Color NavajoWhite = new Color32(255, 222, 173, 255); - public static readonly Color Navy = new Color32(0, 0, 128, 255); - public static readonly Color OldLace = new Color32(253, 245, 230, 255); - public static readonly Color Olive = new Color32(128, 128, 0, 255); - public static readonly Color Olivedrab = new Color32(107, 142, 35, 255); - public static readonly Color Orange = new Color32(255, 165, 0, 255); - public static readonly Color Orangered = new Color32(255, 69, 0, 255); - public static readonly Color Orchid = new Color32(218, 112, 214, 255); - public static readonly Color PaleGoldenrod = new Color32(238, 232, 170, 255); - public static readonly Color PaleGreen = new Color32(152, 251, 152, 255); - public static readonly Color PaleTurquoise = new Color32(175, 238, 238, 255); - public static readonly Color PaleVioletred = new Color32(219, 112, 147, 255); - public static readonly Color PapayaWhip = new Color32(255, 239, 213, 255); - public static readonly Color PeachPuff = new Color32(255, 218, 185, 255); - public static readonly Color Peru = new Color32(205, 133, 63, 255); - public static readonly Color Pink = new Color32(255, 192, 203, 255); - public static readonly Color Plum = new Color32(221, 160, 221, 255); - public static readonly Color PowderBlue = new Color32(176, 224, 230, 255); - public static readonly Color Purple = new Color32(128, 0, 128, 255); - public static readonly Color Red = new Color32(255, 0, 0, 255); - public static readonly Color RosyBrown = new Color32(188, 143, 143, 255); - public static readonly Color RoyalBlue = new Color32(65, 105, 225, 255); - public static readonly Color SaddleBrown = new Color32(139, 69, 19, 255); - public static readonly Color Salmon = new Color32(250, 128, 114, 255); - public static readonly Color SandyBrown = new Color32(244, 164, 96, 255); - public static readonly Color SeaGreen = new Color32(46, 139, 87, 255); - public static readonly Color Seashell = new Color32(255, 245, 238, 255); - public static readonly Color Sienna = new Color32(160, 82, 45, 255); - public static readonly Color Silver = new Color32(192, 192, 192, 255); - public static readonly Color SkyBlue = new Color32(135, 206, 235, 255); - public static readonly Color SlateBlue = new Color32(106, 90, 205, 255); - public static readonly Color SlateGray = new Color32(112, 128, 144, 255); - public static readonly Color Snow = new Color32(255, 250, 250, 255); - public static readonly Color SpringGreen = new Color32(0, 255, 127, 255); - public static readonly Color SteelBlue = new Color32(70, 130, 180, 255); - public static readonly Color Tan = new Color32(210, 180, 140, 255); - public static readonly Color Teal = new Color32(0, 128, 128, 255); - public static readonly Color Thistle = new Color32(216, 191, 216, 255); - public static readonly Color Tomato = new Color32(255, 99, 71, 255); - public static readonly Color Turquoise = new Color32(64, 224, 208, 255); - public static readonly Color Violet = new Color32(238, 130, 238, 255); - public static readonly Color Wheat = new Color32(245, 222, 179, 255); - public static readonly Color White = new Color32(255, 255, 255, 255); - public static readonly Color WhiteSmoke = new Color32(245, 245, 245, 255); - public static readonly Color Yellow = new Color32(255, 255, 0, 255); - public static readonly Color YellowGreen = new Color32(154, 205, 50, 255); - public static readonly Color ReunoYellow = new Color32(255, 196, 0, 255); - public static readonly Color BestRed = new Color32(255, 24, 0, 255); - - public static Dictionary ColorDictionary; - - public static Color RandomColor() - { - int random = Random.Range(0, 140); - return GetColorAt(random); - } - - public static Color GetColorAt(int index) - { - if (ColorDictionary == null) - { - InitializeDictionary(); - } - - if (index < ColorDictionary.Count) - { - return ColorDictionary[index]; - } - else - { - return Color.white; - } - } - - public static void InitializeDictionary() - { - ColorDictionary = new Dictionary - { - { 0, AliceBlue }, - { 1, AntiqueWhite }, - { 2, Aqua }, - { 3, Aquamarine }, - { 4, Azure }, - { 5, Beige }, - { 6, Bisque }, - { 7, Black }, - { 8, BlanchedAlmond }, - { 9, Blue }, - { 10, BlueViolet }, - { 11, Brown }, - { 12, Burlywood }, - { 13, CadetBlue }, - { 14, Chartreuse }, - { 15, Chocolate }, - { 16, Coral }, - { 17, CornflowerBlue }, - { 18, Cornsilk }, - { 19, Crimson }, - { 20, Cyan }, - { 21, DarkBlue }, - { 22, DarkCyan }, - { 23, DarkGoldenrod }, - { 24, DarkGray }, - { 25, DarkGreen }, - { 26, DarkKhaki }, - { 27, DarkMagenta }, - { 28, DarkOliveGreen }, - { 29, DarkOrange }, - { 30, DarkOrchid }, - { 31, DarkRed }, - { 32, DarkSalmon }, - { 33, DarkSeaGreen }, - { 34, DarkSlateBlue }, - { 35, DarkSlateGray }, - { 36, DarkTurquoise }, - { 37, DarkViolet }, - { 38, DeepPink }, - { 39, DeepSkyBlue }, - { 40, DimGray }, - { 41, DodgerBlue }, - { 42, FireBrick }, - { 43, FloralWhite }, - { 44, ForestGreen }, - { 45, Fuchsia }, - { 46, Gainsboro }, - { 47, GhostWhite }, - { 48, Gold }, - { 49, Goldenrod }, - { 50, Gray }, - { 51, Green }, - { 52, GreenYellow }, - { 53, Honeydew }, - { 54, HotPink }, - { 55, IndianRed }, - { 56, Indigo }, - { 57, Ivory }, - { 58, Khaki }, - { 59, Lavender }, - { 60, Lavenderblush }, - { 61, LawnGreen }, - { 62, LemonChiffon }, - { 63, LightBlue }, - { 64, LightCoral }, - { 65, LightCyan }, - { 66, LightGoldenodYellow }, - { 67, LightGray }, - { 68, LightGreen }, - { 69, LightPink }, - { 70, LightSalmon }, - { 71, LightSeaGreen }, - { 72, LightSkyBlue }, - { 73, LightSlateGray }, - { 74, LightSteelBlue }, - { 75, LightYellow }, - { 76, Lime }, - { 77, LimeGreen }, - { 78, Linen }, - { 79, Magenta }, - { 80, Maroon }, - { 81, MediumAquamarine }, - { 82, MediumBlue }, - { 83, MediumOrchid }, - { 84, MediumPurple }, - { 85, MediumSeaGreen }, - { 86, MediumSlateBlue }, - { 87, MediumSpringGreen }, - { 88, MediumTurquoise }, - { 89, MediumVioletRed }, - { 90, MidnightBlue }, - { 91, Mintcream }, - { 92, MistyRose }, - { 93, Moccasin }, - { 94, NavajoWhite }, - { 95, Navy }, - { 96, OldLace }, - { 97, Olive }, - { 98, Olivedrab }, - { 99, Orange }, - { 100, Orangered }, - { 101, Orchid }, - { 102, PaleGoldenrod }, - { 103, PaleGreen }, - { 104, PaleTurquoise }, - { 105, PaleVioletred }, - { 106, PapayaWhip }, - { 107, PeachPuff }, - { 108, Peru }, - { 109, Pink }, - { 110, Plum }, - { 111, PowderBlue }, - { 112, Purple }, - { 113, Red }, - { 114, RosyBrown }, - { 115, RoyalBlue }, - { 116, SaddleBrown }, - { 117, Salmon }, - { 118, SandyBrown }, - { 119, SeaGreen }, - { 120, Seashell }, - { 121, Sienna }, - { 122, Silver }, - { 123, SkyBlue }, - { 124, SlateBlue }, - { 125, SlateGray }, - { 126, Snow }, - { 127, SpringGreen }, - { 128, SteelBlue }, - { 129, Tan }, - { 130, Teal }, - { 131, Thistle }, - { 132, Tomato }, - { 133, Turquoise }, - { 134, Violet }, - { 135, Wheat }, - { 136, White }, - { 137, WhiteSmoke }, - { 138, Yellow }, - { 139, YellowGreen }, - { 140, ReunoYellow }, - { 141, BestRed } - }; - } - - /// - /// Returns a random color between the two min/max specified - /// - /// - /// - /// - /// - public static Color MMRandomColor(this Color color, Color min, Color max) - { - Color c = new Color() - { - r = UnityEngine.Random.Range(min.r, max.r), - g = UnityEngine.Random.Range(min.g, max.g), - b = UnityEngine.Random.Range(min.b, max.b), - a = UnityEngine.Random.Range(min.a, max.a) - }; - - return c; - } - - - /// - /// Tint : Uses HSV color conversions, keeps the original values, multiplies alpha - /// Multiply : The whole color, including alpha, is multiplied over the original - /// Replace : completely replaces the original with the target color - /// ReplaceKeepAlpha : color is replaced but the original alpha channel is ignored - /// Add : target color gets added (including its alpha) - /// - public enum ColoringMode { Tint, Multiply, Replace, ReplaceKeepAlpha, Add } - - public static Color MMColorize(this Color originalColor, Color targetColor, ColoringMode coloringMode, float lerpAmount = 1.0f) - { - Color resultColor = Color.white; - switch (coloringMode) - { - case ColoringMode.Tint: - { - float s_h, s_s, s_v, t_h, t_s, t_v; - Color.RGBToHSV(originalColor, out s_h, out s_s, out s_v); - Color.RGBToHSV(targetColor, out t_h, out t_s, out t_v); - resultColor = Color.HSVToRGB(t_h, t_s, s_v * t_v); - resultColor.a = originalColor.a * targetColor.a; - } - break; - case ColoringMode.Multiply: - resultColor = originalColor * targetColor; - break; - case ColoringMode.Replace: - resultColor = targetColor; - break; - case ColoringMode.ReplaceKeepAlpha: - resultColor = targetColor; - resultColor.a = originalColor.a; - break; - case ColoringMode.Add: - resultColor = originalColor + targetColor; - break; - default: - break; - } - return Color.Lerp(originalColor, resultColor, lerpAmount); - } - } -} \ No newline at end of file diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Editor/Core/MMFeedbacksColors.cs.meta b/Assets/OtherPlugins/Feel/MMFeedbacks/Editor/Core/MMFeedbacksColors.cs.meta deleted file mode 100644 index 6e7b9388a..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Editor/Core/MMFeedbacksColors.cs.meta +++ /dev/null @@ -1,18 +0,0 @@ -fileFormatVersion: 2 -guid: 822282e53ae1ea84d9795a45c89280db -MonoImporter: - externalObjects: {} - serializedVersion: 2 - defaultReferences: [] - executionOrder: 0 - icon: {instanceID: 0} - userData: - assetBundleName: - assetBundleVariant: -AssetOrigin: - serializedVersion: 1 - productId: 183370 - packageName: Feel - packageVersion: 5.8 - assetPath: Assets/Feel/MMFeedbacks/Editor/Core/MMFeedbacksColors.cs - uploadId: 799856 diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Editor/Core/MMFeedbacksConfiguration.cs b/Assets/OtherPlugins/Feel/MMFeedbacks/Editor/Core/MMFeedbacksConfiguration.cs deleted file mode 100644 index 0902754ad..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Editor/Core/MMFeedbacksConfiguration.cs +++ /dev/null @@ -1,51 +0,0 @@ -using System.Collections; -using System.Collections.Generic; -using System.Linq; -using UnityEngine; - -namespace MoreMountains.Feedbacks -{ - /// - /// An asset to store copy information, as well as global feedback settings. - /// It requires that one (and only one) MMFeedbacksConfiguration asset be created and stored in a Resources folder. - /// That's already done when installing MMFeedbacks. - /// - [CreateAssetMenu(menuName = "MoreMountains/MMFeedbacks/Configuration", fileName = "MMFeedbacksConfiguration")] - public class MMFeedbacksConfiguration : ScriptableObject - { - private static MMFeedbacksConfiguration _instance; - private static bool _instantiated; - - /// - /// Singleton pattern - /// - public static MMFeedbacksConfiguration Instance - { - get - { - if (_instantiated) - { - return _instance; - } - - string assetName = typeof(MMFeedbacksConfiguration).Name; - - MMFeedbacksConfiguration loadedAsset = Resources.Load("MMFeedbacksConfiguration"); - _instantiated = true; - _instance = loadedAsset; - - return _instance; - } - } - - [Header("Debug")] - /// storage for copy/paste - public MMFeedbacks _mmFeedbacks; - - [Header("Help settings")] - /// if this is true, inspector tips will be shown for MMFeedbacks - public bool ShowInspectorTips = true; - - private void OnDestroy(){ _instantiated = false; } - } -} \ No newline at end of file diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Editor/Core/MMFeedbacksConfiguration.cs.meta b/Assets/OtherPlugins/Feel/MMFeedbacks/Editor/Core/MMFeedbacksConfiguration.cs.meta deleted file mode 100644 index 9ea7edfb7..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Editor/Core/MMFeedbacksConfiguration.cs.meta +++ /dev/null @@ -1,18 +0,0 @@ -fileFormatVersion: 2 -guid: 00bf1cad26d9e9342b90f463840caf08 -MonoImporter: - externalObjects: {} - serializedVersion: 2 - defaultReferences: [] - executionOrder: 0 - icon: {instanceID: 0} - userData: - assetBundleName: - assetBundleVariant: -AssetOrigin: - serializedVersion: 1 - productId: 183370 - packageName: Feel - packageVersion: 5.8 - assetPath: Assets/Feel/MMFeedbacks/Editor/Core/MMFeedbacksConfiguration.cs - uploadId: 799856 diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Editor/Core/MMFeedbacksEditor.cs b/Assets/OtherPlugins/Feel/MMFeedbacks/Editor/Core/MMFeedbacksEditor.cs deleted file mode 100644 index ced9b35ea..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Editor/Core/MMFeedbacksEditor.cs +++ /dev/null @@ -1,31 +0,0 @@ -using System; -using System.Collections; -using System.Collections.Generic; -using System.Linq; -using System.Reflection; -using MoreMountains.Tools; -using UnityEditor; -using UnityEngine; - -namespace MoreMountains.Feedbacks -{ - /// - /// A custom editor displaying a foldable list of MMFeedbacks, a dropdown to add more, as well as test buttons to test your feedbacks at runtime - /// - [CustomEditor(typeof(MMFeedbacks))] - public class MMFeedbacksEditor : Editor - { - /// - /// Draws the inspector, complete with helpbox, init mode selection, list of feedbacks, feedback selection and test buttons - /// - public override void OnInspectorGUI() - { - - EditorGUILayout.HelpBox("The MMFeedbacks component got deprecated with the introduction of the MMF Player, in v3.0.\n\n" + - "The MMF Player improves performance, lets you keep runtime changes, and much more! And it works just like MMFeedbacks. " + - "With the release of v4.0, the MMFeedbacks is now completely removed from Feel and phased out.\n\n" + - "If you've tried adding this component, maybe you're watching an old tutorial, in that case, fear not, all you're watching is still valid, " + - "just replace MMFeedbacks with MMF Player and you'll be good to go! Have fun with Feel!", MessageType.Warning); - } - } -} \ No newline at end of file diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Editor/Core/MMFeedbacksEditor.cs.meta b/Assets/OtherPlugins/Feel/MMFeedbacks/Editor/Core/MMFeedbacksEditor.cs.meta deleted file mode 100644 index 3206ad2e2..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Editor/Core/MMFeedbacksEditor.cs.meta +++ /dev/null @@ -1,9 +0,0 @@ -fileFormatVersion: 2 -guid: b44bc3e42b280e843bc6108cbdee8253 -AssetOrigin: - serializedVersion: 1 - productId: 183370 - packageName: Feel - packageVersion: 5.8 - assetPath: Assets/Feel/MMFeedbacks/Editor/Core/MMFeedbacksEditor.cs - uploadId: 799856 diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Editor/Core/UIToolkit.meta b/Assets/OtherPlugins/Feel/MMFeedbacks/Editor/Core/UIToolkit.meta deleted file mode 100644 index 978503f6d..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Editor/Core/UIToolkit.meta +++ /dev/null @@ -1,8 +0,0 @@ -fileFormatVersion: 2 -guid: 6df6061b7bd0f2b48bd1dffd95b1c113 -folderAsset: yes -DefaultImporter: - externalObjects: {} - userData: - assetBundleName: - assetBundleVariant: diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Editor/Core/UIToolkit/FeelScriptIcon.png b/Assets/OtherPlugins/Feel/MMFeedbacks/Editor/Core/UIToolkit/FeelScriptIcon.png deleted file mode 100644 index a0c915355..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Editor/Core/UIToolkit/FeelScriptIcon.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b5f209a96fb65fd018ef0045c86db671639238497d9134b46f22fe17e32c06cf -size 1296 diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Editor/Core/UIToolkit/FeelScriptIcon.png.meta b/Assets/OtherPlugins/Feel/MMFeedbacks/Editor/Core/UIToolkit/FeelScriptIcon.png.meta deleted file mode 100644 index 1aaf1dce1..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Editor/Core/UIToolkit/FeelScriptIcon.png.meta +++ /dev/null @@ -1,150 +0,0 @@ -fileFormatVersion: 2 -guid: d9d54e48cd32e274287fb32bbb13da24 -TextureImporter: - internalIDToNameTable: [] - externalObjects: {} - serializedVersion: 13 - mipmaps: - mipMapMode: 0 - enableMipMap: 0 - sRGBTexture: 1 - linearTexture: 0 - fadeOut: 0 - borderMipMap: 0 - mipMapsPreserveCoverage: 0 - alphaTestReferenceValue: 0.5 - mipMapFadeDistanceStart: 1 - mipMapFadeDistanceEnd: 3 - bumpmap: - convertToNormalMap: 0 - externalNormalMap: 0 - heightScale: 0.25 - normalMapFilter: 0 - flipGreenChannel: 0 - isReadable: 0 - streamingMipmaps: 0 - streamingMipmapsPriority: 0 - vTOnly: 0 - ignoreMipmapLimit: 0 - grayScaleToAlpha: 0 - generateCubemap: 6 - cubemapConvolution: 0 - seamlessCubemap: 0 - textureFormat: 1 - maxTextureSize: 2048 - textureSettings: - serializedVersion: 2 - filterMode: 1 - aniso: 1 - mipBias: 0 - wrapU: 1 - wrapV: 1 - wrapW: 0 - nPOTScale: 0 - lightmap: 0 - compressionQuality: 50 - spriteMode: 1 - spriteExtrude: 1 - spriteMeshType: 1 - alignment: 0 - spritePivot: {x: 0.5, y: 0.5} - spritePixelsToUnits: 100 - spriteBorder: {x: 0, y: 0, z: 0, w: 0} - spriteGenerateFallbackPhysicsShape: 1 - alphaUsage: 1 - alphaIsTransparency: 1 - spriteTessellationDetail: -1 - textureType: 8 - textureShape: 1 - singleChannelComponent: 0 - flipbookRows: 1 - flipbookColumns: 1 - maxTextureSizeSet: 0 - compressionQualitySet: 0 - textureFormatSet: 0 - ignorePngGamma: 0 - applyGammaDecoding: 0 - swizzle: 50462976 - cookieLightType: 0 - platformSettings: - - serializedVersion: 4 - buildTarget: DefaultTexturePlatform - maxTextureSize: 2048 - resizeAlgorithm: 0 - textureFormat: -1 - textureCompression: 1 - compressionQuality: 50 - crunchedCompression: 0 - allowsAlphaSplitting: 0 - overridden: 0 - ignorePlatformSupport: 0 - androidETC2FallbackOverride: 0 - forceMaximumCompressionQuality_BC6H_BC7: 0 - - serializedVersion: 4 - buildTarget: Win64 - maxTextureSize: 2048 - resizeAlgorithm: 0 - textureFormat: -1 - textureCompression: 1 - compressionQuality: 50 - crunchedCompression: 0 - allowsAlphaSplitting: 0 - overridden: 0 - ignorePlatformSupport: 0 - androidETC2FallbackOverride: 0 - forceMaximumCompressionQuality_BC6H_BC7: 0 - - serializedVersion: 4 - buildTarget: Standalone - maxTextureSize: 2048 - resizeAlgorithm: 0 - textureFormat: -1 - textureCompression: 1 - compressionQuality: 50 - crunchedCompression: 0 - allowsAlphaSplitting: 0 - overridden: 0 - ignorePlatformSupport: 0 - androidETC2FallbackOverride: 0 - forceMaximumCompressionQuality_BC6H_BC7: 0 - - serializedVersion: 4 - buildTarget: WebGL - maxTextureSize: 2048 - resizeAlgorithm: 0 - textureFormat: -1 - textureCompression: 1 - compressionQuality: 50 - crunchedCompression: 0 - allowsAlphaSplitting: 0 - overridden: 0 - ignorePlatformSupport: 0 - androidETC2FallbackOverride: 0 - forceMaximumCompressionQuality_BC6H_BC7: 0 - spriteSheet: - serializedVersion: 2 - sprites: [] - outline: [] - customData: - physicsShape: [] - bones: [] - spriteID: 5e97eb03825dee720800000000000000 - internalID: 0 - vertices: [] - indices: - edges: [] - weights: [] - secondaryTextures: [] - spriteCustomMetadata: - entries: [] - nameFileIdTable: {} - mipmapLimitGroupName: - pSDRemoveMatte: 0 - userData: - assetBundleName: - assetBundleVariant: -AssetOrigin: - serializedVersion: 1 - productId: 183370 - packageName: Feel - packageVersion: 5.8 - assetPath: Assets/Feel/MMFeedbacks/Editor/Core/UIToolkit/FeelScriptIcon.png - uploadId: 799856 diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Editor/Core/UIToolkit/MMF_FeedbackPropertyDrawerUITK.cs b/Assets/OtherPlugins/Feel/MMFeedbacks/Editor/Core/UIToolkit/MMF_FeedbackPropertyDrawerUITK.cs deleted file mode 100644 index 43c55cab3..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Editor/Core/UIToolkit/MMF_FeedbackPropertyDrawerUITK.cs +++ /dev/null @@ -1,385 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Reflection; -using MoreMountains.Tools; -using UnityEditor; -using UnityEditor.UIElements; -using UnityEngine; -using UnityEngine.UIElements; - -namespace MoreMountains.Feedbacks -{ - public class MMFInspectorDrawData - { - public int Index; - public Foldout FeedbackFoldout; - public SerializedProperty CurrentProperty; - public MMF_Feedback Feedback; - public MMF_PlayerEditorUITK PlayerEditor; - public Action OnAnyValueChanged; - public Action OnFeedbackFieldValueChanged; - public Dictionary FeedbackGroupsDictionary; - public Dictionary GroupDataDictionary; - public List PropertiesList; - public Sprite SetupRequiredIcon; - } - - public class MMFInspectorGroupData - { - public bool GroupIsOpen; - public MMFInspectorGroupAttribute GroupAttribute; - public List PropertiesList = new List(); - public HashSet GroupHashSet = new HashSet(); - public Color GroupColor; - public bool Initialized = false; - - public void ClearGroup() - { - GroupAttribute = null; - GroupHashSet.Clear(); - PropertiesList.Clear(); - Initialized = false; - } - } - - public class MMF_FeedbackPropertyDrawerUITK - { - private const string _channelFieldName = "Channel"; - private const string _channelModeFieldName = "ChannelMode"; - private const string _channelDefinitionFieldName = "MMChannelDefinition"; - private const string _automatedTargetAcquisitionName = "AutomatedTargetAcquisition"; - private const string _timingFieldName = "Timing"; - protected const string _customInspectorButtonPropertyName = "MMF_Button"; - - protected const string _mmfInspectorClassName = "mm-mmf-inspector"; - protected const string _mmfContainerClassName = "mm-mmf-container"; - protected const string _mmfGroupClassName = "mm-mmf-group"; - protected const string _mmfFieldClassName = "mm-mmf-field"; - protected const string _feedbackGroupHeaderExtrasClassName = "mm-feedback-group-header-extras"; - - public static VisualElement DrawInspector(MMFInspectorDrawData drawData) - { - // create our inspector root - VisualElement root = new VisualElement(); - root.RegisterCallback(evt => { evt.StopPropagation(); }); - root.AddToClassList(_mmfInspectorClassName); - - // initialize our data containers - Dictionary groupDataDictionary = new Dictionary(); - List propertiesList = new List(); - drawData.GroupDataDictionary = groupDataDictionary; - drawData.PropertiesList = propertiesList; - - Initialization(drawData); - root.Add(DrawContainer(drawData)); - - // we initialize our groupdata with a delay to make sure OnFeedbackFieldValueChanged isn't called on the first render of each field - root.schedule.Execute(() => - { - foreach (var keyPair in groupDataDictionary) - { - keyPair.Value.Initialized = true; - } - }).StartingIn(1000); - - return root; - } - - protected static void Initialization(MMFInspectorDrawData drawData) - { - List fieldInfoList; - MMFInspectorGroupAttribute previousGroupAttribute = default; - int fieldInfoLength = MMF_FieldInfo.GetFieldInfo(drawData.Feedback, out fieldInfoList); - - for (int i = 0; i < fieldInfoLength; i++) - { - MMFInspectorGroupAttribute group = Attribute.GetCustomAttribute(fieldInfoList[i], typeof(MMFInspectorGroupAttribute)) as MMFInspectorGroupAttribute; - - MMFInspectorGroupData groupData; - if (group == null) - { - if (previousGroupAttribute != null && previousGroupAttribute.GroupAllFieldsUntilNextGroupAttribute) - { - if (!drawData.GroupDataDictionary.TryGetValue(previousGroupAttribute.GroupName, out groupData)) - { - if (!ShouldSkipGroup(previousGroupAttribute.GroupName, drawData.Feedback)) - { - drawData.GroupDataDictionary.Add(previousGroupAttribute.GroupName, new MMFInspectorGroupData - { - GroupAttribute = previousGroupAttribute, - GroupHashSet = new HashSet { fieldInfoList[i].Name }, - GroupColor = MMFeedbacksColors.GetColorAt(previousGroupAttribute.GroupColorIndex) - }); - } - } - else - { - groupData.GroupColor = MMFeedbacksColors.GetColorAt(previousGroupAttribute.GroupColorIndex); - groupData.GroupHashSet.Add(fieldInfoList[i].Name); - } - } - - continue; - } - - previousGroupAttribute = group; - - if (!drawData.GroupDataDictionary.TryGetValue(group.GroupName, out groupData)) - { - bool fallbackOpenState = true; - if (group.ClosedByDefault) { fallbackOpenState = false; } - bool groupIsOpen = EditorPrefs.GetBool(string.Format($"{group.GroupName}{fieldInfoList[i].Name}{drawData.Feedback.UniqueID}"), fallbackOpenState); - - if (!ShouldSkipGroup(previousGroupAttribute.GroupName, drawData.Feedback)) - { - drawData.GroupDataDictionary.Add(group.GroupName, new MMFInspectorGroupData - { - GroupAttribute = group, - GroupColor = MMFeedbacksColors.GetColorAt(previousGroupAttribute.GroupColorIndex), - GroupHashSet = new HashSet { fieldInfoList[i].Name }, GroupIsOpen = groupIsOpen - }); - } - } - else - { - groupData.GroupHashSet.Add(fieldInfoList[i].Name); - groupData.GroupColor = MMFeedbacksColors.GetColorAt(previousGroupAttribute.GroupColorIndex); - } - } - - if (drawData.CurrentProperty.NextVisible(true)) - { - do - { - FillPropertiesList(drawData.CurrentProperty, drawData.GroupDataDictionary, drawData.PropertiesList); - } while (drawData.CurrentProperty.NextVisible(false)); - } - } - - protected static bool ShouldSkipGroup(string groupName, MMF_Feedback feedback) - { - bool skip = false; - - if (groupName == MMF_Feedback._randomnessGroupName && !feedback.HasRandomness) - { - skip = true; - } - - if (groupName == MMF_Feedback._rangeGroupName && !feedback.HasRange) - { - skip = true; - } - - if (groupName == MMF_Feedback._automaticSetupGroupName && !feedback.HasAutomaticShakerSetup) - { - skip = true; - } - - return skip; - } - - public static void FillPropertiesList(SerializedProperty serializedProperty, Dictionary groupDataDictionary, List propertiesList) - { - bool shouldClose = false; - - foreach (KeyValuePair pair in groupDataDictionary) - { - if (pair.Value.GroupHashSet.Contains(serializedProperty.name)) - { - SerializedProperty property = serializedProperty.Copy(); - shouldClose = true; - pair.Value.PropertiesList.Add(property); - break; - } - } - - if (!shouldClose) - { - SerializedProperty property = serializedProperty.Copy(); - propertiesList.Add(property); - } - } - - protected static VisualElement DrawContainer(MMFInspectorDrawData drawData) - { - VisualElement root = new VisualElement(); - root.AddToClassList(_mmfContainerClassName); - - if (drawData.PropertiesList.Count == 0) - { - return root; - } - - foreach (KeyValuePair pair in drawData.GroupDataDictionary) - { - VisualElement group = DrawGroup(pair.Value, drawData); - root.Add(group); - } - - return root; - } - - protected static VisualElement DrawGroup(MMFInspectorGroupData groupData, MMFInspectorDrawData drawData) - { - VisualElement root = new VisualElement(); - root.RegisterCallback(evt => { evt.StopPropagation(); }); - root.AddToClassList(_mmfGroupClassName); - - Foldout foldout = new Foldout(); - foldout.text = groupData.GroupAttribute.GroupName; - foldout.value = groupData.GroupIsOpen; - foldout.AddToClassList(MMF_PlayerEditorUITK._foldoutClassName); - foldout.style.borderLeftColor = groupData.GroupColor; - foldout.viewDataKey = drawData.Feedback.UniqueID + "-" + drawData.Feedback.Label + "-" + groupData.GroupAttribute.GroupName; - root.Add(foldout); - - var toggleElement = foldout.Q(); - toggleElement.AddToClassList(MMF_PlayerEditorUITK._foldoutToggleClassName); - - VisualElement headerExtrasContainer = new VisualElement(); - headerExtrasContainer.AddToClassList(_feedbackGroupHeaderExtrasClassName); - headerExtrasContainer.pickingMode = PickingMode.Ignore; - foldout.parent.Insert(1, headerExtrasContainer); - - MMF_PlayerEditorUITK.MMFFeedbackGroupExtrasContainerData feedbackGroupExtrasContainerData = new MMF_PlayerEditorUITK.MMFFeedbackGroupExtrasContainerData(); - feedbackGroupExtrasContainerData.HeaderExtrasContainer = headerExtrasContainer; - feedbackGroupExtrasContainerData.GroupData = groupData; - feedbackGroupExtrasContainerData.DrawData = drawData; - drawData.FeedbackGroupsDictionary.Add(groupData, feedbackGroupExtrasContainerData); - DrawGroupExtrasContainer(feedbackGroupExtrasContainerData); - - // foldout contents - foldout.schedule.Execute(() => - { - if (foldout.value) { DrawFoldoutContents(); } - }).ExecuteLater(1); - - EventCallback> callback = null; - callback = evt => - { - if (evt.newValue) - { - if (foldout.childCount == 0) - { - DrawFoldoutContents(); - foldout.UnregisterValueChangedCallback(callback); - } - } - }; - foldout.RegisterValueChangedCallback(callback); - - void DrawFoldoutContents() - { - for (int i = 0; i < groupData.PropertiesList.Count; i++) - { - DrawChild(i, foldout, root); - } - } - - void DrawChild(int i, Foldout foldout, VisualElement root) - { - if (!drawData.Feedback.HasChannel - && (groupData.PropertiesList[i].name == _channelFieldName - || groupData.PropertiesList[i].name == _channelModeFieldName - || groupData.PropertiesList[i].name == _channelDefinitionFieldName)) - { - return; - } - - bool shouldDraw = !((groupData.PropertiesList[i].name == _automatedTargetAcquisitionName) && (!drawData.Feedback.HasAutomatedTargetAcquisition)); - if (!shouldDraw) - { - return; - } - - if (!DrawCustomInspectors(groupData.PropertiesList[i], drawData.Feedback, foldout)) - { - PropertyField field = new PropertyField(groupData.PropertiesList[i]); - field.label = ObjectNames.NicifyVariableName(groupData.PropertiesList[i].name); - field.name = groupData.PropertiesList[i].name; - field.tooltip = groupData.PropertiesList[i].tooltip; - field.AddToClassList(_mmfFieldClassName); - field.Bind(groupData.PropertiesList[i].serializedObject); - field.TrackPropertyValue(groupData.PropertiesList[i], drawData.OnAnyValueChanged); - - if (field.name == "Label") - { - field?.RegisterCallback>(evt => - { - drawData.FeedbackFoldout.text = drawData.PlayerEditor.DetermineFeedbackLabel(drawData.Index, drawData.Feedback.GetType()); - }); - } - - field.RegisterValueChangeCallback(evt => - { - if (groupData.Initialized) - { - drawData.OnFeedbackFieldValueChanged(groupData.PropertiesList[i], groupData, drawData.Feedback); - } - }); - foldout.Add(field); - - // we register callbacks for all the nested fields under Timing - if (field.name == _timingFieldName) - { - RegisterNestedCallbacks(field, groupData.PropertiesList[i], groupData, drawData); - } - } - } - - return root; - } - - private static void RegisterNestedCallbacks(VisualElement field, SerializedProperty property, MMFInspectorGroupData groupData, MMFInspectorDrawData drawData) - { - field.schedule.Execute(() => // we delay the execution to avoid calling the callback before the Timing foldout is fully built - { - foreach (var child in field.Children()) - { - if (child is PropertyField genericField) - { - genericField.RegisterValueChangeCallback(evt => drawData.OnFeedbackFieldValueChanged(property, groupData, drawData.Feedback)); - } - if (child.childCount > 0) - { - RegisterNestedCallbacks(child, property, groupData, drawData); - } - } - }).StartingIn(100); - } - - public static void DrawGroupExtrasContainer(MMF_PlayerEditorUITK.MMFFeedbackGroupExtrasContainerData groupExtrasContainerData) - { - groupExtrasContainerData.HeaderExtrasContainer.Clear(); - - if (groupExtrasContainerData.GroupData.GroupAttribute.RequiresSetup && groupExtrasContainerData.DrawData.Feedback.RequiresSetup) - { - VisualElement setupRequiredIcon = new VisualElement(); - setupRequiredIcon.AddToClassList(MMF_PlayerEditorUITK._iconClassName); - setupRequiredIcon.AddToClassList(MMF_PlayerEditorUITK._setupRequiredIconClassName); - setupRequiredIcon.style.backgroundImage = new StyleBackground(groupExtrasContainerData.DrawData.SetupRequiredIcon); - groupExtrasContainerData.HeaderExtrasContainer.Add(setupRequiredIcon); - } - } - - protected static bool DrawCustomInspectors(SerializedProperty currentProperty, MMF_Feedback feedback, Foldout foldout) - { - if (feedback.HasCustomInspectors) - { - switch (currentProperty.type) - { - case _customInspectorButtonPropertyName: - MMF_Button myButton = (MMF_Button)(currentProperty.MMFGetObjectValue()); - - Button newButton = new Button(() => myButton.TargetMethod()); - newButton.text = myButton.ButtonText; - foldout.Add(newButton); - - return true; - } - } - - return false; - } - } -} diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Editor/Core/UIToolkit/MMF_FeedbackPropertyDrawerUITK.cs.meta b/Assets/OtherPlugins/Feel/MMFeedbacks/Editor/Core/UIToolkit/MMF_FeedbackPropertyDrawerUITK.cs.meta deleted file mode 100644 index 30d7d87ab..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Editor/Core/UIToolkit/MMF_FeedbackPropertyDrawerUITK.cs.meta +++ /dev/null @@ -1,18 +0,0 @@ -fileFormatVersion: 2 -guid: 886d805cbd686b046b8707c00676d919 -MonoImporter: - externalObjects: {} - serializedVersion: 2 - defaultReferences: [] - executionOrder: 0 - icon: {instanceID: 0} - userData: - assetBundleName: - assetBundleVariant: -AssetOrigin: - serializedVersion: 1 - productId: 183370 - packageName: Feel - packageVersion: 5.8 - assetPath: Assets/Feel/MMFeedbacks/Editor/Core/UIToolkit/MMF_FeedbackPropertyDrawerUITK.cs - uploadId: 799856 diff --git a/Assets/OtherPlugins/Feel/MMFeedbacks/Editor/Core/UIToolkit/MMF_PlayerEditorUITK.cs b/Assets/OtherPlugins/Feel/MMFeedbacks/Editor/Core/UIToolkit/MMF_PlayerEditorUITK.cs deleted file mode 100644 index 96df7de77..000000000 --- a/Assets/OtherPlugins/Feel/MMFeedbacks/Editor/Core/UIToolkit/MMF_PlayerEditorUITK.cs +++ /dev/null @@ -1,1838 +0,0 @@ -using System; -using System.Collections.Generic; -using MoreMountains.Tools; -#if UNITY_EDITOR -using UnityEditor; -using UnityEditor.UIElements; -#endif -using UnityEngine; -using System.Linq; -using UnityEngine.UIElements; - -namespace MoreMountains.Feedbacks -{ - [CanEditMultipleObjects] - [CustomEditor(typeof(MMF_Player), true)] - public class MMF_PlayerEditorUITK : Editor - { - public struct FeedbackTypePair - { - public System.Type FeedbackType; - public string FeedbackName; - } - - public class FeedbackHeaderContainersData - { - public int Index; - public MMF_Feedback Feedback; - public VisualElement HeaderContainer; - public VisualElement SetupRequiredWarningBox; - public VisualElement ProgressBar; - public Type FeedbackType; - } - - public class MMFFeedbackGroupExtrasContainerData - { - public VisualElement HeaderExtrasContainer; - public MMFInspectorGroupData GroupData; - public MMFInspectorDrawData DrawData; - } - - // Bindings - public StyleSheet StyleSheetBase; - public StyleSheet StyleSheetControls; - public StyleSheet StyleSheetFeedbacksList; - public StyleSheet StyleSheetFoldouts; - public StyleSheet StyleSheetSettings; - public StyleSheet StyleSheetLightSkin; - - // Icons - public Sprite GearIcon; - public Sprite TopToBottomIcon; - public Sprite BottomToTopIcon; - public Sprite ContextlMenuIcon; - public Sprite SetupRequiredIcon; - public Sprite EmptyListImage; - public Sprite ScriptIcon; - public Sprite SearchFieldCloseIcon; - - // Properties - public MMF_Player TargetMmfPlayer; - public static List _typeDisplays; - public static List _typeNamesDisplays; - public static List _typesAndNames = new List(); - - // Protected - protected bool _settingsFoldoutIsOpen = false; - protected SerializedProperty _inScriptDrivenPause; - protected SerializedProperty _mmfeedbacksList; - protected VisualElement _root; - protected VisualElement _bottomBar; - protected Foldout _settingsFoldout; - protected Label _isPlayingLabel; - protected VisualElement _settingsInfo; - protected ListView _feedbacksListView; - protected bool _initialized = false; - protected bool _isPlayingLastFrame; - protected string _feedbackLabel; - protected IVisualElementScheduledItem _blinkingTask; - protected Label _feedbacksListLabel; - protected Length _progressBarLength; - protected VisualElement _emptyFeedbackListContainer; - protected VisualElement _automaticShakerSetupButtonContainer; - protected StyleBackground _styleBackgroundGearIcon; - protected StyleColor _transparentColor = new StyleColor(new Color(0, 0, 0, 0)); - - protected Dictionary FeedbackHeaderContainersDictionary; - protected Dictionary FeedbackGroupsDictionary; - - // text constants - protected const string _copyAllText = "Copy all"; - protected const string _pasteAsNewText = "Paste as new"; - protected const string _pasteUndoText = "Paste Feedback"; - protected const string _replaceAllText = "Replace all"; - protected const string _replaceAllUndoText = "Replace all feedbacks"; - protected const string _addUndoText = "Add new feedback"; - protected const string _removeUndoText = "Remove feedback"; - protected const string _pasteAllAsNewText = "Paste all feedbacks as new"; - - protected const string _inactiveMessage = - "All MMFeedbacks, including this one, are currently disabled. This is done via script, by changing the value of the MMFeedbacks.GlobalMMFeedbacksActive boolean. Right now this value has been set to false. Setting it back to true will allow MMFeedbacks to play again."; - - protected const string _initializationSectionText = "Initialization"; - protected const string _directionSectionText = "Direction"; - protected const string _intensitySectionText = "Intensity"; - protected const string _timingSectionText = "Timing"; - protected const string _rangeSectionText = "Range"; - protected const string _playSettingsSectionText = "Play Settings"; - protected const string _eventsSectionText = "Events"; - protected const string _settingsText = "MMF PLAYER SETTINGS"; - protected const string _isPlayingText = "PLAYING "; - protected const string _infiniteLoopText = "[Infinite Loop] "; - protected const string _initializeText = "Initialization"; - protected const string _playText = "Play"; - protected const string _removeText = "Remove"; - protected const string _pauseText = "Pause"; - protected const string _stopText = "Stop"; - protected const string _resetText = "Reset"; - protected const string _resetUndoText = "Reset Feedback"; - protected const string _changeDirectionText = "ChangeDirection"; - protected const string _duplicateText = "Duplicate"; - protected const string _copyText = "Copy"; - protected const string _pasteText = "Paste"; - protected const string _editScriptText = "Edit Script"; - protected const string _skipText = "SkipToTheEnd"; - protected const string _restoreText = "RestoreInitialValues"; - protected const string _keepPlaymodeChangesText = "Keep Play Mode Changes"; - protected const string _scriptEditLabelText = "Script"; - protected const string _searchFeedbackPlaceholderText = "Search..."; - - protected const string _scriptDrivenInProgressText = - "Script driven pause in progress, call ResumeFeedbacks() or press the button below to exit pause"; - - protected const string _resumeText = "ResumeFeedbacks"; - protected const string _feedbacksSectionTitle = "FEEDBACKS"; - protected const string _originalLabelColor = "#666"; - - protected const string _emptyFeedbackListMessage = - "This MMF Player doesn't contain any feedbacks for the moment.\n\n Pick a feedback from the \"Add a new feedback\" dropdown below to get started."; - - protected const string _addNewFeedbackText = "Add new feedback..."; - protected const string _automaticShakerSetupText = "Automatic Shaker Setup"; - - protected const string _undoText = "Modified Feedback Manager"; - //protected const string _debugControlsText = "Debug Controls"; - - // property names - protected const string _inScriptDrivenPausePropertyName = "InScriptDrivenPause"; - protected const string _feedbacksListPropertyName = "FeedbacksList"; - protected const string _feedbackBaseName = "MMF_FeedbackBase"; - protected const string _scriptPropertyName = "m_Script"; - protected const string _initializationModePropertyName = "InitializationMode"; - protected const string _autoPlayOnStartPropertyName = "AutoPlayOnStart"; - protected const string _autoPlayOnEnablePropertyName = "AutoPlayOnEnable"; - protected const string _autoInitializationPropertyName = "AutoInitialization"; - protected const string _directionPropertyName = "Direction"; - protected const string _autoChangeDirectionOnEndPropertyName = "AutoChangeDirectionOnEnd"; - protected const string _feedbacksIntensityPropertyName = "FeedbacksIntensity"; - protected const string _durationMultiplierPropertyName = "DurationMultiplier"; - protected const string _randomizeDurationPropertyName = "RandomizeDuration"; - protected const string _randomDurationMultiplierPropertyName = "RandomDurationMultiplier"; - protected const string _displayFullDurationDetailsPropertyName = "DisplayFullDurationDetails"; - protected const string _cooldownDurationPropertyName = "CooldownDuration"; - protected const string _initialDelayPropertyName = "InitialDelay"; - protected const string _chanceToPlayPropertyName = "ChanceToPlay"; - protected const string _playerTimescaleModePropertyName = "PlayerTimescaleMode"; - protected const string _forceTimescaleModePropertyName = "ForceTimescaleMode"; - protected const string _forcedTimescaleModePropertyName = "ForcedTimescaleMode"; - protected const string _timescaleMultiplierPropertyName = "TimescaleMultiplier"; - protected const string _applyExternalTimeScalePropertyName = "ApplyExternalTimeScale"; - protected const string _externalTimeScalePropertyName = "ExternalTimeScale"; - protected const string _rangeCenterPropertyName = "RangeCenter"; - protected const string _rangeDistancePropertyName = "RangeDistance"; - protected const string _useRangeFalloffPropertyName = "UseRangeFalloff"; - protected const string _onlyPlayIfWithinRangePropertyName = "OnlyPlayIfWithinRange"; - protected const string _rangeFalloffPropertyName = "RangeFalloff"; - protected const string _remapRangeFalloffPropertyName = "RemapRangeFalloff"; - protected const string _ignoreRangeEventsPropertyName = "IgnoreRangeEvents"; - protected const string _canPlayPropertyName = "CanPlay"; - protected const string _canPlayWhileAlreadyPlayingPropertyName = "CanPlayWhileAlreadyPlaying"; - protected const string _performanceModePropertyName = "PerformanceMode"; - protected const string _stopFeedbacksOnDisablePropertyName = "StopFeedbacksOnDisable"; - protected const string _restoreInitialValuesOnDisablePropertyName = "RestoreInitialValuesOnDisable"; - protected const string _playCountPropertyName = "PlayCount"; - protected const string _labelPropertyName = "Label"; - protected const string _infiniteLoopPropertyName = "InfiniteLoop"; - - // class names - public const string _foldoutClassName = "mm-foldout"; - public const string _iconClassName = "mm-icon"; - public const string _setupRequiredIconClassName = "mm-setup-required-icon"; - public const string _foldoutToggleClassName = "mm-foldout-toggle"; - protected const string _objectSelectorClassName = "unity-object-field__selector"; - protected const string _mmfEditorClassName = "mmf-editor"; - protected const string _settingsFoldoutSuffix = "- SettingsFoldout"; - protected const string _settingsFoldoutSubClassName = "mm-settings-foldout-sub"; - protected const string _settingsFoldoutSubToggleClassName = "mm-settings-foldout-sub-toggle"; - protected const string _settingsFoldoutToggleClassName = "mm-settings-foldout-toggle"; - protected const string _settingsFoldoutClassName = "mm-settings-foldout"; - protected const string _iconSettingsClassName = "mm-settings-icon"; - protected const string _scriptClassName = "mm-script-field"; - protected const string _settingsInfoClassName = "mm-settings-info"; - protected const string _settingsInfoSuffix = "- SettingsInfo"; - protected const string _unityFoldoutTextClassName = "unity-foldout__text"; - protected const string _settingsIsPlayingClassName = "mm-settings-is-playing"; - protected const string _settingsDurationClassName = "mm-settings-duration"; - protected const string _directionIconClassName = "mm-direction-icon"; - protected const string _inactiveWarningClassName = "mm-feedbacks-inactive-warning"; - protected const string _feedbackFoldoutClassName = "mm-feedback-foldout"; - protected const string _bottomBarClassName = "mm-bottom-bar"; - protected const string _controlsClassName = "mm-controls"; - protected const string _searchFieldClassName = "mm-add-feedback-search-field"; - protected const string _searchFieldPlaceholderClassName = "mm-add-feedback-search-field-placeholder"; - protected const string _playModeButtonActiveClassName = "mm-playmode-button-active"; - protected const string _searchResultsRowClassName = "mm-search-results-row"; - protected const string _searchAddFeedbackButtonClassName = "mm-search-add-feedback-button"; - protected const string _scriptDrivenPauseLabelClassName = "mm-script-driven-pause-label"; - protected const string _scriptDrivenPauseLabelBlinkClassName = "mm-script-driven-pause-label-blink"; - protected const string _feedbackControlButtonsClassName = "mm-feedback-control-buttons"; - protected const string _feedbackHeaderContainerClassName = "mm-feedback-header-container"; - protected const string _feedbackActiveCheckboxClassName = "mm-feedback-active-checkbox"; - protected const string _automaticShakerSetupButtonClassName = "automatic-shaker-setup-button"; - protected const string _settingsInitClassNameSuffix = "- SettingsFoldoutInitialization"; - protected const string _settingsDirectionClassNameSuffix = "- SettingsFoldoutDirection"; - protected const string _settingsIntensityClassNameSuffix = "- SettingsFoldoutIntensity"; - protected const string _settingsTimingClassNameSuffix = "- SettingsFoldoutTiming"; - protected const string _settingsRangeClassNameSuffix = "- SettingsFoldoutRange"; - protected const string _settingsPlaySettingsClassNameSuffix = "- SettingsFoldoutPlaySettings"; - protected const string _addNewFeedbackPopupFieldLabel = "addNewFeedbackPopupField"; - protected const string _emptyListImageClassName = "mm-empty-list-image"; - protected const string _feedbacksListEmptyClassName = "mm-feedbacks-list-empty"; - protected const string _feedbacksListViewClassNameSuffix = "- feedbacksListView"; - protected const string _feedbacksListClassName = "mm-feedbacks-list"; - protected const string _feedbacksListContainerClassNameSuffix = "- feedbacksListContainer"; - protected const string _feedbacksListTitleClassName = "mm-feedbacks-list-title"; - protected const string _settingsFoldoutClassNameSuffix = "- SettingsFoldout - "; - protected const string _feedbackHelpBoxClassName = "mm-feedback-help-box"; - protected const string _feedbackHelpLabelClassName = "mm-feedback-help-label"; - protected const string _feedbackEditScriptButtonContainerClassName = "mm-feedback-edit-script-button-container"; - protected const string _feedbackEditScriptButtonLabelClassName = "mm-feedback-edit-script-button-label"; - protected const string _feedbackEditScriptButtonBoxClassName = "mm-feedback-edit-script-button-box"; - protected const string _feedbackProgressLineContainerClassName = "mm-feedback-progress-line-container"; - protected const string _feedbackProgressLineClassName = "mm-feedback-progress-line"; - protected const string _feedbackSetupRequiredBoxClassName = "mm-feedback-setup-required-box"; - protected const string _feedbackSetupRequiredLabelClassName = "mm-feedback-setup-required-label"; - protected const string _feedbackInspectorContainerClassName = "mm-feedback-inspector-container"; - protected const string _feedbackReorderableItemClassName = "mm-feedback-reorderable-item"; - protected const string _feedbackLeftBorderClassName = "mm-feedback-left-border"; - protected const string _feedbackBackgroundColorClassName = "mm-feedback-background-color"; - protected const string _feedbackFoldoutLabelClassName = "mm-feedback-foldout-label"; - protected const string _feedbackTimingLabelClassName = "mm-feedback-timing-label"; - protected const string _feedbackDirectionIconClassName = "mm-feedback-direction-icon"; - protected const string _feedbackContextualMenuButtonClassName = "mm-feedback-contextual-menu-button"; - protected const string _contextMenuIconClassName = "mm-context-menu-icon"; - protected const string _feedbackRequiredTargetLabelClassName = "mm-feedback-required-target-label"; - - #region LIFE CYCLE - - private void OnEnable() - { - ClearDictionaries(); - Undo.undoRedoPerformed += OnUndoRedo; - EditorApplication.update += OnEditorUpdate; - } - - private void OnDisable() - { - Undo.undoRedoPerformed -= OnUndoRedo; - EditorApplication.update -= OnEditorUpdate; - } - - public override bool RequiresConstantRepaint() => false; - - #endregion - - #region UPDATE EVENTS - - private void OnEditorUpdate() - { - if (!_initialized || target == null) - { - return; - } - - if (Application.isPlaying) - { - if (TargetMmfPlayer.IsPlaying) - { - foreach (var headerData in FeedbackHeaderContainersDictionary) - { - UpdateProgressBar(headerData.Value); - } - } - - if (TargetMmfPlayer.IsPlaying != _isPlayingLastFrame) - { - // display IsPlaying label in the top bar - _isPlayingLabel.style.display = TargetMmfPlayer.IsPlaying ? DisplayStyle.Flex : DisplayStyle.None; - if (!TargetMmfPlayer.IsPlaying) - { - foreach (var headerData in FeedbackHeaderContainersDictionary) - { - headerData.Value.ProgressBar.style.width = 0f; - } - } - } - } - - _isPlayingLastFrame = TargetMmfPlayer.IsPlaying; - } - - protected virtual void UpdateProgressBar(FeedbackHeaderContainersData data) - { - if (!TargetMmfPlayer.IsPlaying) - { - data.ProgressBar.style.width = 0f; - return; - } - - float totalDuration = data.Feedback.TotalDuration - data.Feedback.Timing.InitialDelay; - float startedAt = data.Feedback.FeedbackStartedAt; - float thisTime = data.Feedback.Timing.TimescaleMode == TimescaleModes.Scaled - ? Time.time - : Time.unscaledTime; - - if (totalDuration == 0f) - { - totalDuration = 0.1f; - } - - if (startedAt == 0f) - { - startedAt = 0.001f; - } - - if ((startedAt > 0f) && (thisTime - startedAt < totalDuration + 0.05f)) - { - if (totalDuration == 0f) - { - totalDuration = 0.1f; - } - - float percent = ((thisTime - startedAt) / totalDuration) * 100f; - - _progressBarLength.value = percent; - data.ProgressBar.style.width = _progressBarLength; - } - else - { - data.ProgressBar.style.width = 0f; - } - } - - protected virtual void OnAnyValueChanged(SerializedProperty property) - { - // triggers for any value changed anywhere on the feedback - DrawDurationAndDirectionContents(); - RedrawAllFeedbackHeaders(); - } - - protected virtual void OnFeedbackFieldValueChanged(SerializedProperty property, MMFInspectorGroupData groupData, - MMF_Feedback feedback) // triggers for any value changed anywhere on the feedback - { - // we update only that feedback's header - FeedbackHeaderContainersDictionary[feedback].HeaderContainer = - DrawFeedbackHeaderContainer(FeedbackHeaderContainersDictionary[feedback]); - // we update that field's group header - MMF_FeedbackPropertyDrawerUITK.DrawGroupExtrasContainer(FeedbackGroupsDictionary[groupData]); - } - - protected virtual void OnFeedbackListReorder() - { - RedrawFeedbacksList(); - } - - protected virtual void OnUndoRedo() - { - if (serializedObject == null) - { - return; - } - - if (serializedObject.targetObject == null) - { - return; - } - - serializedObject.Update(); - CacheFeedbacksListProperty(); - RedrawFeedbacksList(); - } - - #endregion - - public override VisualElement CreateInspectorGUI() - { - serializedObject.Update(); - Undo.RecordObject(target, _undoText); - - Initialization(); - DrawScriptField(_root); - DrawFeedbacksInactiveWarning(_root); - DrawSettingsDropDown(_root); - DrawDurationAndDirection(); - DrawFeedbacksList(_root); - DrawBottomBar(_root); - DrawDebugControls(_root); - serializedObject.ApplyModifiedProperties(); - return _root; - } - - protected virtual void Initialization() - { - TargetMmfPlayer = (MMF_Player)target; - - CacheFeedbacksListProperty(); - _inScriptDrivenPause = serializedObject.FindProperty(_inScriptDrivenPausePropertyName); - PrepareFeedbackTypeList(); - - FeedbackHeaderContainersDictionary = new Dictionary(); - FeedbackGroupsDictionary = new Dictionary(); - - _styleBackgroundGearIcon = new StyleBackground(GearIcon); - - _progressBarLength = new Length(0f, LengthUnit.Percent); - - // draw the root - _root = new VisualElement(); - _root.AddToClassList(_mmfEditorClassName); - _root.styleSheets.Add(StyleSheetBase); - _root.styleSheets.Add(StyleSheetFoldouts); - _root.styleSheets.Add(StyleSheetControls); - _root.styleSheets.Add(StyleSheetSettings); - _root.styleSheets.Add(StyleSheetFeedbacksList); - if (!EditorGUIUtility.isProSkin) - { - _root.styleSheets.Add(StyleSheetLightSkin); - } - - // listen for changes on all properties in the MMF Player - SerializedProperty propertyIterator = serializedObject.GetIterator(); - if (propertyIterator.NextVisible(true)) - { - do - { - _root.TrackPropertyValue(propertyIterator, this.OnAnyValueChanged); - } while (propertyIterator.NextVisible(false)); - } - - _initialized = true; - } - - protected virtual void CacheFeedbacksListProperty() - { - _mmfeedbacksList = serializedObject.FindProperty(_feedbacksListPropertyName); - } - - protected virtual void PrepareFeedbackTypeList() - { - if (_typeDisplays == null) - { - _typeDisplays = new List(); - } - - if (_typeNamesDisplays == null) - { - _typeNamesDisplays = new List(); - } - - if (_typeDisplays.Count > 0) - { - return; - } - - // Retrieve available feedbacks - List types = (from domainAssembly in System.AppDomain.CurrentDomain.GetAssemblies() - from assemblyType in domainAssembly.GetTypes() - where assemblyType.IsSubclassOf(typeof(MMF_Feedback)) - select assemblyType).ToList(); - - // Create display list from types - _typeDisplays.Clear(); - _typeNamesDisplays.Clear(); - for (int i = 0; i < types.Count; i++) - { - FeedbackTypePair _newType = new FeedbackTypePair(); - _newType.FeedbackType = types[i]; - _newType.FeedbackName = FeedbackPathAttribute.GetFeedbackDefaultPath(types[i]); - if ((_newType.FeedbackName == _feedbackBaseName) || (_newType.FeedbackName == null)) - { - continue; - } - - _typesAndNames.Add(_newType); - } - - _typesAndNames = _typesAndNames.OrderBy(t => t.FeedbackName).ToList(); - - _typeDisplays.Add(_addNewFeedbackText); - for (int i = 0; i < _typesAndNames.Count; i++) - { - _typeDisplays.Add(_typesAndNames[i].FeedbackName); - _typeNamesDisplays.Add(_typesAndNames[i].FeedbackName.Split('/').Last()); - } - } - - protected virtual void DrawScriptField(VisualElement root) - { - SerializedProperty scriptProperty = serializedObject.FindProperty(_scriptPropertyName); - PropertyField scriptField = new PropertyField(scriptProperty); - scriptField.AddToClassList(_scriptClassName); - scriptField.SetEnabled(false); - root.Add(scriptField); - } - - protected virtual void DrawDurationAndDirection() - { - _settingsInfo = new VisualElement(); - _settingsInfo.AddToClassList(_settingsInfoClassName); - _settingsInfo.viewDataKey = target.name + _settingsInfoSuffix; - DrawDurationAndDirectionContents(); - } - - public virtual void DrawDurationAndDirectionContents() - { - _settingsInfo.Clear(); - VisualElement foldoutLabel = _settingsFoldout.Q(className: _unityFoldoutTextClassName); - foldoutLabel.parent.Add(_settingsInfo); - - // IS PLAYING label - _isPlayingLabel = new Label(_isPlayingText); - _isPlayingLabel.AddToClassList(_settingsIsPlayingClassName); - _isPlayingLabel.style.display = TargetMmfPlayer.IsPlaying ? DisplayStyle.Flex : DisplayStyle.None; - _settingsInfo.Add(_isPlayingLabel); - - // feedback duration label - Label durationLabel = new Label("[" + TargetMmfPlayer.TotalDuration.ToString("F2") + "s]"); - durationLabel.AddToClassList(_settingsDurationClassName); - _settingsInfo.Add(durationLabel); - - // direction icon - VisualElement directionIcon = new VisualElement(); - directionIcon.AddToClassList(_iconClassName); - directionIcon.AddToClassList(_directionIconClassName); - directionIcon.style.backgroundImage = (TargetMmfPlayer.Direction == MMF_Player.Directions.BottomToTop) - ? new StyleBackground(BottomToTopIcon) - : new StyleBackground(TopToBottomIcon); - _settingsInfo.Add(directionIcon); - } - - protected virtual void DrawFeedbacksInactiveWarning(VisualElement root) - { - // displays a label if feedbacks have been turned off via a global variable - if (!MMF_Player.GlobalMMFeedbacksActive) - { - VisualElement feedbacksInactiveWarning = new VisualElement(); - feedbacksInactiveWarning.AddToClassList(_inactiveWarningClassName); - Label feedbacksInactiveLabel = new Label(_inactiveMessage); - feedbacksInactiveWarning.Add(feedbacksInactiveLabel); - root.Add(feedbacksInactiveWarning); - } - } - - protected virtual void DrawSettingsDropDown(VisualElement root) - { - // settings foldout - _settingsFoldout = new Foldout(); - _settingsFoldout.text = _settingsText; - _settingsFoldout.value = _settingsFoldoutIsOpen; - _settingsFoldout.AddToClassList(_foldoutClassName); - _settingsFoldout.AddToClassList(_settingsFoldoutClassName); - _settingsFoldout.viewDataKey = target.name + _settingsFoldoutSuffix; - _settingsFoldout.Q().AddToClassList(_foldoutToggleClassName); - _settingsFoldout.Q().AddToClassList(_settingsFoldoutToggleClassName); - root.Add(_settingsFoldout); - - // icon on the left - VisualElement settingsIcon = new VisualElement(); - settingsIcon.AddToClassList(_iconClassName); - settingsIcon.AddToClassList(_iconSettingsClassName); - settingsIcon.style.backgroundImage = _styleBackgroundGearIcon; - VisualElement foldoutLabel = _settingsFoldout.Q(className: _unityFoldoutTextClassName); - foldoutLabel.style.flexGrow = 1; - foldoutLabel.parent.Insert(0, settingsIcon); - - // initialization foldout - Foldout settingsInitializationFoldout = - CreateSettingsSubFoldout(_initializationSectionText, _settingsFoldout); - settingsInitializationFoldout.value = false; - settingsInitializationFoldout.viewDataKey = target.name + _settingsInitClassNameSuffix; - settingsInitializationFoldout.style.borderLeftColor = - new StyleColor(MMColors.CreateColor(249, 246, 216, 255)); - HandleFoldoutChange(settingsInitializationFoldout, BuildSettingsInitializationFoldout); - - void BuildSettingsInitializationFoldout() - { - MMUIToolkit.CreateAndBindPropertyField(_initializationModePropertyName, serializedObject, - settingsInitializationFoldout); - MMUIToolkit.CreateAndBindPropertyField(_autoPlayOnStartPropertyName, serializedObject, - settingsInitializationFoldout); - MMUIToolkit.CreateAndBindPropertyField(_autoPlayOnEnablePropertyName, serializedObject, - settingsInitializationFoldout); - MMUIToolkit.CreateAndBindPropertyField(_autoInitializationPropertyName, serializedObject, - settingsInitializationFoldout); - } - - // direction foldout - Foldout settingsDirectionFoldout = CreateSettingsSubFoldout(_directionSectionText, _settingsFoldout); - settingsDirectionFoldout.value = false; - settingsDirectionFoldout.viewDataKey = target.name + _settingsDirectionClassNameSuffix; - settingsDirectionFoldout.style.borderLeftColor = new StyleColor(MMColors.CreateColor(249, 244, 205, 255)); - HandleFoldoutChange(settingsDirectionFoldout, BuildSettingsDirectionFoldout); - - void BuildSettingsDirectionFoldout() - { - MMUIToolkit.CreateAndBindPropertyField(_directionPropertyName, serializedObject, - settingsDirectionFoldout); - MMUIToolkit.CreateAndBindPropertyField(_autoChangeDirectionOnEndPropertyName, serializedObject, - settingsDirectionFoldout); - } - - // intensity foldout - Foldout settingsIntensityFoldout = CreateSettingsSubFoldout(_intensitySectionText, _settingsFoldout); - settingsIntensityFoldout.value = false; - settingsIntensityFoldout.viewDataKey = target.name + _settingsIntensityClassNameSuffix; - settingsIntensityFoldout.style.borderLeftColor = new StyleColor(MMColors.CreateColor(250, 238, 179, 255)); - HandleFoldoutChange(settingsIntensityFoldout, BuildIntensitySettingsFoldout); - - void BuildIntensitySettingsFoldout() - { - MMUIToolkit.CreateAndBindPropertyField(_feedbacksIntensityPropertyName, serializedObject, - settingsIntensityFoldout); - } - - // timing foldout - Foldout settingsTimingFoldout = CreateSettingsSubFoldout(_timingSectionText, _settingsFoldout); - settingsTimingFoldout.value = false; - settingsTimingFoldout.viewDataKey = target.name + _settingsTimingClassNameSuffix; - settingsTimingFoldout.style.borderLeftColor = new StyleColor(MMColors.CreateColor(251, 226, 128, 255)); - HandleFoldoutChange(settingsTimingFoldout, BuildSettingsTimingFoldout); - - void BuildSettingsTimingFoldout() - { - MMUIToolkit.CreateAndBindPropertyField(_durationMultiplierPropertyName, serializedObject, - settingsTimingFoldout); - MMUIToolkit.CreateAndBindPropertyField(_randomizeDurationPropertyName, serializedObject, - settingsTimingFoldout); - MMUIToolkit.CreateAndBindPropertyField(_randomDurationMultiplierPropertyName, serializedObject, - settingsTimingFoldout); - MMUIToolkit.CreateAndBindPropertyField(_displayFullDurationDetailsPropertyName, serializedObject, - settingsTimingFoldout); - MMUIToolkit.CreateAndBindPropertyField(_cooldownDurationPropertyName, serializedObject, - settingsTimingFoldout); - MMUIToolkit.CreateAndBindPropertyField(_initialDelayPropertyName, serializedObject, - settingsTimingFoldout); - MMUIToolkit.CreateAndBindPropertyField(_chanceToPlayPropertyName, serializedObject, - settingsTimingFoldout); - MMUIToolkit.CreateAndBindPropertyField(_playerTimescaleModePropertyName, serializedObject, - settingsTimingFoldout); - MMUIToolkit.CreateAndBindPropertyField(_forceTimescaleModePropertyName, serializedObject, - settingsTimingFoldout); - MMUIToolkit.CreateAndBindPropertyField(_forcedTimescaleModePropertyName, serializedObject, - settingsTimingFoldout); - MMUIToolkit.CreateAndBindPropertyField(_timescaleMultiplierPropertyName, serializedObject, - settingsTimingFoldout); - MMUIToolkit.CreateAndBindPropertyField(_applyExternalTimeScalePropertyName, serializedObject, - settingsTimingFoldout); - MMUIToolkit.CreateAndBindPropertyField(_externalTimeScalePropertyName, serializedObject, - settingsTimingFoldout); - } - - // range foldout - Foldout settingsRangeFoldout = CreateSettingsSubFoldout(_rangeSectionText, _settingsFoldout); - settingsRangeFoldout.value = false; - settingsRangeFoldout.viewDataKey = target.name + _settingsRangeClassNameSuffix; - settingsRangeFoldout.style.borderLeftColor = new StyleColor(MMColors.CreateColor(253, 216, 88, 255)); - PropertyField onlyPlayIfWithinRangeField = - new PropertyField(serializedObject.FindProperty(_onlyPlayIfWithinRangePropertyName)); - settingsRangeFoldout.Add(onlyPlayIfWithinRangeField); - - // range container - VisualElement rangeContainer = new VisualElement(); - rangeContainer.Add(new PropertyField(serializedObject.FindProperty(_rangeCenterPropertyName))); - rangeContainer.Add(new PropertyField(serializedObject.FindProperty(_rangeDistancePropertyName))); - PropertyField useRangeFalloffField = - new PropertyField(serializedObject.FindProperty(_useRangeFalloffPropertyName)); - rangeContainer.Add(useRangeFalloffField); - settingsRangeFoldout.Add(rangeContainer); - - // range falloff container - VisualElement rangeFalloffContainer = new VisualElement(); - rangeFalloffContainer.Add(new PropertyField(serializedObject.FindProperty(_rangeFalloffPropertyName))); - rangeFalloffContainer.Add(new PropertyField(serializedObject.FindProperty(_remapRangeFalloffPropertyName))); - rangeFalloffContainer.Add(new PropertyField(serializedObject.FindProperty(_ignoreRangeEventsPropertyName))); - rangeContainer.Add(rangeFalloffContainer); - onlyPlayIfWithinRangeField.RegisterCallback>(evt => - { - rangeContainer.style.display = evt.newValue ? DisplayStyle.Flex : DisplayStyle.None; - }); - useRangeFalloffField.RegisterCallback>(evt => - { - rangeFalloffContainer.style.display = evt.newValue ? DisplayStyle.Flex : DisplayStyle.None; - }); - - // play settings foldout - Foldout settingsPlaySettingsFoldout = CreateSettingsSubFoldout(_playSettingsSectionText, _settingsFoldout); - settingsPlaySettingsFoldout.value = false; - settingsPlaySettingsFoldout.viewDataKey = target.name + _settingsPlaySettingsClassNameSuffix; - settingsPlaySettingsFoldout.style.borderLeftColor = new StyleColor(MMColors.CreateColor(254, 209, 57, 255)); - HandleFoldoutChange(settingsPlaySettingsFoldout, BuildPlaySettingsFoldout); - - void BuildPlaySettingsFoldout() - { - MMUIToolkit.CreateAndBindPropertyField(_canPlayPropertyName, serializedObject, - settingsPlaySettingsFoldout); - MMUIToolkit.CreateAndBindPropertyField(_canPlayWhileAlreadyPlayingPropertyName, serializedObject, - settingsPlaySettingsFoldout); - MMUIToolkit.CreateAndBindPropertyField(_performanceModePropertyName, serializedObject, - settingsPlaySettingsFoldout); - MMUIToolkit.CreateAndBindPropertyField(_stopFeedbacksOnDisablePropertyName, serializedObject, - settingsPlaySettingsFoldout); - MMUIToolkit.CreateAndBindPropertyField(_restoreInitialValuesOnDisablePropertyName, serializedObject, settingsPlaySettingsFoldout); - - if (Application.isPlaying) - { - MMUIToolkit.CreateAndBindPropertyField(_playCountPropertyName, serializedObject, - settingsPlaySettingsFoldout); - } - } - - // events foldout - PropertyField eventsField = new PropertyField(serializedObject.FindProperty(_eventsSectionText)); - _settingsFoldout.Add(eventsField); - eventsField.RegisterCallback(evt => - { - Foldout eventsFieldFoldout = eventsField.Q(); - if (eventsFieldFoldout != null) - { - eventsFieldFoldout.AddToClassList(_foldoutClassName); - eventsFieldFoldout.AddToClassList(_settingsFoldoutSubClassName); - eventsFieldFoldout.style.borderLeftColor = new StyleColor(MMColors.CreateColor(255, 197, 8, 255)); - } - - eventsField.Q()?.AddToClassList(_foldoutToggleClassName); - eventsField.Q()?.AddToClassList(_settingsFoldoutSubToggleClassName); - }); - - // automatic setup button - _automaticShakerSetupButtonContainer = new VisualElement(); - _settingsFoldout.Add(_automaticShakerSetupButtonContainer); - DrawAutomaticShakerSetupButton(); - - // when a foldout gets opened/closed, we build the foldout contents if needed - void HandleFoldoutChange(Foldout foldout, Action buildMethod) - { - foldout.schedule.Execute(() => - { - if (foldout.value) - { - buildMethod(); - } - }).ExecuteLater(1); - - EventCallback> callback = null; - callback = evt => - { - if (evt.newValue) // foldout opened - { - if (foldout.childCount == 0) - { - buildMethod(); - foldout.UnregisterValueChangedCallback(callback); - } - } - }; - foldout.RegisterValueChangedCallback(callback); - } - - // creates a new settings sub foldout - Foldout CreateSettingsSubFoldout(string name, VisualElement parent) - { - Foldout newFoldout = new Foldout(); - newFoldout.text = name; - newFoldout.AddToClassList(_foldoutClassName); - newFoldout.AddToClassList(_settingsFoldoutSubClassName); - newFoldout.viewDataKey = target.name + _settingsFoldoutClassNameSuffix + name; - parent.Add(newFoldout); - newFoldout.Q().AddToClassList(_foldoutToggleClassName); - newFoldout.Q().AddToClassList(_settingsFoldoutSubToggleClassName); - return newFoldout; - } - } - - protected virtual void DrawAutomaticShakerSetupButton() - { - _automaticShakerSetupButtonContainer.Clear(); - if (!Application.isPlaying && TargetMmfPlayer.HasAutomaticShakerSetup) - { - Button automaticShakerSetupButton = new Button(() => TargetMmfPlayer.AutomaticShakerSetup()); - automaticShakerSetupButton.text = _automaticShakerSetupText; - automaticShakerSetupButton.AddToClassList(_automaticShakerSetupButtonClassName); - _automaticShakerSetupButtonContainer.Add(automaticShakerSetupButton); - } - } - - protected virtual void DrawFeedbacksList(VisualElement root) - { - // draw feedbacks list container - VisualElement feedbacksListContainer = new VisualElement(); - feedbacksListContainer.AddToClassList(_feedbacksListClassName); - feedbacksListContainer.viewDataKey = target.name + _feedbacksListContainerClassNameSuffix; - root.Add(feedbacksListContainer); - - // draw top label - _feedbacksListLabel = new Label(); - _feedbacksListLabel.AddToClassList(_feedbacksListTitleClassName); - UpdateFeedbacksListLabel(); - feedbacksListContainer.Add(_feedbacksListLabel); - feedbacksListContainer.style.flexDirection = FlexDirection.Column; - - // empty state - _emptyFeedbackListContainer = new VisualElement(); - DrawEmptyListState(); - feedbacksListContainer.Add(_emptyFeedbackListContainer); - - // draw feedback list - AssembleFeedbacksList(); - feedbacksListContainer.Add(_feedbacksListView); - } - - protected virtual void UpdateFeedbacksListLabel() - { - int count = 0; - if ((TargetMmfPlayer != null) && (TargetMmfPlayer.FeedbacksList != null)) - { - count = TargetMmfPlayer.FeedbacksList.Count; - } - - _feedbacksListLabel.text = count + " " + _feedbacksSectionTitle; - } - - protected virtual void DrawEmptyListState() - { - if (_emptyFeedbackListContainer == null) - { - return; - } - _emptyFeedbackListContainer.Clear(); - if ((TargetMmfPlayer.FeedbacksList == null) || (TargetMmfPlayer.FeedbacksList.Count == 0)) - { - VisualElement emptyListImage = new VisualElement(); - emptyListImage.AddToClassList(_emptyListImageClassName); - emptyListImage.style.backgroundImage = new StyleBackground(EmptyListImage); - _emptyFeedbackListContainer.Add(emptyListImage); - _emptyFeedbackListContainer.AddToClassList(_feedbacksListEmptyClassName); - _emptyFeedbackListContainer.Add(new Label(_emptyFeedbackListMessage)); - _emptyFeedbackListContainer.style.display = DisplayStyle.Flex; - } - else - { - _emptyFeedbackListContainer.style.display = DisplayStyle.None; - } - } - - protected virtual void AssembleFeedbacksList() - { - _feedbacksListView = new ListView(); - BindListViewToData(); - _feedbacksListView.viewDataKey = target.name + _feedbacksListViewClassNameSuffix; - _feedbacksListView.name = target.name + _feedbacksListViewClassNameSuffix; - _feedbacksListView.fixedItemHeight = 25; - _feedbacksListView.reorderable = true; - _feedbacksListView.reorderMode = ListViewReorderMode.Animated; - _feedbacksListView.selectionType = SelectionType.Single; - _feedbacksListView.virtualizationMethod = CollectionVirtualizationMethod.DynamicHeight; - _feedbacksListView.itemIndexChanged += (oldIndex, newIndex) => OnFeedbackListReorder(); - _feedbacksListView.RegisterCallback(evt => { evt.StopPropagation(); }); - - ClearDictionaries(); - - _feedbacksListView.makeItem = () => { return new Foldout(); }; - - _feedbacksListView.bindItem = (element, index) => - { - Type feedbackType = TargetMmfPlayer.FeedbacksList[index].GetType(); - - // to prevent double bindings during list reorders, we return if we've already bound this feedback - if (FeedbackHeaderContainersDictionary.ContainsKey(TargetMmfPlayer.FeedbacksList[index])) - { - return; - } - - // feedback foldout - Foldout foldout = (element as Foldout); - foldout.AddToClassList(_feedbackFoldoutClassName); - foldout.text = DetermineFeedbackLabel(index, feedbackType); - foldout.Clear(); - foldout.value = TargetMmfPlayer.FeedbacksList[index].IsExpanded; - foldout.viewDataKey = TargetMmfPlayer.name + "-" + TargetMmfPlayer.FeedbacksList[index].UniqueID; - - // help box - if (MMMenuHelp.HelpEnabled) - { - string helpText = - FeedbackHelpAttribute.GetFeedbackHelpText(feedbackType); - if (!string.IsNullOrEmpty(helpText)) - { - VisualElement helpBox = new VisualElement(); - helpBox.AddToClassList(_feedbackHelpBoxClassName); - Label helpLabel = new Label(helpText); - helpLabel.AddToClassList(_feedbackHelpLabelClassName); - helpBox.Add(helpLabel); - helpBox.style.borderLeftColor = TargetMmfPlayer.FeedbacksList[index].FeedbackColor; - foldout.Add(helpBox); - } - } - - // script edit button - PropertyField scriptEditContainer = new PropertyField(); - scriptEditContainer.AddToClassList(_feedbackEditScriptButtonContainerClassName); - Label scriptEditLabel = new Label(_scriptEditLabelText); - scriptEditLabel.AddToClassList(_feedbackEditScriptButtonLabelClassName); - scriptEditContainer.Add(scriptEditLabel); - VisualElement scriptEditButtonBox = new VisualElement(); - scriptEditButtonBox.AddToClassList(_feedbackEditScriptButtonBoxClassName); - scriptEditContainer.Add(scriptEditButtonBox); - VisualElement scriptIcon = new VisualElement(); - scriptIcon.AddToClassList(_iconClassName); - scriptIcon.style.backgroundImage = new StyleBackground(ScriptIcon); - scriptEditButtonBox.Add(scriptIcon); - Button scriptEditButton = new Button(() => EditScript(feedbackType)); - scriptEditButton.text = feedbackType.Name; - scriptEditButtonBox.Add(scriptEditButton); - VisualElement scriptEditSelectorIcon = new VisualElement(); - scriptEditSelectorIcon.AddToClassList(_objectSelectorClassName); - scriptEditButtonBox.Add(scriptEditSelectorIcon); - foldout.Add(scriptEditContainer); - - // progress line - VisualElement feedbackProgressBarContainer = new VisualElement(); - feedbackProgressBarContainer.AddToClassList(_feedbackProgressLineContainerClassName); - foldout.parent.Add(feedbackProgressBarContainer); - VisualElement feedbackProgressBar = new VisualElement(); - feedbackProgressBar.AddToClassList(_feedbackProgressLineClassName); - feedbackProgressBar.style.backgroundColor = - TargetMmfPlayer.FeedbacksList[index].FeedbackColor.MMLighten(0.3f); - feedbackProgressBarContainer.Add(feedbackProgressBar); - - // setup required - VisualElement setupRequiredWarningBox = new VisualElement(); - setupRequiredWarningBox.AddToClassList(_feedbackSetupRequiredBoxClassName); - setupRequiredWarningBox.focusable = false; - Label setupRequiredLabel = new Label(TargetMmfPlayer.FeedbacksList[index].RequiresSetupText); - setupRequiredLabel.AddToClassList(_feedbackSetupRequiredLabelClassName); - setupRequiredWarningBox.Add(setupRequiredLabel); - foldout.Add(setupRequiredWarningBox); - - // feedback inspector - SerializedProperty feedbackProperty = _mmfeedbacksList.GetArrayElementAtIndex(index); - MMFInspectorDrawData drawData = new MMFInspectorDrawData(); - drawData.Index = index; - drawData.FeedbackFoldout = foldout; - drawData.CurrentProperty = feedbackProperty; - drawData.Feedback = TargetMmfPlayer.FeedbacksList[index]; - drawData.OnAnyValueChanged = OnAnyValueChanged; - drawData.PlayerEditor = this; - drawData.OnFeedbackFieldValueChanged = OnFeedbackFieldValueChanged; - drawData.FeedbackGroupsDictionary = FeedbackGroupsDictionary; - drawData.SetupRequiredIcon = SetupRequiredIcon; - VisualElement feedbackInspectorContainer = new VisualElement(); - feedbackInspectorContainer.AddToClassList(_feedbackInspectorContainerClassName); - - // we wait for one frame before checking if the foldout is open, because Unity can't let you know if a foldout is open instantly after drawing it for the first time, but it can after one frame - foldout.schedule.Execute(() => DrawInspectorIfFoldoutIsOpen()).ExecuteLater(1); - // believe it or not we do it again after 100ms, because Unity can't let you know if a foldout is open or not instantly after a reorder in a list view. - // you'd think you could get a callback when the object is ready, think again - foldout.schedule.Execute(() => DrawInspectorIfFoldoutIsOpen()).ExecuteLater(100); - // we listen for foldout events, if the foldout opens, we draw its contents if not done already - foldout.RegisterValueChangedCallback(evt => DrawInspectorIfFoldoutIsOpen()); - - void DrawInspectorIfFoldoutIsOpen() - { - if (foldout.value) - { - if (feedbackInspectorContainer.childCount == 0) - { - feedbackInspectorContainer.Add(MMF_FeedbackPropertyDrawerUITK.DrawInspector(drawData)); - } - } - } - - foldout.Add(feedbackInspectorContainer); - - // bind label and infinite loop property to header refresh - PropertyField labelField = feedbackInspectorContainer.Q(_labelPropertyName); - labelField?.RegisterCallback>(evt => - { - foldout.text = DetermineFeedbackLabel(index, feedbackType); - }); - - PropertyField infiniteLoopField = - feedbackInspectorContainer.Q(_infiniteLoopPropertyName); - infiniteLoopField?.RegisterCallback>(evt => - { - foldout.text = DetermineFeedbackLabel(index, feedbackType); - }); - - // setting the left bar border color - VisualElement feedbackReorderableItem = foldout.parent.parent; - feedbackReorderableItem.AddToClassList(_feedbackReorderableItemClassName); - - // feedback left border color - VisualElement feedbackLeftBorder = new VisualElement(); - feedbackLeftBorder.AddToClassList(_feedbackLeftBorderClassName); - feedbackReorderableItem.Insert(0, feedbackLeftBorder); - feedbackLeftBorder.style.backgroundColor = TargetMmfPlayer.FeedbacksList[index].FeedbackColor; - - // handling background color - if (TargetMmfPlayer.FeedbacksList[index].DisplayFullHeaderColor) - { - VisualElement feedbackBackgroundColor = new VisualElement(); - feedbackBackgroundColor.AddToClassList(_feedbackBackgroundColorClassName); - feedbackBackgroundColor.style.backgroundColor = TargetMmfPlayer.FeedbacksList[index].DisplayColor; - feedbackReorderableItem.Insert(0, feedbackBackgroundColor); - } - - // toggle label, add class - Toggle toggle = foldout.Q(); - Label toggleLabel = foldout.Q